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

314 commits

Author SHA1 Message Date
Harvey Kandola
4c733ce581 Boot process logger message consistency and improvements 2018-09-14 13:00:58 +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
d7fea2125f LDAP improvements 2018-09-12 20:03:06 +01:00
Harvey Kandola
2792c8c1da Accept SSL for Jira connector 2018-09-11 14:15:39 +01:00
McMatts
0847a82fc9 Reduce cloned space permissions copy
Removed unnecessary results from SQL.
2018-09-10 17:40:42 +01:00
Harvey Kandola
9ee9526a47 Display subscription information 2018-09-10 10:12:14 +01:00
sauls8t
8ab23c657b Provide link to mock user data 2018-09-07 17:47:08 +01:00
sauls8t
e03497032b Use paging for LDAP queries 2018-09-07 15:09:54 +01:00
sauls8t
ae084ae0bb Improve LDAP tests and preview process 2018-09-05 15:54:00 +01:00
sauls8t
074eea3aeb PRovide LDAP sync and authentication 2018-09-04 17:19:26 +01:00
sauls8t
63b17f9b88 Preview LDAP connection results 2018-09-03 18:19:46 +01:00
sauls8t
1ce7e53398 Capture LDAP configuration 2018-09-03 17:36:54 +01:00
sauls8t
fd167234ae Discrete data loading functions 2018-09-01 14:50:37 +01:00
sauls8t
e6b557f43b Refactor LDAP code into discrete functions 2018-08-31 21:00:51 +01:00
sauls8t
a7865d0f71 Refactor LDAP tests with reusable code 2018-08-30 16:01:36 +01:00
sauls8t
7df0fbcb2b Process mulitple groups in LDAP/AD group filter 2018-08-30 11:37:05 +01:00
sauls8t
e490407260 Refactor LDAP tests
Local tests run against OpenLDAP Docker container with sample data.

Public tests run against OpenLDAP server hosted by enterprising 3rd party ( https://www.forumsys.com/tutorials/integration-how-to/ldap/online-ldap-test-server).

AD tests run against AD server hosted in Azure.
2018-08-29 17:05:01 +01:00
sauls8t
e7bff0359a Authentication tests against LDAP and AD 2018-08-29 16:58:54 +01:00
sauls8t
2a2831e576 LDAP group fetching and AD connectivity 2018-08-29 16:20:37 +01:00
sauls8t
8d3dfcc3c7 [WIP] Basic LDAP connectivity 2018-08-28 10:19:22 +01:00
McMatts
6073b24036 Increased Keycloak sync max results setting
Set to 99999 to support larger installations.
2018-08-21 15:41:46 +01:00
McMatts
1b16be2505 Make bulk group member management easier
Add and Remove members separated.

Introduced user list paging size.
2018-08-21 15:33:54 +01:00
McMatts
351b8dcc12 Set user admin max results and Keycloak sync option 2018-08-20 17:17:25 +01:00
HarveyKandola
58fc03f4c1 Make Trello config dependent on user permission 2018-08-10 15:16:49 +01:00
HarveyKandola
7206f721f4 Provide UI for managing integration config
Closes #110
2018-08-08 14:57:56 +01:00
HarveyKandola
4d1eb952b2 Fully working Jira connector using JQL 2018-08-08 12:18:04 +01:00
HarveyKandola
7b178a76b2 Render Jira issues 2018-08-07 19:43:25 +01:00
HarveyKandola
0f9602e3a0 Fetching Jira issues 2018-08-07 19:15:25 +01:00
HarveyKandola
7878a244d3 [WIP] Admin level Jira creds and vendored jira libs 2018-08-06 19:39:31 +01:00
sauls8t
63ce324eae Exclude non-live documents from space level category counts. 2018-08-01 13:50:39 -04:00
HarveyKandola
9d80c5fc8c Handle draft documents during export process 2018-07-29 16:40:56 -04:00
HarveyKandola
4949043df9 Pre-process section types for HTML export 2018-07-29 14:08:39 -04:00
HarveyKandola
def01b6265 Export single or multiple documents 2018-07-29 10:59:24 -04:00
HarveyKandola
cf0b06923d Color tweaks for timestamp 2018-07-28 17:35:29 -04:00
HarveyKandola
ef425a6ce2 WIP 2018-07-28 17:15:16 -04:00
HarveyKandola
689e5078b8 WIP 2018-07-28 15:47:14 -04:00
HarveyKandola
f916801008 WIP 2018-07-28 15:30:33 -04:00
HarveyKandola
d0970c153b WIP 2018-07-28 11:43:45 -04:00
Harvey Kandola
743eae5aad Templates document carry forward categories 2018-07-18 17:57:17 -04:00
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
10a184ad10 Cap category @ 30 2018-06-29 15:53:57 +01:00
sauls8t
5ed180396e Add new check permissions helper 2018-06-27 13:09:25 +01:00
sauls8t
5d80480d75 Comment fix for attachment endpoint 2018-06-25 19:40:04 +01:00
HarveyKandola
467acec3c4 Implement category-based permissioning for search results
Only see what you can see.

Co-Authored-By: Saul S <sauls8t@users.noreply.github.com>
2018-06-22 17:01:26 +01:00
McMatts
30856433f8 License key workflow improved
Co-Authored-By: Saul S <sauls8t@users.noreply.github.com>
2018-06-15 14:26:02 +01:00
sauls8t
df9d9e174a Automatiically set Everyone as viewer on Public spaces 2018-06-13 12:47:40 +01:00
sauls8t
6e7f3cceaa Customizable Contact Us link in email notifications 2018-06-13 12:47:06 +01:00
Harvey Kandola
ad2e653f3c Export to PDF related improvements 2018-06-11 14:40:21 +01:00
Harvey Kandola
2e9734e73e Handle edge case for document numbering + tests 2018-06-09 19:13:38 +01:00