summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * REALLY, REALLY UGLY HACKMarc Hartmayer2020-05-293-1/+23
| |
| * WIPMarc Hartmayer2020-05-291-0/+1
|/
* Update ChangeLog.Lauri Ojansivu2020-05-291-0/+5
|
* Upgrade to Node v12.17.0Lauri Ojansivu2020-05-2910-12/+12
| | | | Thanks to Node developers and xet7 !
* Update ChangeLog.Lauri Ojansivu2020-05-291-0/+14
|
* Merge pull request #3135 from marc1006/sendSMTPTestEmailLauri Ojansivu2020-05-291-1/+1
|\ | | | | Fix email verification in `sendSMTPTestEmail`
| * Fix email verification in `sendSMTPTestEmail`Marc Hartmayer2020-05-291-1/+1
|/ | | | Fixes: 6e088af3
* Merge pull request #3131 from gvespignani70/feature/new-API-cardsByCustomFieldLauri Ojansivu2020-05-282-6/+51
|\ | | | | Added an API to get the cards for a specific custom field value
| * Added an API to get the cards for a specific custom field valueGiacomo Vespignani2020-05-272-6/+51
|/
* v4.09v4.09Lauri Ojansivu2020-05-277-9/+9
|
* Update translations.Lauri Ojansivu2020-05-273-12/+12
|
* Update ChangeLog.Lauri Ojansivu2020-05-271-0/+9
|
* Merge pull request #3128 from brymut/fix-export-csv-voteLauri Ojansivu2020-05-273-24/+40
|\ | | | | Fix vote export & export/import currency custom field to CSV/TSV
| * Fix vote export to CSV/TSV & export currency custom field.Bryan Mutai2020-05-273-24/+40
|/
* v4.08v4.08Lauri Ojansivu2020-05-267-9/+25
|
* Update translations.Lauri Ojansivu2020-05-262-4/+4
|
* Update ChangeLog.Lauri Ojansivu2020-05-261-0/+5
|
* Add some changes to Modern theme.Lauri Ojansivu2020-05-261-1/+32
| | | | | | Thanks to jeroenstoker and xet7 ! Related #3086
* Update ChangeLog.Lauri Ojansivu2020-05-261-0/+14
|
* Merge branch 'habenamare-currency-custom-field'Lauri Ojansivu2020-05-2660-4/+261
|\
| * Update translations.Lauri Ojansivu2020-05-2651-0/+102
| |
| * use `Intl.NumberFormat` to format currencyHaben Amare2020-05-257-25/+70
| |
| * display formatted currency custom field on minicardHaben Amare2020-05-252-2/+16
| |
| * add 'cardCustomField-currency' templateHaben Amare2020-05-252-0/+42
| |
| * add the 'currency' custom field typeHaben Amare2020-05-255-2/+56
|/
* Fix typo that caused parse error.Lauri Ojansivu2020-05-261-1/+1
|
* v4.07v4.07Lauri Ojansivu2020-05-267-10/+10
|
* Update ChangeLog.Lauri Ojansivu2020-05-261-0/+13
|
* Merge pull request #3122 from marc1006/default_valueLauri Ojansivu2020-05-261-1/+1
|\ | | | | Fix default value of `sort`
| * Fix default value of `sort`Marc Hartmayer2020-05-251-1/+1
|/ | | | The default has to be a numeric value.
* Merge pull request #3121 from marc1006/api_genLauri Ojansivu2020-05-261-4/+5
|\ | | | | Fix Python API generation
| * Fix Python API generationMarc Hartmayer2020-05-251-4/+5
|/
* Merge pull request #3120 from marc1006/issue_3119Lauri Ojansivu2020-05-253-3/+46
|\ | | | | Fix move selection
| * Fix move selectionMarc Hartmayer2020-05-253-3/+46
| | | | | | | | This fixes https://github.com/wekan/wekan/issues/3119.
* | v4.06v4.06Lauri Ojansivu2020-05-257-8/+18
| |
* | Update translations.Lauri Ojansivu2020-05-250-0/+0
|/
* Fix Card export CSV, check for vote undefined.Lauri Ojansivu2020-05-251-1/+1
| | | | Thanks to xet7 !
* v4.05v4.05Lauri Ojansivu2020-05-258-339/+344
|
* Sorry marc1006, I had to revert deepcode.ai arrow function fixes becauseLauri Ojansivu2020-05-255-12/+12
| | | | | | Python API docs generator does not work all when code has arrow functions. Thanks to xet7 !
* Update ChangeLog.Lauri Ojansivu2020-05-251-0/+6
|
* Prettifier fixes.Lauri Ojansivu2020-05-252-31/+38
|
* Move In Progress ostrio-files changes to separate branch, and revert ↵Lauri Ojansivu2020-05-2522-749/+377
| | | | | | | | | | | | 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
* Update translations.Lauri Ojansivu2020-05-240-0/+0
|
* Update ChangeLog.Lauri Ojansivu2020-05-241-1/+6
|
* Merge branch 'brymut-import-export-custom-fields'Lauri Ojansivu2020-05-242-31/+150
|\
| * 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
| |
* | Update ChangeLog.Lauri Ojansivu2020-05-241-0/+2
| |
* | Merge pull request #3112 from marc1006/deepcodeLauri Ojansivu2020-05-249-15/+16
|\ \ | | | | | | Some fixes suggested by deepcode.ai
| * | Fix email verification in `sendSMTPTestEmail`Marc Hartmayer2020-05-241-1/+1
| | | | | | | | | | | | Found by deepcode.ai.