summaryrefslogtreecommitdiffstats
path: root/client/components/boards/boardsList.js
Commit message (Collapse)AuthorAgeFilesLines
* Fixed - boards subscription should be placed at header for all other ↵Thuan Pham Quoc2017-12-061-2/+0
| | | | component can be used
* Move user-admin subsciption to headerThuan Pham Quoc2017-12-011-1/+0
|
* Fix: Frequent Subscriptions problem that make Excessive CPU usage.Lauri Ojansivu2017-11-291-0/+7
| | | | Thanks to mfshiu ! Closes #1096, Closes wekan/wekan-mongodb#2
* Added red-green circle to board lists item for indicating board which has ↵Thuan Pham Quoc2017-11-201-0/+12
| | | | overtime logs or normal spent time log
* Remove unnecessary template name declarationMaxime Quandalle2016-01-031-4/+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.
* add: invite user via email, invited user can accept or decline, allow member ↵floatinghotpot2015-12-071-0/+18
| | | | to quit
* Enforce a consistent ES6 coding styleMaxime Quandalle2015-09-031-11/+11
| | | | | | | | | 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).
* More explicit file namesMaxime Quandalle2015-08-281-0/+30