HarveyKandola
3d0f17386b
Bump released to v3.3.1
2019-09-26 16:51:05 +01:00
HarveyKandola
fad1de2e41
Overhaul the space stats module
...
Closes #274
All space counters are reset after document and catergory operations.
2019-09-24 13:39:57 +01:00
sauls8t
00889f0e0e
Build number refresh
2019-09-17 11:13:34 +01: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
74300b009b
v3.3.0 release prep
2019-09-12 13:16:10 +01:00
sauls8t
5004e5a85e
Enable Full-text Search when using SQL Server 2016+
2019-09-11 19:08:53 +01:00
HarveyKandola
b826852137
Moved from Dep to Go Modules
...
We have finally dropped go dep and moved over to go mod !
During the move, some dependencies have been bumped.
2019-09-06 11:06:28 +01:00
HarveyKandola
66e11cefbc
Bump version to 3.2.0
2019-08-28 13:41:52 +01:00
HarveyKandola
0419f3b7b3
Update Jira client library to latest release
...
Related to #308
2019-08-27 17:16:06 +01:00
sauls8t
32dbab826d
Bumped database driver dependencies
...
Latest used for MySQL, SQL Server and PostgreSQL
2019-08-15 14:51:40 +01:00
Derek Chen
ffacf17c5f
update bindata.go
2019-08-14 17:39:41 +08:00
Derek Chen
24619c6a58
fix merge error
2019-08-14 11:48:59 +08:00
Derek Chen
fded0014a3
Merge branch 'master' into auth-with-cas
2019-08-13 22:32:40 +08:00
Derek Chen
8c2df6178d
auth with cas
2019-08-09 13:44:03 +08:00
sauls8t
02d478c6dd
Latest embedded assets
2019-08-07 17:21:39 -04:00
sauls8t
b31f330c41
Fixed SQL Server JSON support
...
Closes #298
2019-07-18 10:14:41 -04:00
sauls8t
69077ce419
Provider sample data for Cloud onboarding
2019-06-29 15:37:49 +01:00
sauls8t
201d2a339c
Prep v3.1.0 build
2019-06-25 17:52:03 +01:00
HarveyKandola
9c36241b58
Update SQL Server driver library
2019-06-25 15:37:19 +01:00
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
HarveyKandola
887c999a1e
Bumped Go compilation to v1.12.6
2019-06-14 15:16:28 +01:00
HarveyKandola
64612b825a
Include new comment fields in backup/restore process
...
c_sectionid
c_replyto
2019-06-12 13:52:30 +01:00
HarveyKandola
216866a953
Shrink doc meta font size
2019-06-12 08:44:37 +01:00
sauls8t
f7a738ad84
v3 build prep
2019-06-11 11:41:09 +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
HarveyKandola
96872990f9
Update export process CSS
...
This will ensure new styles are reflected during export process.
2019-06-03 12:21:18 +01:00
Harvey Kandola
758bf07272
Bump version
2019-05-16 13:21:04 +01:00
Harvey Kandola
479508e436
Upgrade UI framework to Ember v3.10.0
2019-05-16 12:49:27 +01:00
Harvey Kandola
1c45aef461
Fix TinyMCE toolbar
2019-05-16 11:14:34 +01:00
Harvey Kandola
91ec2f89d8
Compile for ARM and ARM64 (Raspberry Pi)
...
Closes #267 so folks can run Documize on the Pi.
2019-05-15 16:45:26 +01:00
McMatts
8ecbb9cdee
Bump version 2.5.0
2019-05-14 14:52:11 +01:00
sauls8t
b971c52469
Rebind dropzone elements for section attachments
2019-04-29 13:34:38 +01:00
sauls8t
34d1639899
Look for implicit documize.conf
...
@harveykandola
Now looks for implicit documize.conf, then specified .conf, then fallback to flags and envars.
2019-04-28 14:54:48 +01:00
sauls8t
1fefdaec9f
Add comments
2019-04-27 17:11:58 +01:00
Harvey Kandola
c666e68c2b
v2.4.1 prep
2019-04-26 12:21:04 +01:00
Harvey Kandola
8e4ad6422b
Ensure Backup/Restore process section attachments
...
New DB column c_sectionid means something new to backup and restore.
2019-04-21 11:53:48 +01:00
Harvey Kandola
4de83beba4
Update build process to include PDFJS
2019-04-19 15:09:12 +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
c0ed3c3d04
Bump version
2019-04-16 13:10:44 +01:00
Harvey Kandola
e10d04d22e
Exclude draft versions from non-lifecycle users
...
Only show draft documents to those with lifecycle permissions.
Closes #242
2019-04-15 13:23:41 +01:00
sauls8t
2fffb7869e
Bump version
2019-04-13 17:23:37 +01:00
sauls8t
1da49974cb
Improve reverse proxy support
...
Should address edge cases and close #224 -- subject to field testing.
Does require the NGINX deployments use the following:
proxy_pass <http://documize-url:5001 >;
proxy_set_header Host $http_host;
proxy_set_header X-Forwarded-For $remote_addr;
2019-04-11 14:45:36 +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
fa383a58ff
Bump version and update NOTICES
2019-04-09 13:24:42 +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
Harvey Kandola
e6335dd58c
Prep 2.2.1 release
2019-03-25 13:41:22 -04:00
Harvey Kandola
441001fffe
Make code section font size REM based
...
In line with recent changes.
2019-03-15 12:57:58 +00:00