Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'improve-activities' of https://github.com/nztqa/wekan into ↵ | Lauri Ojansivu | 2017-10-01 | 6 | -3/+81 |
|\ | | | | | | | nztqa-improve-activities | ||||
| * | Disable button when "Hide system messages" in user profile setting is valid | nztqa | 2017-09-25 | 4 | -4/+15 |
| | | |||||
| * | Add comments only in activity feed | nztqa | 2017-09-25 | 6 | -3/+70 |
| | | |||||
* | | Merge branch 'nztqa-fix-copy-card' into devel | Lauri Ojansivu | 2017-10-01 | 2 | -0/+9 |
|\ \ | | | | | | | | | | | | | Fix Data inconsistency when copying card. Thanks to nztqa ! Related #1218 | ||||
| * | | Fix Data inconsistency when copying card. | Lauri Ojansivu | 2017-10-01 | 1 | -0/+8 |
| | | | | | | | | | | | | Thanks to nztqa ! Related #1218 | ||||
| * | | Merge branch 'fix-copy-card' of https://github.com/nztqa/wekan into ↵ | Lauri Ojansivu | 2017-10-01 | 1 | -0/+1 |
|/| | | | | | | | | | | | nztqa-fix-copy-card | ||||
| * | | Remove cover id | nztqa | 2017-09-25 | 1 | -0/+1 |
| |/ | |||||
* | | v0.44v0.44 | Lauri Ojansivu | 2017-09-30 | 3 | -5/+5 |
| | | |||||
* | | Merge branch 'amadilsons-issue881' into devel | Lauri Ojansivu | 2017-09-30 | 39 | -27/+164 |
|\ \ | | | | | | | | | | | | | Confirm popup appears before Checklist Delete. Thanks to amadilsons ! Closes #881 | ||||
| * | | Confirm popup appears before Checklist Delete. | Lauri Ojansivu | 2017-09-30 | 1 | -2/+6 |
| | | | | | | | | | | | | Thanks to amadilsons ! Closes #881 | ||||
| * | | Update translations. | Lauri Ojansivu | 2017-09-30 | 35 | -11/+43 |
| | | | |||||
| * | | Restore spacing. | Lauri Ojansivu | 2017-09-30 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'issue881' of https://github.com/amadilsons/wekan into ↵ | Lauri Ojansivu | 2017-09-30 | 6 | -22/+123 |
|/| | | | | | | | | | | | amadilsons-issue881 | ||||
| * | | fixed linting error | amadilsons | 2017-09-29 | 1 | -1/+1 |
| | | | |||||
| * | | removed unnecessary deleteDialog helper, delete dialog now uses tap-i18n | amadilsons | 2017-09-29 | 6 | -13/+13 |
| | | | |||||
| * | | removed linting errors | amadilsons | 2017-09-27 | 1 | -1/+1 |
| | | | |||||
| * | | code clean up | amadilsons | 2017-09-27 | 1 | -11/+0 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/wekan/wekan into issue881 | amadilsons | 2017-09-27 | 46 | -52/+215 |
| |\ \ | |||||
| * | | | sugested fix for issue #881 | amadilsons | 2017-09-27 | 3 | -20/+132 |
| | | | | |||||
* | | | | Merge branch 'GhassenRjab-feature/fix-trello-import' into devel | Lauri Ojansivu | 2017-09-30 | 2 | -22/+31 |
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | Fix errors when importing from Trello. Thanks to GhassenRjab ! Closes #1243, closes #1245 | ||||
| * | | | Fix errors when importing from Trello. | Lauri Ojansivu | 2017-09-30 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | Thanks to GhassenRjab ! Closes #1243, closes #1245 | ||||
| * | | | Use a default color (black) for labels from Trello | Ghassen Rjab | 2017-09-27 | 1 | -2/+1 |
| | | | | |||||
| * | | | Ignore checklists with missing cards | Ghassen Rjab | 2017-09-26 | 1 | -20/+22 |
|/ / / | |||||
* | | | v0.43v0.43 | Lauri Ojansivu | 2017-09-25 | 2 | -3/+3 |
| | | | |||||
* | | | Add emojis back, because removing them broke local dev Sandstorm. | Lauri Ojansivu | 2017-09-25 | 5 | -2/+32 |
| | | | | | | | | | | | | Thanks to xet7 ! Opens #1248, opens #743, opens #643, opens #323 | ||||
* | | | v0.42v0.42 | Lauri Ojansivu | 2017-09-25 | 3 | -4/+6 |
| | | | |||||
* | | | Remove emoji support, because it breaks MAC addresses, urls, code etc. | Lauri Ojansivu | 2017-09-25 | 5 | -24/+8 |
| | | | | | | | | | | | | Thanks to xet7 ! Closes #1248, closes #743, closes #643, closes #323 | ||||
* | | | v0.41v0.41 | Lauri Ojansivu | 2017-09-25 | 4 | -17/+11 |
| |/ |/| | |||||
* | | v0.40v0.40 | Lauri Ojansivu | 2017-09-25 | 3 | -4/+4 |
| | | |||||
* | | Merge branch 'soohwa-admin-create-user' into devel | Lauri Ojansivu | 2017-09-25 | 2 | -2/+17 |
|\ \ | | | | | | | | | | | | | REST API: Create user despite disabling registration. Thanks to soohwa ! Closes #1232 | ||||
| * | | REST API: Create user despite disabling registration. | Lauri Ojansivu | 2017-09-25 | 1 | -2/+3 |
| | | | | | | | | | | | | Thanks to soohwa ! Closes #1232 | ||||
| * | | Fix lint errors. | Lauri Ojansivu | 2017-09-24 | 1 | -3/+3 |
| | | | |||||
| * | | Merge branch 'admin-create-user' of https://github.com/soohwa/wekan into ↵ | Lauri Ojansivu | 2017-09-24 | 1 | -0/+14 |
|/| | | | | | | | | | | | soohwa-admin-create-user | ||||
| * | | Allow admin to create user despite disabling registration throught rest api. | none | 2017-09-23 | 1 | -0/+14 |
| | | | |||||
* | | | Merge branch 'mario-orlicky-devel' into devel | Lauri Ojansivu | 2017-09-24 | 4 | -14/+18 |
|\ \ \ | | | | | | | | | | | | | | | | | Added plus button to add card on top of the list. Thanks to mario-orlicky ! Closes #1233 | ||||
| * | | | Added plus button to add card on top of the list. | Lauri Ojansivu | 2017-09-24 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | Thanks to mario-orlicky ! Closes #1233 | ||||
| * | | | Merge branch 'devel' of https://github.com/mario-orlicky/wekan into ↵ | Lauri Ojansivu | 2017-09-24 | 3 | -12/+15 |
|/| | | | | | | | | | | | | | | | mario-orlicky-devel | ||||
| * | | | #1233 Added plus button to add card on top of the list | Mário Orlický | 2017-09-24 | 3 | -12/+15 |
| |/ / | |||||
* | | | Merge branch 'GhassenRjab-feature/keep-state-checklist' into devel | Lauri Ojansivu | 2017-09-24 | 5 | -40/+61 |
|\ \ \ | |/ / |/| | | | | | | | | Keep state of checklist items when moved to another checklist. Thanks to GhassenRjab ! Related #876 | ||||
| * | | Keep state of checklist items when moved to another checklist. | Lauri Ojansivu | 2017-09-24 | 1 | -1/+2 |
| | | | | | | | | | | | | Thanks to GhassenRjab ! Related #876 | ||||
| * | | Update Checklists client | Ghassen Rjab | 2017-09-24 | 2 | -12/+14 |
| | | | | | | | | | Use new methods added in Checklist model | ||||
| * | | Update Checklist model to keep checklist item state when moved | Ghassen Rjab | 2017-09-24 | 1 | -21/+44 |
| | | | | | | | | | | | | | | | | | | | | | - Remove newItemIndex field (no longer needed) - Use Underscore.js to sort checklist items - Add helper method to generate new Items Ids so we can use it in model and in client - Add addFullItem method to add an item from object - Update sort when items are being added or removed | ||||
| * | | Remove newItemIndex of Checklist Collection from migration script | Ghassen Rjab | 2017-09-24 | 1 | -6/+1 |
|/ / | | | | | We no longer need this field | ||||
* | | Merge branch 'GhassenRjab-hotfix/sort-checklists-items' into devel | Lauri Ojansivu | 2017-09-23 | 2 | -1/+33 |
|\ \ | | | | | | | | | | | | | Fix: Checklist items are lost when moving items to another checklist. Thanks to GhassenRjab ! Related #876 | ||||
| * | | Add migration script to add sort field to checklists | Lauri Ojansivu | 2017-09-23 | 1 | -1/+7 |
| | | | | | | | | | | | | and their items. Thanks to GhassenRjab ! Related #876 | ||||
| * | | Fix lint errors | Ghassen Rjab | 2017-09-23 | 1 | -3/+3 |
| | | | |||||
| * | | Add migration script to add sort field to checklists and their items | Ghassen Rjab | 2017-09-22 | 1 | -0/+26 |
|/ / | |||||
* | | Merge branch 'umbertooo-addChecklist-notification' into devel | Lauri Ojansivu | 2017-09-22 | 37 | -4/+85 |
|\ \ | |/ |/| | | | | | Add translations (en/de/fi) for email notifications regarding checklists and checklist items. Thanks to umbertooo and xet7 ! Closes #1225 | ||||
| * | Add translations (en/de/fi) for email notifications regarding | Lauri Ojansivu | 2017-09-22 | 1 | -2/+9 |
| | | | | | | | | checklists and checklist items. Thanks to umbertooo and xet7 ! Closes #1225 | ||||
| * | Update translations. | Lauri Ojansivu | 2017-09-22 | 34 | -3/+69 |
| | |