summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update translations.Lauri Ojansivu2018-12-052-22/+22
|
* - Fix IFTTT Rule action/trigger: When a checklist is completed/made incomplete.Lauri Ojansivu2018-12-051-0/+9
| | | | | | Thanks to BurakTuran9 ! Related #1972
* - Fix IFTTT Rule action/trigger: When a checklist is completed/made incomplete.Lauri Ojansivu2018-12-051-1/+1
| | | | | | Thanks to BurakTuran9 ! Related #1972
* v1.82v1.82Lauri Ojansivu2018-12-053-4/+4
|
* - Partially #2045 revert, continue.Lauri Ojansivu2018-12-054-31/+0
| | | | Thanks to xet7 !
* This release fixes the following bugs:Lauri Ojansivu2018-12-055-79/+88
| | | | | | | | | | - 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 text about fixing bugs.v1.81Lauri Ojansivu2018-12-041-0/+2
|
* v1.81Lauri Ojansivu2018-12-043-4/+4
|
* - Remove extra commas `,` and add missing backslash `\`.Lauri Ojansivu2018-12-041-0/+10
| | | | | | | | | Maybe after that login, logout and CORS works. Thanks to xet7 ! Related #2045, related wekan/wekan-snap#69
* - Remove extra commas `,` and add missing backslash `\`.Lauri Ojansivu2018-12-042-3/+3
| | | | | | | | | Maybe after that login, logout and CORS works. Thanks to xet7 ! Related #2045, related wekan/wekan-snap#69
* v1.80v1.80Lauri Ojansivu2018-12-033-4/+4
|
* - Upgrade Node from v8.12 to v8.14Lauri Ojansivu2018-12-035-20/+19
| | | | | | - Revert non-working architectures that were added at v1.79, so now Wekan is just amd64 as before. Thanks to xet7 !
* v1.79v1.79Lauri Ojansivu2018-12-033-4/+4
|
* - Add CORS https://enable-cors.org/server_meteor.htmlLauri Ojansivu2018-12-031-2/+4
| | | | | | | | - Add missing LDAP and TIMER environment variables. Thanks to xet7 ! Closes wekan/wekan-snap#69
* - Add CORS https://enable-cors.org/server_meteor.htmlLauri Ojansivu2018-12-0310-310/+464
| | | | | | | | - Add missing LDAP and TIMER environment variables. Thanks to xet7 ! Closes wekan/wekan-snap#69
* - Improve authentication. Thanks to Akuket.Lauri Ojansivu2018-12-031-0/+5
|
* Fix lint errors.Lauri Ojansivu2018-12-032-2/+2
|
* Merge branch 'Akuket-devel' into edgeLauri Ojansivu2018-12-0211-53/+139
|\
| * Merge branch 'devel' of https://github.com/Akuket/wekan into Akuket-develLauri Ojansivu2018-12-0211-53/+139
|/|
| * finish prepare for testguillaume2018-11-231-3/+8
| |
| * revert changes for patch authenticationguillaume2018-11-2211-52/+133
| |
* | - Fix wrong dates in ChangeLog.Lauri Ojansivu2018-12-021-0/+1
| | | | | | | | Thanks to kelvinhammond !
* | Merge pull request #2041 from kelvinhammond/patch-1Lauri Ojansivu2018-12-021-2/+2
|\ \ | | | | | | Updated CHANGELOG.md - Fixed 2018-20-24 dates
| * | Updated CHANGELOG.md - Fixed 2018-20-24 datesKelvin2018-12-011-2/+2
| | |
* | | Update translations.Lauri Ojansivu2018-12-024-128/+128
| | |
* | | - Build snap also on i386, armhf and arm64. Ignore if it fails.Lauri Ojansivu2018-12-021-1/+6
| | | | | | | | | | | | | | | | | | Most likely armhf and arm64 does not build yet, I will add fixes later. Thanks to xet7 !
* | | - Build snap also on i386, armhf and arm64. Ignore if it fails.Lauri Ojansivu2018-12-021-1/+14
|/ / | | | | | | | | | | | | | | | | Most likely armhf and arm64 does not build yet, I will add fixes later. Thanks to xet7 ! Related #1503, related wekan/wekan-snap#46
* | - Fix: Message box for deleting subtask unreachable.Lauri Ojansivu2018-11-231-0/+9
| | | | | | | | Thanks to hupptechnologies. Closes #1800
* | - Fix: Message box for deleting subtask unreachable.Lauri Ojansivu2018-11-231-0/+1
| | | | | | | | | | | | Thanks to hupptechnologies ! Closes #1800
* | Update translations.Lauri Ojansivu2018-11-221-4/+4
|/
* v1.78v1.78Lauri Ojansivu2018-11-203-2/+6
|
* Update translations.Lauri Ojansivu2018-11-201-1/+1
|
* v1.77v1.77Lauri Ojansivu2018-11-203-3/+8
|
* v1.76v1.76Lauri Ojansivu2018-11-203-4/+4
|
* - Add [LDAP_FULLNAME_FIELD](https://github.com/wekan/wekan-ldap/issues/10) toLauri Ojansivu2018-11-201-1/+7
| | | | | [configs](https://github.com/wekan/wekan/commit/8e3f53021775069dba125efd4b7200d0d70a1ed1) and other options that were not in all config files. Thanks to alkemyst and xet7.
* - Add [LDAP_FULLNAME_FIELD](https://github.com/wekan/wekan-ldap/issues/10). ↵Lauri Ojansivu2018-11-208-30/+334
| | | | | | | Thanks to alkemyst and xet7. Closes wekan/wekan-ldap#21, closes wekan/wekan-ldap#10
* - Fix: When saving Custom Layout, save also SMTP settings. Thanks to xet7.Lauri Ojansivu2018-11-201-0/+8
|
* - Fix: When saving Admin Panel / Layout, save also SMTP settings.Lauri Ojansivu2018-11-201-0/+2
| | | | Thanks to xet7 !
* v1.75v1.75Lauri Ojansivu2018-11-203-4/+4
|
* Update translations.Lauri Ojansivu2018-11-2047-47/+94
|
* Admin Panel / Layout: Hide Logo: Yes / No. This does hide Wekan logo on ↵Lauri Ojansivu2018-11-2011-9/+67
| | | | Login page and Board page. Thanks to xet7.
* - [Fix Snap database-list-backups ↵Lauri Ojansivu2018-11-192-1/+9
| | | | | | command](https://github.com/wekan/wekan-snap/issues/26). Thanks to WaryWolf. Closes wekan/wekan-snap#26
* Update GitHub issue template for LDAP and Snap issues elsewhere.Lauri Ojansivu2018-11-191-0/+6
|
* v1.74.1v1.74.1Lauri Ojansivu2018-11-183-3/+11
| | | | | | - Full Name from LDAP server via environment variable. Thanks to alkemyst. Closes wekan/wekan-ldap#10
* v1.74v1.74Lauri Ojansivu2018-11-173-2/+6
|
* v1.73v1.73Lauri Ojansivu2018-11-173-3/+11
|
* - Revert Improve authentication to [fix Login ↵Lauri Ojansivu2018-11-1713-137/+89
| | | | | | | | failure](https://github.com/wekan/wekan/issues/2004). Thanks to xet7 ! Closes #2004
* v1.72v1.72Lauri Ojansivu2018-11-173-3/+7
|
* Update translations.Lauri Ojansivu2018-11-172-21/+22
|
* v1.71v1.71Lauri Ojansivu2018-11-173-4/+4
|