Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | patch re-invit | guillaume | 2018-07-16 | 1 | -0/+3 |
| | |||||
* | Fix lint errors. | Lauri Ojansivu | 2018-07-16 | 1 | -2/+2 |
| | |||||
* | Patch Invitation Code | Akuket | 2018-07-16 | 1 | -5/+12 |
| | |||||
* | Fix missing utility function. | Haocen Xu | 2018-07-06 | 1 | -1/+1 |
| | |||||
* | Hotfix more sortable elements | Haocen Xu | 2018-07-06 | 5 | -12/+10 |
| | |||||
* | Hotfix for mobile device | Haocen Xu | 2018-07-06 | 6 | -12/+36 |
| | |||||
* | - Made Subtask Settings visible at Board menu at Sandstorm. | Lauri Ojansivu | 2018-07-06 | 1 | -0/+3 |
| | | | | Thanks to xet7 ! | ||||
* | Merge branch 'devel' of https://github.com/ppoulard/wekan into ppoulard-devel | Lauri Ojansivu | 2018-07-05 | 2 | -0/+20 |
|\ | |||||
| * | Fix stupid error 💥🗯💣🕳💢☠| ppoulard | 2018-07-03 | 1 | -1/+1 |
| | | |||||
| * | Fix QA | ppoulard | 2018-07-03 | 1 | -2/+2 |
| | | |||||
| * | Adding SSO CAS to Wekan | ppoulard | 2018-07-03 | 2 | -0/+20 |
| | | |||||
* | | Fix missing space in jade file. | Lauri Ojansivu | 2018-07-05 | 1 | -1/+1 |
| | | | | | | | | Thanks to xet7 ! | ||||
* | | Merge branch 'calendar' of https://github.com/TNick/wekan into TNick-calendar | Lauri Ojansivu | 2018-07-05 | 2 | -51/+79 |
|\ \ | |||||
| * \ | Merge branch 'upstream-devel' into calendar | Nicu Tofan | 2018-07-05 | 5 | -8/+8 |
| |\ \ | |||||
| * | | | Changing events in calendar updates the card | Nicu Tofan | 2018-06-28 | 1 | -1/+31 |
| | | | | |||||
| * | | | Reactive change when a date is modified. | Nicu Tofan | 2018-06-27 | 1 | -2/+21 |
| | | | | |||||
| * | | | Can show card on event click | Nicu Tofan | 2018-06-27 | 2 | -2/+26 |
| | | | | |||||
| * | | | Can show card on top of calendar | Nicu Tofan | 2018-06-27 | 2 | -58/+13 |
| | | | | |||||
* | | | | Merge branch 'nested-tasks' of https://github.com/TNick/wekan into ↵ | Lauri Ojansivu | 2018-07-05 | 13 | -62/+827 |
|\ \ \ \ | | | | | | | | | | | | | | | | TNick-nested-tasks | ||||
| * \ \ \ | Merge branch 'devel' into nested-tasks | Nicu Tofan | 2018-06-28 | 9 | -33/+113 |
| |\ \ \ \ | |||||
| * | | | | | Added ability to change card's parent. | Nicu Tofan | 2018-06-26 | 2 | -27/+137 |
| | | | | | | |||||
| * | | | | | Links for parents in card details. | Nicu Tofan | 2018-06-26 | 2 | -2/+19 |
| | | | | | | |||||
| * | | | | | Fix minicard parents display | Nicu Tofan | 2018-06-26 | 2 | -14/+20 |
| | | | | | | |||||
| * | | | | | Show parent in card (no links, yet) | Nicu Tofan | 2018-06-26 | 6 | -5/+102 |
| | | | | | | |||||
| * | | | | | Board level settings for subtasks | Nicu Tofan | 2018-06-26 | 4 | -2/+105 |
| | | | | | | |||||
| * | | | | | implement getDefaultSwimline for boards | Nicu Tofan | 2018-06-26 | 2 | -2/+2 |
| | | | | | | |||||
| * | | | | | typo in renaming itemDetail to checklistItemDetail | Nicu Tofan | 2018-06-26 | 2 | -4/+4 |
| | | | | | | |||||
| * | | | | | Can now navigate to subtask | Nicu Tofan | 2018-06-26 | 3 | -0/+15 |
| | | | | | | |||||
| * | | | | | Get rid of old implementation for substacks | Nicu Tofan | 2018-06-26 | 1 | -7/+7 |
| | | | | | | |||||
| * | | | | | Archive subtask instead of permanent delete | Nicu Tofan | 2018-06-26 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Can add cards as subtasks | Nicu Tofan | 2018-06-26 | 1 | -4/+22 |
| | | | | | | |||||
| * | | | | | Change order using drag-n-drop for subtasks | Nicu Tofan | 2018-06-26 | 4 | -44/+82 |
| | | | | | | |||||
| * | | | | | Remove leftovers from checklist conversion | Nicu Tofan | 2018-06-26 | 1 | -52/+1 |
| | | | | | | |||||
| * | | | | | Initial implementation for subtasks | Nicu Tofan | 2018-06-26 | 7 | -27/+442 |
| | | | | | | |||||
* | | | | | | - Fix Minimize board sidebar actually just moves it over. | Lauri Ojansivu | 2018-07-05 | 1 | -2/+3 |
| |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | Thanks to dagomar ! Closes #1589 | ||||
* | | | | | - Fix lint warning: EditCardDate is assigned a value but never used ↵ | Lauri Ojansivu | 2018-07-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | no-unused-vars Thanks to xet7 ! | ||||
* | | | | | Fix warning about missing space in jade file. | Lauri Ojansivu | 2018-07-03 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | Thanks to xet7 ! | ||||
* | | | | | - Revert "Fix vertical align of user avatar initials", | Lauri Ojansivu | 2018-07-03 | 1 | -1/+1 |
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | so that initials are again visible. Thanks to pravdomil and xet7 ! Reverts https://github.com/wekan/wekan/pull/1714 | ||||
* | | | | - More margin-bottom after minicard. | Lauri Ojansivu | 2018-06-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Thanks to pravdomil and xet7 ! | ||||
* | | | | - Revert previous More margin-bottom after minicard. | Lauri Ojansivu | 2018-06-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Thanks to pravdomil and xet7 ! | ||||
* | | | | Merge branch 'patch-7' of https://github.com/pravdomil/wekan into ↵ | Lauri Ojansivu | 2018-06-30 | 1 | -1/+1 |
|\ \ \ \ | |_|/ / |/| | | | | | | | pravdomil-patch-7 | ||||
| * | | | revert 6a58729 | pravdomil | 2018-06-26 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge branch 'calendar' of https://github.com/TNick/wekan into TNick-calendar | Lauri Ojansivu | 2018-06-27 | 6 | -23/+106 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | Prevent errors due to missing date fields | Nicu Tofan | 2018-06-27 | 1 | -21/+36 |
| | | | | |||||
| * | | | Show cards in calendar | Nicu Tofan | 2018-06-26 | 2 | -0/+58 |
| | | | | |||||
| * | | | Introducing third board view: calendar. | Nicu Tofan | 2018-06-26 | 4 | -2/+12 |
| |/ / | | | | | | | | | | A dependency to rzymek:fullcalendar has also been added. | ||||
* / / | Restore invitation code logic | Nicu Tofan | 2018-06-27 | 1 | -1/+1 |
|/ / | |||||
* | | - Add more card inner shadow. | Lauri Ojansivu | 2018-06-26 | 1 | -1/+1 |
| | | | | | | | | | | | | Thanks to pravdomil and xet7 ! Related #1690 | ||||
* | | Merge branch 'patch-3' of https://github.com/pravdomil/wekan into ↵ | Lauri Ojansivu | 2018-06-26 | 1 | -1/+1 |
|\ \ | | | | | | | | | | pravdomil-patch-3 | ||||
| * | | less margin-bottom after minicard | pravdomil | 2018-06-19 | 1 | -1/+1 |
| |/ |