summaryrefslogtreecommitdiffstats
path: root/client
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'edge' into edgeAkuket2018-10-167-13/+12
|\
| * - Fix vertical text for swimlanes in IE11Lauri Ojansivu2018-10-131-0/+1
| | | | | | | | | | | | Thanks to tomodwyer ! Closes #1798
| * Merge branch 'edge' of https://github.com/Akuket/wekan into Akuket-edgeLauri Ojansivu2018-10-112-38/+0
| |\
| * | - Use existing translation of "Back".Lauri Ojansivu2018-10-103-5/+3
| | | | | | | | | | | | Thanks to xet7 !
| * | Fix lint errors.Lauri Ojansivu2018-10-093-8/+8
| | |
* | | update broke ability to mute notificationsguillaume2018-10-161-2/+1
| |/ |/|
* | improve notificationsguillaume2018-10-112-38/+0
|/
* Merge branch 'edge' into edgeAkuket2018-10-0911-17/+83
|\
| * - Fix lint errors and warnings.Lauri Ojansivu2018-10-081-1/+1
| | | | | | | | Thanks to xet7 !
| * Merge branch 'feature-rules' of https://github.com/Angtrim/wekan into ↵Lauri Ojansivu2018-10-088-15/+53
| |\ | | | | | | | | | Angtrim-feature-rules
| | * Prevent rules with no nameAngelo Gallarello2018-10-071-3/+5
| | |
| | * Fixed uppercase rules detailsAngelo Gallarello2018-10-071-2/+6
| | |
| | * Added back buttonAngelo Gallarello2018-10-075-2/+34
| | |
| | * Fixed lint errorsAngelo Gallarello2018-10-073-8/+8
| | |
| * | - Fix Card URL https://github.com/wekan/wekan/pull/1932/filesLauri Ojansivu2018-10-033-2/+30
| | | | | | | | | | | | Thanks to schulz !
* | | add ldap support | simplify authenticationsguillaume2018-10-095-34/+97
|/ /
* | - Add LDAP. In progress.Lauri Ojansivu2018-10-034-1/+81
| | | | | | | | | | | | Thanks to maximest-pierre, Akuket and xet. Related #119
* | - Move Add Board button to top left, so there is no need to scrollLauri Ojansivu2018-09-281-3/+2
|/ | | | | | to bottom when there is a lot of boards. Thanks to xet7 !
* Lint fixAngelo Gallarello2018-09-211-7/+7
|
* Added general move triggerAngelo Gallarello2018-09-212-0/+20
|
* Rules hidden from non adminAngelo Gallarello2018-09-211-4/+4
|
* Fixed rules about member and box dropdowns widthAngelo Gallarello2018-09-213-10/+10
|
* Fixed some rulesAngelo Gallarello2018-09-211-2/+2
|
* Fix lint errors.Lauri Ojansivu2018-09-1619-459/+457
|
* Merge rules.Lauri Ojansivu2018-09-164-6/+2
|
* Merge branch 'feature-rules' of https://github.com/Angtrim/wekan into ↵Lauri Ojansivu2018-09-1637-10/+1782
|\ | | | | | | Angtrim-feature-rules
| * BeautyfiedAngelo Gallarello2018-09-1412-432/+702
| |
| * Finished alpha rulesAngelo Gallarello2018-09-148-133/+201
| |
| * Refactoring rules descriptionAngelo Gallarello2018-09-1411-41/+77
| |
| * 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-1613-29/+409
| |
| * 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-037-0/+101
| |
* | - [Allow Announcement to be ↵Lauri Ojansivu2018-09-141-1/+2
| | | | | | | | | | | | | | | | | | | | | | markdown](https://github.com/wekan/wekan/issues/1892). Note: xet7 did not yet figure out how to keep announcement on one line when markdown was added, so now Font Awesome icons are above and below. Thanks to xet7 ! Closes #1892
* | Fix #1885Andrés Manelli2018-09-121-4/+30
| |
* | Fix #1887Andrés Manelli2018-09-121-0/+1
| |
* | - Add permission "No comments". It is like normal user, but does not show ↵Lauri Ojansivu2018-09-044-29/+49
| | | | | | | | | | | | comments and activities. Thanks to xet7 !
* | Merge pull request #1867 from rjevnikar/commentOnlyDateFixLauri Ojansivu2018-08-291-4/+8
|\ \ | | | | | | Only allow ifCanModify users to add dates on cards
| * | Only allow ifCanModify users to add dates (received, start, end, and due).rjevnikar2018-08-281-4/+8
| | |
* | | - Fix Delete Board and keep confirmation popup.Lauri Ojansivu2018-08-281-2/+1
|/ / | | | | | | Thanks to xet7 !