Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Set LDAP_BACKGROUND_SYNC_INTERVAL='' (empty string) so it works | Lauri Ojansivu | 2019-07-26 | 1 | -2/+4 |
| | | | | | | | | and [does not crash](https://github.com/wekan/wekan/issues/2354#issuecomment-515305722). Thanks to benh57 and xet7 ! Closes #2354 | ||||
* | Add RICHER_CARD_COMMENT_EDITOR=true setting to Source/Snap/Docker/Sandstorm. | Lauri Ojansivu | 2019-07-26 | 1 | -0/+4 |
| | | | | | | More details at https://github.com/wekan/wekan/pull/2560 Thanks to xet7 ! | ||||
* | Allow to shrink attached/pasted image: Add to Snap/Docker/Source. | Lauri Ojansivu | 2019-07-18 | 1 | -0/+5 |
| | | | | Thanks to xet7 ! | ||||
* | Add BIGEVENTS_PATTERN to Source/Snap/Docker. | Lauri Ojansivu | 2019-07-11 | 1 | -0/+16 |
| | | | | Thanks to xet7 ! | ||||
* | Notify Due Days: Add settings to Snap/Docker/Source. | Lauri Ojansivu | 2019-07-10 | 1 | -1/+18 |
| | | | | | | Rename env variables to NOTIFY_DUE_DAYS_BEFORE_AND_AFTER and NOTIFY_DUE_AT_HOUR_OF_DAY. Thanks to xet7 ! | ||||
* | - Change start-wekan.sh use mongodb port 27018 because xet7 uses | Lauri Ojansivu | 2019-06-29 | 1 | -1/+1 |
| | | | | | | | | | RocketChat MongoDB at 27017 and Wekan Snap MongoDB at 27019. MongoDB 4.0.10 port is installed separately for Xubuntu 19.10 from MongDB website and changed at /etc/mongod.conf to run on port 27018. Thanks to xet7. | ||||
* | Merge branch 'edge' into meteor-1.8 | Lauri Ojansivu | 2019-06-11 | 1 | -1/+5 |
|\ | |||||
| * | More CORS headers settings related to https://github.com/wekan/wekan/pull/2429 | Lauri Ojansivu | 2019-06-11 | 1 | -0/+4 |
| | | | | | | | | Thanks to xet7 ! | ||||
| * | Fix Scope parsing Issue for OAuth2 Login | DominikPf | 2019-05-23 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'edge' into meteor-1.8 | Lauri Ojansivu | 2019-05-22 | 1 | -0/+4 |
|\| | |||||
| * | - Fix: OAuth2 Requested Scopes are wrong / cannot be configured. | Lauri Ojansivu | 2019-05-22 | 1 | -0/+4 |
| | | | | | | | | | | | | Thanks to DominikPf and xet7 ! Closes #2412 | ||||
* | | Merge branch 'edge' into meteor-1.8 | Lauri Ojansivu | 2019-05-10 | 1 | -0/+2 |
|\| | |||||
| * | Option to login to the LDAP server with the user's own username and ↵ | Lauri Ojansivu | 2019-05-10 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | password, instead of an administrator key. Default: false (use administrator key). With new setting: LDAP_USER_AUTHENTICATION=true Added to Snap, Docker and Source. Thanks to xet7 ! Related https://github.com/wekan/wekan/pull/2399 | ||||
* | | Remove extra check. | Lauri Ojansivu | 2019-04-20 | 1 | -17/+0 |
|/ | |||||
* | Replace header login example variable names. | Lauri Ojansivu | 2019-04-08 | 1 | -4/+4 |
| | | | | Related #2019 | ||||
* | - OAUTH2_LOGIN_STYLE popup or redirect, part 2. | Lauri Ojansivu | 2019-03-21 | 1 | -1/+8 |
| | | | | Thanks to xet7 ! | ||||
* | Changed brute force protection package from eluck:accounts-lockout to | Lauri Ojansivu | 2019-03-11 | 1 | -0/+10 |
| | | | | | | | | | | lucasantoniassi:accounts-lockout that is maintained and works. Added Snap/Docker/Source settings. Thanks to xet7 ! Closes #1572, closes #1821 | ||||
* | [HTTP header automatic login. Not tested ↵ | Lauri Ojansivu | 2019-03-08 | 1 | -0/+8 |
| | | | | | | | | yet.](https://github.com/wekan/wekan/issues/2019). Thanks to xet7 ! Related #2019 | ||||
* | [Add support for admin status ↵ | Lauri Ojansivu | 2019-03-06 | 1 | -0/+4 |
| | | | | | | | | sync](https://github.com/wekan/wekan-ldap/pull/40). Examples: LDAP_SYNC_ADMIN_STATUS=true, LDAP_SYNC_ADMIN_GROUP=group1,group2 Thanks to JulianJacobi and xet7 ! | ||||
* | - Fix OIDC error "a.join is not a function" b reverting | Lauri Ojansivu | 2019-02-27 | 1 | -4/+0 |
| | | | | | | | | | | | configurable OAUTH2_ID_TOKEN_WHITELIST_FIELDS and OAUTH2_REQUEST_PERMISSIONS from Wekan v2.22-2.26. Thanks to xet7 ! Closes #2206, Related #1874, Related #1722 | ||||
* | - Revert file permission changes from v2.24 LDAP changes that | Lauri Ojansivu | 2019-02-23 | 1 | -0/+0 |
| | | | | | | caused snap version to not build. Thanks to xet7 ! | ||||
* | Added LDAP email environment variables | Steven Waters | 2019-02-21 | 1 | -0/+12 |
| | | | | Support for LDAP matching existing accounts with e-mail address. | ||||
* | - Add configurable settings OAUTH2_ID_TOKEN_WHITELIST_FIELDS | Lauri Ojansivu | 2019-02-13 | 1 | -1/+5 |
| | | | | | | | | and OAUTH2_REQUEST_PERMISSIONS. Thanks to xet7. Related #1874 | ||||
* | - Fix indenting textline. | Lauri Ojansivu | 2019-02-12 | 1 | -1/+1 |
| | |||||
* | - Add OIDC claim mapping parameters to docker-compose.yml/Snap/Source. | Lauri Ojansivu | 2019-02-12 | 1 | -26/+68 |
| | | | | Thanks to xet7 ! | ||||
* | - Add option DEBUG=true for docker-compose.yml/Snap/Source. | Lauri Ojansivu | 2019-02-11 | 1 | -0/+3 |
| | | | | Thanks to xet7 ! | ||||
* | - Add CORS https://enable-cors.org/server_meteor.html | Lauri Ojansivu | 2018-12-03 | 1 | -197/+216 |
| | | | | | | | | - Add missing LDAP and TIMER environment variables. Thanks to xet7 ! Closes wekan/wekan-snap#69 | ||||
* | - Add [LDAP_FULLNAME_FIELD](https://github.com/wekan/wekan-ldap/issues/10). ↵ | Lauri Ojansivu | 2018-11-20 | 1 | -7/+172 |
| | | | | | | | Thanks to alkemyst and xet7. Closes wekan/wekan-ldap#21, closes wekan/wekan-ldap#10 | ||||
* | Revised shell scripts to check for wekan repository | Jonathan Warner | 2018-11-12 | 1 | -4/+22 |
| | | | | | The scripts used to assume that ~/repos/wekan was a local wekan repo. They now check that the active directory is a wekan repo. | ||||
* | Add build scripts. | Lauri Ojansivu | 2018-11-04 | 1 | -0/+23 |