summaryrefslogtreecommitdiffstats
path: root/snap-src/bin/config
Commit message (Collapse)AuthorAgeFilesLines
* add settings field for LDAP user authentication fieldTobias2019-08-041-1/+5
|
* - Set LDAP_BACKGROUND_SYNC_INTERVAL='' (empty string) so it worksLauri Ojansivu2019-07-261-1/+1
| | | | | | | | 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 Ojansivu2019-07-261-1/+5
| | | | | | 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 Ojansivu2019-07-181-1/+9
| | | | Thanks to xet7 !
* Add BIGEVENTS_PATTERN to Source/Snap/Docker.Lauri Ojansivu2019-07-111-1/+5
| | | | Thanks to xet7 !
* Notify Due Days: Add settings to Snap/Docker/Source.Lauri Ojansivu2019-07-101-1/+9
| | | | | | Rename env variables to NOTIFY_DUE_DAYS_BEFORE_AND_AFTER and NOTIFY_DUE_AT_HOUR_OF_DAY. Thanks to xet7 !
* - Change OAuth2 whitelist default to empty string at snap, so it would be ↵Lauri Ojansivu2019-06-131-2/+2
| | | | | | used as array on wekan/server/authentication.js. Thanks to xet7 !
* Default whitelist array, not string.Lauri Ojansivu2019-06-131-1/+1
| | | | Thanks to xet7 !
* Additional CORS headers settings, added earlier. In progress.Lauri Ojansivu2019-06-101-1/+9
|
* Fix Scope parsing Issue for OAuth2 LoginDominikPf2019-05-231-2/+2
|
* - Fix: OAuth2 Requested Scopes are wrong / cannot be configured.Lauri Ojansivu2019-05-221-1/+9
| | | | | | Thanks to DominikPf and xet7 ! Closes #2412
* Option to login to the LDAP server with the user's own username and ↵Lauri Ojansivu2019-05-101-1/+5
| | | | | | | | | | | 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
* Replace header login example variable names.Lauri Ojansivu2019-04-081-7/+7
| | | | Related #2019
* - OAUTH2_LOGIN_STYLE popup or redirect, part 2.Lauri Ojansivu2019-03-211-1/+5
| | | | Thanks to xet7 !
* Changed brute force protection package from eluck:accounts-lockout toLauri Ojansivu2019-03-111-1/+25
| | | | | | | | | | 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 Ojansivu2019-03-081-1/+17
| | | | | | | | yet.](https://github.com/wekan/wekan/issues/2019). Thanks to xet7 ! Related #2019
* [Add support for admin status ↵Lauri Ojansivu2019-03-061-1/+9
| | | | | | | | 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: LDAP Authentication with Recursive Group Filtering Does Not Work on ↵Lauri Ojansivu2019-03-061-1/+1
| | | | | | | | | Snap](https://github.com/wekan/wekan/issues/2228). Thanks to apages2 ! Closes #2228, closes wekan/wekan-ldap#23
* - Fix OIDC error "a.join is not a function" b revertingLauri Ojansivu2019-02-271-9/+1
| | | | | | | | | | | 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
* - Add setting EMAIL_NOTIFICATION_TIMEOUT. Defaut 30000 ms (30s).Lauri Ojansivu2019-02-251-1/+5
| | | | | | Thanks to xet7 ! Closes #2203
* - Revert file permission changes from v2.24 LDAP changes thatLauri Ojansivu2019-02-231-0/+0
| | | | | | caused snap version to not build. Thanks to xet7 !
* Added LDAP email environment variablesSteven Waters2019-02-211-1/+17
| | | | Support for LDAP matching existing accounts with e-mail address.
* - Add configurable settings OAUTH2_ID_TOKEN_WHITELIST_FIELDSLauri Ojansivu2019-02-131-1/+9
| | | | | | | | and OAUTH2_REQUEST_PERMISSIONS. Thanks to xet7. Related #1874
* - Add OIDC claim mapping parameters to docker-compose.yml/Snap/Source.Lauri Ojansivu2019-02-121-5/+25
| | | | Thanks to xet7 !
* - Add option DEBUG=true for docker-compose.yml/Snap/Source.Lauri Ojansivu2019-02-111-2/+5
| | | | Thanks to xet7 !
* - Update translated text.Lauri Ojansivu2018-12-211-2/+2
|
* Add a new env var to select the default authentication methodguillaume2018-12-191-1/+6
|
* - Remove extra commas `,` and add missing backslash `\`.Lauri Ojansivu2018-12-041-1/+1
| | | | | | | | | Maybe after that login, logout and CORS works. Thanks to xet7 ! Related #2045, related wekan/wekan-snap#69
* - Add CORS https://enable-cors.org/server_meteor.htmlLauri Ojansivu2018-12-031-1/+5
| | | | | | | | - Add missing LDAP and TIMER environment variables. Thanks to xet7 ! Closes wekan/wekan-snap#69
* revert changes for patch authenticationguillaume2018-11-221-1/+17
|
* - Add [LDAP_FULLNAME_FIELD](https://github.com/wekan/wekan-ldap/issues/10). ↵Lauri Ojansivu2018-11-201-1/+5
| | | | | | | Thanks to alkemyst and xet7. Closes wekan/wekan-ldap#21, closes wekan/wekan-ldap#10
* - Revert Improve authentication to [fix Login ↵Lauri Ojansivu2018-11-171-17/+1
| | | | | | | | failure](https://github.com/wekan/wekan/issues/2004). Thanks to xet7 ! Closes #2004
* Logout with timerguillaume2018-11-061-1/+17
|
* Fix typo about ldapsRobin BRUCKER2018-10-311-1/+1
| | | | | | Documentation said to set LDAP_ENCRYPTION to true if we want to use ldaps, but the code in wekan-ldap does not check if it is set to true, but if the value equals to 'ssl' instead.
* Fix syntax.Lauri Ojansivu2018-10-301-8/+8
|
* - Custom Product Name in Admin Panel / Layout. In Progress, setting does not ↵Lauri Ojansivu2018-10-241-2/+2
| | | | | | | affect change UI yet. Thanks to xet7 ! - Fix LDAP User Search Scope. Thanks to Vnimos and Akuket ! Related #119 - Fix Save Admin Panel STMP password. Thanks to saurabharch and xet7 ! Closes #1856
* - Back to Meteor 1.6.0.1 and MongoDB 3.2.21 to make Snap work.Lauri Ojansivu2018-10-231-3/+3
| | | | Thanks to xet7 !
* - Try some changes to snap.Lauri Ojansivu2018-10-111-2/+2
| | | | Thanks to xet7 !
* add ldap support | simplify authenticationsguillaume2018-10-091-1/+160
|
* - Add default Wekan Snap MongoDB bind IP 127.0.0.1Lauri Ojansivu2018-09-221-1/+1
| | | | | | Thanks to xet7 ! Related #1908
* - [OAuth2 Login on Standalone ↵Lauri Ojansivu2018-08-251-1/+26
| | | | | | | | | | | Wekan](https://github.com/wekan/wekan/wiki/OAuth2). For example, Rocket.Chat can provide OAuth2 login to Wekan. Also, if you have Rocket.Chat using LDAP/SAML/Google/etc for logging into Rocket.Chat, then same users can login to Wekan when Rocket.Chat is providing OAuth2 login to Wekan. Thanks to salleman33 and xet7 ! Closes #234
* - Add webhooks-attributes to Snap and Docker.Lauri Ojansivu2018-08-221-1/+5
| | | | Thanks to xet7 !
* - Content Policy: Allow inline scripts, otherwise there is errors in ↵Lauri Ojansivu2018-08-151-1/+1
| | | | | | | | browser/inspect/console. - Set default matomo settings to disabled. Thanks to xet7 !
* - When Content Policy is enabled, allow one URL to have iframe that embeds WekanLauri Ojansivu2018-08-131-1/+11
| | | | | | | | | - Add option to turn off Content Policy - Allow always in Wekan markdown <img src="any-image-url-here"> Thanks to xet7 ! Closes #1676
* Add Matomo options.Lauri Ojansivu2018-08-011-2/+4
|
* Enable Wekan API by default, so that Export Board to JSON works.Lauri Ojansivu2018-08-011-1/+1
|
* Integration of matomo with env varsguillaume2018-07-271-1/+15
|
* enable/disable api with env varguillaume2018-07-241-1/+5
|
* Use personal license for non-commercial use only for Caddy.Lauri Ojansivu2018-03-211-1/+1
| | | | Related wekan/wekan-snap#39
* Fixing typo and improving help textOndrej Kubik2018-02-221-2/+2
| | | | Signed-off-by: Ondrej Kubik <ondrej.kubik@canonical.com>