summaryrefslogtreecommitdiffstats
path: root/client/components/boards
Commit message (Collapse)AuthorAgeFilesLines
* Add Features: allowing lists to be sorted by modifiedAt when not in ↵Lauri Ojansivu2019-10-293-2/+120
| | | | | | | | | | | | 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
* Drag handles. In progress.Lauri Ojansivu2019-10-031-1/+1
|
* Merge remote-tracking branch 'upstream/master'Sam X. Chen2019-09-261-1/+1
|\
| * Drag handles. In Progress.Lauri Ojansivu2019-09-171-1/+1
| |
| * Revert drag handle changes.Lauri Ojansivu2019-09-141-1/+1
| | | | | | | | | | | | Thanks to Keelan ! Related #2704
| * Mobile and Desktop drag handles part 1.Lauri Ojansivu2019-09-131-1/+1
| | | | | | | | | | | | Thanks to xet7 ! Related #2081
* | Add feature: Add due timeline into Calendar viewSam X. Chen2019-09-261-16/+36
|/
* add card color to calendar event (#2651)Steffen2019-08-292-0/+79
|
* Limit card width to fixed size.Lauri Ojansivu2019-08-231-0/+1
| | | | Thanks to xet7 !
* Fix bug: When on board, clicking Admin Panel redirects to All Boards page,Lauri Ojansivu2019-08-151-2/+2
| | | | | | so it did require to click Admin Panel again. Thanks to xet7 !
* Fix null access with board bodyJustin Reynolds2019-08-081-2/+2
|
* Show All Boards Archive and Clone Boards buttons only onLauri Ojansivu2019-08-081-6/+22
| | | | | | | | desktop webbrowser mode for BoardAdmin/Admin/Sandstorm users. Thanks to derbolle and xet7 ! Closes #2599
* Fix invitesJustin Reynolds2019-07-181-2/+2
|
* RELAX THEME: Use only in this theme the aggressive [red color and big bold ↵Lauri Ojansivu2019-07-121-1/+29
| | | | | | | | | serif font style number](https://github.com/wekan/wekan/commit/bbc68309af0029f2bc4194db4c7e79689f888ea4#commitcomment-34216371) and [card details text emphasis](https://github.com/wekan/wekan/commit/48ebc5f11745b125ce01d08d60e2d8e3a9419a5f#commitcomment-34268095). Thanks to hever and xet7.
* Merge branch 'master' of https://github.com/whowillcare/wekan into ↵Lauri Ojansivu2019-07-121-2/+3
|\ | | | | | | whowillcare-master
| * Add Features: limit the board list to 2 or 1 for mobile clientsSam X. Chen2019-07-111-2/+3
| |
* | dont remove boardoverlay when mouse leaves carddetailsFelix Nüsse2019-07-101-5/+0
|/
* Add Corteza theme. In progress.Lauri Ojansivu2019-07-061-0/+35
| | | | Thanks to xet7 !
* Fix lint error.Lauri Ojansivu2019-07-031-4/+3
|
* Fix lint error.Lauri Ojansivu2019-07-031-0/+1
|
* Add Wekan v2.95-v2.97 master branch features and fixes to meteor-1.8 branch.Lauri Ojansivu2019-07-012-0/+143
| | | | Thanks to xet7 !
* Prettier & eslint project style updateJustin Reynolds2019-06-284-213/+288
|
* - If board does not exist, redirect to All Boards page, at all Wekan platforms.Lauri Ojansivu2019-06-212-1/+6
| | | | | | | | So now at Sandstorm when loading Wekan grain, if first Sandstorm board is found, it is opened. If first Sandstorm board is not found (it's deleted or archived), then redirect automatically to All Boards page. Closes #3132
* isAdmin and isBoardAdmin should add rulesChristoph Jahn2019-06-081-1/+6
|
* Allow BoardAdmin to create board rules. #2431Christoph Jahn2019-05-281-1/+1
|
* Fixed #2338 -> Slow opening of big boards with too many archived itemswekan2019-05-132-3/+3
|
* - [View markdown on List names, Custom Fields (Text and Dropdown), Label names,Lauri Ojansivu2019-05-111-2/+6
| | | | | | | | All Boards view Board names and Board descriptions](https://github.com/wekan/wekan/issues/2334). Thanks to shaygover and xet7 ! Related #2334
* - Add Feature: Move board to Archive button at each board at All Boards page.Lauri Ojansivu2019-05-103-2/+22
| | | | | | Thanks to xet7 ! Related #2389
* Fix missing profile checks.Lauri Ojansivu2019-05-094-8/+12
| | | | Thanks to justinr1234 !
* Fixed RTL issue #884Guy Zylberberg2019-05-081-2/+2
|
* Issue: Full width of lists and space before first list #2336hupp-mac-42019-04-181-1/+1
| | | | Resolved #2336
* [Fix: Description of Board is out of visible after Feature "Duplicate ↵Lauri Ojansivu2019-04-082-4/+6
| | | | | | | | Board"](https://github.com/wekan/wekan/issues/2324). Thanks to sfahrenholz and xet7 ! Closes #2324
* - Add Duplicate Board tooltip, and remove adding text "Copy" to duplicated ↵Lauri Ojansivu2019-04-061-1/+3
| | | | | | board. Thanks to xet7 !
* Fix lint errors.Lauri Ojansivu2019-04-061-1/+1
| | | | Thanks to xet7 !
* Merge remote-tracking branch 'Angtrim/feature-duplicate' into edgeLauri Ojansivu2019-04-063-1/+29
|\
| * Minor fixesAngelo Gallarello2019-04-052-3/+14
| |
| * FixesAngelo Gallarello2019-02-122-0/+17
| |
* | 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 Adding Labels to cards is not possible ↵Lauri Ojansivu2019-03-042-0/+83
| | | | | | | | | | | | | | | | 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-032-381/+5
| | | | | | | | | | | | Thanks to xet7 ! Related #2219
* | Change board menu:Lauri Ojansivu2019-03-031-1/+1
| | | | | | | | | | | | | | | | | | - Board menu (hamburger icon) to Board Settings (Cog icon) - Sidebar arrows icons to hamburger icon Thanks to xet7 ! Related #2219
* | Merge branch 'devel' into edgeLauri Ojansivu2019-02-271-55/+55
|\ \
| * | Add the following new Sandstorm features and fixes:Lauri Ojansivu2019-02-271-55/+55
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - All Boards page [so it's possible to go back from subtask board](https://github.com/wekan/wekan/issues/2082) - Board favorites - New Sandstorm board first user is Admin and [has IFTTT Rules](https://github.com/wekan/wekan/issues/2125) and Standalone Wekan Admin Panel. Probably some Admin Panel features do not work yet. Please keep backup of your grains before testig Admin Panel. - Linked Cards and Linked Boards. - Some not needed options like Logout etc have been hidden from top bar right menu. - [Import board now works. "Board not found" is not problem anymore](https://github.com/wekan/wekan/issues/1430), because you can go to All Boards page to change to imported board. and removes the following features: - Remove Welcome Board from Standalone Wekan, [to fix Welcome board not translated](https://github.com/wekan/wekan/issues/1601). Sandstorm Wekan does not have Welcome Board. Thanks to xet7 ! Closes #2125, closes #2082, closes #1430, closes #1601, related #2205, related #2070, related #1695, related #1192.
* | Fix list view issues. Allow creation of boards from templatesAndrés Manelli2019-02-254-2/+14
| |
* | Fix lint errorsAndrés Manelli2019-02-241-2/+2
| |