1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-23 07:09:43 +02:00
Commit graph

1397 commits

Author SHA1 Message Date
Harvey Kandola
4f63a32ab1
Link to live docs 2019-01-18 13:18:10 +00:00
Harvey Kandola
7cc0b9c9b8
Merge pull request #189 from documize/core-1118
Documize v2.0
2019-01-18 13:14:56 +00:00
Harvey Kandola
560d00322f Embed latest web app assets 2019-01-18 13:13:31 +00:00
Harvey Kandola
b6d9c54667 Improve attachment and link handling 2019-01-16 16:55:43 +00:00
Harvey Kandola
6c07d2e569 Clean up popup menu rendering 2019-01-15 20:16:09 +00:00
Harvey Kandola
924b707db0 Allow session service to hold secure viewing token 2019-01-15 20:15:53 +00:00
Harvey Kandola
3da4144c1b Set correct model for space clone options 2019-01-15 20:15:12 +00:00
Harvey Kandola
1ef209b74f Change attachment deletion confirmation from modal to popover 2019-01-15 20:14:32 +00:00
Harvey Kandola
d281621d90 Optimize space deletion process
Utilize multiple SQL transactions to close out the space deletion process.
2019-01-15 20:13:45 +00:00
Harvey Kandola
d05052a5b4 Improve display on vertically constrained screens
Changed media queries to invoke mobile-first rendering if screen vertical height is less than 650px.
2019-01-13 13:57:12 +00:00
Harvey Kandola
317e9cbcaa Make sidebar nav scroll vertically on height restricted displays 2019-01-13 11:59:13 +00:00
Harvey Kandola
2efd239d14 Improve responsive long content wrapping 2019-01-13 09:40:22 +00:00
Harvey Kandola
984aa854e5 Reduce empty space for anon users on doc view 2019-01-13 09:40:00 +00:00
Harvey Kandola
ca213ba5d1 Detect and hide empty doc toolbar 2019-01-13 09:39:42 +00:00
Harvey Kandola
c1d796e6bc Update export process with latest build assets
We embed CSS into self-contained HTML file.

This change updates the CSS.
2019-01-12 15:14:55 +00:00
Harvey Kandola
60fbdfda11 Improve new user share space onboarding process 2019-01-11 14:03:03 +00:00
Harvey Kandola
659eb99c0f Remove redundant logging dependency 2019-01-09 11:04:23 +00:00
Harvey Kandola
bc28b36627 Make Markdown editor use Ember input helper 2019-01-09 11:03:58 +00:00
Harvey Kandola
f73c2f13d4 Syntax highlight code snippets added via TinyMCE
Prism dependencies included.
2019-01-09 11:02:59 +00:00
Harvey Kandola
0ce10ae5a2 Back-port CSS changes to export process
Export process produces a self-enclosed HMTL file.

The new styles introduced in v2 need to be available to the export process, hence this commit.
2019-01-08 18:11:48 +00:00
Harvey Kandola
a1d5dcaed9 Tweak sidebar responsive CSS 2019-01-08 17:47:51 +00:00
Harvey Kandola
3beb47fd49 Bump version to 2.0.0 2019-01-08 17:47:26 +00:00
Harvey Kandola
aa0f76d3e2 Add material icons dep for Tabular section type
It's required so not much we can do about it.
2019-01-08 17:47:11 +00:00
Harvey Kandola
479a61a3ef Update CodeMirror dep to v5.42.2
Affects Code and Markdown section types
2019-01-08 14:48:23 +00:00
Harvey Kandola
c706edec47 Improve print and PDF rendering 2019-01-08 13:56:42 +00:00
Harvey Kandola
5467771542 Display category names in documents list (space view)
We pre-fetch category names and attach them to documents.
2019-01-08 12:43:25 +00:00
Harvey Kandola
1d4a20cdfe Optimize category SQL code
Removed redundant join condition -- should speed things up!
2019-01-08 12:42:32 +00:00
Harvey Kandola
1b268d42de Remove redundant asset-map add-on 2019-01-07 19:35:07 +00:00
Harvey Kandola
4ddbe59556 Implement simpler solution for dynamic theme loading 2019-01-07 19:26:08 +00:00
Harvey Kandola
a424bbfcae Round the corners for label color box! 2019-01-07 19:25:36 +00:00
Harvey Kandola
fb391d49a5 Change CSS ul/ol/li default styling
Should support custom bullet styles eminating from add-ons.
2019-01-07 14:44:58 +00:00
Harvey Kandola
9206e9aaa1 Improve Ember build process 2019-01-07 14:43:56 +00:00
McMatts
e6ddb1ec24 Upgrade TinyMCE dependency to v4.9.2 2019-01-07 14:42:43 +00:00
McMatts
0b94d55fb9 Improve checkbox UI element styling 2019-01-07 12:42:27 +00:00
McMatts
4d83f5efd7 Update readme with new v2 screenshot 2019-01-07 12:42:11 +00:00
McMatts
dd355958a2 Refactor custom & default logo logic 2019-01-07 12:41:55 +00:00
McMatts
90aa9710a6 Develop PostgreSQL migration scripts 2019-01-07 12:40:47 +00:00
McMatts
036f36ba1d Enable custom logo upload and rendering 2019-01-06 13:50:12 +00:00
McMatts
a211ba051a Per space label, icon, description
Labels introduce visual grouping and filtering of spaces.
2019-01-04 16:33:30 +00:00
McMatts
fe8068965c Improve Document Toolbar iconography 2018-12-27 17:45:04 +00:00
McMatts
5757b2d36e Apply changes backported from Enterprise edition 2018-12-26 18:13:00 +00:00
McMatts
3d0a3cecf9 On start, fail if invald database connection
Fixes #188 and #186
2018-12-23 16:07:44 +00:00
McMatts
eb56169fe5 Fix up post-Enterprise Edition merge 2018-12-23 16:06:15 +00:00
Harvey Kandola
6f495dd1c6 Make document meta fields click-to-edit 2018-12-21 18:03:35 +00:00
Harvey Kandola
b495041222 Hanel empty state for document meta fields 2018-12-21 17:39:09 +00:00
Harvey Kandola
92cb03a1db Make content linker compat with new attachment API
Moved fom /attachments to /attachment API endpoint name.
2018-12-21 17:38:55 +00:00
Harvey Kandola
60f8cb7b5b Move Add Section wizard to new UI framework 2018-12-21 12:49:55 +00:00
Harvey Kandola
60d2ef57bb Remove Boostrap Grid
Replaced with CSS Grid layout.
2018-12-21 11:46:51 +00:00
Harvey Kandola
61c648a7ac Replaced Material Icons & Boostrap with custom UI framework 2018-12-21 11:15:59 +00:00
Harvey Kandola
d0f0a12f2d Use new UI framework for content block editor 2018-12-20 18:20:56 +00:00