summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'edge' into meteor-1.8Lauri Ojansivu2019-03-0816-39/+143
|\
| * v2.43v2.43Lauri Ojansivu2019-03-084-7/+7
| |
| * Update translations.Lauri Ojansivu2019-03-081-22/+22
| |
| * Fix lint errors.Lauri Ojansivu2019-03-081-12/+7
| | | | | | | | | | | | Thanks to xet7 ! Related #2019
| * [HTTP header automatic ↵Lauri Ojansivu2019-03-081-0/+3
| | | | | | | | | | | | | | | | | | | | | | login](https://github.com/wekan/wekan/commit/ff825d6123ecfd033ccb08ce97c11cefee676104) for [3rd party authentication server method](https://github.com/wekan/wekan/issues/2019) like siteminder, and any webserver that handles authentication and based on it adds HTTP headers to be used for login. Please test. Thanks to xet7 ! Related #2019
| * [HTTP header automatic login. Not tested ↵Lauri Ojansivu2019-03-088-6/+81
| | | | | | | | | | | | | | | | yet.](https://github.com/wekan/wekan/issues/2019). Thanks to xet7 ! Related #2019
| * - Order All Boards by Starred, Color and Title and Description.Lauri Ojansivu2019-03-082-5/+9
| | | | | | | | | | | | | | Thanks to xet7 ! Closes #1990, Related #252
| * - [Hide Subtask boards from All ↵Lauri Ojansivu2019-03-081-1/+2
| | | | | | | | | | | | | | | | | | | | | | Boards](https://github.com/wekan/wekan/issues/1990). - Order All Boards by Starred, Color and Title. Thanks to xet7 ! Closes #1990, Related #641
| * Update changelog.Lauri Ojansivu2019-03-071-1/+1
| |
| * Reverts the following change of v2.42, because it did not fix anything:Lauri Ojansivu2019-03-071-1/+1
| | | | | | | | | | | | - [Tried to fix snap mongodb-control not starting database](https://github.com/wekan/wekan/commit/2c5628b5fbcc25427021d0b22e74577a71149c21). Thanks to xet7.
| * Update changelog.Lauri Ojansivu2019-03-071-5/+23
| |
| * Merge remote-tracking branch 'andresmanelli/edge' into edgeLauri Ojansivu2019-03-071-0/+8
| |\
| | * Add migration to fix circular referencesAndrés Manelli2019-03-071-0/+8
| | |
* | | Merge branch 'edge' into meteor-1.8Lauri Ojansivu2019-03-075-5/+12
|\| |
| * | v2.42v2.42Lauri Ojansivu2019-03-074-4/+11
| | |
| * | Fix mongodb-control.Lauri Ojansivu2019-03-071-1/+1
| | | | | | | | | | | | Thanks to xet7 and qurqar[m].
* | | Merge branch 'edge' into meteor-1.8Lauri Ojansivu2019-03-075-5/+25
|\| |
| * | v2.41v2.41Lauri Ojansivu2019-03-074-5/+5
| | |
| * | [Fix: Card was selected as parent card (circular reference) and now board ↵Lauri Ojansivu2019-03-061-0/+12
| |/ | | | | | | | | | | | | | | | | | | can be not opened anymore](https://github.com/wekan/wekan/issues/2202) with [Avoid setting same card as parentCard. Avoid listing templates board in copy/move/more menus](https://github.com/wekan/wekan/commit/745f39ed20169f56b99c0339f2043f8c4ed43873). Thanks to andresmanelli. Closes #2202
| * Avoid setting same card as parentCard.Andrés Manelli2019-03-061-1/+9
| | | | | | | | Avoid listing templates board in copy/move/more menus
* | Merge branch 'edge' into meteor-1.8Lauri Ojansivu2019-03-061-2/+2
|\|
| * Fix typos.Lauri Ojansivu2019-03-061-2/+2
| |
* | Merge branch 'edge' into meteor-1.8Lauri Ojansivu2019-03-065-8/+16
|\|
| * v2.40v2.40Lauri Ojansivu2019-03-064-4/+12
| |
| * Fix manifest and icon urls, part 2.Lauri Ojansivu2019-03-061-4/+4
| | | | | | | | Thanks to xet7 !
* | Merge branch 'edge' into meteor-1.8Lauri Ojansivu2019-03-066-46/+56
|\|
| * v2.39v2.39Lauri Ojansivu2019-03-064-5/+5
| |
| * Update translations.Lauri Ojansivu2019-03-061-38/+38
| |
| * Update changelog.Lauri Ojansivu2019-03-061-0/+10
| |
| * Fix manifest and icon paths.Lauri Ojansivu2019-03-061-4/+4
| | | | | | | | | | | | | | Thanks to xet7 ! Closes #2168, closes #1692
* | Merge branch 'edge' into meteor-1.8Lauri Ojansivu2019-03-0625-156/+346
|\|
| * Update translations.v2.38Lauri Ojansivu2019-03-061-33/+33
| |
| * Update release scripts.Lauri Ojansivu2019-03-065-11/+144
| |
| * v2.38Lauri Ojansivu2019-03-064-5/+5
| |
| * [Added support for LDAP admin status ↵Lauri Ojansivu2019-03-061-3/+6
| | | | | | | | | | | | | | sync](https://github.com/wekan/wekan-ldap/pull/40). Examples: LDAP_SYNC_ADMIN_STATUS=true, LDAP_SYNC_ADMIN_GROUP=group1,group2 (https://github.com/wekan/wekan/commit/7e451d9033eb6162cd37de3e5ffabdc22e272948). Thanks to JulianJacobi and xet7.
| * [Add support for admin status ↵Lauri Ojansivu2019-03-067-17/+55
| | | | | | | | | | | | | | | | 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 !
| * Update changelog.Lauri Ojansivu2019-03-061-0/+1
| |
| * [Remove phantomjs binary from Docker/Snap/Stackerfile to reduce ↵Lauri Ojansivu2019-03-063-1/+3
| | | | | | | | | | | | | | | | size](https://github.com/wekan/wekan/issues/2229). Thanks to soohwa ! Closes #2229
| * - [Use ubuntu:cosmic base in ↵Lauri Ojansivu2019-03-061-0/+1
| | | | | | | | Dockerfile](https://github.com/wekan/wekan/commit/df00776e6ca47080435eca9a31a16fd24c0770ed). Thanks to xet7.
| * Use ubuntu:cosmic base in Dockerfile.Lauri Ojansivu2019-03-061-1/+1
| | | | | | | | Thanks to xet7 !
| * Update changelog.Lauri Ojansivu2019-03-061-4/+5
| |
| * [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
| * Update translations.Lauri Ojansivu2019-03-064-82/+82
| |
| * - [Fix card deletion from ↵Lauri Ojansivu2019-03-061-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | archive](https://github.com/wekan/wekan/commit/77754cf32f28498e550a46325d90eb41f08f8552). - [Fix card move with wrong swimlaneId](https://github.com/wekan/wekan/commit/1bef3a3f8ff4eac43bf97cc8b86d85e618b0e2ef). NOTE: This does not yet fix card move with Custom Field, it will be fixed later. Thanks to andresmanelli ! Closes wekan/wekan-snap#83, closes #2224, closes #2230, related #2233
| * Merge remote-tracking branch 'andresmanelli/edge' into edgeLauri Ojansivu2019-03-061-2/+2
| |\
| | * Fix card deletion from archiveAndrés Manelli2019-03-051-2/+2
| | |
| * | Merge remote-tracking branch 'andresmanelli/edge' into edgeLauri Ojansivu2019-03-051-1/+7
| |\|
| | * Fix card move with wrong swimlaneIdAndrés Manelli2019-03-051-1/+7
| | |
* | | Merge branch 'edge' into meteor-1.8Lauri Ojansivu2019-03-0419-49/+566
|\| |
| * | Update translations.Lauri Ojansivu2019-03-042-49/+49
| | |