summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - Admin Panel / Layout / Custom Product Name now changes webpage title.Lauri Ojansivu2018-12-156-15/+55
| | | | | | Thanks to xet7 ! Related #1196
* v1.88v1.88Lauri Ojansivu2018-12-143-4/+4
|
* - Fix: [Scrollbar used](https://github.com/wekan/wekan/issues/2056) [remote ↵Lauri Ojansivu2018-12-141-0/+12
| | | | | | | | | | | | | file from CDN](https://github.com/MaazAli/Meteor-Malihu-Custom-Scrollbar/blob/master/jquery.mCustomScrollbar.js#L50), so forked package to https://github.com/wekan/wekan-scrollbar and included non-minified file locally to Wekan, so that using scrollbar works without direct connection to Internet. Wekan should not load any external files by default, as was case before new scrollbar, and is again now [after this fix](https://github.com/wekan/wekan/commit/c546464d9f56117a8bf580512cd62fc1102559c3). Thanks to xet7 ! Closes #2056
* - Because scrollbar uses [remote file from ↵Lauri Ojansivu2018-12-148-8/+20
| | | | | | | | | | | CDN](https://github.com/MaazAli/Meteor-Malihu-Custom-Scrollbar/blob/master/jquery.mCustomScrollbar.js#L50), fork package to https://github.com/wekan/wekan-scrollbar and include non-minified file locally to Wekan, so that using scrollbar works without direct connection to Internet. Wekan should not load any external files by default, as was case before new scrollbar, and is again now after this fix. Closes #2056
* v1.87v1.87Lauri Ojansivu2018-12-133-4/+4
|
* Update translations (es).Lauri Ojansivu2018-12-131-130/+130
|
* - Fix Reference error.Lauri Ojansivu2018-12-131-0/+8
| | | | Thanks to Akuket !
* - Fix Reference error.Lauri Ojansivu2018-12-131-1/+1
| | | | Thanks to Akuket !
* v1.86v1.86Lauri Ojansivu2018-12-133-4/+4
|
* - Fix [Cannot login with new LDAP account when auto-registration disabled ↵Lauri Ojansivu2018-12-131-0/+9
| | | | | | | | (request invitation code)](https://github.com/wekan/wekan-ldap/issues/29); - Fix [Unable to create new account from LDAP](https://github.com/wekan/wekan-ldap/issues/32). Thanks to Akuket !
* - Fix [Cannot login with new LDAP account when auto-registration disabled ↵Lauri Ojansivu2018-12-131-3/+7
| | | | | | | | | | | (request invitation code)](https://github.com/wekan/wekan-ldap/issues/29); - Fix [Unable to create new account from LDAP](https://github.com/wekan/wekan-ldap/issues/32). Thanks to Akuket ! Closes wekan/wekan-ldap#29, closes wekan/wekan-ldap#32
* Update translations.Lauri Ojansivu2018-12-133-5/+5
|
* Add missing text about bugs fixes.Lauri Ojansivu2018-12-091-0/+2
|
* v1.85v1.85Lauri Ojansivu2018-12-093-4/+4
|
* Merge branch 'hupptechnologies-scrollbar-closes-card-chrome' into develLauri Ojansivu2018-12-096-5/+21
|\
| * - Fix [Clicking the scrollbar closes the card on ↵Lauri Ojansivu2018-12-091-0/+8
| | | | | | | | | | | | | | | | | | Chrome](https://github.com/wekan/wekan/issues/1404) by changing [mquandalle:perfect-scrollbar to malihu-jquery-custom-scrollbar](https://github.com/wekan/wekan/pull/2050). that works also when clicking scrollbar in Chrome. Also added back required packages that were removed in PR. Thanks to hupptechnologies and xet7 !
| * - Fix [Clicking the scrollbar closes the card on ↵Lauri Ojansivu2018-12-092-2/+4
| | | | | | | | | | | | | | | | | | | | | | Chrome](https://github.com/wekan/wekan/issues/1404) by changing [mquandalle:perfect-scrollbar to malihu-jquery-custom-scrollbar](https://github.com/wekan/wekan/pull/2050). that works also when clicking scrollbar in Chrome. Also added back required packages that were removed in PR. Thanks to hupptechnologies and xet7 ! Closes #1404
| * Merge branch 'scrollbar-closes-card-chrome' of ↵Lauri Ojansivu2018-12-095-6/+12
|/| | | | | | | https://github.com/hupptechnologies/wekan into hupptechnologies-scrollbar-closes-card-chrome
| * Fix lineter issuehupptechnologies2018-12-081-3/+1
| |
| * Issue : Clicking the scrollbar closes the card on Chrome #1404hupptechnologies2018-12-083-2/+13
| | | | | | | | Resolved #1404
| * Merge branch 'devel' into edgehupptechnologies2018-12-082-1/+3
| |\
| | * autoamted local changehupptechnologies2018-11-274-6/+3
| | |
| * | Pull codehupptechnologies2018-11-242-5/+0
| |/
* | Update translations (ru).Lauri Ojansivu2018-12-091-124/+124
| |
* | - Fix lint warning.Lauri Ojansivu2018-12-071-1/+2
| | | | | | | | Thanks to xet7 !
* | v1.84v1.84Lauri Ojansivu2018-12-073-4/+6
| |
* | Update translations (ru).Lauri Ojansivu2018-12-071-37/+37
| |
* | - Fix 2/8: IFTTT Rule action/trigger ["Remove all members from the ↵Lauri Ojansivu2018-12-071-1/+7
| | | | | | | | | | | | card"](https://github.com/wekan/wekan/issues/1972). Thanks to BurakTuran9 !
* | - Fix: IFTTT Rule "Remove all members from the card" doesn't work.Lauri Ojansivu2018-12-071-1/+1
| | | | | | | | | | | | Thanks to BurakTuran9 ! Related #1972
* | v1.83v1.83Lauri Ojansivu2018-12-063-5/+5
| |
* | - Fix IFTTT Rule action/trigger part 1 of 7: [When a checklist is ↵Lauri Ojansivu2018-12-061-3/+3
| | | | | | | | | | | | | | | | | | | | completed](https://github.com/wekan/wekan/issues/1972). And partial incomplete fix to when all of checklist is set as uncompleted. Help in fixing welcome. Thanks to BurakTuran9 and xet7 ! Related #1972
* | - Partial fix to unchecked rule, and tips for fixing.Lauri Ojansivu2018-12-061-1/+14
| | | | | | | | Related #1972
* | 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
|\ \