summaryrefslogtreecommitdiffstats
path: root/models
Commit message (Collapse)AuthorAgeFilesLines
* Hide CSV export until it's fixed in EdgeHTML compatible way.Lauri Ojansivu2020-07-231-1/+1
| | | | Thanks to xet7 !
* Exports now work at #3173 at least for small boards. TODO: Fix EdgeHTML to ↵Lauri Ojansivu2020-07-232-46/+38
| | | | | | work, before I can release this. Thanks to xet7 !
* changed edit_card and get_card_by_customfieldsUnknown2020-07-212-40/+32
| | | There was a bug in edit_card API: If I call API to edit listid and some fields It modifies only the listid. In addiction I've modified get_card_by_customfield to return full documents.
* Change slug on card renameNico2020-07-191-8/+4
|
* Add support for EdgeHTML browser (Microsoft Legacy Edge, not based on ↵Lauri Ojansivu2020-07-181-24/+30
| | | | | | | | | | Chromium) by removing incompatible csv-stringify package. CSV export will be fixed later. Thanks to xet7 ! Closes #3125
* Checklist Item PUT API: boolean cast on isFinishedRobert Lebedeu2020-07-171-1/+9
|
* All logged in users are now allowed to reorder boards by dragging at All ↵Lauri Ojansivu2020-07-101-0/+8
| | | | | | | | Boards page and Public Boards page. Thanks to xet7 ! Fixes #3147
* Update users.jsAllemand2020-07-101-1/+2
| | | issue #3099 : we have to delete the existing user, Account Service create it again
* Add back checks about can user export CSV/TSV.Lauri Ojansivu2020-06-181-14/+16
| | | | | | Thanks to marc1006 and xet7 ! Related #3173
* Revert users changes that were made at Wekan v4.16.Lauri Ojansivu2020-06-182-10/+10
| | | | Thanks to xet7 !
* Try to prevent errors on CSV/TSV export.Lauri Ojansivu2020-06-171-14/+14
| | | | | | Thanks to xet7 ! Related #3173
* Update users.js etc with global search replace, to try to fix selecting ↵Lauri Ojansivu2020-06-172-8/+8
| | | | | | correct user. Thanks to xet7 !
* Merge pull request #3180 from salleman33/patch-1Lauri Ojansivu2020-06-171-2/+2
|\ | | | | Update users.js
| * remove useless commentsAllemand2020-06-171-1/+1
| |
| * update commentsAllemand2020-06-171-1/+1
| |
| * update onCreateUser for oidcAllemand2020-06-171-1/+1
| | | | | | correct bug : remove the wrong user !
| * Update users.jsAllemand2020-06-171-1/+1
| | | | | | change method to find existing user
* | cards: fix JSDocBenjamin Tissoires2020-06-171-1/+1
|/ | | | There was one missing comma, and the return type was then invalid
* Fix: Unable to delete a custom field in a board.Lauri Ojansivu2020-06-161-7/+5
| | | | | | Thanks to xet7 ! Fixes #2605
* edit_card start voteNico2020-06-111-0/+37
| | | | better visibility what was voted
* Add user option to hide finished checklist itemsMarc Hartmayer2020-06-091-0/+25
| | | | Add a user option to hide finished items in a checklist.
* Merge pull request #3154 from marc1006/issue_2970Lauri Ojansivu2020-06-081-51/+60
|\ | | | | Copy the labels only if the target board is different
| * Copy the labels only if the target board is differentMarc Hartmayer2020-06-051-51/+60
| | | | | | | | | | | | This fixes the issues https://github.com/wekan/wekan/issues/2404 and https://github.com/wekan/wekan/issues/2970 if the target board doesn't differ from the source board.
* | Fix indent part 2.Lauri Ojansivu2020-06-082-16/+16
| | | | | | | | Thanks to xet7 !
* | Change default view to Swimlanes.Lauri Ojansivu2020-06-081-4/+4
|/ | | | Thanks to xet7 !
* 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
| |\ \