summaryrefslogtreecommitdiffstats
path: root/models
Commit message (Collapse)AuthorAgeFilesLines
...
* Add Wekan v2.95-v2.97 master branch features and fixes to meteor-1.8 branch.Lauri Ojansivu2019-07-012-4/+10
| | | | Thanks to xet7 !
* - [LDAP: Check if email attribute is an array, that has many email ↵Lauri Ojansivu2019-06-291-1/+11
| | | | | | addresses](https://github.com/wekan/wekan/pull/2519). Thanks to tdemaret and xet7 !
* Prettier & eslint project style updateJustin Reynolds2019-06-2826-1459/+1562
|
* Add createdAt and modifiedAt to all collectionsJustin Reynolds2019-06-2721-1939/+2857
|
* - Fix Outgoing Webhook messages for Checlists, Checklist Items, Card ↵Lauri Ojansivu2019-06-275-18/+77
| | | | | | | | | | comments, Add/Remove CustomField to board. Not yet fixed is Outgoing Webhook message about setting CustomField value. Thanks to xet7 ! Related #1969
* Show attachment name in Outgoing Webhook when attachment is removed from card.Lauri Ojansivu2019-06-111-4/+8
| | | | | | Thanks to xet7 ! Related #2285
* Show attachment name in Outgoing Webhook when attachment is added to card.Lauri Ojansivu2019-06-111-1/+2
| | | | | | Thanks to xet7 ! Related #2285
* Restore export APIBenjamin Tissoires2019-05-141-8/+15
| | | | | | | Commit 477d71e0b90d1 was based on an older version of export.js, which means it reverted a few changes that were made previously. Fixes #2328
* Add partentId support on card web APIAtila Romero2019-05-121-0/+17
|
* - Add Feature: Move board to Archive button at each board at All Boards page.Lauri Ojansivu2019-05-101-0/+16
| | | | | | Thanks to xet7 ! Related #2389
* Prevent data loss.Lauri Ojansivu2019-05-091-10/+16
| | | | Thanks to xet7 !
* Merge pull request #2384 from Akuket/origin/edgeLauri Ojansivu2019-05-091-0/+28
|\ | | | | Delete user feature
| * Delete user featureguillaume2019-04-261-0/+28
| |
* | Fix missing profile checks.Lauri Ojansivu2019-05-093-13/+13
|/ | | | Thanks to justinr1234 !
* remove featureguillaume2019-04-235-5/+50
|
* Merge pull request #2320 from rinnaz/fix/issue-2285Lauri Ojansivu2019-04-065-0/+26
|\ | | | | Add variables for activity notifications Fixes #2285
| * Add variables for activity notifications Fixes #2285windblow2019-04-065-0/+26
| |
* | - Add Duplicate Board tooltip, and remove adding text "Copy" to duplicated ↵Lauri Ojansivu2019-04-061-1/+2
| | | | | | | | | | | | board. Thanks to xet7 !
* | Fix lint errors.Lauri Ojansivu2019-04-063-25/+24
| | | | | | | | Thanks to xet7 !
* | Merge remote-tracking branch 'Angtrim/feature-duplicate' into edgeLauri Ojansivu2019-04-065-17/+79
|\ \ | |/ |/|
| * Minor fixesAngelo Gallarello2019-04-052-1/+1
| |
| * FixesAngelo Gallarello2019-02-125-17/+79
| |
* | Add proper variables for unjoin cardchotaire2019-04-051-0/+3
| |
* | Add proper variables for join card Fixes #2285justinr12342019-03-281-0/+3
| |
* | - More whitelabeling.Lauri Ojansivu2019-03-211-1/+1
| | | | | | | | Thanks to xet7 !
* | Fix #2268Andrés Manelli2019-03-201-32/+0
| |
* | Merge branch 'fix_subtasks' of https://github.com/andresmanelli/wekan into ↵Lauri Ojansivu2019-03-201-3/+1
|\ \ | | | | | | | | | andresmanelli-fix_subtasks
| * | Fix dissapearing subtasksAndrés Manelli2019-03-171-3/+1
| | |
* | | Lint fixAndrés Manelli2019-03-161-1/+1
| | |
* | | - Fix card copy & move between boards with customFieldsAndrés Manelli2019-03-163-25/+140
| | | | | | | | | | | | | | | | | | - 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-163-7/+7
|/ /
* | Fix watchers undefined #2252Justin Reynolds2019-03-121-9/+15
| |
* | Merge pull request #2245 from bentiss/fix-importsLauri Ojansivu2019-03-112-4/+12
|\ \ | | | | | | Fix imports
| * | wekan-import: also import each swimlane colorBenjamin Tissoires2019-03-111-0/+4
| | |
| * | wekan-import: also import each card colorBenjamin Tissoires2019-03-111-0/+4
| | |
| * | Fix import error 500Benjamin Tissoires2019-03-111-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | while running an import from a previously exported board, we encounter the following error: Exception while invoking method 'importBoard' Error: Did not check() all arguments during call to 'importBoard' at ArgumentChecker.throwUnlessAllArgumentsHaveBeenChecked (packages/check.js:483:13) at Object._failIfArgumentsAreNotAllChecked (packages/check.js:131:16) at maybeAuditArgumentChecks (packages/ddp-server/livedata_server.js:1765:18) at DDP._CurrentMethodInvocation.withValue (packages/ddp-server/livedata_server.js:719:19) at Meteor.EnvironmentVariable.EVp.withValue (packages/meteor.js:1186:15) at DDPServer._CurrentWriteFence.withValue (packages/ddp-server/livedata_server.js:717:46) at Meteor.EnvironmentVariable.EVp.withValue (packages/meteor.js:1186:15) at Promise (packages/ddp-server/livedata_server.js:715:46) at new Promise (<anonymous>) at Session.method (packages/ddp-server/livedata_server.js:689:23) at packages/mdg_meteor-apm-agent.js:2617:38 at Meteor.EnvironmentVariable.EVp.withValue (packages/meteor.js:1186:15) at Session.sessionProto.protocol_handlers.method (packages/mdg_meteor-apm-agent.js:2616:44) at packages/ddp-server/livedata_server.js:559:43 Commit 4cf98134491b587 removed the checks as the original board might not have all the required fields, but we actually still need to run a general check on all parameters
* | | 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.
* | Fix removed checklistItem activity => dangling activities createdAndrés Manelli2019-03-081-12/+12
| |
* | 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
| |
* | [Fix Adding Labels to cards is not possible ↵Lauri Ojansivu2019-03-041-11/+13
| | | | | | | | | | | | | | | | anymore](https://github.com/wekan/wekan/issues/2223). Thanks to xet7 ! Closes #2223
* | [Add more Webhook translations](https://github.com/wekan/wekan/issues/1969).Lauri Ojansivu2019-03-031-0/+29
| | | | | | | | | | | | | | | | In progress. Thanks to xet7 ! Related #1969
* | - [Add Filter fix back](https://github.com/wekan/wekan/issues/2213),Lauri Ojansivu2019-03-011-5/+5
| | | | | | | | | | | | | | | | | | because there was no bug in filter fix. Thanks to xet7 ! Closes #2213, related #2209
* | Revert [Filter fix](https://github.com/wekan/wekan/issues/2213) because ofLauri Ojansivu2019-03-011-5/+5
| | | | | | | | | | | | [mongodb data tampered](https://github.com/wekan/wekan-snap/issues/83). Thanks to xet7 !
* | Merge branch 'devel' into edgeLauri Ojansivu2019-02-284-3/+12
|\ \
| * \ Merge branch 'wekan-perf-improvements' of ↵Lauri Ojansivu2019-02-284-3/+12
| |\ \ | | | | | | | | | | | | https://github.com/justinr1234/wekan into justinr1234-wekan-perf-improvements
| | * | Performance EnhancementsJustin Reynolds2019-02-284-3/+12
| | | |
* | | | Fix filter in swimlanes viewAndrés Manelli2019-02-281-5/+5
|/ / /
* | | Fix popup titleAndrés Manelli2019-02-271-2/+1
| | | | | | | | | | | | Add element title modification
* | | Copy template attachmentsAndrés Manelli2019-02-271-0/+9
| | |