summaryrefslogtreecommitdiffstats
path: root/models/checklists.js
Commit message (Collapse)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
| | | | | | Python API docs generator does not work all when code has arrow functions. Thanks to xet7 !
* Use an arrow function inside forEach() instead of an anonymous functionMarc Hartmayer2020-05-241-3/+3
| | | | Suggested by deepcode.ai.
* Add Worker role.Lauri Ojansivu2020-01-031-1/+1
| | | | | | | | | Add more Font Awesome icons. Fix browser console errors when editing user profile name etc. Thanks to xet7 ! Closes #2788
* Allow checklist creation for board membersRobert Lebedeu2019-12-171-2/+9
| | | | - Only for members with checklist add permission
* 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 ↵Lauri Ojansivu2019-06-271-5/+7
| | | | | | | | | | comments, Add/Remove CustomField to board. Not yet fixed is Outgoing Webhook message about setting CustomField value. Thanks to xet7 ! Related #1969
* 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
| | | | 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