1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-21 14:19:43 +02:00
Commit graph

53 commits

Author SHA1 Message Date
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
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
599b961a38 enhanced DB migration process 2017-08-16 11:46:56 +01:00
Harvey Kandola
2c5f73a486 new search options and schema 2017-08-15 14:15:31 +01:00
Harvey Kandola
00c2d17fcb utf8mb4, MariaDB, pluggable stiorage provider
Closes #109, #102, #74
2017-08-09 16:18:03 +01:00
Harvey Kandola
bbcba8eb18 self-host enhancements for Word/PDF handling 2017-06-06 19:00:35 -04:00
Harvey Kandola
c797a87eb9 record IP in events 2017-05-05 10:44:52 +01:00
Harvey Kandola
93ed361705 event logging 2017-05-04 12:31:52 +01:00
Harvey Kandola
4a2147189a Closes #95 -- flat and section style document viewing 2017-04-27 12:46:34 +01:00
Harvey Kandola
9d1af37f6e wip 2017-03-14 17:19:53 +00:00
Harvey Kandola
079e53ff0d implemented scroll-to-page functionality 2017-03-09 17:18:50 +00:00
Harvey Kandola
1df103e9a8 added schema change for account.active 2017-02-21 18:51:20 -08:00
Harvey Kandola
af80b39cd0 WIP 2017-02-20 19:30:23 -08:00
Harvey Kandola
7c34053e3d wip 2017-01-28 20:38:56 -08:00
Harvey Kandola
bbc2237ef7 re-worked to use new BLOCK table 2017-01-21 14:29:36 -08:00
Harvey Kandola
b7fa3b9006 saving and inserting reusable content blocks 2017-01-20 14:24:38 -08:00
Harvey Kandola
a83d6360e4 remove dupe db schema changes
Fixes #64
2016-11-27 15:35:32 -08:00
Harvey Kandola
8cc798990a pin spaces and documents to sidebar 2016-11-21 19:27:18 -08:00
Harvey Kandola
7e14651998 switch between docs and wiki layout
Closes #60
2016-11-20 19:55:52 -08:00
Harvey Kandola
39fcb04604 moved document meta 2016-11-20 13:41:43 -08:00
Harvey Kandola
c3b13f1626 set page sequence based on page type 2016-11-10 15:06:59 -08:00
Harvey Kandola
8caa53bed7 document tab basics 2016-11-09 15:16:44 -08:00
Harvey Kandola
7c2051cc7a completed red-line links 2016-10-27 16:53:36 -07:00
Harvey Kandola
16b7fd45d7 detect broken links 2016-10-27 15:44:40 -07:00
Harvey Kandola
899b4f978c click handlers for content links 2016-10-26 17:31:05 -07:00
Harvey Kandola
c27de6bcab link persistence 2016-10-25 15:56:08 -07:00
Harvey Kandola
7db618dea0 foundational layer for inserting content and attachment links into content 2016-10-23 18:33:07 -07:00
Harvey Kandola
4e082b4159 smtp setting gui
This closes #45 and provides a GUI for setting SMTP
2016-10-18 19:20:51 -07:00