summaryrefslogtreecommitdiffstats
path: root/client/components/boards/boardHeader.js
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Remove unnecessary template name declarationMaxime Quandalle2016-01-031-16/+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.
* Merge pull request #435 from xavierpriour/develMaxime Quandalle2015-12-181-0/+12
|\ | | | | | | | | Export a board to JSON Fixes #396
| * Export: improved API routesXavier Priour2015-12-171-2/+1
| | | | | | | | | | | | - use an explicit "boards" domain: /api/boards/:boardId - pass authToken as a request parameter: /api/boards/:boardId?authToken=:token - in the future, same route can be used with authToken set in the Authenticate: header easily
| * Export Wekan now server-based with proper authXavier Priour2015-12-161-17/+9
| |
| * fix eslintXavier Priour2015-12-131-1/+2
| |
| * Merge remote-tracking branch 'upstream/devel' into develXavier Priour2015-12-131-2/+2
| |\
| * | board export now checks authenticationXavier Priour2015-12-131-0/+14
| | |