summaryrefslogtreecommitdiffstats
path: root/client/components/boards/boardsList.js
Commit message (Collapse)AuthorAgeFilesLines
* Fix invitesJustin Reynolds2019-07-181-2/+2
|
* Prettier & eslint project style updateJustin Reynolds2019-06-281-44/+50
|
* Fixed #2338 -> Slow opening of big boards with too many archived itemswekan2019-05-131-2/+2
|
* - Add Feature: Move board to Archive button at each board at All Boards page.Lauri Ojansivu2019-05-101-0/+5
| | | | | | Thanks to xet7 ! Related #2389
* Fix lint errors.Lauri Ojansivu2019-04-061-1/+1
| | | | Thanks to xet7 !
* Merge remote-tracking branch 'Angtrim/feature-duplicate' into edgeLauri Ojansivu2019-04-061-0/+15
|\
| * FixesAngelo Gallarello2019-02-121-0/+15
| |
* | Remove ordering of cards by stars/color/description, so that cards would not ↵Lauri Ojansivu2019-03-141-1/+1
| | | | | | | | | | | | | | | | reorder all the time. Thanks to xet7 ! Closes #2241
* | Revert hiding of Subtask boards, because of feedback from Wekan users,Lauri Ojansivu2019-03-131-1/+0
| | | | | | | | | | | | that need Subtask boards to be visible. Thanks to xet7 !
* | Try to get ordering of All Boards working so that it doesLauri Ojansivu2019-03-111-1/+1
| | | | | | | | | | | | | | | | not keep reordering. Thanks to bentiss, with Apache I-CLA. Related #2241
* | - Order All Boards by starred, color, board name and board description. Part 2.Lauri Ojansivu2019-03-111-4/+1
| | | | | | | | Thanks to xet7 !
* | - Order All Boards by Starred, Color and Title and Description.Lauri Ojansivu2019-03-081-1/+1
| | | | | | | | | | | | | | Thanks to xet7 ! Closes #1990, Related #252
* | - [Hide Subtask boards from All ↵Lauri Ojansivu2019-03-081-1/+2
| | | | | | | | | | | | | | | | | | | | | | Boards](https://github.com/wekan/wekan/issues/1990). - Order All Boards by Starred, Color and Title. Thanks to xet7 ! Closes #1990, Related #641
* | Fix lint errorsAndrés Manelli2019-02-241-2/+2
| |
* | Save template swimlanes in profile. Fix swimlane view for templates board. ↵Andrés Manelli2019-02-241-2/+2
| | | | | | | | Avoid deleting template containers
* | Add first draft of data model and user interface. No actions.Andrés Manelli2019-02-241-0/+16
|/
* 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