summaryrefslogtreecommitdiffstats
path: root/models/cards.js
Commit message (Collapse)AuthorAgeFilesLines
...
* IFTTT: card colors: add an actual white entryBenjamin Tissoires2019-01-241-5/+8
| | | | | | | | | To unset the color through the IFTTT, we need a white entry. However, we do not want to show the white enry in the hamburger `Set Color` entry. We can also give the `white` capability to the API, it won't hurt and be more straightforward.
* color: add option in hamburger to change the card colorBenjamin Tissoires2019-01-221-0/+11
| | | | | | Currently only dropdown, no palette Fixes: #428
* Add the ability to change the card backgroundBenjamin Tissoires2019-01-221-0/+32
| | | | Currently the only way to set it is via the REST API
* Update upcase/lowercase.Lauri Ojansivu2019-01-201-4/+4
|
* RESTAPI: Add some JSDocBenjamin Tissoires2019-01-181-0/+169
| | | | So we can have a decent REST API documentation generated.
* Finished triggers improvementsAngelo Gallarello2019-01-021-0/+1
|
* Added swimlane triggerAngelo Gallarello2018-12-301-0/+2
|
* models: cards: an empty string in members or label deletes the listBenjamin Tissoires2018-10-241-2/+12
| | | | | | There is currently no way to remove all members or all labels attached to a card. If an empty string is provided, we can consider as a hint to remove the list from the card.
* models: cards: allow singletons to be assigned to members and labelIdsBenjamin Tissoires2018-10-241-2/+8
| | | | | | If we need to set only one member or one label, the data provided will not give us an array, but the only element as a string. We need to detect that and convert the parameter into an array.
* api: add the ability to change the Swimlane of a cardBenjamin Tissoires2018-10-231-0/+5
|
* models: cards: add members PUT entry pointBenjamin Tissoires2018-10-231-0/+5
| | | | Allows to change the members from the API
* - Fix lint error: tab to spaces.Lauri Ojansivu2018-10-101-1/+1
| | | | Thanks to xet7 !
* Add route to get cards by swimlaneidChuck McAndrew2018-10-091-0/+23
|
* Lint fixAngelo Gallarello2018-09-211-2/+2
|
* Fixed rules about member and box dropdowns widthAngelo Gallarello2018-09-211-2/+4
|
* Fix lint errors.Lauri Ojansivu2018-09-161-84/+84
|
* Merge rules.Lauri Ojansivu2018-09-161-6/+0
|
* Merge branch 'feature-rules' of https://github.com/Angtrim/wekan into ↵Lauri Ojansivu2018-09-161-52/+358
|\ | | | | | | Angtrim-feature-rules
| * Fixed listidAngelo Gallarello2018-09-141-81/+286
| |
| * Fixed triggers to use names and not idAngelo Gallarello2018-08-171-0/+4
| |
| * Labels activitiesAngelo Gallarello2018-08-161-0/+41
| |
| * 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
|