1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-24 15:49:44 +02:00
Commit graph

102 commits

Author SHA1 Message Date
Harvey Kandola
3beb47fd49 Bump version to 2.0.0 2019-01-08 17:47:26 +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
3d0a3cecf9 On start, fail if invald database connection
Fixes #188 and #186
2018-12-23 16:07:44 +00:00
Harvey Kandola
a7e52809dc Bump version 2018-11-21 12:01:03 +00:00
McMatts
5d632712e0 Improve Space permissions
Closes out loopholes that allowed managers to kick owners.
2018-11-16 19:18:10 +00:00
sauls8t
b1865b2318 Sync'ed versions between EE & CE
Both sit @ 1.76.0
2018-11-13 15:19:05 +00:00
sauls8t
b37f9d601f Bump version 2018-11-12 20:26:07 +00:00
sauls8t
1d8bb2d3ad Add experimental string to timestamp for backup/restore 2018-11-12 20:25:30 +00:00
Harvey Kandola
5e58b56182 Removed redundant code 2018-11-12 15:02:25 +00:00
Harvey Kandola
4df1574663 Bump version 2018-11-11 16:54:47 +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
sauls8t
8cc6bf3d40 bump version 2018-10-23 13:47:41 +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
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
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
1c3eef345f Bump version 2018-10-01 18:23: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
sauls8t
fe7389e7ca Improve SQL store for new schema 2018-09-20 17:07:40 +01:00
Harvey Kandola
4f0cc2f616 Make API work with new schema 2018-09-19 16:03:29 +01:00
Harvey Kandola
9c2594b1b4 New schema implementation 2018-09-17 18:00:00 +01:00
Harvey Kandola
97d90662dd Make database boot process storage provider agonistic
Moved database queries into provider specific object to ensure database checking, installation, upgrade procedures are pluggable.
2018-09-14 18:00:24 +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
Harvey Kandola
3bccd6a537 Refactoring of database init code 2018-09-12 20:03:34 +01:00
sauls8t
6e0958b3c3 Bump version 2018-09-04 17:44:40 +01:00
McMatts
b1a35b7f75 Improved Draw.io integration pending changes detection 2018-08-23 12:29:55 +01:00
McMatts
8a30f3681c Bump version 2018-08-22 19:27:59 +01:00
HarveyKandola
64b1394ec1 Bump version 2018-08-08 12:17:11 +01:00
sauls8t
0c5ec43c80 bump version 2018-08-01 19:34:08 -04:00
HarveyKandola
39677791b3 Bump version 2018-07-29 16:41:26 -04:00
Harvey Kandola
19736aab04 New config setting: how many tags per document? 2018-07-05 12:02:10 -04:00
sauls8t
0743ae002c Version bump 2018-06-29 16:07:01 +01:00
HarveyKandola
dc091fed7b bump version
Co-Authored-By: Saul S <sauls8t@users.noreply.github.com>
2018-06-23 08:30:48 +01:00
HarveyKandola
5d33860a15 Bump version 2018-06-21 12:38:26 +01:00
McMatts
03be1ce904 Bump version 2018-06-15 14:26:24 +01:00
sauls8t
0b139c871f Bump version 2018-06-12 14:09:09 +01:00
Harvey Kandola
2d2296591b Bump version 2018-06-07 14:23:39 +01:00
Harvey Kandola
f5b196c334 Draft documents always visible to editors when space lifecycle set to Draft mode 2018-05-14 11:52:51 +01:00
sauls8t
e85744e1b3 Provide granular Dashbaord/Action view permissions
Closes #154
2018-05-11 15:17:10 +01:00
sauls8t
c66fae703c Fix keyword quoted string failure for MariaDB
Closes #153
2018-05-11 09:28:04 +01:00
sauls8t
e4c075ea4b Bump version 2018-05-10 15:35:09 +01:00
McMatts
3b0291d94c Bump version 2018-05-03 12:50:58 +01:00
McMatts
734e8653dd Bump build numbers 2018-04-26 15:02:06 +01:00
McMatts
9235c183c5 Support for document draft-live publication workflows 2018-04-20 14:38:35 +01:00