summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
Commit message (Collapse)AuthorAgeFilesLines
...
* v2.20v2.20Lauri Ojansivu2019-02-111-1/+1
|
* Update changelog.Lauri Ojansivu2019-02-111-0/+11
|
* v2.19Lauri Ojansivu2019-02-091-0/+8
|
* v2.18v2.18Lauri Ojansivu2019-02-081-1/+1
|
* Add commit link to changelog.Lauri Ojansivu2019-02-081-2/+2
|
* Add issue link to changelog.Lauri Ojansivu2019-02-081-1/+1
|
* Add commit link to changelog.Lauri Ojansivu2019-02-081-1/+1
|
* Update changelog.Lauri Ojansivu2019-02-081-1/+0
|
* Update changelog.Lauri Ojansivu2019-02-081-0/+35
|
* v2.17v2.17Lauri Ojansivu2019-02-041-3/+11
|
* v2.16v2.16Lauri Ojansivu2019-02-031-0/+11
|
* Add missing text.Lauri Ojansivu2019-02-031-0/+2
|
* v2.15v2.15Lauri Ojansivu2019-02-031-1/+1
|
* Update changelog.Lauri Ojansivu2019-02-031-0/+8
|
* Add missing text.Lauri Ojansivu2019-02-021-0/+2
|
* v2.14v2.14Lauri Ojansivu2019-02-021-1/+1
|
* - [Fix Sandstorm export board from ↵Lauri Ojansivu2019-02-021-0/+10
| | | | | | | | | | | web](https://github.com/wekan/wekan/issues/2157). - [Fix Error when logging in to Wekan REST API when using Sandstorm Wekan](https://github.com/wekan/wekan/issues/1279). Sandstorm API works this way: Make API key, and from that key copy API URL and API KEY to below. It saves Wekan board to file. `curl http://Bearer:APIKEY@api-12345.local.sandstorm.io:6080/api/boards/sandstorm/export?authToken=#APIKEY > wekanboard.json` If later API key does not work, you need to remove it and make a new one. Thanks to xet7 !
* v2.13v2.13Lauri Ojansivu2019-02-011-2/+2
|
* Update changelog with latest changes from bentiss.Lauri Ojansivu2019-02-011-0/+17
|
* v2.12v2.12Lauri Ojansivu2019-01-311-1/+1
|
* - [Bumped the salleman oidc packages versions to include an upstream bug ↵Lauri Ojansivu2019-01-311-0/+8
| | | | | | fix](https://github.com/wekan/wekan/commit/361faa6646556de68ad78dc90d9eb9f78956ce0f). Thanks to danpatdav !
* v2.11v2.11Lauri Ojansivu2019-01-311-1/+1
|
* Update changelog.Lauri Ojansivu2019-01-311-0/+8
|
* Fix typo.Lauri Ojansivu2019-01-301-1/+1
|
* Fix typo.Lauri Ojansivu2019-01-301-1/+1
|
* v2.10v2.10Lauri Ojansivu2019-01-301-1/+1
|
* Update changelog with latest changes.Lauri Ojansivu2019-01-301-2/+9
|
* - Translations: Add Macedonian.Lauri Ojansivu2019-01-301-0/+8
|
* v2.09v2.09Lauri Ojansivu2019-01-281-1/+1
|
* - [Fix vertical automatic scrolling when opening a ↵Lauri Ojansivu2019-01-281-0/+8
| | | | | | card](https://github.com/wekan/wekan/commit/820d3270935dc89f046144a7bbf2c8277e2484bc). Thanks to bentiss !
* v2.08v2.08Lauri Ojansivu2019-01-281-0/+22
|
* v2.07v2.07Lauri Ojansivu2019-01-281-0/+8
|
* v2.06v2.06Lauri Ojansivu2019-01-271-2/+12
|
* v2.05v2.05Lauri Ojansivu2019-01-271-0/+13
|
* v2.04v2.04Lauri Ojansivu2019-01-261-4/+6
|
* Waiting for bugfix.Lauri Ojansivu2019-01-251-1/+7
|
* v2.03v2.03Lauri Ojansivu2019-01-251-2/+2
|
* Update ChangeLog for all that huge amount of contributions from bentiss.Lauri Ojansivu2019-01-251-0/+33
|
* v2.02v2.02Lauri Ojansivu2019-01-221-1/+1
|
* Update changelog.Lauri Ojansivu2019-01-221-2/+12
|
* - [OpenAPI and generating of REST API ↵Lauri Ojansivu2019-01-191-3/+14
| | | | | | Docs](https://github.com/wekan/wekan/pull/1965). Thanks to bentiss.
* - Fix License to 2019. https://github.com/wekan/wekan/pull/2112Lauri Ojansivu2019-01-191-0/+1
| | | | Thanks to ajRiverav !
* Fix typo.Lauri Ojansivu2019-01-131-0/+5
| | | | | | Thanks to xorander00 ! Closes #2101
* Fix typo.Lauri Ojansivu2019-01-131-2/+2
| | | | | | Thanks to xorander00 ! Closes #2101
* v2.01v2.01Lauri Ojansivu2019-01-061-0/+4
|
* v2.00v2.00Lauri Ojansivu2019-01-041-0/+4
|
* v1.99v1.99Lauri Ojansivu2019-01-041-2/+15
|
* v1.98v1.98Lauri Ojansivu2019-01-011-1/+1
|
* - [Mobile fixes](https://github.com/wekan/wekan/pull/2084), thanks to ↵Lauri Ojansivu2019-01-011-0/+5
| | | | | | | | | hupptechnologies: - Move home button / avatar bar from bottom to top. So at top first is home button / avatar, then others. - When clicking Move Card, go to correct page position. Currently it's at empty page position, and there is need to scroll page up to see Move Card options. It should work similarly like Copy Card, that is visible. - Also check that other buttons go to visible page.
* - Add optional Nginx reverse proxy config to docker-compose.yml and nginx ↵Lauri Ojansivu2018-12-281-3/+7
| | | | | | directory. Thanks to MyTheValentinus !