summaryrefslogtreecommitdiffstats
path: root/client
Commit message (Collapse)AuthorAgeFilesLines
* fix(scrollbar): remove custom scrollbarTomasz Borychowski2020-08-2814-57/+11
|
* add Trigger and Action headers in Rule Detailshelioguardabaxo2020-08-261-1/+5
|
* Hide CSV export until it's fixed in EdgeHTML compatible way.Lauri Ojansivu2020-07-231-8/+8
| | | | Thanks to xet7 !
* All logged in users are now allowed to reorder boards by dragging at All ↵Lauri Ojansivu2020-07-101-6/+0
| | | | | | | | Boards page and Public Boards page. Thanks to xet7 ! Fixes #3147
* Fix activities view on mobile devicesMarc Hartmayer2020-06-181-1/+4
| | | | | Turns out that the sidebar is not available on mobile device therefore add guards for this for now. This needs further investigation.
* Fix lint errors.Lauri Ojansivu2020-06-161-2/+2
|
* Fix lint errors.Lauri Ojansivu2020-06-161-2/+2
|
* Merge pull request #3174 from hgustafsson/masterLauri Ojansivu2020-06-161-1/+3
|\ | | | | Alignment and spacing of minicard labels
| * Alignment and spacing of minicard labelsHenrik Gustafsson2020-06-121-1/+3
| |
* | Merge pull request #3172 from marc1006/margin_fixLauri Ojansivu2020-06-161-0/+2
|\ \ | | | | | | Remove top and bottom margin for hidden checklist items
| * | Remove top and bottom margin for hidden checklist itemsMarc Hartmayer2020-06-141-0/+2
| |/ | | | | | | | | | | Remove top and bottom margin for hidden checklist items, otherwise there could be a gap between unchecked items if multiple hidden/checked items were between them.
* / edit_card start voteNico2020-06-114-23/+18
|/ | | | better visibility what was voted
* Fix infinite scrolling for activitiesMarc Hartmayer2020-06-111-4/+3
| | | | | | | | | | | | | | | | This fixes the error: Uncaught TypeError: activitiesComponent.loadNextPage is not a function at constructor.reachNextPeak (sidebar.js:63) at constructor.BlazeComponent.callFirstWith (peerlibrary_blaze-components.js?hash=4049f7e3116e3d9e865392b9546e70dc479b9add:660) at constructor.scroll (infiniteScrolling.js:28) at peerlibrary_blaze-components.js?hash=4049f7e3116e3d9e865392b9546e70dc479b9add:469 at Object.Blaze._withCurrentView (view.js:533) at peerlibrary_blaze-components.js?hash=4049f7e3116e3d9e865392b9546e70dc479b9add:468 at Template._withTemplateInstanceFunc (template.js:490) at Blaze.View.eventMap.<computed> (peerlibrary_blaze-components.js?hash=4049f7e3116e3d9e865392b9546e70dc479b9add:467) at view.js:879 at Object.Blaze._withCurrentView (view.js:533)
* Merge branch 'checklists' of https://github.com/marc1006/wekan into ↵Lauri Ojansivu2020-06-103-4/+44
|\ | | | | | | marc1006-checklists
| * Strikethrough checked itemsMarc Hartmayer2020-06-091-0/+1
| |
| * Add user option to hide finished checklist itemsMarc Hartmayer2020-06-093-4/+43
| | | | | | | | Add a user option to hide finished items in a checklist.
* | Fix condition whether a card is in listMarc Hartmayer2020-06-091-9/+1
|/ | | | | | | This fixes the issues https://github.com/wekan/wekan/issues/3164, https://github.com/wekan/wekan/issues/3162, and https://github.com/wekan/wekan/issues/3163. While at it, remove now useless comments.
* 1) Public board default view to Swimlane.Lauri Ojansivu2020-06-082-7/+15
| | | | | | 2) When changing Public board view (sets view cookie), also reload page so view is changed immediately. Thanks to xet7 !
* Default view Swimlanes part 3: Change dropdown order to ↵Lauri Ojansivu2020-06-081-7/+7
| | | | | | Swimlanes/Lists/Calendar. Thanks to xet7 !
* 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 !
* Added an API to get the cards for a specific custom field valueGiacomo Vespignani2020-05-271-1/+1
|
* 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-252-31/+38
|
* Move In Progress ostrio-files changes to separate branch, and revert ↵Lauri Ojansivu2020-05-258-168/+70
| | | | | | | | | | | | 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-246-10/+11
|\ | | | | 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 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-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-249-69/+166
|\ | | | | | | 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-202-2/+7
| |/ / | | | | | | | | | Remove reduandant files
| * | Attachment activities merging doneRomulus Urakagi Tsai2020-05-081-1/+1
| | |
| * | Merge branch 'master' into lib-changeRomulus Tsai 蔡仲明2020-05-0856-569/+1335
| |\ \
| * | | Done attachments activities operatingRomulus Urakagi Tsai2020-05-081-3/+4
| | | |