HarveyKandola
3621e2fb79
Install helps docs as part of onboarding process
...
Our own docs are installed as sample data!
Refactored search reindexing code.
2019-06-24 17:01:56 +01:00
sauls8t
80f0876b51
Show admins incomplete config indicator
...
SMTP checks to start with.
2019-06-19 13:39:36 +01:00
sauls8t
4d2f30711c
Accept activation key during setup process
...
Enterprise edition only.
2019-06-19 12:46:05 +01:00
HarveyKandola
b256bf2e9d
Move product assets to AWS S3
...
Moving from Google Cloud bucket to AWS S3 bucket.
2019-06-12 18:17:05 +01:00
sauls8t
a90c5834fa
Improve move/copy/merge sections between documents
...
Processx all child sections during copy/move/merge operation.
Ensure links work as expected within newly copied/moved content.
Index copied/moved content for searching.
fixes #138
fixes #248
2019-06-06 16:17:36 +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
8baad7e2f0
Enable doc section expand/collapse
...
Closes #170
2019-06-05 11:09:24 +01:00
McMatts
e2a3962092
Remove double screen blink after logout
2019-05-14 14:52:36 +01:00
Harvey Kandola
166aeba09b
[WIP] PDF viewer section & per section attachments
2019-04-17 17:13:18 +01:00
sauls8t
9e3eac19aa
Allow doc/section/files links to open in tabs
...
Closes #233 and might help #236
2019-04-10 20:03:34 +01:00
Harvey Kandola
b5a5cfd697
Give missing account warning during password reset
...
The reset password process will tell the user if they do not have an account.
2019-04-09 13:24:27 +01:00
Harvey Kandola
566807bc14
Replaced underscore.js & is.js with lodash.js
2019-03-03 13:10:04 +00:00
Harvey Kandola
bbed3e5a08
Chaneg build number data type to string
...
Fixes #198
2019-02-10 13:12:17 +00:00
sauls8t
89a7496c7f
Improved self-managed install wizard layout
2019-01-26 13:24:54 +00:00
sauls8t
1e217274c6
Correctly unsubscribe from JS event listeners
2019-01-24 15:27:21 +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
b6d9c54667
Improve attachment and link handling
2019-01-16 16:55:43 +00:00
Harvey Kandola
924b707db0
Allow session service to hold secure viewing token
2019-01-15 20:15:53 +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
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
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
sauls8t
3d2060ca60
Migrate document attachments view to new UI framework
2018-12-19 12:41:36 +00:00
McMatts
d5b5e015d1
Update Space view to use new layout
2018-12-17 13:39:13 +00:00
sauls8t
f05a6fc999
Introduce new nofications framework
...
Integrated https://github.com/documize/iziToast and added 4 log levels.
2018-12-05 13:44:10 +00:00
Harvey Kandola
679049d2b1
[WIP] User can select theme
2018-11-24 18:39:43 +00:00
Harvey Kandola
11e164496b
[WIP] theme selector
2018-11-24 16:13:21 +00:00
McMatts
5d632712e0
Improve Space permissions
...
Closes out loopholes that allowed managers to kick owners.
2018-11-16 19:18:10 +00:00
Harvey Kandola
0a64afd6b5
account deactivation process
2018-11-09 13:42:58 +00:00
Harvey Kandola
6a9ad7f540
Merge code between editions
2018-11-07 15:56:05 +00:00
Harvey Kandola
d1b803b246
PRovide basic in-app purchase/renewal flow
2018-11-05 19:48:50 +00:00
sauls8t
150f86025b
Replace folderId with spaceId
2018-10-23 13:47:13 +01:00
sauls8t
cee71cb313
Tweaks to backup process permissions
2018-10-20 12:41:26 +01:00
sauls8t
516140dd7e
[WIP] Provide system restore facility
...
Co-Authored-By: Harvey Kandola <harvey@documize.com>
2018-10-15 18:59:21 +01:00
sauls8t
71a2860716
[WIP] Restore process
...
Co-Authored-By: Harvey Kandola <harvey@documize.com>
2018-10-12 17:54:30 +01:00
sauls8t
e0457b40da
EmberJS: FolderID to SpaceID
...
Co-Authored-By: Harvey Kandola <harvey@documize.com>
2018-10-12 17:54:15 +01:00
sauls8t
4094677792
[WIP] Backup process outline
2018-10-10 15:13:09 +01:00
Harvey Kandola
df0e3c108e
Improved secure mode viewing
...
Co-Authored-By: McMatts <matt@documize.com>
2018-10-05 17:42:06 +01:00
Harvey Kandola
ab2cbd4ff7
Add the basis for in-app backup/restore process
...
Zip format output.
2018-10-04 21:04:31 +01:00
Harvey Kandola
391c143483
Change RefID field size from 16 to 20 with updated algo
...
Xid dependency updated.
Moved to 20 length ID values.
Added new revision number to version and meta information. Revision number is timestamp format.
2018-10-04 21:03:47 +01:00
HarveyKandola
8a65567169
Implement PostgreSQL Full Text Search++
...
1. Full text search supports MySQL, MariaDB, Percona and now PostgreSQL.
2. Changed SQL Variant to typed enum.
3. Changed doc.Versioned from INT to BOOL.
4. Search Reindexer now parses all documents and attachments.
5. Site meta API call returns storage provider type.
6. README prep'ed for PostgreSQL support.
7. DELETE SQL statements ignore zero rows affected.
Closes #100 !!!
Co-Authored-By: Saul S <sauls8t@users.noreply.github.com>
Co-Authored-By: McMatts <matt@documize.com>
2018-09-28 16:33:15 +01:00
Harvey Kandola
9ee9526a47
Display subscription information
2018-09-10 10:12:14 +01:00
sauls8t
074eea3aeb
PRovide LDAP sync and authentication
2018-09-04 17:19:26 +01:00
sauls8t
1ce7e53398
Capture LDAP configuration
2018-09-03 17:36:54 +01:00
sauls8t
8d3dfcc3c7
[WIP] Basic LDAP connectivity
2018-08-28 10:19:22 +01:00
sauls8t
f28b7497fa
Content links conditional checking
...
Whe link is interna,
2018-08-24 11:54:45 +01:00
McMatts
1b16be2505
Make bulk group member management easier
...
Add and Remove members separated.
Introduced user list paging size.
2018-08-21 15:33:54 +01:00
McMatts
351b8dcc12
Set user admin max results and Keycloak sync option
2018-08-20 17:17:25 +01:00
HarveyKandola
7206f721f4
Provide UI for managing integration config
...
Closes #110
2018-08-08 14:57:56 +01:00