summaryrefslogtreecommitdiffstats
path: root/releases
Commit message (Collapse)AuthorAgeFilesLines
* Add language: Slovenian.Lauri Ojansivu2019-09-171-0/+3
| | | | Thanks to translators!
* 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
* In Sandstorm release script, after release, delete temp files.Lauri Ojansivu2019-08-141-1/+1
|
* Fix typos.Lauri Ojansivu2019-08-131-1/+1
|
* Update release build scripts.Lauri Ojansivu2019-08-112-8/+11
|
* Remove removing phantomjs from release-bundle.shLauri Ojansivu2019-08-071-1/+1
|
* Fix file permission.Lauri Ojansivu2019-08-071-0/+0
|
* Fix used script file name.Lauri Ojansivu2019-08-071-1/+1
|
* Try to make release sizes smaller by deleting phantomjs.Lauri Ojansivu2019-08-072-0/+10
| | | | Thanks to xet7 !
* v3.06v3.06Lauri Ojansivu2019-08-071-0/+9
|
* Use Meteor 1.6.0.1 dependencies on Snap.Lauri Ojansivu2019-08-061-0/+262
| | | | Thanks to xet7 !
* 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 !
* Fix typo.Lauri Ojansivu2019-07-171-1/+1
|
* Add API docs to repo.Lauri Ojansivu2019-07-172-46/+26
|
* Update release scripts.Lauri Ojansivu2019-07-173-33/+100
|
* 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 !
* Update build scripts.Lauri Ojansivu2019-06-292-12/+12
|
* Merge branch 'edge' into meteor-1.8Lauri Ojansivu2019-06-111-1/+5
|\
| * 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
| |
* | Merge branch 'edge' into meteor-1.8Lauri Ojansivu2019-05-221-0/+4
|\|
| * - Fix: OAuth2 Requested Scopes are wrong / cannot be configured.Lauri Ojansivu2019-05-221-0/+4
| | | | | | | | | | | | Thanks to DominikPf and xet7 ! Closes #2412
* | Merge branch 'edge' into meteor-1.8Lauri Ojansivu2019-05-101-0/+2
|\|
| * 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
* | Merge branch 'edge' into meteor-1.8Lauri Ojansivu2019-05-091-0/+3
|\|
| * Update translations. Add Chinese (Hong Kong).Lauri Ojansivu2019-05-061-0/+3
| |
* | Fix build scripts.Lauri Ojansivu2019-04-202-10/+7
|/
* Fix release build script. package repos are included to Wekan now.Lauri Ojansivu2019-04-201-41/+41
|
* 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-183-8/+11
| | | | | | Thanks to shaygover and xet7 ! Related #2334
* Replace header login example variable names.Lauri Ojansivu2019-04-081-4/+4
| | | | Related #2019
* Fix cloning repos.Lauri Ojansivu2019-03-211-0/+5
|
* - 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
* Add language: Occintan.Lauri Ojansivu2019-03-081-0/+3
| | | | Thanks to translators !
* [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
* Update release scripts.Lauri Ojansivu2019-03-065-11/+144
|
* [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