Harvey Kandola
c0e1bd5045
Conditionally backup/restore dmz_config
2018-11-11 16:54:11 +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
Harvey Kandola
e116d3b000
Subscription checks
2018-10-29 16:53:54 +00:00
Harvey Kandola
6e4c5194e2
Latest build embed assets
2018-10-26 14:41:26 +01:00
Harvey Kandola
eb57cfbfd6
Backup process no longer indents JSON
...
Save time and memory on large datasets
2018-10-23 16:58:33 +01:00
Harvey Kandola
cccf160d37
Removed spaces
2018-10-23 16:57:58 +01:00
Harvey Kandola
4b543733e7
Provide better Keycloak aiuth failure msg
2018-10-23 16:57:40 +01:00
sauls8t
8cc6bf3d40
bump version
2018-10-23 13:47:41 +01:00
sauls8t
9c6075c6a4
State minimum MySQL v8 version
2018-10-23 13:47:34 +01:00
sauls8t
150f86025b
Replace folderId with spaceId
2018-10-23 13:47:13 +01:00
sauls8t
313ed7f90a
Allow inline doc title/desc editing
2018-10-23 13:47:00 +01:00
sauls8t
f950075593
Remove redundant code
2018-10-23 13:46:38 +01:00
Harvey Kandola
9667e8c2a0
Record user event backed-up-database
2018-10-20 17:31:59 +01:00
Saul S
88b84dc5ed
Merge pull request #179 from documize/backup-resttore
...
In-app Backup & Restore
2018-10-20 12:46:23 +01:00
sauls8t
cee71cb313
Tweaks to backup process permissions
2018-10-20 12:41:26 +01:00
sauls8t
db04057d9e
Enable in-app backup/restore for global/tenants
...
Re-mapping of ORG and USER ID values ensures conflict-free merging.
Version numbers bumped.
Co-Authored-By: Harvey Kandola <harvey@documize.com>
2018-10-19 12:40:45 +01:00
sauls8t
ec1939c01d
Provide Backup/Restore for system and tenant
2018-10-17 14:27:40 +01:00
sauls8t
b3383f46ca
Update SQLX dependency
2018-10-17 14:27:02 +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
66d5e73ed1
Generate global or tenant level backup file
2018-10-11 16:19:11 +01:00
sauls8t
4094677792
[WIP] Backup process outline
2018-10-10 15:13:09 +01:00
Saul S
8bbb0d3e82
Update README.md
2018-10-07 15:46:27 +01:00
Saul S
4aa3bba7bc
Merge pull request #178 from documize/sql-store
...
Pluggable storage provider + PostgreSQL support
2018-10-07 14:02:45 +01:00
sauls8t
49f05746bd
Correct SQL Group BY for space user list SQL
2018-10-07 13:58:30 +01:00
Harvey Kandola
8eb930d281
Make search re-indexing multi-tenant aware
...
Makes things easier when having to reindex in multi-tenant deployments.
2018-10-06 17:23:55 +01:00
Harvey Kandola
85b3f6e8ee
Bump version
2018-10-05 17:42:52 +01:00
Harvey Kandola
5b4c3ec8cd
Faster candidate link selection via SQL.
...
Co-Authored-By: Saul S <sauls8t@users.noreply.github.com>
2018-10-05 17:42:42 +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
Harvey Kandola
7860bc1808
Remove redundant Bower files
2018-10-01 18:24:27 +01:00
Harvey Kandola
486395c1ce
Reorder user dropdown menu options
...
Bring Settings up to the top.
2018-10-01 18:24:13 +01:00
Harvey Kandola
1c3eef345f
Bump version
2018-10-01 18:23:47 +01:00
Harvey Kandola
c5476d99e9
Replace all SQL bool 0/1 to true/false
...
For more consistent database provider support.
2018-10-01 18:23:32 +01:00
sauls8t
6dfb1ad2e5
Improve document attachment upload process
...
Increase to 50MB file size.
2018-10-01 13:31:47 +01:00
sauls8t
075060d11c
Implemented per database provider DATE INTERVAL queries
2018-10-01 13:31:22 +01:00
sauls8t
97d36fa2c8
Upgrade to latest Bootstrap 4.1.3
2018-10-01 13:30:38 +01:00
sauls8t
58aad87770
All in with Yarn, removed Bower
2018-10-01 13:30:03 +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
HarveyKandola
97beb3f4d3
Continued MySQL/PostgreSQL store provider refactoring
...
Refactored, renamed, removed storage related code.
Basic smoke test passed for PostgreSQL whilst fully working on MySQL variants as per usual.
2018-09-27 15:14:48 +01:00
HarveyKandola
b455e5eaf5
PostgreSQL prep
...
Update of vendored SQL libs and refactoring of store provider layer.
2018-09-26 17:59:56 +01:00
HarveyKandola
d0e005f638
Jira connector improvements and PostgresSQL schema
2018-09-24 18:53:01 +01:00
HarveyKandola
a9e12f3b4c
Ensure installer process supports new database schema
2018-09-23 16:14:05 +01:00
sauls8t
153e38a5d4
Fix missing return on error
2018-09-20 17:23:26 +01:00
sauls8t
fe7389e7ca
Improve SQL store for new schema
2018-09-20 17:07:40 +01:00
sauls8t
8ee63de6c7
More SQL changes in line with new schema
2018-09-20 12:47:47 +01:00