summaryrefslogtreecommitdiffstats
path: root/client/components/boards/boardHeader.js
Commit message (Collapse)AuthorAgeFilesLines
* Add Board Card Settings to Show on Card only some of it's fields.Lauri Ojansivu2020-02-051-1/+1
| | | | Default WYSIWYG comment editor not enabled, use markdown instead.
* Merge branch 'dollybean' of https://github.com/2020product/wekan into ↵Lauri Ojansivu2020-02-051-0/+1
|\ | | | | | | 2020product-dollybean
| * Customize of some card's functionsdollybean2020-02-041-0/+1
|/
* Fix lint errors.Lauri Ojansivu2019-11-261-12/+0
|
* Use database when logged in. Continued.Lauri Ojansivu2019-11-191-62/+17
| | | | Thanks to xet7 !
* New feature: Now there is popup selection of Lists/Swimlanes/Calendar/Roles.Lauri Ojansivu2019-11-181-21/+88
| | | | | | | | | | | | | | | | | | | | 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-291-1/+101
| | | | | | | | | | | | 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
* Prettier & eslint project style updateJustin Reynolds2019-06-281-87/+119
|
* Fix missing profile checksJustin Reynolds2019-05-081-3/+5
|
* [Fix Adding Labels to cards is not possible ↵Lauri Ojansivu2019-03-041-0/+53
| | | | | | | | 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-031-224/+3
| | | | | | Thanks to xet7 ! Related #2219
* Fix list view issues. Allow creation of boards from templatesAndrés Manelli2019-02-251-0/+1
|
* Labels activitiesAngelo Gallarello2018-08-161-1/+1
|
* Almost full circleAngelo Gallarello2018-08-151-1/+1
|
* UI for rules listAngelo Gallarello2018-08-031-0/+3
|
* Merge branch 'devel' into nested-tasksNicu Tofan2018-06-281-1/+3
|\
| * Introducing third board view: calendar.Nicu Tofan2018-06-261-1/+3
| | | | | | | | A dependency to rzymek:fullcalendar has also been added.
* | Show parent in card (no links, yet)Nicu Tofan2018-06-261-0/+27
| |
* | Board level settings for subtasksNicu Tofan2018-06-261-0/+70
|/
* Fix problems highlighted by Codacy/PR Quality ReviewRJevnikar2018-06-051-0/+6
|
* resolving merge conflictsIgnatzHome2018-05-171-0/+4
|\
| * 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/+4
| |
* | Fix #1567Andrés Manelli2018-04-161-13/+5
| |
* | Open search sidebar from an opened boardGhassen Rjab2018-02-231-0/+3
| |
* | Allow toogle of lists and swimlanes viewsAndrés Manelli2018-01-221-2/+2
| |
* | Add view boards field to change between viewsAndrés Manelli2018-01-221-0/+16
| |
* | First swimlane draft, no functionalityAndrés Manelli2018-01-191-0/+5
| |
* | Optimize for mobile web, show single list per page with navigate barnztqa2017-11-291-4/+0
|/
* Allow delete from client. List all integrations in web UIAndrés Manelli2017-08-301-11/+16
|
* A Sandstorm user can restore an archived boardGhassen Rjab2017-07-251-0/+3
|
* Import boards in SandstormGhassen Rjab2017-07-241-0/+1
|
* Merge branch 'improve-notify' of https://github.com/nztqa/wekan into ↵Lauri Ojansivu2017-07-121-0/+43
|\ | | | | | | nztqa-improve-notify
| * Add input form in board menunztqa2017-07-091-0/+43
| |
* | Add import Wekan board featureGhassen Rjab2017-07-081-0/+7
|/
* Fix Travis CI errors, againGhassen Rjab2017-06-171-6/+4
|
* Fix Travis CI errorsGhassen Rjab2017-06-171-5/+5
|
* Fix export pathGhassen Rjab2017-06-161-1/+7
|
* Reenable the export featureJohannes Zellner2017-06-121-11/+11
| | | | Fixes #1055
* REST API - Meteor 1.4 - first step issueLauri Ojansivu2017-04-271-11/+11
|
* comment only working, naive implementation completeRyan Helsing2017-03-181-0/+6
|
* changes for lint warningsJoel Louzado2017-02-221-6/+6
|
* New component for use in header-barJoel Louzado2017-02-221-5/+15
|
* Fix typos, thanks to umbertoooLauri Ojansivu2017-02-011-1/+1
|
* UI: Add log-in button to public boardsAlexander Sulfrian2016-04-211-0/+3
| | | | | | | | | Even if a board is public and a user can view it, the user might want to log in to be able to edit the board. The button replaces the "public" permission indicator, because it is obvious (if the user is not logged in and can view the board, it has to be public).
* Bugfix, and optimize icon for notificationfloatinghotpot2016-01-081-1/+1
|
* Merge pull request #454 from floatinghotpot/notificationMaxime Quandalle2016-01-061-0/+28
|\ | | | | Add notifications, allow watch boards / lists / cards
| * Add notification, allow watch boards / lists / cardsLiming Xie2016-01-051-0/+28
| |
* | Favor FlowRouter.url over Meteor.absoluteUrlMaxime Quandalle2016-01-051-1/+1
|/ | | | | It hides the leading slash treatment as an hidden implementation detail.