summaryrefslogtreecommitdiffstats
path: root/models/checklists.js
Commit message (Collapse)AuthorAgeFilesLines
* Fix lint errorsAndrés Manelli2019-02-241-10/+10
|
* Prepare to create card from templateAndrés Manelli2019-02-241-0/+13
|
* RESTAPI: Add some JSDocBenjamin Tissoires2019-01-181-0/+63
| | | | So we can have a decent REST API documentation generated.
* Fix lint errors.Lauri Ojansivu2018-09-161-2/+2
|
* Completed rulesAngelo Gallarello2018-08-191-0/+12
|
* Fixed triggers to use names and not idAngelo Gallarello2018-08-171-0/+2
|
* Complete checklist activitiesAngelo Gallarello2018-08-161-0/+9
|
* - Fix Title is required by setting Checklist titleLauri Ojansivu2018-07-061-1/+0
| | | | | | | | | during migration. Thanks to centigrade-kdk and xet7 ! Closes #1576, closes #1753
* - Fix [Title is required](https://github.com/wekan/wekan/issues/1576)Lauri Ojansivu2018-07-061-0/+1
| | | | | | | | | by making [Checkist title optional](https://github.com/wekan/wekan/issues/1753). Thanks to xet7 ! Closes #1576, closes #1753
* Fix #1561 Filter checklist itemsAndrés Manelli2018-04-161-2/+2
|
* Fix lint errorsAndrés Manelli2018-04-161-2/+1
|
* Add REST API for Checklist Items (Related to #1562)Andrés Manelli2018-04-161-0/+1
|
* Fix checklists REST API (#1562)Andrés Manelli2018-04-161-58/+54
|
* 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