summaryrefslogtreecommitdiffstats
path: root/client/components
Commit message (Collapse)AuthorAgeFilesLines
* Fix XSS.Lauri Ojansivu2020-06-081-1/+1
| | | | Thanks to xet7 !
* Default view Swimlanes part 2.Lauri Ojansivu2020-06-081-5/+6
| | | | Thanks to xet7 !
* Fix indent.Lauri Ojansivu2020-06-081-2/+1
| | | | Thanks to xet7 !
* Use markdown in Swimlane titles.Lauri Ojansivu2020-06-081-1/+2
| | | | Thanks to xet7 !
* Change default view to Swimlanes.Lauri Ojansivu2020-06-082-3/+10
| | | | Thanks to xet7 !
* WIP: XSS fixesMarc Hartmayer2020-06-073-38/+48
|
* Add Calendar Month Event List view.Lauri Ojansivu2020-05-301-1/+1
| | | | Thanks to xet7 !
* Add some changes to Modern theme.Lauri Ojansivu2020-05-261-1/+32
| | | | | | Thanks to jeroenstoker and xet7 ! Related #3086
* use `Intl.NumberFormat` to format currencyHaben Amare2020-05-254-22/+67
|
* 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-252-1/+47
|
* Fix move selectionMarc Hartmayer2020-05-252-3/+4
| | | | This fixes https://github.com/wekan/wekan/issues/3119.
* Sorry marc1006, I had to revert deepcode.ai arrow function fixes becauseLauri Ojansivu2020-05-253-7/+7
| | | | | | Python API docs generator does not work all when code has arrow functions. Thanks to xet7 !
* Prettifier fixes.Lauri Ojansivu2020-05-251-1/+1
|
* Move In Progress ostrio-files changes to separate branch, and revert ↵Lauri Ojansivu2020-05-257-142/+52
| | | | | | | | | | | | 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 pull request #3112 from marc1006/deepcodeLauri Ojansivu2020-05-244-7/+8
|\ | | | | Some fixes suggested 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 an arrow function inside forEach() instead of an anonymous functionMarc Hartmayer2020-05-243-5/+5
| | | | | | | | Suggested by deepcode.ai.
* | 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.
* Merge branch 'lib-change' of https://github.com/PDIS/wekan intoLauri Ojansivu2020-05-247-50/+139
|\ | | | | | | PDIS-lib-change
| * Merge branch 'lib-change' of https://github.com/PDIS/wekan into lib-changeRomulus Urakagi Tsai2020-05-2015-78/+377
| |\
| | * Merge branch 'master' into lib-changeRomulus Tsai 蔡仲明2020-05-1415-78/+377
| | |\
| * | | Fix migrated attachment not readable bugRomulus Urakagi Tsai2020-05-201-1/+4
| |/ / | | | | | | | | | Remove reduandant files
| * | Attachment activities merging doneRomulus Urakagi Tsai2020-05-081-1/+1
| | |
| * | Merge branch 'master' into lib-changeRomulus Tsai 蔡仲明2020-05-0852-557/+1289
| |\ \
| * | | Done attachments activities operatingRomulus Urakagi Tsai2020-05-081-3/+4
| | | |
| * | | Attachments downloadRomulus Urakagi Tsai2020-05-051-2/+2
| | | |
| * | | Merge branch 'master' of https://github.com/wekan/wekan into lib-changeRomulus Urakagi Tsai2020-02-1344-558/+1877
| |\ \ \
| * | | | Change to relative path and /var/attachments to storeRomulus Urakagi Tsai2020-01-143-26/+27
| | | | |
| * | | | Uploading dialog doneRomulus Urakagi Tsai2020-01-023-10/+34
| | | | |
| * | | | Change upload routine, add upload popupRomulus Urakagi Tsai2019-12-243-5/+44
| | | | |
| * | | | Uploaded done, but uploading notRomulus Urakagi Tsai2019-11-274-14/+19
| | | | |
| * | | | Attachment upload from card done, need to fix download linkRomulus Urakagi Tsai2019-11-202-11/+20
| | | | |
| * | | | Trying to upload an attachment with Meteor-FilesRomulus Urakagi Tsai2019-11-181-8/+16
| | | | |
* | | | | Merge pull request #3109 from marc1006/issue_3107Lauri Ojansivu2020-05-241-2/+2
|\ \ \ \ \ | | | | | | | | | | | | Set '*' as default value for swimlane and list name in card move action
| * | | | | Set '*' as default value for swimlane and list name in card move actionMarc Hartmayer2020-05-231-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is the same default as `Utils.getTriggerActionDesc` has. This commit fixes https://github.com/wekan/wekan/issues/3107.
* | | | | | Merge pull request #3108 from marc1006/issue_2757Lauri Ojansivu2020-05-241-10/+14
|\ \ \ \ \ \ | | | | | | | | | | | | | | Change the swimlaneid of a card only if a new target swimlaneid is se…
| * | | | | | Change the swimlaneid of a card only if a new target swimlaneid is selectedMarc Hartmayer2020-05-231-10/+14
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | Fixes the issue https://github.com/wekan/wekan/issues/2757. While at it, fix the same issue also for multi selection.
* | | | | | Merge branch 'master' of https://github.com/helioguardabaxo/wekanLauri Ojansivu2020-05-243-2/+189
|\ \ \ \ \ \
| * | | | | | Added Modern theme with Poppins fonthelioguardabaxo2020-05-223-2/+189
| |/ / / / /
* / / / / / Export Board to Zip fileLewis Cowles2020-05-182-1/+12
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Extracts Card covers * Labels * Re-works some CSS & HTML * Produces deployable assets (minus WebFonts)
* | | | | Added natural themehelioguardabaxo2020-05-161-0/+19
| | | | |
* | | | | Try to fix Sandstorm Export menu.Lauri Ojansivu2020-05-151-6/+4
| | | | | | | | | | | | | | | | | | | | Thanks to xet7.
* | | | | Merge branch 'master' of https://github.com/CidKramer/wekan into ↵Lauri Ojansivu2020-05-161-0/+233
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | CidKramer-master
| * | | | | Added clearblue themeCidKramer2020-05-151-0/+233
| | |_|_|/ | |/| | |
* | | | | Fix lint.Lauri Ojansivu2020-05-161-1/+1
| | | | |
* | | | | Fix Can't Scroll on All Boards on mobile phone. Added drag handles.Lauri Ojansivu2020-05-163-0/+26
|/ / / / | | | | | | | | | | | | | | | | | | | | Thanks to xet7 ! Fixes #3096