summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - Add webhooks-attributes to Snap and Docker.Lauri Ojansivu2018-08-224-2/+17
| | | | Thanks to xet7 !
* Merge branch 'devel' of https://github.com/omarsy/wekan into omarsy-develLauri Ojansivu2018-08-221-5/+4
|\
| * change let to constOmar Sy2018-08-221-1/+1
| |
| * make the attributes that the webhook sends configurableOmar Sy2018-08-221-5/+4
| |
* | - 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 !
* | - Remove suburl from beginning of avatar file path, so that avatar imagesLauri Ojansivu2018-08-222-1/+8
| | | | | | | | | | | | | | | | | | | | | | 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 ! Closes #1776, closes #386
* | 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 !
* | Add Caddy plugins:Lauri Ojansivu2018-08-221-1/+1
|/ | | | | | | | | | | | - [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. Thanks to Caddy contributors and xet7 !
* v1.34v1.34Lauri Ojansivu2018-08-223-4/+4
|
* Update translations.Lauri Ojansivu2018-08-221-6/+6
|
* - Add Favicon for pinned tab on Safari browser.Lauri Ojansivu2018-08-221-2/+3
| | | | | | Thanks to woodyart and xet7 ! Closes #1795
* - Add Favicon for pinned tab on Safari browser.Lauri Ojansivu2018-08-221-0/+1
| | | | | | 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
* Merge pull request #1851 from ocdtrekkie/patch-1Lauri Ojansivu2018-08-221-1/+1
|\ | | | | Allow Sandstorm to serve Wekan HTTP API
| * Allow Sandstorm to serve Wekan HTTP APIJacob Weisz2018-08-211-1/+1
| | | | | | This is probably not a "whole" fix, but this may be a missing piece.
* | - Fix and improve linked cards.Lauri Ojansivu2018-08-221-2/+3
| | | | | | | | Thanks to andresmanelli !
* | Merge branch 'andresmanelli-devel' into develLauri Ojansivu2018-08-223-7/+16
|\ \ | |/ |/|
| * Fix and improve linked cardsAndrés Manelli2018-08-213-7/+16
|/
* Update translations.Lauri Ojansivu2018-08-212-14/+14
|
* - Move color labels on minicard to bottom of minicard.Lauri Ojansivu2018-08-211-2/+3
| | | | | | Thanks to therampagerado and xet7 ! Closes #1842
* - Move color labels on minicard to bottom of minicard.Lauri Ojansivu2018-08-201-4/+5
| | | | | | Thanks to xet7 ! Closes #1842
* - Restored SMTP settings at Admin Panel, and disabled showing password.Lauri Ojansivu2018-08-201-0/+8
| | | | | | Thanks to xet7 ! Closes #1790
* - Restored SMTP settings at Admin Panel, and disabled showing password.Lauri Ojansivu2018-08-202-11/+37
| | | | | | Thanks to xet7 ! Closes #1790
* Update translations.v1.33Lauri Ojansivu2018-08-161-21/+21
|
* v1.33Lauri Ojansivu2018-08-163-4/+4
|
* - Change default value of label ids.Lauri Ojansivu2018-08-161-0/+8
| | | | Thanks to omarsy !
* Merge pull request #1837 from omarsy/develLauri Ojansivu2018-08-161-1/+1
|\ | | | | Change of the default value of labelIds
| * Change of the default value of labelIdsOmar Sy2018-08-161-1/+1
|/
* v1.32v1.32Lauri Ojansivu2018-08-163-4/+4
|
* - Use only framing policy, not all of content policy.Lauri Ojansivu2018-08-161-2/+4
| | | | | | | | - Fix Date and Time Formats are only US in every language. Thanks to xet7 ! Closes #1833
* - Use only framing policy, not all of content policy.Lauri Ojansivu2018-08-163-13/+11
| | | | | | | | - Fix Date and Time Formats are only US in every language. Thanks to xet7 ! Closes #1833
* - Content Policy: Allow inline scripts, otherwise there is errors in browserLauri Ojansivu2018-08-151-0/+13
| | | | | | | | | | - Set default matomo settings to disabled - Fix hidden system [messages](https://github.com/wekan/wekan/issues/1830) - Fix Requested By and Assigned By fields. Thanks to andresmanelli and xet7 ! Closes #1830
* Merge branch 'devel' of github.com:wekan/wekan into develLauri Ojansivu2018-08-153-7/+18
|\
| * Merge pull request #1832 from andresmanelli/develLauri Ojansivu2018-08-153-7/+18
| |\ | | | | | | Fix hiddenSystemMessages
| | * Fix hiddenSystemMessagesAndrés Manelli2018-08-153-7/+18
| | |
* | | - Content Policy: Allow inline scripts, otherwise there is errors in ↵Lauri Ojansivu2018-08-155-12/+18
|/ / | | | | | | | | | | | | | | browser/inspect/console. - Set default matomo settings to disabled. Thanks to xet7 !
* | Merge pull request #1831 from andresmanelli/develLauri Ojansivu2018-08-152-11/+56
|\| | | | | Fix removed setters and getters
| * Fix removed setters and gettersAndrés Manelli2018-08-152-11/+56
|/
* Remove Trello.Lauri Ojansivu2018-08-145-6/+6
|
* v1.31v1.31Lauri Ojansivu2018-08-143-3/+11
| | | | | | | | - Fix: Export of Board does not work on Docker. Thanks to xet7 ! Closes #1820
* Fix quotes.Lauri Ojansivu2018-08-141-6/+6
|
* Try to fix Dockerfile.Lauri Ojansivu2018-08-141-16/+16
|
* Try to fix Docker env variables.Lauri Ojansivu2018-08-141-15/+15
|
* Fix typo.Lauri Ojansivu2018-08-141-2/+2
|
* Fix trusted url on docker-compose.yml.Lauri Ojansivu2018-08-141-1/+1
|
* v1.30v1.30Lauri Ojansivu2018-08-143-4/+4
|
* Fix lint errors.Lauri Ojansivu2018-08-142-3/+3
|
* - Fix Import from Trello error 400.Lauri Ojansivu2018-08-141-0/+4
| | | | Thanks to xet7 !
* - Fix Import from Trello error 400.Lauri Ojansivu2018-08-142-0/+26
| | | | Thanks to xet7 !
* Update translations.Lauri Ojansivu2018-08-132-14/+14
|