Harvey Kandola
8d525ce733
Optimize document fetching SQL
...
Removed redundant sub-query to speed up fetching of documents by space.
There is no cross-tenant leak of information with this change.
2018-12-13 12:25:53 +00:00
sauls8t
75a19a80f9
Replace Bootstrap tooltips/popovers/dropdowns
...
With Ember Attacher component.
This commit removes redundant BS code.
Co-Authored-By: McMatts <matt@documize.com>
2018-12-06 14:10:00 +00:00
Harvey Kandola
d7a46ceee6
Implement new refactored color scheme
2018-12-04 17:26:57 +00:00
Harvey Kandola
34d54745f3
New theme layout
2018-12-02 16:19:25 +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
Harvey Kandola
c152d029f2
Add comments
2018-11-21 11:51:54 +00:00
McMatts
5d632712e0
Improve Space permissions
...
Closes out loopholes that allowed managers to kick owners.
2018-11-16 19:18:10 +00:00
McMatts
09635b67ab
Experimental TX refactoring
2018-11-16 19:13:41 +00:00
McMatts
73d91a2dae
Ensure Backup/Restore process activation keys
2018-11-16 19:13:18 +00:00
McMatts
5153d49ad7
Removed redundant vote code
2018-11-13 18:53:29 +00:00
sauls8t
0a313be1de
Ignore product subscription column for table updates
2018-11-12 20:25:55 +00:00
sauls8t
3913995dd0
Use timestamp type for comments backup/restore
2018-11-12 20:24:59 +00:00
Harvey Kandola
77ab56dbf8
Tweaked app subscription logic
2018-11-11 16:54:36 +00:00
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
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
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
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
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
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
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
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
sauls8t
075060d11c
Implemented per database provider DATE INTERVAL queries
2018-10-01 13:31:22 +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
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
sauls8t
944fd98421
Fixed up more SQL store breaking changes
2018-09-20 11:12:17 +01:00
Harvey Kandola
3ea6ae3c37
Make Sitemap & Robots.txt use new schema
2018-09-20 09:31:06 +01:00
Harvey Kandola
4f0cc2f616
Make API work with new schema
2018-09-19 16:03:29 +01:00
Harvey Kandola
28342fcf5e
[WIP] new schema implementation
2018-09-18 20:55:40 +01:00
Harvey Kandola
4c733ce581
Boot process logger message consistency and improvements
2018-09-14 13:00:58 +01:00
Harvey Kandola
2336dab69f
Make database install/upgrade provider aware
...
Ground work for installing and upgrading database schema based upon DB provider (MySQL, PostgresSQL, SQL Server, etc.)
Cleaned up legacy cruft, refactored, commented and made simpler for to support additional database providers.
2018-09-14 12:50:30 +01:00