Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clear "fromAdmin". Thx to nztqa. | soohwa | 2017-10-06 | 1 | -1/+3 |
| | |||||
* | Fix password not saved | soohwa | 2017-10-01 | 1 | -1/+1 |
| | |||||
* | Lint error | soohwa | 2017-09-25 | 1 | -3/+3 |
| | |||||
* | Fix https://github.com/wekan/wekan/issues/1249 | soohwa | 2017-09-25 | 1 | -0/+14 |
| | |||||
* | 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 |
| | | |||||
| * | add translation (en/de) for email notifications regarding checklists and ↵ | Felix Michels | 2017-09-22 | 3 | -1/+9 |
|/ | | | | checklist items | ||||
* | v0.39v0.39 | Lauri Ojansivu | 2017-09-17 | 3 | -4/+4 |
| | |||||
* | Update translations. | Lauri Ojansivu | 2017-09-17 | 2 | -18/+18 |
| | |||||
* | Merge branch 'GhassenRjab-feature/import-checklist-sort' into devel | Lauri Ojansivu | 2017-09-17 | 3 | -2/+14 |
|\ | | | | | | | | | Import checklist sort attributes from Wekan and Trello. Thanks to GhassenRjab ! Related #876 | ||||
| * | Import checklist sort attributes from Wekan and Trello. Thanks to GhassenRjab ! | Lauri Ojansivu | 2017-09-17 | 1 | -0/+8 |
| | | |||||
| * | Import sort attribute of checklists and its items from Trello | Ghassen Rjab | 2017-09-16 | 1 | -0/+2 |
| | | |||||
| * | Import sort attribute of checklists and its items from Wekan | Ghassen Rjab | 2017-09-16 | 1 | -2/+4 |
|/ | | | If no sort was found (Old format), we use checklist or checklist item index in the array instead | ||||
* | v0.38v0.38 | Lauri Ojansivu | 2017-09-13 | 3 | -4/+4 |
| | |||||
* | Update translations. | Lauri Ojansivu | 2017-09-13 | 5 | -112/+112 |
| | |||||
* | Merge branch 'frmwrk123-issue-1213' into devel | Lauri Ojansivu | 2017-09-13 | 2 | -0/+2 |
|\ | | | | | | | | | Card title is now pre-filled in copy card dialog. Thanks to frmwrk123 ! Related #1213 | ||||
| * | Card title is now pre-filled in copy card dialog. | Lauri Ojansivu | 2017-09-13 | 1 | -0/+1 |
| | | | | | | | | Thanks to frmwrk123 ! Related #1213 | ||||
| * | Merge branch 'issue-1213' of https://github.com/frmwrk123/wekan into ↵ | Lauri Ojansivu | 2017-09-13 | 1 | -0/+1 |
|/| | | | | | | | frmwrk123-issue-1213 | ||||
| * | Existing title of card is pre-filled in copy dialog | Jim Martens | 2017-09-12 | 1 | -0/+1 |
| | | |||||
* | | Merge branch 'frmwrk123-issue-876' into devel | Lauri Ojansivu | 2017-09-13 | 4 | -13/+126 |
|\ \ | |/ |/| | | | | | Reorder checklists. Move checklist item to another checklist. Thanks to frmwrk123 ! Related #876 | ||||
| * | Reorder checklists. Move checklist item to another checklist. Thanks to ↵ | Lauri Ojansivu | 2017-09-13 | 1 | -0/+8 |
| | | | | | | | | frmwrk123 ! Related #876 | ||||
| * | Implemented checklist item sorting across checklists | Jim Martens | 2017-09-12 | 1 | -0/+67 |
| | | |||||
| * | Prepared template for sortable checklist items | Jim Martens | 2017-09-12 | 1 | -4/+3 |
| | | |||||
| * | Added support for sorted checklist items | Jim Martens | 2017-09-12 | 1 | -9/+48 |
|/ | |||||
* | Update translations. | Lauri Ojansivu | 2017-09-09 | 34 | -37/+37 |
| | |||||
* | Rename New integration to New Outgoing Webhook | Lauri Ojansivu | 2017-09-09 | 2 | -2/+2 |
| | |||||
* | v0.37v0.37 | Lauri Ojansivu | 2017-09-09 | 3 | -4/+4 |
| | |||||
* | Merge branch 'frmwrk123-issue-519' into devel | Lauri Ojansivu | 2017-09-09 | 38 | -69/+164 |
|\ | | | | | | | Copy card within one board. Thanks to frmwrk123 ! | ||||
| * | Copy card within one board. Thanks to frmwrk123 ! | Lauri Ojansivu | 2017-09-09 | 1 | -0/+8 |
| | |