summaryrefslogtreecommitdiffstats
path: root/models/cards.js
Commit message (Collapse)AuthorAgeFilesLines
* Revert In-Progress Assignee field, moving it to feature branch.Lauri Ojansivu2019-08-131-162/+0
| | | | | | Thanks to xet7 ! Fixes #2612
* Assignee field. In Progress.Lauri Ojansivu2019-08-131-0/+162
| | | | | | Thanks to xet7 ! Related #2452
* Outgoing Webhooks setCustomField: Add board name, card name, custom field ↵Lauri Ojansivu2019-07-101-3/+3
| | | | | | | | name to be visible. Still missing: custom field value, list name, swimlane name. Thanks to xet7 !
* Notify Due Days: Add settings to Snap/Docker/Source.Lauri Ojansivu2019-07-101-4/+5
| | | | | | Rename env variables to NOTIFY_DUE_DAYS_BEFORE_AND_AFTER and NOTIFY_DUE_AT_HOUR_OF_DAY. Thanks to xet7 !
* Add Feature: system timelines will be showing any modification for duat ↵Sam X. Chen2019-07-091-1/+89
| | | | startat endat receivedat, also notification to the watchers and if card is due, watchers will be notified
* Prettier & eslint project style updateJustin Reynolds2019-06-281-712/+836
|
* Add createdAt and modifiedAt to all collectionsJustin Reynolds2019-06-271-2/+23
|
* Add partentId support on card web APIAtila Romero2019-05-121-0/+17
|
* remove featureguillaume2019-04-231-2/+2
|
* Merge pull request #2320 from rinnaz/fix/issue-2285Lauri Ojansivu2019-04-061-0/+6
|\ | | | | Add variables for activity notifications Fixes #2285
| * Add variables for activity notifications Fixes #2285windblow2019-04-061-0/+6
| |
* | Merge remote-tracking branch 'Angtrim/feature-duplicate' into edgeLauri Ojansivu2019-04-061-0/+1
|\ \ | |/ |/|
| * FixesAngelo Gallarello2019-02-121-0/+1
| |
* | Add proper variables for unjoin cardchotaire2019-04-051-0/+3
| |
* | Add proper variables for join card Fixes #2285justinr12342019-03-281-0/+3
| |
* | Fix #2268Andrés Manelli2019-03-201-32/+0
| |
* | Lint fixAndrés Manelli2019-03-161-1/+1
| |
* | - Fix card copy & move between boards with customFieldsAndrés Manelli2019-03-161-14/+88
| | | | | | | | | | | | - Fix card copy & move between boards with labels with same name - Fix activities for labels when copying and moving card - Fix activities for customFields when copying and moving card
* | Migrate customFieldsAndrés Manelli2019-03-161-1/+1
| |
* | customFields: fix leftover from lintBenjamin Tissoires2019-03-111-1/+1
| | | | | | | | | | Looks like I forgot to use the camelCase notation here, and this leads to an exception while updating a custom field.
* | Activities: register customFields changed in the activitiesBenjamin Tissoires2019-03-081-0/+55
| | | | | | | | | | | | This stores the updates to the custom fields in the activities side bar. Only manual updates to the custom fields are currently registered.
* | Fix card deletion from archiveAndrés Manelli2019-03-051-2/+2
| |
* | Copy template attachmentsAndrés Manelli2019-02-271-0/+9
| |
* | Standarize copy functions. Match labels by nameAndrés Manelli2019-02-271-1/+22
| |
* | Fix list view issues. Allow creation of boards from templatesAndrés Manelli2019-02-251-1/+1
| |
* | Fix lint errorsAndrés Manelli2019-02-241-19/+19
| |
* | Prepare to create card from templateAndrés Manelli2019-02-241-0/+25
| |
* | Add first draft of data model and user interface. No actions.Andrés Manelli2019-02-241-1/+5
|/
* api: new_card: add the card at the end of the listBenjamin Tissoires2019-01-251-1/+5
| | | | | | | | If we keep the `0` value, the card might be inserted in the middle of the list, making it hard to find it later on. Always append the card at the end of the list by setting a sort value based on the number of cards in the list.
* 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
| |