summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | |
| * | - [Added a Helm Chart to the project](https://github.com/wekan/wekan/pull/2227).Lauri Ojansivu2019-03-041-0/+9
| | | | | | | | | | | | Thanks to TechnoTaff !
| * | Merge pull request #2227 from TechnoTaff/develLauri Ojansivu2019-03-0416-0/+508
| |\ \ | | |/ | |/| Added a Helm Chart to the project
| | * Readme updatesStephen Randall2019-03-041-2/+52
| | |
| | * Merge branch 'devel' of https://github.com/TechnoTaff/wekan into develStephen Randall2019-03-043-6/+1
| | |\
| | | * Create .gitkeepSteve Randall2019-03-041-0/+1
| | | |
| | | * Delete requirements.lockSteve Randall2019-03-041-6/+0
| | | |
| | | * Delete mongodb-replicaset-3.6.4.tgzSteve Randall2019-03-041-0/+0
| | | |
| | * | Added some notesStephen Randall2019-03-043-7/+10
| | |/
| | * Added helm chart v1Stephen Randall2019-03-0417-0/+460
| |/
* | Update stylus.Lauri Ojansivu2019-03-042-2/+2
| |
* | Fix escaping special character as advised atLauri Ojansivu2019-03-041-1/+1
| | | | | | | | | | | | https://github.com/jquery/jquery/issues/2885 Thanks to xet7 !
* | Merge branch 'edge' into meteor-1.8Lauri Ojansivu2019-03-049-46/+110
|\|
| * v2.37v2.37Lauri Ojansivu2019-03-044-4/+12
| |
| * [Fix Adding Labels to cards is not possible ↵Lauri Ojansivu2019-03-045-42/+98
| | | | | | | | | | | | | | | | anymore](https://github.com/wekan/wekan/issues/2223). Thanks to xet7 ! Closes #2223
* | Merge branch 'edge' into meteor-1.8Lauri Ojansivu2019-03-041-1/+1
|\|
| * Update translations.Lauri Ojansivu2019-03-041-1/+1
| |