summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
Commit message (Collapse)AuthorAgeFilesLines
* Update ChangeLog.Lauri Ojansivu2018-09-201-2/+8
| | | | Thanks to xet7 !
* - Fix Dockerfile Meteor install by changing tar to bsdtar.Lauri Ojansivu2018-09-191-0/+8
| | | | | | Thanks to maurice-schleussinger and xet7 ! Closes #1900
* v1.49.1v1.49.1Lauri Ojansivu2018-09-171-1/+1
|
* v1.49-edge-1v1.49-edge-1Lauri Ojansivu2018-09-171-0/+25
|
* v1.47v1.47Lauri Ojansivu2018-09-161-2/+3
|
* - IFTTT Rules. Useful to automate things like [adding labels, members, ↵Lauri Ojansivu2018-09-161-0/+9
| | | | | | | | | | moving card, archiving them, checking checklists etc. Please test and report bugs. Later colors need to be made translatable. Thanks to GitHub users Angtrim and xet7 for their contributions. Related #1160
* v1.46v1.46Lauri Ojansivu2018-09-151-1/+1
|
* - Allow Announcement to be markdown.Lauri Ojansivu2018-09-141-2/+5
| | | | | | | | | Note: xet7 did not yet figure out how to keep announcement on one line when markdown was added, so now Font Awesome icons are above and below. Thanks to xet7 ! Closes #1892
* - Partially fix: Cannot move card from one swimline to the other if moving ↵Lauri Ojansivu2018-09-131-2/+7
| | | | | | | | | | | in the same list; - Fix: Linking cards from empty board is possible and makes current board not load anymore. Thanks to andresmanelli ! Related #1887, closes #1885
* - Add source-map-support.Lauri Ojansivu2018-09-111-1/+2
| | | | | | Thanks to HLFH and xet7 ! Closes #1889
* - Turn of http/2 in Caddyfile so that Firefox Inspect Console does not show ↵Lauri Ojansivu2018-09-111-0/+4
| | | | | | | | | errors about wss websocket config. Chrome web console supports http/2. Note: If you are already using Caddy and have modified your Caddyfile, you need to edit your Caddyfile manually. Thanks to GitHub user xet7 for contributions.
* - Upgrade to MongoDB v3.2.21Lauri Ojansivu2018-09-101-0/+8
| | | | Thanks to xet7 !
* - Fix lint error.Lauri Ojansivu2018-09-091-0/+8
| | | | Thanks to xet7 !
* v1.44v1.44Lauri Ojansivu2018-09-091-1/+1
|
* - Fix cards export and add customFields export.Lauri Ojansivu2018-09-091-1/+2
| | | | | | | Thanks to ymeramees ! Closes #1873, related #1775
* - REST API: Add startAt/dueAt/endAt etc. ↵Lauri Ojansivu2018-09-071-0/+9
| | | | | | | | https://github.com/wekan/wekan/wiki/REST-API-Cards Thanks to xet7 ! Closes #1879
* v1.43v1.43Lauri Ojansivu2018-09-061-1/+1
|
* - Fix "No Comments" permission on Wekan and Trello import.Lauri Ojansivu2018-09-061-0/+8
| | | | Thanks to xet7 !
* v1.42v1.42Lauri Ojansivu2018-09-061-1/+1
|
* - Add swimlaneId in activity. Create default swimlaneId in API.Lauri Ojansivu2018-09-061-1/+2
| | | | Thanks to andresmanelli !
* - REST API: [Create board options to be ↵Lauri Ojansivu2018-09-061-0/+11
| | | | | | | | | | | | modifiable](https://github.com/wekan/wekan/commit/9cea76e4efaacaebcb2e9f0690dfeb4ef6d62527), like permissions, public/private board - now private by default, and board background color. Docs at https://github.com/wekan/wekan/wiki/REST-API-Boards Thanks to xet7 ! Related #1037
* - Try to fix Wekan Sandstorm API. ↵Lauri Ojansivu2018-09-051-0/+8
| | | | | | | | https://github.com/wekan/wekan/commit/6462f855c9388416517b0e5d29e11b4ede21f78e Thanks to ocdtrekkie and xet7 ! Related #1279
* v1.40v1.40Lauri Ojansivu2018-09-041-1/+1
|
* - Add permission "No comments" ↵Lauri Ojansivu2018-09-041-0/+9
| | | | | | | | | | https://github.com/wekan/wekan/commit/77efcf71376d3da6c19ad1a4910567263e83c0ca It is like normal user, but does not show comments and activities. Thanks to xet7 ! Related #1861
* v1.39v1.39Lauri Ojansivu2018-08-291-1/+1
|
* - Only allow ifCanModify users to add dates on cards.Lauri Ojansivu2018-08-291-0/+8
| | | | Thanks to rjevnikar !
* v1.38v1.38Lauri Ojansivu2018-08-291-1/+1
|
* - Add msavin:userCache to speedup Wekan.Lauri Ojansivu2018-08-281-2/+7
| | | | | | | | | https://forums.meteor.com/t/introducing-a-new-approach-to-meteor-user-this-simple-trick-can-save-you-millions-of-database-requests/45336/7 https://github.com/msavin/userCache Thanks to msavin and xet7 ! Related #1672
* - Fix Delete Board.Lauri Ojansivu2018-08-281-0/+8
| | | | Thanks to rjevnikar and xet7 !
* v1.37v1.37Lauri Ojansivu2018-08-281-1/+1
|
* - Add Missing Index on cards.parentId since Swimlane integrationLauri Ojansivu2018-08-281-0/+11
| | | | | | | | to speedup Wekan; - Update OpenShift template to add Route and parameterize; - Fix typos in Wekan snap help. Thanks to Clement87, InfoSec812 and xet7 !
* v1.36v1.36Lauri Ojansivu2018-08-251-1/+1
|
* - Fix typos in security documentation.Lauri Ojansivu2018-08-251-2/+3
| | | | | | Thanks to tlevine ! Related https://github.com/wekan/wekan/pull/1857
* - [OAuth2 Login on Standalone ↵Lauri Ojansivu2018-08-251-2/+8
| | | | | | | | | | | 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
* - Move labels back to original place at minicard.Lauri Ojansivu2018-08-231-0/+8
| | | | | | Thanks to hever and xet7 ! Closes #1842
* v1.35v1.35Lauri Ojansivu2018-08-231-1/+1
|
* - Remove avatar url fix javascript version, it breaks too easily.Lauri Ojansivu2018-08-221-8/+0
| | | | | | | | | Same can be done with Caddy. Thanks to xet7 ! Closes #1776, closes #386
* Fix typos.Lauri Ojansivu2018-08-221-2/+5
|
* Fix typo.Lauri Ojansivu2018-08-221-1/+1
|
* - Make the attributes that the webhook sends configurable.Lauri Ojansivu2018-08-221-1/+4
| | | | Thanks to omarsy and xet7 !
* - Remove suburl from beginning of avatar file path,Lauri Ojansivu2018-08-221-0/+8
| | | | | | | | | so that avatar images don't get broken when root-url changes to different sub-url. This does not change avatar urls in database, instead this fixes url on the fly after loading avatar url from database. Thanks to xet7 !
* This release adds the following new features:Lauri Ojansivu2018-08-221-0/+16
| | | | | | | | | | | | | | Add Caddy plugins: - [http.filter](https://caddyserver.com/docs/http.filter) for changing Wekan UI on the fly, for example custom logo, or changing to all different CSS file to have custom theme; - [http.ipfilter](https://caddyserver.com/docs/http.ipfilter) to block requests by ip address; - [http.realip](https://caddyserver.com/docs/http.realip) for showing real X-Forwarded-For IP to behind proxy; - Turn off Caddy telemetry. Thanks to Caddy contributors and xet7 !
* v1.34v1.34Lauri Ojansivu2018-08-221-1/+1
|
* - Add Favicon for pinned tab on Safari browser.Lauri Ojansivu2018-08-221-2/+3
| | | | | | Thanks to woodyart and xet7 ! Closes #1795
* - Allow Sandstorm to serve Wekan HTTP API. This may help towards #1279Lauri Ojansivu2018-08-221-2/+3
| | | | | | Thanks to ocdtrekkie ! Related #1279
* - Fix and improve linked cards.Lauri Ojansivu2018-08-221-2/+3
| | | | Thanks to andresmanelli !
* - Move color labels on minicard to bottom of minicard.Lauri Ojansivu2018-08-211-2/+3
| | | | | | Thanks to therampagerado and xet7 ! Closes #1842
* - Restored SMTP settings at Admin Panel, and disabled showing password.Lauri Ojansivu2018-08-201-0/+8
| | | | | | Thanks to xet7 ! Closes #1790
* v1.33Lauri Ojansivu2018-08-161-1/+1
|
* - Change default value of label ids.Lauri Ojansivu2018-08-161-0/+8
| | | | Thanks to omarsy !