summaryrefslogtreecommitdiffstats
path: root/models/checklists.js
Commit message (Expand)AuthorAgeFilesLines
* v4.05v4.05Lauri Ojansivu2020-05-251-1/+3
* Sorry marc1006, I had to revert deepcode.ai arrow function fixes becauseLauri Ojansivu2020-05-251-4/+4
* Use an arrow function inside forEach() instead of an anonymous functionMarc Hartmayer2020-05-241-3/+3
* Add Worker role.Lauri Ojansivu2020-01-031-1/+1
* Allow checklist creation for board membersRobert Lebedeu2019-12-171-2/+9
* REST API: fix creation of Checklists (closes wekan/wekan#2746)Thomas Liske2019-10-061-2/+11
* Fixes #2596 incorrect date types for created & updatedJustin Reynolds2019-09-051-0/+2
* Prettier & eslint project style updateJustin Reynolds2019-06-281-14/+9
* Add createdAt and modifiedAt to all collectionsJustin Reynolds2019-06-271-132/+181
* - Fix Outgoing Webhook messages for Checlists, Checklist Items, Card comments...Lauri Ojansivu2019-06-271-5/+7
* remove featureguillaume2019-04-231-2/+0
* Add variables for activity notifications Fixes #2285windblow2019-04-061-0/+4
* 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
* 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
* - Fix [Title is required](https://github.com/wekan/wekan/issues/1576)Lauri Ojansivu2018-07-061-0/+1
* 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 'Checkl...RJevnikar2018-03-261-0/+1
* 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
* 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