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

1328 commits

Author SHA1 Message Date
sauls8t
43f515a1f9 README update 2019-02-22 16:47:26 +00:00
sauls8t
9aaea9492a Fix issue with backup/restore of space labels
Closed #206
2019-02-21 10:56:15 +00:00
sauls8t
ac84eaf85d Ensure sqlx.In is compatible with latest PostgreSQL
Bump version
2019-02-12 12:15:09 +00:00
Harvey Kandola
9504a8cf6c Stop search view from messing iwht browser history
Fixes #195

Browser back button functions as expected.

Will go live in v2.0.3.
2019-02-10 16:46:09 +00:00
Harvey Kandola
fbe353475c Change location of jsconfig.json editor file 2019-02-10 13:12:47 +00:00
Harvey Kandola
bbed3e5a08 Chaneg build number data type to string
Fixes #198
2019-02-10 13:12:17 +00:00
McMatts
9f4715a494 Bump version 2019-02-05 20:27:02 +00:00
McMatts
d8cb69b6c0 Better UX for custom logo upload
Resolves issue with phantom click.
2019-02-05 20:26:47 +00:00
McMatts
7f2d2c01a6 Improved MS Word document name extraction
Use document filename and not H1 title inside document.

Supports both Linux & MSFT.
2019-02-05 20:25:36 +00:00
McMatts
f3e66b73c1 Increase size of space icon column in DB
Fixes #194
2019-02-05 20:23:26 +00:00
Harvey Kandola
02ffaa5f99 Tweak document toolbar layout
Position is to the high and right.
2019-01-27 15:40:01 +00:00
Harvey Kandola
9219dd9296 Set default label color if user does not pick one 2019-01-26 20:02:03 +00:00
Harvey Kandola
5faf6bda9b Remove label associations when deleting a label 2019-01-26 20:01:35 +00:00
sauls8t
89a7496c7f Improved self-managed install wizard layout 2019-01-26 13:24:54 +00:00
sauls8t
c0c3ca18e2 Fixed an issue with non-admin Jira connector auth
Role check should be OR and not AND.
2019-01-24 16:57:23 +00:00
sauls8t
2e443de84e Update bindata.go 2019-01-24 16:56:53 +00:00
sauls8t
9b51d9990f Update to latest EmberJS v3.7.x 2019-01-24 15:28:14 +00:00
sauls8t
278572c49b Use transition.to for query params 2019-01-24 15:27:50 +00:00
sauls8t
1e217274c6 Correctly unsubscribe from JS event listeners 2019-01-24 15:27:21 +00:00
sauls8t
9fd002b5da Change location of add section at bottom of content 2019-01-24 13:51:55 +00:00
sauls8t
f5bdbb49d0 Bump version 2019-01-24 13:51:31 +00:00
sauls8t
c69020f1e6 Move add section into section toolbar 2019-01-23 15:46:27 +00:00
sauls8t
0707bdd3d6 Improve Jira integration layout 2019-01-23 15:46:11 +00:00
sauls8t
36634be6f5 Put back to space button in sidebar (doc view) 2019-01-23 15:45:47 +00:00
sauls8t
6c71a1f18d Provide options for UI buttons to expand to fill parent 2019-01-23 15:44:46 +00:00
sauls8t
6126d4dd5d Introduce additional UI label constants 2019-01-23 15:44:20 +00:00
Harvey Kandola
013d09dda4 Lint space toolbar 2019-01-21 09:06:01 +00:00
Harvey Kandola
c6632fec1d Merge branch 'master' of https://github.com/documize/community 2019-01-20 16:49:34 +00:00
Harvey Kandola
e8735ffc12 Fix issue with MS Edge not downloading export HTML file 2019-01-20 16:49:32 +00:00
Harvey Kandola
c5155da74b
Update README.md 2019-01-20 16:46:15 +00:00
Harvey Kandola
e737339090 Change Save as Template confirm button label 2019-01-20 14:14:36 +00:00
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