summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* v2.36v2.36Lauri Ojansivu2019-03-034-5/+5
|
* Update translations.Lauri Ojansivu2019-03-031-5/+5
|
* Update changelog.Lauri Ojansivu2019-03-031-3/+4
|
* [Combine hamburger menus at right](https://github.com/wekan/wekan/issues/2219).Lauri Ojansivu2019-03-034-385/+390
| | | | | | Thanks to xet7 ! Related #2219
* Update translations.Lauri Ojansivu2019-03-032-39/+39
|
* [Forked ↵Lauri Ojansivu2019-03-031-0/+6
| | | | | | | | | salleman-oidc](https://github.com/wekan/wekan/commit/8867bec8e65f1ef6be0c731918e8eefcacb7acb0) to https://github.com/wekan/meteor-accounts-oidc where salleman also has write access, xet7 can make changes directly and GitHub issues are enabled. Thanks to xet7 !
* Forked salleman-oidc to https://github.com/wekan/meteor-accounts-oidcLauri Ojansivu2019-03-038-6/+35
| | | | | | | where salleman also has write access, xet7 can make changes directly and GitHub issues are enabled. Thanks to xet7 !
* Update translations.Lauri Ojansivu2019-03-0349-1205/+1637
|
* Fix translation.Lauri Ojansivu2019-03-031-1/+1
|
* Fix typos in translation.Lauri Ojansivu2019-03-031-2/+2
|
* Fix translation.Lauri Ojansivu2019-03-031-1/+1
|
* Update translation.Lauri Ojansivu2019-03-031-1/+1
|
* Fix typos in translation.Lauri Ojansivu2019-03-031-9/+9
|
* Fix translation.Lauri Ojansivu2019-03-031-1/+1
|
* Fix translation.Lauri Ojansivu2019-03-031-18/+18
|
* Fix translation.Lauri Ojansivu2019-03-031-1/+1
|
* - [Add more Webhook translations](https://github.com/wekan/wekan/issues/1969).Lauri Ojansivu2019-03-031-0/+5
| | | | | | In progress. Thanks to xet7 !
* [Add more Webhook translations](https://github.com/wekan/wekan/issues/1969).Lauri Ojansivu2019-03-033-21/+59
| | | | | | | | In progress. Thanks to xet7 ! Related #1969
* Update changelog.Lauri Ojansivu2019-03-031-0/+10
|
* Update translations.Lauri Ojansivu2019-03-0348-48/+48
|
* Change board menu:Lauri Ojansivu2019-03-032-3/+3
| | | | | | | | | - Board menu (hamburger icon) to Board Settings (Cog icon) - Sidebar arrows icons to hamburger icon Thanks to xet7 ! Related #2219
* Rename Board Menu to Board Settings.Lauri Ojansivu2019-03-031-1/+1
| | | | Thanks to xet7 !
* Update translations.Lauri Ojansivu2019-03-022-20/+20
|
* Update readme.Lauri Ojansivu2019-03-021-1/+1
|
* Update readme.Lauri Ojansivu2019-03-021-0/+1
|
* Update readme.Lauri Ojansivu2019-03-021-2/+4
|
* Remove outdated team page.Lauri Ojansivu2019-03-021-1/+0
|
* Update readme.Lauri Ojansivu2019-03-021-14/+34
|
* v2.35v2.35Lauri Ojansivu2019-03-014-5/+5
|
* [Add Filter fix back](https://github.com/wekan/wekan/issues/2213),Lauri Ojansivu2019-03-011-1/+11
| | | | because there was no bug in filter fix.
* - [Add Filter fix back](https://github.com/wekan/wekan/issues/2213),Lauri Ojansivu2019-03-011-5/+5
| | | | | | | | | because there was no bug in filter fix. Thanks to xet7 ! Closes #2213, related #2209
* v2.34v2.34Lauri Ojansivu2019-03-014-4/+13
|
* Revert [Filter fix](https://github.com/wekan/wekan/issues/2213) because ofLauri Ojansivu2019-03-011-5/+5
| | | | | | [mongodb data tampered](https://github.com/wekan/wekan-snap/issues/83). Thanks to xet7 !
* v2.33v2.33Lauri Ojansivu2019-02-284-5/+5
|
* [Upgrade Node.js to ↵Lauri Ojansivu2019-02-281-0/+8
| | | | | | v8.15.1](https://github.com/wekan/wekan/commit/5cafdd9878ab4b6123024ec33279ccdae75f554f). Thanks to Node.js developers and xet7 !
* Upgrade node to v8.15.1Lauri Ojansivu2019-02-283-3/+3
| | | | Thanks to xet7 !
* v2.32v2.32Lauri Ojansivu2019-02-283-4/+4
|
* [Fix filtering in swimlane ↵Lauri Ojansivu2019-02-281-4/+3
| | | | | | | | | | | view](https://github.com/wekan/wekan/commit/49229e1723de14cdc66dc6480624bba426d35e36) that was [broken since v2.29](https://github.com/wekan/wekan/issues/2213). Thanks to andresmanelli ! Closes #2213, Related #2209
* - ↵Lauri Ojansivu2019-02-281-0/+5
| | | | | | | | | | [Fix](https://github.com/wekan/wekan/commit/49229e1723de14cdc66dc6480624bba426d35e36) [Filtering in swimlane view is broken since v2.29](https://github.com/wekan/wekan/issues/2213). Thanks to andresmanelli ! Related #2209
* Merge branch 'devel' into edgeLauri Ojansivu2019-02-288-15/+61
|\
| * [Performance improvements](https://github.com/wekan/wekan/pull/2214), thanks ↵Lauri Ojansivu2019-02-281-0/+10
| | | | | | | | | | | | | | | | to justinr1234: - New indexes for queries that were missing an index; - Bulk querying documents to reduce the number of mongo queries when loading a board; - Ensure oplog is being used to query the database by providing a `sort` key when `limit` is used querying the `boards` collection.
| * Merge branch 'justinr1234-wekan-perf-improvements' into develLauri Ojansivu2019-02-287-15/+51
| |\
| | * Merge branch 'wekan-perf-improvements' of ↵Lauri Ojansivu2019-02-287-15/+51
| |/| | | | | | | | | | https://github.com/justinr1234/wekan into justinr1234-wekan-perf-improvements
| | * Performance EnhancementsJustin Reynolds2019-02-287-15/+51
| | |
* | | Fix filter in swimlanes viewAndrés Manelli2019-02-281-5/+5
|/ /
* | v2.31v2.31Lauri Ojansivu2019-02-284-5/+5
| |
* | Update translations.Lauri Ojansivu2019-02-2848-48/+48
| |
* | - [Fix copy card](https://github.com/wekan/wekan/issues/2210).Lauri Ojansivu2019-02-281-0/+6
| | | | | | | | | | | | | | Thanks to andresmanelli ! Closes #2210, Related #2209
* | Merge remote-tracking branch 'andresmanelli/edge' into edgeLauri Ojansivu2019-02-281-4/+4
|\ \
| * | Fix card copyAndrés Manelli2019-02-281-4/+4
| | |