summaryrefslogtreecommitdiffstats
path: root/client
Commit message (Collapse)AuthorAgeFilesLines
* This release fixes the following bugs:Lauri Ojansivu2018-12-052-49/+48
| | | | | | | | | | - Partially #2045 revert [Improve authentication](https://github.com/wekan/wekan/issues/2016), adding back password/LDAP dropdown, because login did now work. NOTE: This was added in v1.71, reverted at v1.73 because login did not work, added back at v1.79, and then reverted partially at v1.82 because login did not work. Related LDAP logout timer does not work yet. Thanks to xet7 !
* Fix lint errors.Lauri Ojansivu2018-12-031-1/+1
|
* Merge branch 'devel' of https://github.com/Akuket/wekan into Akuket-develLauri Ojansivu2018-12-022-48/+49
|\
| * finish prepare for testguillaume2018-11-231-3/+8
| |
| * revert changes for patch authenticationguillaume2018-11-222-47/+43
| |
* | - Fix: Message box for deleting subtask unreachable.Lauri Ojansivu2018-11-231-0/+1
|/ | | | | | Thanks to hupptechnologies ! Closes #1800
* - Fix: When saving Admin Panel / Layout, save also SMTP settings.Lauri Ojansivu2018-11-201-0/+2
| | | | Thanks to xet7 !
* Admin Panel / Layout: Hide Logo: Yes / No. This does hide Wekan logo on ↵Lauri Ojansivu2018-11-206-6/+43
| | | | Login page and Board page. Thanks to xet7.
* - Revert Improve authentication to [fix Login ↵Lauri Ojansivu2018-11-174-45/+83
| | | | | | | | failure](https://github.com/wekan/wekan/issues/2004). Thanks to xet7 ! Closes #2004
* Fix lint errors.Lauri Ojansivu2018-11-161-3/+3
|
* patch authenticationguillaume2018-11-091-29/+46
|
* Merge https://github.com/wekan/wekan into develguillaume2018-11-095-4/+43
|\
| * Merge remote-tracking branch 'origin/edge' into develLauri Ojansivu2018-11-081-2/+2
| |\
| | * - Some fixes to Wekan import:Lauri Ojansivu2018-11-081-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - isCommentOnly and isNoComments are now optional - Turn off import error checking, so something is imported anyway, and import does not stop at error. - Now most of Sandstorm export do import to Standalone Wekan, but some of imported cards, dates etc are missing. - Sandstorm Import Wekan board warning messages are now translateable. Thanks to xet7 ! Closes #1945, closes #1616, closes #1903
| * | custom fields upgrade -- correctNunes Nelson2018-11-071-3/+3
| | |
| * | custom fields upgradeNunes Nelson2018-11-054-2/+41
| |/
* | Logout with timerguillaume2018-11-061-0/+2
| |
* | patch authenticationguillaume2018-11-064-84/+27
|/
* - Hide Linked Card and Linked Board on Sandstorm, because they are onlyLauri Ojansivu2018-11-032-15/+21
| | | | | | | useful when having multiple boards, and at Sandstorm there is only one board per grain. Thanks to ocdtrekkie and xet7. Closes #1982
* UI: lists: only output the number of cards for each swimlaneBenjamin Tissoires2018-10-252-1/+11
|
* UI: list headers: show the card count smallerBenjamin Tissoires2018-10-251-3/+2
| | | | | | The card count was at the same level than the title, which made reading the list title harder. Use the quiet and small class to put it in the following line and not make it jump out of the screen
* - Fix missing dropdown arrow on Chrome. Thanks to xet7 ! Closes #1964Lauri Ojansivu2018-10-241-1/+0
|
* - Fix lint error. Thanks to xet7 !Lauri Ojansivu2018-10-241-1/+1
|
* - Custom Product Name in Admin Panel / Layout. In Progress, setting does not ↵Lauri Ojansivu2018-10-243-2/+39
| | | | | | | affect change UI yet. Thanks to xet7 ! - Fix LDAP User Search Scope. Thanks to Vnimos and Akuket ! Related #119 - Fix Save Admin Panel STMP password. Thanks to saurabharch and xet7 ! Closes #1856
* 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