summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update translations.Lauri Ojansivu2017-10-252-74/+74
|
* Fix: User with comment only permission can add cards. Thanks to xet7 ! ↵Lauri Ojansivu2017-10-201-3/+4
| | | | Closes #1301
* Fix: User with comment only permission can add cards. Thanks to xet7 ! ↵Lauri Ojansivu2017-10-201-1/+2
| | | | Closes #1301
* Update changelog.Lauri Ojansivu2017-10-201-2/+8
|
* Change invitation link from sign-in to sign-up. Thanks to xet7 ! Closes #1300Lauri Ojansivu2017-10-201-1/+1
|
* Update translations. Add Spanish of Argentina.Lauri Ojansivu2017-10-205-14/+421
|
* Use paxctl to fix segfaut on Alpine Linux. Closes #1303Lauri Ojansivu2017-10-201-1/+5
|
* Merge branch 'soohwa-1285-feature-disable-user' into develLauri Ojansivu2017-10-204-1/+61
|\ | | | | | | | | | | | | | | | | REST API: - Disable and enable user login. - Take ownership boards of a user. - List boards of user. Thanks to soohwa ! Closes #1285, closes #1220, closes #1118
| * REST API: Disable and enable user login. Take ownership boards of a user.Lauri Ojansivu2017-10-201-0/+8
| | | | | | | | List boards of user. Thanks to soohwa ! Closes #1285, closes #1220, closes #1118
| * Merge branch '1285-feature-disable-user' of https://github.com/soohwa/wekan ↵Lauri Ojansivu2017-10-163-1/+53
|/| | | | | | | into soohwa-1285-feature-disable-user
| * fix lint errorsoohwa2017-10-131-1/+1
| |
| * fix lint errorsoohwa2017-10-131-1/+1
| |
| * fix lint errorssoohwa2017-10-131-13/+13
| |
| * Add the ability for the admin :soohwa2017-10-133-1/+53
| | | | | | | | | | | | - disabling a login for a user (not himself) - enabling a login for a user - transfering the ownership of all user's boards to himself
* | Update translations: esLauri Ojansivu2017-10-141-6/+6
|/
* v0.50v0.50Lauri Ojansivu2017-10-103-3/+11
|
* Fix and update translations. Thanks to xet7 ! Closes #1286Lauri Ojansivu2017-10-106-73/+73
|
* v0.49v0.49Lauri Ojansivu2017-10-093-7/+15
|
* Fix: When WIP limit in use, hide also add card + button at top of list. ↵Lauri Ojansivu2017-10-091-1/+2
| | | | Thanks to xet7 !
* v0.48v0.48Lauri Ojansivu2017-10-093-4/+4
|
* Merge branch 'amadilsons-userSelfRemove' into develLauri Ojansivu2017-10-0938-15/+94
|\ | | | | | | User can leave board on Standalone Wekan. Thanks to amadilsons !
| * User can leave board on Standalone Wekan. Thanks to amadilsons !Lauri Ojansivu2017-10-091-1/+2
| |
| * Update translations.Lauri Ojansivu2017-10-0934-4/+68
| |
| * Merge branch 'userSelfRemove' of https://github.com/amadilsons/wekan into ↵Lauri Ojansivu2017-10-095-15/+29
|/| | | | | | | amadilsons-userSelfRemove
| * user can now leave the boardamadilsons2017-10-095-15/+29
| |
* | Merge branch 'soohwa-fix-admin-create-user' into develLauri Ojansivu2017-10-092-3/+26
|\ \ | | | | | | | | | | | | REST API: Create user despite disabling registration. Thanks to soohwa ! Closes #1232
| * | REST API: Create user despite disabling registration.Lauri Ojansivu2017-10-091-2/+3
| | | | | | | | | | | | Thanks to soohwa ! Closes #1232
| * | Merge branch 'fix-admin-create-user' of https://github.com/soohwa/wekan into ↵Lauri Ojansivu2017-10-091-1/+23
|/| | | | | | | | | | | soohwa-fix-admin-create-user
| * | Remove trailing spacesoohwa2017-10-081-1/+1
| | |
| * | Add commentsoohwa2017-10-071-0/+6
| | |
| * | Change fromAdmin into createdThroughApisoohwa2017-10-061-4/+4
| | |
| * | Clear "fromAdmin". Thx to nztqa.soohwa2017-10-061-1/+3
| | |
| * | Fix password not savedsoohwa2017-10-011-1/+1
| | |
| * | Lint errorsoohwa2017-09-251-3/+3
| | |
| * | Fix https://github.com/wekan/wekan/issues/1249soohwa2017-09-251-0/+14
| | |
* | | Merge branch 'amadilsons-issue783' into develLauri Ojansivu2017-10-0946-147/+564
|\ \ \ | |_|/ |/| | | | | WIP Limits. Thanks to amadilsons ! Closes #783
| * | WIP Limits. Thanks to amadilsons ! Closes #783Lauri Ojansivu2017-10-091-2/+6
| | |
| * | Update translations.Lauri Ojansivu2017-10-0934-137/+361
| | |
| * | Merge branch 'issue783' of https://github.com/amadilsons/wekan into ↵Lauri Ojansivu2017-10-0913-13/+202
|/| | | | | | | | | | | amadilsons-issue783
| * | added i18n translation, minor fixamadilsons2017-10-056-7/+16
| | |
| * | feature implemented, known bugs fixedamadilsons2017-10-056-45/+71
| | |
| * | most work concluded, code needs clean up, further testing requiredamadilsons2017-10-049-88/+72
| | |
| * | on its wayamadilsons2017-10-047-14/+125
| | |
| * | mostly frontend work, lists coll update with wipLimit fieldamadilsons2017-09-297-16/+46
| | |
| * | basic frontend setup, List model updated with wipLimit fieldamadilsons2017-09-286-2/+31
| | |
* | | Fix: Admin announcement can be viewed without signing in.Lauri Ojansivu2017-10-092-6/+15
| | | | | | | | | | | | Thanks to nztqa ! Closes #1281
* | | Dockerfile base image to debian:jessie-slimLauri Ojansivu2017-10-061-2/+5
| | |
* | | Dockerfile base image from debian:8.9 to bitnami/minideb:jessieLauri Ojansivu2017-10-061-5/+2
| | |
* | | MongoDB v3.2.17Lauri Ojansivu2017-10-061-1/+1
| | |
* | | v0.47v0.47Lauri Ojansivu2017-10-043-4/+4
| | |