summaryrefslogtreecommitdiffstats
path: root/models/checklists.js
Commit message (Collapse)AuthorAgeFilesLines
* Add additional dates (received & end), default title of checklists to ↵RJevnikar2018-03-261-0/+1
| | | | | | | | 'Checklist' Remove translations Add additional dates (received & end), default name checklists to Checklist
* Clean checklists modelAndrés Manelli2018-03-191-137/+0
|
* Add checklist items model, migration and publicationAndrés Manelli2018-03-191-26/+9
|
* Fix lint warningsGhassen Rjab2018-02-271-4/+4
|
* Add REST API better error outputsoohwa2017-10-151-45/+77
|
* 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
* Added support for sorted checklist itemsJim Martens2017-09-121-9/+48
|
* Delete all activities related to a checklist when it is deletedGhassen Rjab2017-08-311-3/+5
|
* Delete activity related to checklist item when the item is deletedGhassen Rjab2017-08-311-8/+17
|
* Add checklist items to activity logGhassen Rjab2017-07-261-10/+13
|
* Fix: id generationnztqa2017-06-281-1/+7
|
* add token authentication, only admin can use apihuneau romain2017-05-111-0/+4
|
* add rest api for checklist and card commenthuneau romain2017-05-101-15/+81
|
* Improve wekan performance (checklist collection scan)Alexis LACROIX2017-02-221-0/+4
|
* Add checklist featurelksime2017-01-201-0/+164