Harvey Kandola
2cf21a7bea
Fix i18n issue
2022-09-08 16:45:28 -04:00
Harvey Kandola
30aa8aadb6
Fix i18n bug for PDF viewer
2022-08-01 10:13:03 -04:00
Harvey Kandola
6c8b10753d
i18n fixes
2022-03-21 19:14:10 -04:00
McMatts
7f66977ac1
i18n notify strings
2022-03-14 14:49:10 -04:00
McMatts
5db5f4d63b
i18n continuation
2022-03-14 12:01:46 -04:00
McMatts
bca7794c00
i18n doc strings
2022-03-09 15:20:16 -05:00
McMatts
371706fb49
i18n doc strings
2022-03-09 14:04:17 -05:00
McMatts
a236cbb01c
i18n doc strings
2022-03-09 13:36:48 -05:00
HarveyKandola
6ba4ca9c16
Fix scroll-to-section regression
...
Fixes #344
2019-12-06 11:09:02 +00:00
McMatts
faeadb2bbb
Update embeded assets
2019-11-08 14:55:27 +00:00
McMatts
60ef205948
Improve jump-to-section scrolling
2019-11-08 12:45:22 +00:00
McMatts
441efd42e9
Prevent edits to locked docs/sections
2019-11-08 12:44:41 +00:00
McMatts
a19ba46f7a
Add http scheme for copied links
2019-11-08 11:11:27 +00:00
McMatts
30d3e6f82e
Improve canEdit permissions for attachments
2019-10-21 10:34:34 +01:00
McMatts
8c2bed283f
Sync edit checks across editions
2019-10-21 10:34:10 +01:00
HarveyKandola
7c70274f5e
Add edit check to atatchments list view
2019-10-14 17:29:34 +01:00
HarveyKandola
5b72da037c
Ensure only change approvers can change doc level attachments
...
Does not affect section level attachments
2019-08-27 16:17:38 +01:00
sauls8t
595301db64
Replace UPLOAD with + for attachments action
2019-06-25 16:53:43 +01:00
sauls8t
b1cb0ed155
Make section publish modal focus on first input
2019-06-06 18:29:38 +01:00
sauls8t
82ddcc057d
Make copy/move process use dropdowns for selection
...
We currently use keyword searching to find target documents.
Replace this with space and document list dropdown for quicker and easier target document selection.
2019-06-06 17:58:48 +01:00
sauls8t
ec8d5c78e2
Provide copy document option
...
Duplicates entire document tree into a new document (same space).
2019-06-06 11:45:41 +01:00
HarveyKandola
b75969ae90
Use app-meta service to construct section link
2019-06-05 12:56:02 +01:00
HarveyKandola
9b82f42cc1
Copy link to section to clipboard
...
Closes #174
2019-06-05 12:52:15 +01:00
HarveyKandola
8baad7e2f0
Enable doc section expand/collapse
...
Closes #170
2019-06-05 11:09:24 +01:00
McMatts
c59a467cdb
Print selected sections
...
Close #146
2019-05-31 19:41:34 +01:00
McMatts
715c31a1da
Fix Ember lint issues and print view
2019-05-31 11:48:16 +01:00
McMatts
fe7548cd97
Change position of doc attachments
2019-05-29 16:57:22 +01:00
McMatts
c870547fa1
Move doc meta fields out of sidebar
2019-05-29 11:09:19 +01:00
McMatts
c65eb97948
Show jump list to other space documents
...
Closes #219
Jump to documents within space when viewing a document.
2019-05-24 15:08:54 +01:00
McMatts
e37782e5b7
Fix edge case for attachments download auth checks
...
Edit permissions no longer interfere with download checks.
2019-05-24 12:29:46 +01:00
Harvey Kandola
479508e436
Upgrade UI framework to Ember v3.10.0
2019-05-16 12:49:27 +01:00
sauls8t
b971c52469
Rebind dropzone elements for section attachments
2019-04-29 13:34:38 +01:00
Harvey Kandola
61d0086337
Provide per section attachments
...
Upload and delete attachments on a per section basis.
2019-04-18 13:31:48 +01:00
Harvey Kandola
166aeba09b
[WIP] PDF viewer section & per section attachments
2019-04-17 17:13:18 +01:00
McMatts
f4a371357e
Clear new section title input box
...
After inserting new section we clear the seciton title
2019-03-13 11:42:12 +00:00
McMatts
395008d06d
Allow hypen in tag names with Firefox
...
When keycodes are different across browsers. :|
2019-03-04 18:59:06 +00:00
Harvey Kandola
566807bc14
Replaced underscore.js & is.js with lodash.js
2019-03-03 13:10:04 +00:00
Harvey Kandola
9b06ddecb5
Refactor content linking code flow
...
Fixed EmberJS deprecation warnings by removing usage of observers.
Fixed edge case bug for repeated content link insertion modal clicks.
2019-02-28 15:11:46 +00:00
Harvey Kandola
bbed3e5a08
Chaneg build number data type to string
...
Fixes #198
2019-02-10 13:12:17 +00:00
sauls8t
1e217274c6
Correctly unsubscribe from JS event listeners
2019-01-24 15:27:21 +00:00
sauls8t
36634be6f5
Put back to space button in sidebar (doc view)
2019-01-23 15:45:47 +00:00
Harvey Kandola
b6d9c54667
Improve attachment and link handling
2019-01-16 16:55:43 +00:00
Harvey Kandola
1ef209b74f
Change attachment deletion confirmation from modal to popover
2019-01-15 20:14:32 +00:00
Harvey Kandola
ca213ba5d1
Detect and hide empty doc toolbar
2019-01-13 09:39:42 +00:00
Harvey Kandola
60fbdfda11
Improve new user share space onboarding process
2019-01-11 14:03:03 +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
5757b2d36e
Apply changes backported from Enterprise edition
2018-12-26 18:13:00 +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