summaryrefslogtreecommitdiffstats
path: root/client/components/boards/boardHeader.js
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | |
| * | export board to Wekan JSONXavier Priour2015-12-091-0/+6
| | |
* | | fix board headeer issuefloatinghotpot2015-12-171-0/+4
| |/ |/|
* | Fix a regression introduced in 71b9a42fMaxime Quandalle2015-12-091-2/+2
|/ | | | The buttons in the board header were not click-able anymore.
* add: optional board descriptionfloatinghotpot2015-12-071-0/+2
|
* Import board: added UIXavier Priour2015-10-171-0/+1
|
* Fix Popup.afterCommitAlexander Sulfrian2015-09-201-1/+1
| | | | | | We need to use "function() {}" instead of the ES6 style "() {}" with popup.afterCommit because we need the original value of "this" inside the callback.
* Centralize all mutations at the model levelMaxime Quandalle2015-09-081-20/+11
| | | | | | | | | | | | | | | This commit uses a new package that I need to document. It tries to solve the long-standing debate in the Meteor community about allow/deny rules versus methods (RPC). This approach gives us both the centralized security rules of allow/deny and the white-list of allowed mutations similarly to Meteor methods. The idea to have static mutation descriptions is also inspired by Facebook's Relay/GraphQL. This will allow the development of a REST API using the high-level methods instead of the MongoDB queries to do the mapping between the HTTP requests and our collections.
* Fix a recurrent English typoMaxime Quandalle2015-09-061-2/+2
|
* Fix an issue with the star counterMaxime Quandalle2015-09-051-1/+1
|
* Enforce a consistent ES6 coding styleMaxime Quandalle2015-09-031-60/+60
| | | | | | | | | Replace the old (and broken) jshint + jscsrc by eslint and configure it to support some of the ES6 features. The command `eslint` currently has one error which is a bug that was discovered by its static analysis and should be fixed (usage of a dead object).
* Fixes some UI bugs on sandstormMaxime Quandalle2015-08-311-1/+1
|
* Implement board archive and restorationMaxime Quandalle2015-08-261-1/+8
|
* Fix the starsMaxime Quandalle2015-08-251-2/+2
| | | | Fixes #214