summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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.
| * | Sort callback should return 0 if values are equalMarc Hartmayer2020-05-241-2/+2
| | | | | | | | | | | | | | | Fixes: "The callback [:381] provided to sort [:381] should return 0 if the compared values are equal."
| * | Fix false positive found by deepcode.aiMarc Hartmayer2020-05-241-0/+1
| | |
| * | Use on instead of bindMarc Hartmayer2020-05-242-3/+3
| | | | | | | | | | | | Suggested by deepcode.ai.
| * | Use an arrow function inside forEach() instead of an anonymous functionMarc Hartmayer2020-05-245-9/+9
| | | | | | | | | | | | Suggested by deepcode.ai.
* | | Update ChangeLog.Lauri Ojansivu2020-05-241-0/+25
| | |
* | | Merge branch 'marc1006-minor_fixes'Lauri Ojansivu2020-05-243-4/+13
|\ \ \ | |/ / |/| |
| * | Fix minicard cover functionalityMarc Hartmayer2020-05-241-0/+1
| | | | | | | | | | | | | | | Otherwise, if `this.coverId` is undefined then `Attachments.findOne()` would return any attachment.
| * | Fix error link not availableMarc Hartmayer2020-05-241-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: Exception in template helper: TypeError: Cannot read property 'link' of undefined at constructor.attachmentLink (http://192.168.178.2:8080/app/app.js?hash=c0f961362c1318d650abaafcaaa6f6a77c8d11c8:3935:29) at http://192.168.178.2:8080/packages/blaze.js?hash=a20deb597f76789e171a9ee2b2e37d73fbb7ecda:1566:16 at http://192.168.178.2:8080/packages/peerlibrary_blaze-components.js?hash=4049f7e3116e3d9e865392b9546e70dc479b9add:395:66 at Function.Template._withTemplateInstanceFunc (http://192.168.178.2:8080/packages/blaze.js?hash=a20deb597f76789e171a9ee2b2e37d73fbb7ecda:3575:14) at http://192.168.178.2:8080/packages/peerlibrary_blaze-components.js?hash=4049f7e3116e3d9e865392b9546e70dc479b9add:394:27 at Spacebars.call (http://192.168.178.2:8080/packages/spacebars.js?hash=6f2be25813c793c0b363a6a91ebb029723f294ec:169:51) at Spacebars.mustacheImpl (http://192.168.178.2:8080/packages/spacebars.js?hash=6f2be25813c793c0b363a6a91ebb029723f294ec:106:25) at Object.Spacebars.mustache (http://192.168.178.2:8080/packages/spacebars.js?hash=6f2be25813c793c0b363a6a91ebb029723f294ec:110:39) at Blaze.View._render (http://192.168.178.2:8080/app/app.js?hash=c0f961362c1318d650abaafcaaa6f6a77c8d11c8:3328:42) at Blaze.View.doRender (http://192.168.178.2:8080/packages/blaze.js?hash=a20deb597f76789e171a9ee2b2e37d73fbb7ecda:1925:25)
| * | Make scrollParentContainer() more robust as it's used in a timeout callbackMarc Hartmayer2020-05-241-1/+8
|/ / | | | | | | | | | | | | | | | | | | | | | | | | Example exception: Exception in setTimeout callback: TypeError: Cannot read property 'parentComponent' of null at constructor.scrollParentContainer (cardDetails.js:77) at cardDetails.js:190 at Meteor.EnvironmentVariable.EVp.withValue (meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:1207) at meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:588 at meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:1234 Probably there is a better fix for this.
* | Update translations.Lauri Ojansivu2020-05-241-25/+25
| |
* | Add default attachments store path /var/snap/wekan/common/uploadsLauri Ojansivu2020-05-242-1/+7
| | | | | | | | where attachments will be stored.
* | Try to fix Snap.Lauri Ojansivu2020-05-241-1/+1
| |
* | Update packages.Lauri Ojansivu2020-05-243-8/+8
| |
* | Try to fix Snap.Lauri Ojansivu2020-05-242-8/+2
| |
* | Update translations.v4.04Lauri Ojansivu2020-05-240-0/+0
| |
* | Merge branch 'feature-meteor-files'Lauri Ojansivu2020-05-2429-765/+1156
|\ \
| * | v4.04Lauri Ojansivu2020-05-247-333/+343
| | |
| * | Merge branch 'lib-change' of https://github.com/PDIS/wekan intoLauri Ojansivu2020-05-2424-432/+813
|/| | | | | | | | | | | PDIS-lib-change
| * | Fix export attachments (not tested)Romulus Urakagi Tsai2020-05-221-4/+4
| | |
| * | Fix translation errorRomulus Urakagi Tsai2020-05-221-1/+1
| | |
| * | Merge branch 'lib-change' of https://github.com/PDIS/wekan into lib-changeRomulus Urakagi Tsai2020-05-2082-459/+3687
| |\ \
| | * | Purge unneeded require蔡仲明 (Romulus Urakagi Tsai)2020-05-141-1/+0
| | | |
| | * | Merge branch 'master' into lib-changeRomulus Tsai 蔡仲明2020-05-1481-458/+3687
| | |\ \
| | | * \ Merge branch 'master' of https://github.com/wekan/wekanRomulus Tsai 蔡仲明2020-05-1482-651/+3734
| | | |\ \
| * | | | | Fix migrated attachment not readable bugRomulus Urakagi Tsai2020-05-205-26/+43
| |/ / / / | | | | | | | | | | | | | | | Remove reduandant files
| * | | | Fix typoRomulus Urakagi Tsai2020-05-141-1/+1
| | | | |
| * | | | Card clone OKRomulus Urakagi Tsai2020-05-143-8/+42
| | | | |
| * | | | Attachment activities merging doneRomulus Urakagi Tsai2020-05-085-22/+9
| | | | |
| * | | | Merge branch 'master' into lib-changeRomulus Tsai 蔡仲明2020-05-08425-28700/+14973
| |\| | |
| | * | | Merge branch 'master' of https://github.com/wekan/wekanRomulus Tsai 蔡仲明2020-05-08445-21339/+18784
| | |\ \ \
| | * \ \ \ Merge branch 'master' of https://github.com/PDIS/wekanRomulus Tsai 蔡仲明2020-01-020-0/+0
| | |\ \ \ \
| | | * \ \ \ Merge pull request #1 from wekan/master蔡仲明 (Romulus Urakagi Tsai)2019-11-21161-1754/+11558
| | | |\ \ \ \ | | | | | | | | | | | | | | | | Update master