summaryrefslogtreecommitdiffstats
path: root/models/cards.js
Commit message (Collapse)AuthorAgeFilesLines
...
| * UI for rules listAngelo Gallarello2018-08-031-0/+1
| |
* | - REST API: Add startAt/dueAt/endAt etc. ↵Lauri Ojansivu2018-09-071-0/+45
| | | | | | | | | | | | | | | | https://github.com/wekan/wekan/wiki/REST-API-Cards Thanks to xet7 ! Closes #1879
* | Add swimlaneId in activity. Create default swimlaneId in APIAndrés Manelli2018-09-061-3/+8
| |
* | Fix typo.Lauri Ojansivu2018-08-281-1/+1
| |
* | - Add Missing Index on cards.parentId since Swimlane integrationLauri Ojansivu2018-08-281-0/+6
| | | | | | | | | | | | | | | | to speedup Wekan. Thanks to Clement87 ! Closes #1863
* | Fix and improve linked cardsAndrés Manelli2018-08-211-0/+8
| |
* | Change of the default value of labelIdsOmar Sy2018-08-161-1/+1
| |
* | Fix removed setters and gettersAndrés Manelli2018-08-151-1/+46
| |
* | Fix lint errors.Lauri Ojansivu2018-08-141-1/+1
| |
* | - Fix Import from Trello error 400.Lauri Ojansivu2018-08-141-0/+22
| | | | | | | | Thanks to xet7 !
* | Refactor imported -> linked in modelsAndrés Manelli2018-08-111-97/+97
| |
* | Add imported card locationAndrés Manelli2018-08-111-0/+14
| |
* | Indicate board or card through icons. Indicate if archivedAndrés Manelli2018-08-111-0/+12
| |
* | Fix lint errorsAndrés Manelli2018-08-111-8/+5
| |
* | Add title bindingAndrés Manelli2018-08-111-76/+31
| |
* | Add two way binding of activities, comments, and attachmentsAndrés Manelli2018-08-111-4/+18
| |
* | Add two way binding of checklistsAndrés Manelli2018-08-111-8/+33
| |
* | Add two way binding of card/board timesAndrés Manelli2018-08-111-1/+160
| |
* | Allow description and member two way bindingAndrés Manelli2018-08-101-0/+68
| |
* | Link descriptionAndrés Manelli2018-08-101-0/+33
| |
* | Add UI for importing card-as-card and board-as-cardAndrés Manelli2018-08-101-0/+7
|/
* Added ability to change card's parent.Nicu Tofan2018-06-261-3/+12
|
* Show parent in card (no links, yet)Nicu Tofan2018-06-261-0/+53
|
* Board level settings for subtasksNicu Tofan2018-06-261-1/+1
|
* change all mentions of Kids => ChildrenNicu Tofan2018-06-261-3/+3
|
* Get rid of old implementation for substacksNicu Tofan2018-06-261-0/+6
|
* Take archived status into consideration for subtasksNicu Tofan2018-06-261-3/+18
|
* Switch from subtasks to cards in modelNicu Tofan2018-06-261-3/+3
|
* Helpers for dealing with trees of cardsNicu Tofan2018-06-261-0/+19
|
* added ability to create a tree of cardsNicu Tofan2018-06-261-0/+5
|
* Initial implementation for subtasksNicu Tofan2018-06-261-0/+24
|
* fixing search for dropdown fields, and error on loading boardIgnatz2018-06-141-5/+5
|
* trying to fix display Issue with dropdown custom fieldsIgnatz2018-06-141-3/+17
|
* Fix lint errorRJevnikar2018-06-051-1/+1
|
* Fix problems highlighted by Codacy/PR Quality ReviewRJevnikar2018-06-051-1/+1
|
* Add additional label colours (from pull by JamesLavin), Add Assigned & ↵RJevnikar2018-06-051-0/+16
| | | | Requested By text fields.
* possible quickfix for all customFields Import errorsIgnatz2018-05-231-0/+1
|
* template literals correctionIgnatz2018-05-181-1/+1
|
* linter correctionsIgnatz2018-05-181-7/+10
|
* resolving merge conflictsIgnatzHome2018-05-171-0/+66
|\
| * text custom fields are now editable using inlinedFormPouyan Savoli2017-09-221-2/+10
| |
| * show custom fields on cards but still with dummy valuePouyan Savoli2017-09-221-0/+21
| |
| * card model and card ui preparation for custom fields #2Pouyan Savoli2017-09-221-2/+6
| |
| * card model and card ui preparation for custom fieldsPouyan Savoli2017-09-221-0/+33
| |
* | Fix lint error.Lauri Ojansivu2018-05-051-1/+1
| | | | | | | | Related https://github.com/wekan/wekan/pull/1626
* | API Edit Card LabelsthisNeko2018-05-041-0/+5
| |
* | POST /cards: allow setting card memberscouscous32018-05-031-1/+2
| | | | | | if members isn't specified then the authorId will be the only member of the card, otherwise the provided members attribute will be used
* | Add additional dates (received & end), default title of checklists to ↵RJevnikar2018-03-261-0/+24
| | | | | | | | | | | | | | | | 'Checklist' Remove translations Add additional dates (received & end), default name checklists to Checklist
* | Add checklist ordering capabilityAndrés Manelli2018-03-191-1/+1
| |
* | Fix lint warningsGhassen Rjab2018-02-271-5/+5
| |