summaryrefslogtreecommitdiffstats
path: root/releases/virtualbox
Commit message (Collapse)AuthorAgeFilesLines
* Update to Meteor 1.9-beta.4, Node.js 12.13.1 and MongoDB 4.2.1.Lauri Ojansivu2019-12-051-42/+0
| | | | | | | | Remove MongoDB option --smallfiles that is not supported in MongoDB 4.2.1. Add MongoDB option --quiet to docker-compose.yml. Update snap fibers to 4.0.1. Thanks to xet7 !
* #2738 adding all pertinent help file for due days, plus modified the ↵Sam X. Chen2019-10-011-2/+3
| | | | .list-header-name when in mobile mode
* Upgrade node, mongo and fibers.Lauri Ojansivu2019-08-291-111/+0
| | | | Thanks to xet7 !
* Default to BIGEVENTS_PATTERN=NONE so that Wekan sends less emailLauri Ojansivu2019-08-261-3/+3
| | | | | | | | | notifications. Thanks to rinnaz and xet7 ! Closes #2646, closes #2617
* Add setting CARD_OPENED_WEBHOOK_ENABLED=false as default.Lauri Ojansivu2019-08-151-0/+3
| | | | | | | Thanks to xet7 ! Related https://github.com/wekan/wekan/commit/843478ac40b7718f1096a75295522487f0ca6dbe , related #2518
* add settings field for LDAP user authentication fieldTobias2019-08-041-0/+2
|
* - Set LDAP_BACKGROUND_SYNC_INTERVAL='' (empty string) so it worksLauri Ojansivu2019-07-261-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 Ojansivu2019-07-261-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 Ojansivu2019-07-181-0/+5
| | | | Thanks to xet7 !
* Add BIGEVENTS_PATTERN to Source/Snap/Docker.Lauri Ojansivu2019-07-111-0/+16
| | | | Thanks to xet7 !
* Notify Due Days: Add settings to Snap/Docker/Source.Lauri Ojansivu2019-07-101-1/+18
| | | | | | Rename env variables to NOTIFY_DUE_DAYS_BEFORE_AND_AFTER and NOTIFY_DUE_AT_HOUR_OF_DAY. Thanks to xet7 !
* More CORS headers settings related to https://github.com/wekan/wekan/pull/2429Lauri Ojansivu2019-06-111-0/+4
| | | | Thanks to xet7 !
* Fix Scope parsing Issue for OAuth2 LoginDominikPf2019-05-231-1/+1
|
* - Fix: OAuth2 Requested Scopes are wrong / cannot be configured.Lauri Ojansivu2019-05-221-0/+4
| | | | | | 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-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
* Include to Wekan packages directory contents, so that meteor command would ↵Lauri Ojansivu2019-04-201-12/+13
| | | | | | | | build all directly. This also simplifies build scripts. Thanks to xet7 !
* - Upgrade to Node 8.16.0Lauri Ojansivu2019-04-201-2/+0
| | | | | | - Change git repo urls from git:// to https:// Thanks to xet7 !
* Update to newest GitHub flawored markdown.Lauri Ojansivu2019-04-181-0/+1
| | | | | | Thanks to shaygover and xet7 ! Related #2334
* Replace header login example variable names.Lauri Ojansivu2019-04-081-4/+4
| | | | Related #2019
* - OAUTH2_LOGIN_STYLE popup or redirect, part 2.Lauri Ojansivu2019-03-211-1/+7
| | | | Thanks to xet7 !
* Changed brute force protection package from eluck:accounts-lockout toLauri Ojansivu2019-03-111-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 Ojansivu2019-03-081-0/+8
| | | | | | | | yet.](https://github.com/wekan/wekan/issues/2019). Thanks to xet7 ! Related #2019
* [Add support for admin status ↵Lauri Ojansivu2019-03-061-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 !
* Forked salleman-oidc to https://github.com/wekan/meteor-accounts-oidcLauri Ojansivu2019-03-031-1/+4
| | | | | | | where salleman also has write access, xet7 can make changes directly and GitHub issues are enabled. Thanks to xet7 !
* - Fix OIDC error "a.join is not a function" b revertingLauri Ojansivu2019-02-271-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 thatLauri Ojansivu2019-02-231-0/+0
| | | | | | caused snap version to not build. Thanks to xet7 !
* Added LDAP email environment variablesSteven Waters2019-02-211-0/+12
| | | | Support for LDAP matching existing accounts with e-mail address.
* - Add configurable settings OAUTH2_ID_TOKEN_WHITELIST_FIELDSLauri Ojansivu2019-02-131-0/+4
| | | | | | | | and OAUTH2_REQUEST_PERMISSIONS. Thanks to xet7. Related #1874
* - Add OIDC claim mapping parameters to docker-compose.yml/Snap/Source.Lauri Ojansivu2019-02-121-48/+90
| | | | Thanks to xet7 !
* - Add option DEBUG=true for docker-compose.yml/Snap/Source.Lauri Ojansivu2019-02-111-0/+3
| | | | Thanks to xet7 !
* Update rebuild script.Lauri Ojansivu2018-12-241-26/+4
|
* - Upgrade to node v8.14.1Lauri Ojansivu2018-12-211-2/+2
| | | | Thanks to xet7 !
* - Because scrollbar uses [remote file from ↵Lauri Ojansivu2018-12-141-2/+5
| | | | | | | | | | | CDN](https://github.com/MaazAli/Meteor-Malihu-Custom-Scrollbar/blob/master/jquery.mCustomScrollbar.js#L50), fork package to https://github.com/wekan/wekan-scrollbar and include non-minified file locally to Wekan, so that using scrollbar works without direct connection to Internet. Wekan should not load any external files by default, as was case before new scrollbar, and is again now after this fix. Closes #2056
* - Upgrade Node from v8.12 to v8.14Lauri Ojansivu2018-12-031-2/+2
| | | | | | - Revert non-working architectures that were added at v1.79, so now Wekan is just amd64 as before. Thanks to xet7 !
* - Add CORS https://enable-cors.org/server_meteor.htmlLauri Ojansivu2018-12-031-0/+14
| | | | | | | | - 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 Ojansivu2018-11-201-14/+134
| | | | | | | Thanks to alkemyst and xet7. Closes wekan/wekan-ldap#21, closes wekan/wekan-ldap#10
* Add build scripts.Lauri Ojansivu2018-11-048-0/+271