summaryrefslogtreecommitdiffstats
path: root/client/components/sidebar/sidebar.js
Commit message (Collapse)AuthorAgeFilesLines
* fix(scrollbar): remove custom scrollbarTomasz Borychowski2020-08-281-1/+1
|
* Sorry marc1006, I had to revert deepcode.ai arrow function fixes becauseLauri Ojansivu2020-05-251-1/+1
| | | | | | Python API docs generator does not work all when code has arrow functions. Thanks to xet7 !
* Prettifier fixes.Lauri Ojansivu2020-05-251-1/+1
|
* Use an arrow function inside forEach() instead of an anonymous functionMarc Hartmayer2020-05-241-1/+1
| | | | Suggested by deepcode.ai.
* Export Board to Zip fileLewis Cowles2020-05-181-0/+7
| | | | | | | * Extracts Card covers * Labels * Re-works some CSS & HTML * Produces deployable assets (minus WebFonts)
* Fix syntax. Maybe sometime later think about translations.Lauri Ojansivu2020-05-131-1/+0
| | | | Thanks to xet7 !
* add: export board/cards/lists to CSV/TSVBryan Mutai2020-05-101-0/+59
|
* Fix lint errors in lint error fix.Lauri Ojansivu2020-04-221-9/+8
| | | | Thanks to xet7 !
* Add sortDefault helper for sorting boardsboeserwolf2020-04-191-3/+3
|
* Remove export button if WITH_API is not enabledNico2020-04-091-4/+15
| | | | | #2938 https://github.com/wekan/wekan/issues/2938#issuecomment-589782402
* Move "Rules" from "Board View" to "Board Settings".Lauri Ojansivu2020-03-311-0/+4
| | | | | | Thanks to helioguardabaxo and xet7 ! Closes #2973
* Remove card element grouping to create compact card layout.Lauri Ojansivu2020-02-121-0/+40
| | | | | | | | 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
* Add Feature: Card Settings/Show on card/Activities.Lauri Ojansivu2020-02-071-0/+16
| | | | | | | | Fix: When in Card Settings hiding Comments, only adding new comment is hidden, not old comments. Thanks to xet7 ! Closes #2925
* 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-051-0/+296
|\ | | | | | | 2020product-dollybean
| * Customize of some card's functionsdollybean2020-02-041-0/+125
|/
* Add Worker role.Lauri Ojansivu2020-01-051-2/+23
| | | | | | | | | | 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
* Revert to Wekan v3.57 version of client and models directories,Lauri Ojansivu2020-01-031-23/+2
| | | | | | | removing Worker role temporarily, because Worker role changes broke saving card. Thanks to xet7 !
* Add Worker role.Lauri Ojansivu2020-01-031-12/+29
| | | | | | | | | 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 Feature: enable two-way webhooks - stage oneSam X. Chen2019-08-171-30/+56
|
* 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-071-0/+9
| | | | | | | Thanks to xet7 ! Closes #1466, closes #2561
* Prettier & eslint project style updateJustin Reynolds2019-06-281-131/+192
|
* [Combine hamburger menus at right](https://github.com/wekan/wekan/issues/2219).Lauri Ojansivu2019-03-031-0/+224
| | | | | | Thanks to xet7 ! Related #2219
* 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-041-3/+12
| | | | | | comments and activities. Thanks to xet7 !
* resolving merge conflictsIgnatzHome2018-05-171-0/+1
|\
| * dropdown itemsPouyan Savoli2017-09-221-1/+1
| |
| * many custom fields model and UI enhancementsPouyan Savoli2017-09-221-1/+1
| |
| * Create custom fields creation UI added to Board Menu, Model in progressPouyan Savoli2017-09-221-0/+1
| |
* | Fix lint warningsGhassen Rjab2018-02-271-1/+1
| |
* | Add search sidebarGhassen Rjab2018-02-231-0/+1
| |
* | user can now leave the boardamadilsons2017-10-091-6/+10
|/
* fix understood syntaxRyan Helsing2017-03-191-2/+2
|
* dont show list optionsRyan Helsing2017-03-181-1/+0
|
* ability to store comment only, actual prevention nextRyan Helsing2017-03-181-3/+25
|
* removed trailing-whitespaceJoel Louzado2017-02-151-1/+1
|
* Added dynamic tooltip for sidebar tongueJoel Louzado2017-02-151-0/+7
|
* Merge branch 'feature/link-to-shortcuts' of ↵Lauri Ojansivu2017-02-101-0/+3
|\ | | | | | | https://github.com/AlexanderS/wekan into AlexanderS-feature/link-to-shortcuts
| * UI: Add link to keyboard shortcutsAlexander Sulfrian2016-04-251-0/+3
| |
* | Merge branch 'fix-quit-board' of https://github.com/umbertooo/wekan into ↵Lauri Ojansivu2017-02-101-2/+2
|\ \ | | | | | | | | | umbertooo-fix-quit-board
| * | Method 'quitBoard' requires boardId but got boardFelix Michels2016-10-261-2/+2
| |/
* / powerbox identity requestsDavid Renshaw2016-11-031-0/+3
|/
* Remove unnecessary template name declarationMaxime Quandalle2016-01-031-8/+0
| | | | | | This code was duplicate with the name we use to `register` the component. A update of blaze-component removed the need to duplicate this declaration.
* Fix card infinite scrolling on card activitiesMaxime Quandalle2016-01-031-3/+1
| | | | | | | | I imagine blaze-component changed their Mixins API since I written this code. We need some tests to avoid this kind of regressions when updating dependencies! Fixes #420
* Fix drag and drop on SandstormMaxime Quandalle2015-12-301-4/+10
| | | | | | | | | | | | | | This bug was introduced with the introduction of fast-render in 41b23f8. With fast-render data is available instantly after the page logging, but calls to `Meteor.userId()` still return `null` as the user isn't authenticated on the DDP channel yet (previously the data was loaded on DDP after user authentication). Which mean that we know need to reactively activate Drag and Drop on user log in. I'm not sure why I was not able to reproduce this bug outside of Sandstorm. Fixes #453
* Unassign members before removing them from a boardMaxime Quandalle2015-12-211-2/+5
| | | | Closes #399