summaryrefslogtreecommitdiffstats
path: root/client/components/sidebar
Commit message (Collapse)AuthorAgeFilesLines
* Move "Rules" from "Board View" to "Board Settings".Lauri Ojansivu2020-03-312-0/+8
| | | | | | Thanks to helioguardabaxo and xet7 ! Closes #2973
* - Fix critical and moderate security vulnerabilities reported at 2020-02-26 withLauri Ojansivu2020-03-011-3/+6
| | | | | | | | | | | | | responsible disclosure by [Dejan Zelic](https://twitter.com/dejandayoff), Justin Benjamin and others at [Offensive Security](https://twitter.com/offsectraining), that follow standard 90 days before public disclosure. Thanks to xet7. - Fix webhook error that prevented some card etc deleting from web UI of board. Thanks to xet7. - Add some more Font Awesome icons. Thanks to xet7. - Remove autofocus from many form input boxes so that they would not cause warnings. Thanks to xet7.
* Remove card element grouping to create compact card layout.Lauri Ojansivu2020-02-122-0/+54
| | | | | | | | Card Settings / Show on Card: Description Title and Description Text. Thanks to e-stoniauk, 2020product and xet7 ! Fixes https://github.com/wekan/wekan/pull/2922
* Remove hiding comments and activities.Lauri Ojansivu2020-02-101-12/+12
|
* Add Feature: Card Settings/Show on card/Activities.Lauri Ojansivu2020-02-072-0/+22
| | | | | | | | Fix: When in Card Settings hiding Comments, only adding new comment is hidden, not old comments. Thanks to xet7 ! Closes #2925
* - Fix adding comments.Lauri Ojansivu2020-02-051-6/+6
| | | | | | | | | | - Added some working layout changes from https://github.com/wekan/wekan/pull/2920. - Fixed Card Settings not working at Sandstorm. Thanks to 2020product xet7 ! Closes #2918, closes https://github.com/wekan/wekan/pull/2920
* Add Board Card Settings to Show on Card only some of it's fields.Lauri Ojansivu2020-02-051-4/+10
| | | | Default WYSIWYG comment editor not enabled, use markdown instead.
* Merge branch 'dollybean' of https://github.com/2020product/wekan into ↵Lauri Ojansivu2020-02-052-0/+388
|\ | | | | | | 2020product-dollybean
| * Customize of some card's functionsdollybean2020-02-042-0/+154
|/
* Wider sidebar.Lauri Ojansivu2020-01-061-1/+1
| | | | | | Thanks to vjrj ! Closes #2218
* Fix: Unable to find Archive Card/List/Swimlane in board settings.Lauri Ojansivu2020-01-061-6/+5
| | | | | | Thanks to neobradley and xet7 ! Closes #2872
* Add Worker role.Lauri Ojansivu2020-01-054-39/+84
| | | | | | | | | | This was originally added at Wekan v3.58, reverted at Wekan v3.60 because of bugs, and now after fixes added back. Thanks to xet7 ! Closes #2788
* Add more Font Awesome icons. This was originally addedLauri Ojansivu2020-01-032-25/+68
| | | | | | | at Wekan v3.58, removed at Wekan v3.60, and now added back at Wekan v3.61. Thanks to xet7 !
* Revert to Wekan v3.57 version of client and models directories,Lauri Ojansivu2020-01-035-148/+60
| | | | | | | removing Worker role temporarily, because Worker role changes broke saving card. Thanks to xet7 !
* Add Worker role.Lauri Ojansivu2020-01-035-70/+154
| | | | | | | | | Add more Font Awesome icons. Fix browser console errors when editing user profile name etc. Thanks to xet7 ! Closes #2788
* Fix lint errors.Lauri Ojansivu2019-11-261-4/+2
|
* When logged in, use database for setting, so that changes areLauri Ojansivu2019-11-191-10/+20
| | | | | | | immediate. Only on public board use cookies. Comment out Collapse CSS that is not in use. Thanks to xet7 !
* New feature: Now there is popup selection of Lists/Swimlanes/Calendar/Roles.Lauri Ojansivu2019-11-181-2/+14
| | | | | | | | | | | | | | | | | | | | New feature, not set visible yet, because switching to it does not work properly yet: Collapsible Swimlanes #2804 Fix: Public board now loads correctly. When you select one of Lists/Swimlanes/Calendar view and reload webbrowser page, it can change view. Closes #2311 Fix: List sorting commented out. Closes #2800 Fix: Errors hasHiddenMinicardText, hasShowDragHandles, showSort, hasSortBy, profile, FirefoxAndroid/IE11/Vivaldi/Chromium browsers not working by using cookies instead of database. More details at https://github.com/wekan/wekan/issues/2643#issuecomment-554907955 Note: Cookie changes are not always immediate, if there is no effect, you may need to reload webbrowser page. Closes #2643 . Thanks to xet7 !
* Add Features: allowing lists to be sorted by modifiedAt when not in ↵Lauri Ojansivu2019-10-294-0/+17
| | | | | | | | | | | | draggable mode. Bug Fix #2093: the broken should be prior to file attachment feature introduced, and tested export board is working. Thanks to whowillcare ! ( xet7 merged this pull request manually from https://github.com/wekan/wekan/pull/2756 ) Closes #2093
* Merge remote-tracking branch 'upstream/master'Sam X. Chen2019-08-293-0/+37
|\
| * Merge branch 'master' of https://github.com/wekan/wekanRomulus Urakagi Tsai2019-08-141-2/+5
| |\
| * \ Merge branch 'master' of https://github.com/wekan/wekanRomulus Urakagi Tsai2019-08-122-0/+14
| |\ \
| * | | Add 'show archive' and 'hide empty lists' in filter feature.Romulus Urakagi Tsai2019-08-073-0/+37
| | | |
* | | | Add Feature: enable two-way webhooks - stage oneSam X. Chen2019-08-172-44/+78
| |_|/ |/| |
* | | fix error when the sidebar is not visibleTobias2019-08-121-2/+5
| |/ |/|
* | Hide minicard label text: per user checkbox setting at sidebar.Lauri Ojansivu2019-08-072-0/+14
|/ | | | | | | Thanks to xet7 ! Closes #1466, closes #2561
* Prevent isCommentOnly user adding attachments, editing list names, moving lists,Lauri Ojansivu2019-07-241-2/+3
| | | | | | | | | | and seeing board settings menu. Show non-editable Custom Fields to isCommentOnly user. Thanks to xet7 ! Closes wekan/wekan-snap#97, closes #2416, closes #2255
* Add Wekan v2.95-v2.97 master branch features and fixes to meteor-1.8 branch.Lauri Ojansivu2019-07-011-0/+1
| | | | Thanks to xet7 !
* Prettier & eslint project style updateJustin Reynolds2019-06-285-375/+462
|
* Fix Bug: Unable to click board submenu on mobile.Lauri Ojansivu2019-06-171-2/+2
| | | | | | Thanks to xet7 ! Closes #2261
* Fixed #2338 -> Slow opening of big boards with too many archived itemswekan2019-05-132-47/+71
|
* - [View markdown on List names, Custom Fields (Text and Dropdown), Label names,Lauri Ojansivu2019-05-112-2/+6
| | | | | | | | All Boards view Board names and Board descriptions](https://github.com/wekan/wekan/issues/2334). Thanks to shaygover and xet7 ! Related #2334
* Fixed RTL issue #884Guy Zylberberg2019-05-081-1/+1
|
* remove featureguillaume2019-04-232-6/+70
|
* Lint fixAndrés Manelli2019-03-161-2/+2
|
* - Fix card copy & move between boards with customFieldsAndrés Manelli2019-03-161-3/+10
| | | | | | - Fix card copy & move between boards with labels with same name - Fix activities for labels when copying and moving card - Fix activities for customFields when copying and moving card
* Migrate customFieldsAndrés Manelli2019-03-161-2/+3
|
* [Fix Adding Labels to cards is not possible ↵Lauri Ojansivu2019-03-041-30/+0
| | | | | | | | anymore](https://github.com/wekan/wekan/issues/2223). Thanks to xet7 ! Closes #2223
* [Combine hamburger menus at right](https://github.com/wekan/wekan/issues/2219).Lauri Ojansivu2019-03-032-4/+385
| | | | | | Thanks to xet7 ! Related #2219
* Change board menu:Lauri Ojansivu2019-03-031-2/+2
| | | | | | | | | - Board menu (hamburger icon) to Board Settings (Cog icon) - Sidebar arrows icons to hamburger icon Thanks to xet7 ! Related #2219
* Add the following new Sandstorm features and fixes:Lauri Ojansivu2019-02-271-10/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | - All Boards page [so it's possible to go back from subtask board](https://github.com/wekan/wekan/issues/2082) - Board favorites - New Sandstorm board first user is Admin and [has IFTTT Rules](https://github.com/wekan/wekan/issues/2125) and Standalone Wekan Admin Panel. Probably some Admin Panel features do not work yet. Please keep backup of your grains before testig Admin Panel. - Linked Cards and Linked Boards. - Some not needed options like Logout etc have been hidden from top bar right menu. - [Import board now works. "Board not found" is not problem anymore](https://github.com/wekan/wekan/issues/1430), because you can go to All Boards page to change to imported board. and removes the following features: - Remove Welcome Board from Standalone Wekan, [to fix Welcome board not translated](https://github.com/wekan/wekan/issues/1601). Sandstorm Wekan does not have Welcome Board. Thanks to xet7 ! Closes #2125, closes #2082, closes #1430, closes #1601, related #2205, related #2070, related #1695, related #1192.
* custom fields upgradeNunes Nelson2018-11-052-0/+28
|
* update broke ability to mute notificationsguillaume2018-10-161-2/+1
|
* - Add permission "No comments". It is like normal user, but does not show ↵Lauri Ojansivu2018-09-042-7/+23
| | | | | | comments and activities. Thanks to xet7 !
* Fix warning about missing space in jade file.Lauri Ojansivu2018-07-031-2/+2
| | | | Thanks to xet7 !
* fix for not able to remove "Show on Card"Ignatz2018-06-141-2/+2
|
* forgot a 'IgnatzHome2018-05-201-1/+1
|
* Removing Debug Lines, correcting behavior, caching las valide filter, and ↵IgnatzHome2018-05-202-1/+3
| | | | adding description
* first test for Advanced FilterIgnatzHome2018-05-192-0/+7
|
* Filter Sidebar CorrectionsIgnatzHome2018-05-191-1/+7
|