summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'improve-activities' of https://github.com/nztqa/wekan into ↵Lauri Ojansivu2017-10-016-3/+81
|\ | | | | | | nztqa-improve-activities
| * Disable button when "Hide system messages" in user profile setting is validnztqa2017-09-254-4/+15
| |
| * Add comments only in activity feednztqa2017-09-256-3/+70
| |
* | Merge branch 'nztqa-fix-copy-card' into develLauri Ojansivu2017-10-012-0/+9
|\ \ | | | | | | | | | | | | Fix Data inconsistency when copying card. Thanks to nztqa ! Related #1218
| * | Fix Data inconsistency when copying card.Lauri Ojansivu2017-10-011-0/+8
| | | | | | | | | | | | Thanks to nztqa ! Related #1218
| * | Merge branch 'fix-copy-card' of https://github.com/nztqa/wekan into ↵Lauri Ojansivu2017-10-011-0/+1
|/| | | | | | | | | | | nztqa-fix-copy-card
| * | Remove cover idnztqa2017-09-251-0/+1
| |/
* | v0.44v0.44Lauri Ojansivu2017-09-303-5/+5
| |
* | Merge branch 'amadilsons-issue881' into develLauri Ojansivu2017-09-3039-27/+164
|\ \ | | | | | | | | | | | | Confirm popup appears before Checklist Delete. Thanks to amadilsons ! Closes #881
| * | Confirm popup appears before Checklist Delete.Lauri Ojansivu2017-09-301-2/+6
| | | | | | | | | | | | Thanks to amadilsons ! Closes #881
| * | Update translations.Lauri Ojansivu2017-09-3035-11/+43
| | |
| * | Restore spacing.Lauri Ojansivu2017-09-301-1/+1
| | |
| * | Merge branch 'issue881' of https://github.com/amadilsons/wekan into ↵Lauri Ojansivu2017-09-306-22/+123
|/| | | | | | | | | | | amadilsons-issue881
| * | fixed linting erroramadilsons2017-09-291-1/+1
| | |
| * | removed unnecessary deleteDialog helper, delete dialog now uses tap-i18namadilsons2017-09-296-13/+13
| | |
| * | removed linting errorsamadilsons2017-09-271-1/+1
| | |
| * | code clean upamadilsons2017-09-271-11/+0
| | |
| * | Merge branch 'master' of https://github.com/wekan/wekan into issue881amadilsons2017-09-2746-52/+215
| |\ \
| * | | sugested fix for issue #881amadilsons2017-09-273-20/+132
| | | |
* | | | Merge branch 'GhassenRjab-feature/fix-trello-import' into develLauri Ojansivu2017-09-302-22/+31
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | Fix errors when importing from Trello. Thanks to GhassenRjab ! Closes #1243, closes #1245
| * | | Fix errors when importing from Trello.Lauri Ojansivu2017-09-301-0/+8
| | | | | | | | | | | | | | | | Thanks to GhassenRjab ! Closes #1243, closes #1245
| * | | Use a default color (black) for labels from TrelloGhassen Rjab2017-09-271-2/+1
| | | |
| * | | Ignore checklists with missing cards Ghassen Rjab2017-09-261-20/+22
|/ / /
* | | v0.43v0.43Lauri Ojansivu2017-09-252-3/+3
| | |
* | | Add emojis back, because removing them broke local dev Sandstorm.Lauri Ojansivu2017-09-255-2/+32
| | | | | | | | | | | | Thanks to xet7 ! Opens #1248, opens #743, opens #643, opens #323
* | | v0.42v0.42Lauri Ojansivu2017-09-253-4/+6
| | |
* | | Remove emoji support, because it breaks MAC addresses, urls, code etc.Lauri Ojansivu2017-09-255-24/+8
| | | | | | | | | | | | Thanks to xet7 ! Closes #1248, closes #743, closes #643, closes #323
* | | v0.41v0.41Lauri Ojansivu2017-09-254-17/+11
| |/ |/|
* | v0.40v0.40Lauri Ojansivu2017-09-253-4/+4
| |
* | Merge branch 'soohwa-admin-create-user' into develLauri Ojansivu2017-09-252-2/+17
|\ \ | | | | | | | | | | | | REST API: Create user despite disabling registration. Thanks to soohwa ! Closes #1232
| * | REST API: Create user despite disabling registration.Lauri Ojansivu2017-09-251-2/+3
| | | | | | | | | | | | Thanks to soohwa ! Closes #1232
| * | Fix lint errors.Lauri Ojansivu2017-09-241-3/+3
| | |
| * | Merge branch 'admin-create-user' of https://github.com/soohwa/wekan into ↵Lauri Ojansivu2017-09-241-0/+14
|/| | | | | | | | | | | soohwa-admin-create-user
| * | Allow admin to create user despite disabling registration throught rest api.none2017-09-231-0/+14
| | |
* | | Merge branch 'mario-orlicky-devel' into develLauri Ojansivu2017-09-244-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 Ojansivu2017-09-241-2/+3
| | | | | | | | | | | | | | | | Thanks to mario-orlicky ! Closes #1233
| * | | Merge branch 'devel' of https://github.com/mario-orlicky/wekan into ↵Lauri Ojansivu2017-09-243-12/+15
|/| | | | | | | | | | | | | | | mario-orlicky-devel
| * | | #1233 Added plus button to add card on top of the listMário Orlický2017-09-243-12/+15
| |/ /
* | | Merge branch 'GhassenRjab-feature/keep-state-checklist' into develLauri Ojansivu2017-09-245-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 Ojansivu2017-09-241-1/+2
| | | | | | | | | | | | Thanks to GhassenRjab ! Related #876
| * | Update Checklists clientGhassen Rjab2017-09-242-12/+14
| | | | | | | | | Use new methods added in Checklist model
| * | Update Checklist model to keep checklist item state when movedGhassen Rjab2017-09-241-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 scriptGhassen Rjab2017-09-241-6/+1
|/ / | | | | We no longer need this field
* | Merge branch 'GhassenRjab-hotfix/sort-checklists-items' into develLauri Ojansivu2017-09-232-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 checklistsLauri Ojansivu2017-09-231-1/+7
| | | | | | | | | | | | and their items. Thanks to GhassenRjab ! Related #876
| * | Fix lint errorsGhassen Rjab2017-09-231-3/+3
| | |
| * | Add migration script to add sort field to checklists and their itemsGhassen Rjab2017-09-221-0/+26
|/ /
* | Merge branch 'umbertooo-addChecklist-notification' into develLauri Ojansivu2017-09-2237-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 regardingLauri Ojansivu2017-09-221-2/+9
| | | | | | | | checklists and checklist items. Thanks to umbertooo and xet7 ! Closes #1225
| * Update translations.Lauri Ojansivu2017-09-2234-3/+69
| |