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
sauls8t
8f1bc8ce1f
Specify runtime parameters in TOML format config file
...
In addition to specifying parameters in the command line and environment variables, you can now omit all parameters and provide a config file.
Example:
./documize myconfig.conf
Note: there is no switch setting, just provide the filename as an argument.
Fixes #243
2019-04-27 16:59:10 +01:00
sauls8t
d151555597
Update .gitignore to exclude .conf files
...
These are .toml format files
2019-04-26 19:54:31 +01:00
Harvey Kandola
4255291223
Merge branch 'master' of https://github.com/documize/community
2019-04-26 16:18:53 +01:00
Harvey Kandola
86a4e82c12
Reduce meta endpoint logging
2019-04-26 16:18:50 +01:00
Harvey Kandola
daa9e08ab4
Update README.md
2019-04-26 14:30:36 +01:00
Harvey Kandola
c666e68c2b
v2.4.1 prep
2019-04-26 12:21:04 +01:00
Harvey Kandola
e6e3ed71ac
Merge pull request #250 from siepkes/postgresql_postgis_fix
...
Ignore PostGIS when determining if PostgreSQL is empty
2019-04-23 16:30:51 +01:00
Jasper Siepkes
89a28ad22f
Ignore PostGIS when determining if PostgreSQL is empty
...
If the PostGIS extension is installed in PostgreSQL the
'spatial_ref_sys' will automatically have been installed in the public
schema. Documize would see this table and incorrectly assume it
shouldn't enter setup mode.
2019-04-23 17:07:09 +02: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
10c57a0ae1
Merge pull request #249 from documize/section-pdf-files
...
PDF section type + section level attachments
2019-04-19 13:48:59 +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
b5cd378302
Complete PDF section type
2019-04-19 11:30:40 +01:00
Harvey Kandola
7fde947a52
Enable PDF section editor
2019-04-18 15:42:18 +01:00
Harvey Kandola
61d0086337
Provide per section attachments
...
Upload and delete attachments on a per section basis.
2019-04-18 13:31:48 +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
ab5314d5e1
Remove cursor from dropdown menu header
2019-04-16 12:53:35 +01:00
Harvey Kandola
51a0e1127e
Add spam control basics
2019-04-16 12:53:22 +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
82ed36478b
Show if search result is template
...
Helps to distinguish between docs and templates when listing search results.
2019-04-11 15:49:58 +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
Saul S
92696c5181
Include SQL Server
2019-04-09 15:31:29 +01:00
Saul S
eecf316d50
Merge pull request #238 from documize/mssqlserver
...
Microsoft SQL Server 2016+ database support
2019-04-09 15:30:11 +01:00
Harvey Kandola
fa383a58ff
Bump version and update NOTICES
2019-04-09 13:24:42 +01:00
Harvey Kandola
b5a5cfd697
Give missing account warning during password reset
...
The reset password process will tell the user if they do not have an account.
2019-04-09 13:24:27 +01:00
Harvey Kandola
2ddd7ada9b
Make storage providers generate row limit clause
2019-04-04 12:08:57 +01:00
Harvey Kandola
8515a77403
Remove debug info from compiled binaries
2019-04-04 12:08:30 +01:00
Harvey Kandola
f8d97d2a56
Make backup/restore compat with SQL Server
2019-04-02 15:47:31 +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
64403c402b
Make store SQL Server compatible
2019-04-01 12:02:23 +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
80aab3ce99
SQL Server provider basics
2019-03-27 15:09:48 -04:00
Harvey Kandola
deb579d8ad
Microsoft SQL Server driver and prep
2019-03-26 08:51:02 -04:00
Harvey Kandola
e6335dd58c
Prep 2.2.1 release
2019-03-25 13:41:22 -04:00
Harvey Kandola
e1a8f8b724
Display third party notices in UI
2019-03-24 17:53:22 -04:00
Harvey Kandola
e1001bb11e
Merge branch 'master' of https://github.com/documize/community
2019-03-24 17:18:26 -04:00
Harvey Kandola
dbee77df56
Add more 3rd party library references
2019-03-24 17:18:24 -04:00
Harvey Kandola
9c2bff0374
Update README.md
2019-03-21 11:37:16 +00:00
Harvey Kandola
651cbb1dfe
Add NOTICES.md
...
Covers third party dependencies
2019-03-20 12:53:50 +00:00
Harvey Kandola
a98c3a0fe2
Use + CONTENT for consistency
...
Closes #228
2019-03-18 18:04:34 +00:00
Harvey Kandola
a08b583b22
Use monospace font for Markdown editor
...
Closes #227
2019-03-18 18:02:47 +00:00
McMatts
6738d2c9e1
Merge pull request #225 from documize/dev0319
...
v2.2.0 merge
2019-03-15 13:01:28 +00:00
Harvey Kandola
441001fffe
Make code section font size REM based
...
In line with recent changes.
2019-03-15 12:57:58 +00:00
Harvey Kandola
a4e07fbf7f
Release v2.2.0 prep
2019-03-13 17:48:53 +00:00