summaryrefslogtreecommitdiffstats
path: root/models
Commit message (Collapse)AuthorAgeFilesLines
* Added dates & assignees to REST API calls incl receivedAtGitGramm2020-06-011-0/+2
| | | I have added the dates (received, start, due, end) and the assignees to the output of the REST API Calls.
* Added dates & assignees to REST API calls #3145GitGramm2020-06-011-0/+8
| | | I have added the dates (stat, due, end) and the assignees to the output of the REST API Calls
* REALLY, REALLY UGLY HACKMarc Hartmayer2020-05-291-1/+14
|
* WIPMarc Hartmayer2020-05-291-0/+1
|
* Fix email verification in `sendSMTPTestEmail`Marc Hartmayer2020-05-291-1/+1
| | | | Fixes: 6e088af3
* Added an API to get the cards for a specific custom field valueGiacomo Vespignani2020-05-271-5/+50
|
* Fix vote export to CSV/TSV & export currency custom field.Bryan Mutai2020-05-273-24/+40
|
* use `Intl.NumberFormat` to format currencyHaben Amare2020-05-251-1/+1
|
* add the 'currency' custom field typeHaben Amare2020-05-251-1/+5
|
* Fix default value of `sort`Marc Hartmayer2020-05-251-1/+1
| | | | The default has to be a numeric value.
* Fix Python API generationMarc Hartmayer2020-05-251-4/+5
|
* Fix move selectionMarc Hartmayer2020-05-251-0/+42
| | | | This fixes https://github.com/wekan/wekan/issues/3119.
* Fix Card export CSV, check for vote undefined.Lauri Ojansivu2020-05-251-1/+1
| | | | Thanks to xet7 !
* v4.05v4.05Lauri Ojansivu2020-05-251-1/+3
|
* Sorry marc1006, I had to revert deepcode.ai arrow function fixes becauseLauri Ojansivu2020-05-251-4/+4
| | | | | | Python API docs generator does not work all when code has arrow functions. Thanks to xet7 !
* Move In Progress ostrio-files changes to separate branch, and revert ↵Lauri Ojansivu2020-05-256-313/+295
| | | | | | | | | | | | ostrio-files changes, so that: - Export to CSV/TSV with custom fields works - Attachments are not exported to disk - It is possible to build arm64/s390x versions again. Thanks to xet7 ! Related #3110
* Merge branch 'import-export-custom-fields' of ↵Lauri Ojansivu2020-05-242-31/+150
|\ | | | | | | | | | | https://github.com/brymut/wekan into brymut-import-export-custom-fields
| * enable exporting and importing custom fields.Bryan Mutai2020-05-242-31/+150
| |
* | Merge pull request #3112 from marc1006/deepcodeLauri Ojansivu2020-05-242-4/+4
|\ \ | | | | | | Some fixes suggested by deepcode.ai
| * | Fix email verification in `sendSMTPTestEmail`Marc Hartmayer2020-05-241-1/+1
| | | | | | | | | | | | Found by deepcode.ai.
| * | Use an arrow function inside forEach() instead of an anonymous functionMarc Hartmayer2020-05-241-3/+3
| | | | | | | | | | | | Suggested by deepcode.ai.
* | | Fix minicard cover functionalityMarc Hartmayer2020-05-241-0/+1
|/ / | | | | | | | | Otherwise, if `this.coverId` is undefined then `Attachments.findOne()` would return any attachment.
* | Merge branch 'lib-change' of https://github.com/PDIS/wekan intoLauri Ojansivu2020-05-246-295/+313
|\ \ | | | | | | | | | PDIS-lib-change
| * | Fix export attachments (not tested)Romulus Urakagi Tsai2020-05-221-4/+4
| | |
| * | Merge branch 'lib-change' of https://github.com/PDIS/wekan into lib-changeRomulus Urakagi Tsai2020-05-205-7/+788
| |\ \
| | * \ Merge branch 'master' into lib-changeRomulus Tsai 蔡仲明2020-05-145-7/+788
| | |\ \
| * | | | Fix migrated attachment not readable bugRomulus Urakagi Tsai2020-05-201-3/+13
| |/ / / | | | | | | | | | | | | Remove reduandant files
| * | | Card clone OKRomulus Urakagi Tsai2020-05-142-6/+41
| | | |
| * | | Attachment activities merging doneRomulus Urakagi Tsai2020-05-082-21/+6
| | | |
| * | | Merge branch 'master' into lib-changeRomulus Tsai 蔡仲明2020-05-088-70/+440
| |\ \ \
| * | | | Done attachments activities operatingRomulus Urakagi Tsai2020-05-082-181/+66
| | | | |
| * | | | Merge branch 'master' of https://github.com/wekan/wekan into lib-changeRomulus Urakagi Tsai2020-02-139-26/+342
| |\ \ \ \
| * | | | | Start writing migrationRomulus Urakagi Tsai2020-02-131-97/+3
| | | | | |
| * | | | | Fix sandstorm storage pathRomulus Urakagi Tsai2020-01-141-0/+4
| | | | | |
| * | | | | Change to relative path and /var/attachments to storeRomulus Urakagi Tsai2020-01-141-0/+2
| | | | | |
| * | | | | Uploaded done, but uploading notRomulus Urakagi Tsai2019-11-272-3/+6
| | | | | |
| * | | | | Attachment upload from card done, need to fix download linkRomulus Urakagi Tsai2019-11-205-11/+16
| | | | | |
| * | | | | Trying to upload an attachment with Meteor-FilesRomulus Urakagi Tsai2019-11-181-8/+39
| | | | | |
* | | | | | Added Modern theme with Poppins fonthelioguardabaxo2020-05-221-0/+1
| |_|_|_|/ |/| | | |
* | | | | Added natural themehelioguardabaxo2020-05-161-1/+2
| | | | |
* | | | | Added clearblue themeCidKramer2020-05-151-0/+1
| |_|_|/ |/| | |
* | | | Merge branch 'fixes' of https://github.com/marc1006/wekan into marc1006-fixesLauri Ojansivu2020-05-141-0/+15
|\ \ \ \
| * | | | Fix creation of card linksMarc Hartmayer2020-04-301-0/+15
| | |_|/ | |/| | | | | | | | | | | | | | Without this fix, orphaned card links are created and therefore this leads to problems as described in https://github.com/wekan/wekan/issues/2785.
* | | | Fix syntax. Maybe sometime later think about translations.Lauri Ojansivu2020-05-131-1/+25
| | | | | | | | | | | | | | | | Thanks to xet7 !
* | | | Merge branch 'add-more-import-export-options' of ↵Lauri Ojansivu2020-05-134-195/+688
|\ \ \ \ | | | | | | | | | | | | | | | https://github.com/brymut/wekan into brymut-add-more-import-export-options
| * | | | add: export board/cards/lists to CSV/TSVBryan Mutai2020-05-104-212/+385
| | | | |
| * | | | add: import board/cards/lists using CSV/TSVBryan Mutai2020-05-072-1/+321
| |/ / /
* | | | Merge pull request #3084 from wackazong/master-patch-1Lauri Ojansivu2020-05-131-1/+1
|\ \ \ \ | | | | | | | | | | Create card does not allow an empty member list
| * | | | Create card does not allow an empty member listwackazong2020-05-081-1/+1
| |/ / / | | | | | | | | When I create a card via the API I always have the authorId in members, even if I pass an empty string as member list. Workaround: I can empty the member list by passing an empty string in a PUT request. This pull request proposes to not add the authorId to the member list when creating a card and the member list is empty.
* | | | API add boards to json where user is member ofNico2020-05-031-1/+40
| | | |