summaryrefslogtreecommitdiffstats
path: root/client/components/sidebar
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Filter on custom fields presenceIgnatzHome2018-05-192-1/+9
|
* first test for custom fields filterIgnatz2018-05-181-0/+6
|
* indend correctionsIgnatz2018-05-181-5/+5
|
* template literals correctionIgnatz2018-05-181-1/+1
|
* linter correctionsIgnatz2018-05-181-13/+14
|
* removing checkbox types part 2IgnatzHome2018-05-171-2/+2
|
* resolving merge conflictsIgnatzHome2018-05-174-22/+222
|\
| * dropdown itemsPouyan Savoli2017-09-223-45/+109
| |
| * many custom fields model and UI enhancementsPouyan Savoli2017-09-224-47/+96
| |
| * Create custom fields creation UI added to Board Menu, Model in progressPouyan Savoli2017-09-223-0/+87
| |
* | Fix lint warningsGhassen Rjab2018-02-271-1/+1
| |
* | Add search sidebarGhassen Rjab2018-02-234-0/+30
| |
* | Add popup menu and archive actionAndrés Manelli2018-02-012-0/+23
| |
* | Fix and update translations. Thanks to xet7 ! Closes #1286Lauri Ojansivu2017-10-101-1/+1
| |
* | Merge branch 'userSelfRemove' of https://github.com/amadilsons/wekan into ↵Lauri Ojansivu2017-10-092-13/+21
|\ \ | | | | | | | | | amadilsons-userSelfRemove
| * | user can now leave the boardamadilsons2017-10-092-13/+21
| |/
* / most work concluded, code needs clean up, further testing requiredamadilsons2017-10-041-1/+3
|/
* fix understood syntaxRyan Helsing2017-03-191-2/+2
|