summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* - Fix: IFTTT Rule "Remove all members from the card" doesn't work.Lauri Ojansivu2018-12-071-1/+1
| | | | | | Thanks to BurakTuran9 ! Related #1972
* - Partially #2045 revert, continue.Lauri Ojansivu2018-12-052-29/+0
| | | | Thanks to xet7 !
* This release fixes the following bugs:Lauri Ojansivu2018-12-051-0/+28
| | | | | | | | | | - 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 !
* - Add CORS https://enable-cors.org/server_meteor.htmlLauri Ojansivu2018-12-031-0/+11
| | | | | | | | - Add missing LDAP and TIMER environment variables. Thanks to xet7 ! Closes wekan/wekan-snap#69
* revert changes for patch authenticationguillaume2018-11-221-0/+1
|
* Admin Panel / Layout: Hide Logo: Yes / No. This does hide Wekan logo on ↵Lauri Ojansivu2018-11-202-1/+13
| | | | Login page and Board page. Thanks to xet7.
* - Revert Improve authentication to [fix Login ↵Lauri Ojansivu2018-11-171-1/+0
| | | | | | | | failure](https://github.com/wekan/wekan/issues/2004). Thanks to xet7 ! Closes #2004
* Logout with timerguillaume2018-11-061-0/+1
|
* Remove console.logLauri Ojansivu2018-10-251-1/+0
|
* - Try to fix: Impossible to connect to LDAP if UserDN contain space(s) #1970Lauri Ojansivu2018-10-251-1/+1
| | | | Thanks to Akuket and xet7 !
* - Custom Product Name in Admin Panel / Layout. In Progress, setting does not ↵Lauri Ojansivu2018-10-242-1/+13
| | | | | | | 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-162-7/+7
|\
| * - Fix lint errors.Lauri Ojansivu2018-10-121-5/+5
| | | | | | | | Thanks to xet7 !
| * - Remove broken customFields references.Lauri Ojansivu2018-10-121-0/+8
| | | | | | | | Thanks to Clement87 and Akuket !
| * - Fix lint errors.Lauri Ojansivu2018-10-111-1/+1
| | | | | | | | | | | | Note: variable trackingUsers is not used anywhere, so it was removed. Thanks to xet7 !
| * Merge branch 'edge' of https://github.com/Akuket/wekan into Akuket-edgeLauri Ojansivu2018-10-112-6/+11
| |\
| * | Fix lint errors.Lauri Ojansivu2018-10-091-1/+1
| | |
* | | update broke ability to mute notificationsguillaume2018-10-162-11/+12
| |/ |/|
* | improve notificationsguillaume2018-10-111-1/+0
| |
* | improve notificationsguillaume2018-10-113-6/+12
|/
* Merge branch 'edge' into edgeAkuket2018-10-091-5/+12
|\
| * - Fix lint errors and warnings.Lauri Ojansivu2018-10-081-2/+2
| | | | | | | | Thanks to xet7 !
| * Merge branch 'feature-rules' of https://github.com/Angtrim/wekan into ↵Lauri Ojansivu2018-10-081-5/+12
| |\ | | | | | | | | | Angtrim-feature-rules
| | * Fixed rules conflictsAngelo Gallarello2018-10-071-2/+9
| | |
| | * Fixed lint errorsAngelo Gallarello2018-10-071-3/+3
| | |
* | | add ldap support | simplify authenticationsguillaume2018-10-093-4/+16
|/ /
* / - Add LDAP. In progress.Lauri Ojansivu2018-10-031-0/+10
|/ | | | | | Thanks to maximest-pierre, Akuket and xet. Related #119
* Fixed card move to top/bottomAngelo Gallarello2018-09-211-2/+2
|
* Fixed rules about member and box dropdowns widthAngelo Gallarello2018-09-212-4/+4
|
* Fixed some rulesAngelo Gallarello2018-09-211-4/+4
|
* Fix lint errors.Lauri Ojansivu2018-09-164-196/+195
|
* Detele temp files.Lauri Ojansivu2018-09-162-0/+0
|
* Merge branch 'feature-rules' of https://github.com/Angtrim/wekan into ↵Lauri Ojansivu2018-09-167-4/+214
|\ | | | | | | Angtrim-feature-rules
| * BeautyfiedAngelo Gallarello2018-09-142-17/+14
| |
| * Finished alpha rulesAngelo Gallarello2018-09-141-11/+0
| |
| * Refactoring rules descriptionAngelo Gallarello2018-09-141-0/+4
| |
| * Fixed board id bug in moveAngelo Gallarello2018-09-121-2/+3
| |
| * Completed rulesAngelo Gallarello2018-08-192-11/+110
| |
| * Fixed triggers to use names and not idAngelo Gallarello2018-08-171-10/+10
| |
| * Progress on triggers UIAngelo Gallarello2018-08-162-10/+21
| |
| * Complete checklist activitiesAngelo Gallarello2018-08-161-0/+9
| |
| * Remove attachment activityAngelo Gallarello2018-08-161-0/+8
| |
| * Labels activitiesAngelo Gallarello2018-08-162-27/+20
| |
| * Fixed removeAngelo Gallarello2018-08-161-0/+2
| |
| * Main flow implementedAngelo Gallarello2018-08-162-0/+80
| |
| * UI for rules listAngelo Gallarello2018-08-034-0/+17
| |
* | Add swimlaneId in activity. Create default swimlaneId in APIAndrés Manelli2018-09-061-1/+1
| |
* | - Add permission "No comments". It is like normal user, but does not show ↵Lauri Ojansivu2018-09-041-1/+5
| | | | | | | | | | | | comments and activities. Thanks to xet7 !
* | - [OAuth2 Login on Standalone ↵Lauri Ojansivu2018-08-251-15/+19
| | | | | | | | | | | | | | | | | | | | | | Wekan](https://github.com/wekan/wekan/wiki/OAuth2). For example, Rocket.Chat can provide OAuth2 login to Wekan. Also, if you have Rocket.Chat using LDAP/SAML/Google/etc for logging into Rocket.Chat, then same users can login to Wekan when Rocket.Chat is providing OAuth2 login to Wekan. Thanks to salleman33 and xet7 ! Closes #234
* | Merge branch 'devel' of https://github.com/salleman33/wekan into ↵Lauri Ojansivu2018-08-241-0/+19
|\ \ | | | | | | | | | salleman33-devel