summaryrefslogtreecommitdiffstats
path: root/models/cards.js
Commit message (Collapse)AuthorAgeFilesLines
* Fix Cards and Users docs not generated because of syntax error and new ↵Lauri Ojansivu2020-04-281-2/+3
| | | | | | | | | Javascript syntax. Wekan uses wekan/releases/generate-docs*.sh Python code to generate OpenAPI docs, it did not show any errors while generating docs, only left out parts of API docs. Thanks to pvcon13 and xet7 !
* Revert In Progress additional vote features. Translations are not removed.Lauri Ojansivu2020-04-271-39/+14
| | | | | | Thanks to xet7 ! Related https://github.com/wekan/wekan/pull/3048
* Additional vote featuresNico2020-04-261-14/+39
|
* Fix lint errors in lint error fix.Lauri Ojansivu2020-04-221-17/+17
| | | | Thanks to xet7 !
* Multiple lint issue fixesMarc Hartmayer2020-04-211-2/+2
| | | | Found by using the command `meteor npm run lint:eslint:fix`.
* Public voteNico2020-04-101-12/+44
|
* Add setting default NOTIFICATION_TRAY_AFTER_READ_DAYS_BEFORE_REMOVE=2Lauri Ojansivu2020-04-081-31/+31
| | | | | | to all Wekan platforms https://github.com/wekan/wekan/pull/2998 Thanks to xet7 !
* Voteing featureNico2020-04-071-11/+110
|
* 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 card creation for board membersRobert Lebedeu2019-12-171-1/+8
| | | | - Only for members with card add permission
* Assignee field like Jira #2452 , Done.Lauri Ojansivu2019-11-071-3/+4
| | | | | | Update REST API docs, there can only be one assignee in array. Thanks to xet7 !
* Try to fix prettify.Lauri Ojansivu2019-11-071-0/+2
|
* Assignee field like Jira #2452 , in progress.Lauri Ojansivu2019-11-061-5/+8
| | | | | | Prevent more than one assignee. Thanks to xet7 !
* REST API: fix deletion of a single board card (closes wekan#2624)Thomas Liske2019-11-041-3/+3
|
* Assignee field like Jira #2452 , in progress.Lauri Ojansivu2019-11-021-1/+1
| | | | | | | | | | | | Added features: - Assignee can now be added and removed. - Avatar icon is at card and assignee details TODO: - When selecting new assignee (+) icon, list does not yet show avatars and names who to add. There is empty avatar without name. Thanks to xet7 !
* Assignee field like Jira #2452 , in progress.Lauri Ojansivu2019-10-311-0/+161
| | | | | | Assignee can not be removed yet, it removes member, wrong link in popup. Thanks to xet7 !
* Fix: List last modify time will be affected by cards dueAt, endAtSam X. Chen2019-10-301-3/+2
|
* Change the radom to random typo in export.jsSam X. Chen2019-10-291-3/+5
|
* Add Feature: allow user to sort Lists in Board by his own preference, ↵Sam X. Chen2019-10-181-2/+4
| | | | boardadmin can star list
* Add Features: allowing lists to be sorted by modifiedAt when not in ↵Sam X. Chen2019-10-101-0/+17
| | | | draggable mode
* Feature enhancement: Allow wekan master have more flexiblity on setting up ↵Sam X. Chen2019-09-261-2/+2
| | | | due reminder
* Add feature: Add due timeline into Calendar viewSam X. Chen2019-09-261-7/+27
|
* BUG FIX: archived cards still sent out notificationSam X. Chen2019-09-251-0/+1
|
* Fixes #2596 incorrect date types for created & updatedJustin Reynolds2019-09-051-0/+2
|
* 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
| |