1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-02 12:05:23 +02:00
Commit graph

1709 commits

Author SHA1 Message Date
Harvey Kandola
de273a38ed New toolbar styling and layout controls
Built to work with forthcoming feature set that requires display of more options.
2019-05-21 17:05:57 +01:00
Harvey Kandola
08794f8d5f Migrate views to new master layout 2019-05-20 17:40:57 +01:00
Harvey Kandola
14f313a836 Make Login action more prominent
Closes #247
2019-05-20 15:21:33 +01:00
Harvey Kandola
62c3cd03ad [WIP] Improve master layout for different devices + product growth
We have two pressing needs:

1. Improve experience on real estate challenged devices.
2. Make room for product feature-set growth.

To hit these targets, we need to develop better UX through smarter on-screen space management.
2019-05-20 10:39:48 +01:00
McMatts
bce1c1b166
Update README.md 2019-05-17 11:36:53 +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
49bf4eeaa0 Update .gitignore 2019-05-16 12:48:46 +01:00
Harvey Kandola
1c45aef461 Fix TinyMCE toolbar 2019-05-16 11:14:34 +01:00
Harvey Kandola
a988bc0c3c
Update README.md 2019-05-15 16:50:51 +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
2477c36f11
Merge pull request #266 from documize/core-0519
Upgrade rich text editor, dual LDAP/forms authentication
2019-05-14 14:54:35 +01:00
McMatts
e2a3962092 Remove double screen blink after logout 2019-05-14 14:52:36 +01:00
McMatts
8ecbb9cdee Bump version 2.5.0 2019-05-14 14:52:11 +01:00
McMatts
f738077f5a Remove rogue log output 2019-05-14 14:51:58 +01:00
Harvey Kandola
f17de58fff Improve hyperlink color
Closes #261

Still more work to do, but an improvement nonetheless.
2019-05-14 11:28:19 +01:00
Harvey Kandola
40a0d77f93 Remove unecessary TRIM() from SQL queries
Should resolve #265
2019-05-14 09:38:26 +01:00
Harvey Kandola
072ca0dfed Ensure user admin works for new dual login mode 2019-05-13 16:50:20 +01:00
Harvey Kandola
b054addb9c Support dual login via LDAP and forms authentication
Closes #256 as we now support dual login -- LDAP and forms authentication.

Also bumped the vendored library to LDAP.v3 as it contains bug fixes.
2019-05-13 16:14:11 +01:00
Harvey Kandola
e59e1f060a
Update README.md 2019-05-13 15:58:30 +01:00
sauls8t
faf9a555d2 Upgrade to Tiny editor v5 2019-05-13 12:47:38 +01:00
sauls8t
8ab3cbe7e8 Support any name database
Closes #264
2019-05-10 16:38:19 +01:00
Saul S
86d25b2191
Update README.md 2019-04-29 13:37:00 +01:00
Saul S
9a53958c8f
Merge pull request #258 from documize/startup-config
Support for documize.conf files
2019-04-29 13:36:34 +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
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