Harvey Kandola
6c218cf087
Add additional indexes for SQL Server
2023-07-24 11:11:39 -04:00
Harvey Kandola
4494ace0a2
Set org and per user locale
2022-03-19 18:07:38 -04:00
sauls8t
813f270a9d
Update schema for new pinned documents
2020-02-03 21:01:11 +00:00
HarveyKandola
d4edcb8b2c
Show default category indicator to admins
...
Fixes #339
2019-11-15 16:38:56 +00:00
HarveyKandola
f117e91bcb
Specify default categories for new documents
...
Closes #339
All new documents will be assigned default categories.
Documents created from templates that already have categories take precedence.
2019-11-15 14:51:52 +00:00
sauls8t
6629d76453
Add covering indexes to support super-size deployments
...
Resolves issues for enterprise customers with tonnes of data in these SQL tables:
- dmz_doc
- dmz_section
Multi-tenant compliant.
2019-09-14 13:04:56 +01:00
sauls8t
5004e5a85e
Enable Full-text Search when using SQL Server 2016+
2019-09-11 19:08:53 +01:00
sauls8t
ef5e4db298
Link comments doc sections + threaded replies
...
Allow for comments to be related to doc sections.
Enable one-level replies to comments.
closes #240
2019-06-07 19:44:06 +01:00
sauls8t
8ab3cbe7e8
Support any name database
...
Closes #264
2019-05-10 16:38:19 +01:00
Harvey Kandola
728789195c
PDF section type build prep
...
Closes #207 -- view PDF's with new PDF section type.
2019-04-19 13:18:31 +01:00
Harvey Kandola
166aeba09b
[WIP] PDF viewer section & per section attachments
2019-04-17 17:13:18 +01:00
Harvey Kandola
e98f7b9218
Enable searching for SQL Server storage provider
2019-04-02 15:30:42 +01:00
Harvey Kandola
a41f43c380
WIP SQL Server support
2019-04-01 20:08:57 +01:00
Harvey Kandola
9ec858286f
Create tables
...
Script to create tables with correct data types in SQL Server 2016 and above.
Search table not included.
2019-03-29 16:42:49 +00:00
McMatts
f3e66b73c1
Increase size of space icon column in DB
...
Fixes #194
2019-02-05 20:23:26 +00:00
McMatts
90aa9710a6
Develop PostgreSQL migration scripts
2019-01-07 12:40:47 +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
d1b803b246
PRovide basic in-app purchase/renewal flow
2018-11-05 19:48:50 +00:00
sauls8t
f950075593
Remove redundant code
2018-10-23 13:46:38 +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
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
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
9c2594b1b4
New schema implementation
2018-09-17 18:00:00 +01:00
Harvey Kandola
4f525bd634
[WIP] Schema refactor
...
Necessary work ahead of PostgresSQL and MS SQL Server support.
2018-09-17 15:31:22 +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
4cfbd57871
Allow content to contain links to network locations
2018-07-09 14:41:55 -04:00
Harvey Kandola
19736aab04
New config setting: how many tags per document?
2018-07-05 12:02:10 -04:00
sauls8t
2066f72258
Support MySQL 8.x series
...
Two issues resolved relating to MySQL 8:
1. DB version checking skips MINOR/PATCH checks if MAJOR release changed.
2. Keyword 'admin' quoted to ensure MySQL compat.
Closes #152
2018-05-10 15:14:50 +01:00
McMatts
7b619101f1
Switch search to InnoDB
...
Better, faster searching
2018-04-25 12:19:47 +01:00
McMatts
9235c183c5
Support for document draft-live publication workflows
2018-04-20 14:38:35 +01:00
Harvey Kandola
22b6674edb
Content liking
...
New per space option that allows users to like/dislike content.
The prompt is configurable per space, e.g. "Was this useful?".
Enterprise edition gets new Votes report providing insights into most/least liked content.
2018-04-13 11:01:36 +01:00
Harvey Kandola
1887eb8100
Removed db snippet
2018-04-11 15:52:24 +01:00
McMatts
19a916a4b4
New user role: view analytics
2018-04-05 19:59:57 +01:00
McMatts
ca91cd8e49
Set explicit MySQL InnoDB engine
...
Closes #142
2018-03-30 22:12:18 +01:00
McMatts
a6828e6b7f
Record document search history
2018-03-30 17:03:18 +01:00
sauls8t
e1d2d4c037
Add missing semi-colon for MariaDB installation
...
Closes #140
2018-03-25 19:20:39 +01:00
sauls8t
eaf46f06c1
Provide in-app What's New & new release notifications
2018-03-22 17:29:59 +00:00
sauls8t
f825e9fdc9
Improved full text search matching
2018-03-19 15:04:02 +00:00
Harvey Kandola
958f4d30b9
Provider foundation for doc lifecycle and versions
2018-03-14 13:38:37 +00:00
sauls8t
19b4a3de49
Allow admins to add, edit, delete user groups!
2018-02-27 14:16:23 +00:00
sauls8t
717df79e16
Correctly rename column approval to status
2018-01-28 17:42:59 +00:00
Harvey Kandola
6409ad0d63
WIP vendored dep upgrades
2018-01-19 11:36:38 +00:00
Harvey Kandola
5f59e95495
improve level code
2018-01-10 16:07:17 +00:00
Harvey Kandola
b9394a4967
document level permissions
2017-12-26 13:25:10 +00:00
Harvey Kandola
f4f32bcfcb
document approvals and protection
2017-12-24 15:51:43 +00:00
Harvey Kandola
bc72db711f
added sql indexes
2017-10-08 11:26:58 -04:00