1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-08 06:55:28 +02:00
Commit graph

177 commits

Author SHA1 Message Date
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
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
McMatts
a6828e6b7f Record document search history 2018-03-30 17:03:18 +01:00
sauls8t
df0a13b6ed Rebuild search index 2018-03-29 12:23:09 +01:00
sauls8t
30315a36c7 Update README.md with latest version numbers 2018-03-28 14:25:37 +01:00
sauls8t
ad4030bc17 Fix space permissions group vs. user role overriding 2018-03-27 11:33:43 +01: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
00f415214c Bump version 2018-02-23 14:33:37 +00:00
sauls8t
92533036a7 Bump version 2018-02-22 18:14:42 +00:00
sauls8t
c705e8c299 Explicit computed properties declaration for section header 2018-02-19 09:46:04 +00:00
sauls8t
9d82682797 Enhance + SECTION to always be visible 2018-02-07 19:16:23 +00:00
sauls8t
0f3de51ad5 Update TinyMCE editor to v4.7.6 release
Fixes issue with double scroll bar and subsequent position of inline editing toolbar.
2018-02-04 15:51:14 +00:00
sauls8t
8ec36cfa49 bump version 2018-01-22 11:09:24 +00:00
Harvey Kandola
5f59e95495 improve level code 2018-01-10 16:07:17 +00:00
Harvey Kandola
ec5d21be4a [WIP] using new components 2017-11-17 11:31:54 +00:00
Harvey Kandola
2b642f25d3 boosted SQL maxAllowedPacket 2017-10-29 19:49:11 -04:00
Harvey Kandola
38b401f646 improved empty state and dropdown positions 2017-10-10 16:02:46 -04:00
Harvey Kandola
4874d23f15 space categorty management 2017-09-19 17:58:33 +01:00
Harvey Kandola
6a651770b5 refactored permission code 2017-09-18 17:53:42 +01:00
Harvey Kandola
c51ba65b1d New schema for permissions and roles management 2017-09-12 09:59:43 +01:00
Harvey Kandola
0de060138d bumped ember version + yarn 2017-09-04 09:56:09 +01:00
Harvey Kandola
dba57a15a8 removed embed init() for unit testing 2017-09-01 14:11:09 +01:00
Harvey Kandola
a982af6e79 permission screen UI overflow fix
1. handle long username overflow on space permissions screen
2. only show document history to editors
3. removed redundant document editing permission check
4. Ensure subdomain is detected when accepting space invitation
2017-08-31 18:01:07 +01:00
Harvey Kandola
e505bb36e2 Add dbtype command line switch and improved database type detection
Closes #116 and #117
2017-08-30 13:00:07 +01:00
Harvey Kandola
d3512b499a improved setup wizard redirection 2017-08-29 17:55:41 +01:00