summaryrefslogtreecommitdiffstats
path: root/client/components
Commit message (Collapse)AuthorAgeFilesLines
* Refactoring rules descriptionAngelo Gallarello2018-09-1410-26/+41
|
* Fixed board id bug in moveAngelo Gallarello2018-09-121-1/+2
|
* Fixed rule allowsAngelo Gallarello2018-09-1221-197/+244
|
* Completed rulesAngelo Gallarello2018-08-1916-148/+421
|
* Fixed triggers to use names and not idAngelo Gallarello2018-08-173-44/+136
|
* Progress on triggers UIAngelo Gallarello2018-08-164-60/+62
|
* Completed activities log in cardAngelo Gallarello2018-08-161-11/+29
|
* Complete checklist activitiesAngelo Gallarello2018-08-162-0/+24
|
* Remove attachment activityAngelo Gallarello2018-08-161-0/+5
|
* Labels activitiesAngelo Gallarello2018-08-1612-28/+396
|
* Main flow implementedAngelo Gallarello2018-08-162-1/+3
|
* Almost full circleAngelo Gallarello2018-08-1520-125/+418
|
* Triggers viewAngelo Gallarello2018-08-043-10/+170
|
* Add and remove uiAngelo Gallarello2018-08-032-20/+20
|
* UI for rules listAngelo Gallarello2018-08-036-0/+100
|
* Fix missing utility function.Haocen Xu2018-07-061-1/+1
|
* Hotfix more sortable elementsHaocen Xu2018-07-065-12/+10
|
* Hotfix for mobile deviceHaocen Xu2018-07-066-12/+36
|
* - Made Subtask Settings visible at Board menu at Sandstorm.Lauri Ojansivu2018-07-061-0/+3
| | | | Thanks to xet7 !
* Merge branch 'devel' of https://github.com/ppoulard/wekan into ppoulard-develLauri Ojansivu2018-07-052-0/+20
|\
| * Fix stupid error 💥🗯💣🕳💢☠ppoulard2018-07-031-1/+1
| |
| * Fix QAppoulard2018-07-031-2/+2
| |
| * Adding SSO CAS to Wekanppoulard2018-07-032-0/+20
| |
* | Fix missing space in jade file.Lauri Ojansivu2018-07-051-1/+1
| | | | | | | | Thanks to xet7 !
* | Merge branch 'calendar' of https://github.com/TNick/wekan into TNick-calendarLauri Ojansivu2018-07-052-51/+79
|\ \
| * \ Merge branch 'upstream-devel' into calendarNicu Tofan2018-07-055-8/+8
| |\ \
| * | | Changing events in calendar updates the cardNicu Tofan2018-06-281-1/+31
| | | |
| * | | Reactive change when a date is modified.Nicu Tofan2018-06-271-2/+21
| | | |
| * | | Can show card on event clickNicu Tofan2018-06-272-2/+26
| | | |
| * | | Can show card on top of calendarNicu Tofan2018-06-272-58/+13
| | | |
* | | | Merge branch 'nested-tasks' of https://github.com/TNick/wekan into ↵Lauri Ojansivu2018-07-0513-62/+827
|\ \ \ \ | | | | | | | | | | | | | | | TNick-nested-tasks
| * \ \ \ Merge branch 'devel' into nested-tasksNicu Tofan2018-06-289-33/+113
| |\ \ \ \
| * | | | | Added ability to change card's parent.Nicu Tofan2018-06-262-27/+137
| | | | | |
| * | | | | Links for parents in card details.Nicu Tofan2018-06-262-2/+19
| | | | | |
| * | | | | Fix minicard parents displayNicu Tofan2018-06-262-14/+20
| | | | | |
| * | | | | Show parent in card (no links, yet)Nicu Tofan2018-06-266-5/+102
| | | | | |
| * | | | | Board level settings for subtasksNicu Tofan2018-06-264-2/+105
| | | | | |
| * | | | | implement getDefaultSwimline for boardsNicu Tofan2018-06-262-2/+2
| | | | | |
| * | | | | typo in renaming itemDetail to checklistItemDetailNicu Tofan2018-06-262-4/+4
| | | | | |
| * | | | | Can now navigate to subtaskNicu Tofan2018-06-263-0/+15
| | | | | |
| * | | | | Get rid of old implementation for substacksNicu Tofan2018-06-261-7/+7
| | | | | |
| * | | | | Archive subtask instead of permanent deleteNicu Tofan2018-06-261-1/+1
| | | | | |
| * | | | | Can add cards as subtasksNicu Tofan2018-06-261-4/+22
| | | | | |
| * | | | | Change order using drag-n-drop for subtasksNicu Tofan2018-06-264-44/+82
| | | | | |
| * | | | | Remove leftovers from checklist conversionNicu Tofan2018-06-261-52/+1
| | | | | |
| * | | | | Initial implementation for subtasksNicu Tofan2018-06-267-27/+442
| | | | | |
* | | | | | - Fix Minimize board sidebar actually just moves it over.Lauri Ojansivu2018-07-051-2/+3
| |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | Thanks to dagomar ! Closes #1589
* | | | | - Fix lint warning: EditCardDate is assigned a value but never used ↵Lauri Ojansivu2018-07-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | no-unused-vars Thanks to xet7 !
* | | | | Fix warning about missing space in jade file.Lauri Ojansivu2018-07-031-2/+2
| | | | | | | | | | | | | | | | | | | | Thanks to xet7 !
* | | | | - Revert "Fix vertical align of user avatar initials",Lauri Ojansivu2018-07-031-1/+1
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | so that initials are again visible. Thanks to pravdomil and xet7 ! Reverts https://github.com/wekan/wekan/pull/1714