Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Remove avatar url fix javascript version, it breaks too easily. | Lauri Ojansivu | 2018-08-22 | 3 | -16/+1 |
| | | | | | | | | | Same can be done with Caddy. Thanks to xet7 ! Closes #1776, closes #386 | ||||
* | Fix typos. | Lauri Ojansivu | 2018-08-22 | 1 | -2/+5 |
| | |||||
* | Fix typo. | Lauri Ojansivu | 2018-08-22 | 1 | -1/+1 |
| | |||||
* | Fix lint errors. | Lauri Ojansivu | 2018-08-22 | 1 | -1/+1 |
| | |||||
* | Fix typo. | Lauri Ojansivu | 2018-08-22 | 1 | -1/+1 |
| | |||||
* | - Make the attributes that the webhook sends configurable. | Lauri Ojansivu | 2018-08-22 | 1 | -1/+4 |
| | | | | Thanks to omarsy and xet7 ! | ||||
* | Merge branch 'omarsy-devel' into devel | Lauri Ojansivu | 2018-08-22 | 5 | -7/+21 |
|\ | |||||
| * | - Add webhooks-attributes to Snap and Docker. | Lauri Ojansivu | 2018-08-22 | 4 | -2/+17 |
| | | | | | | | | Thanks to xet7 ! | ||||
| * | Merge branch 'devel' of https://github.com/omarsy/wekan into omarsy-devel | Lauri Ojansivu | 2018-08-22 | 1 | -5/+4 |
|/| | |||||
| * | change let to const | Omar Sy | 2018-08-22 | 1 | -1/+1 |
| | | |||||
| * | make the attributes that the webhook sends configurable | Omar Sy | 2018-08-22 | 1 | -5/+4 |
| | | |||||
* | | - Remove suburl from beginning of avatar file path, | Lauri Ojansivu | 2018-08-22 | 1 | -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 images | Lauri Ojansivu | 2018-08-22 | 2 | -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 Ojansivu | 2018-08-22 | 1 | -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 Ojansivu | 2018-08-22 | 1 | -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.34 | Lauri Ojansivu | 2018-08-22 | 3 | -4/+4 |
| | |||||
* | Update translations. | Lauri Ojansivu | 2018-08-22 | 1 | -6/+6 |
| | |||||
* | - Add Favicon for pinned tab on Safari browser. | Lauri Ojansivu | 2018-08-22 | 1 | -2/+3 |
| | | | | | | Thanks to woodyart and xet7 ! Closes #1795 | ||||
* | - Add Favicon for pinned tab on Safari browser. | Lauri Ojansivu | 2018-08-22 | 1 | -0/+1 |
| | | | | | | Thanks to woodyart and xet7 ! Closes #1795 | ||||
* | - Allow Sandstorm to serve Wekan HTTP API. This may help towards #1279 | Lauri Ojansivu | 2018-08-22 | 1 | -2/+3 |
| | | | | | | Thanks to ocdtrekkie ! Related #1279 | ||||
* | Merge pull request #1851 from ocdtrekkie/patch-1 | Lauri Ojansivu | 2018-08-22 | 1 | -1/+1 |
|\ | | | | | Allow Sandstorm to serve Wekan HTTP API | ||||
| * | Allow Sandstorm to serve Wekan HTTP API | Jacob Weisz | 2018-08-21 | 1 | -1/+1 |
| | | | | | | This is probably not a "whole" fix, but this may be a missing piece. | ||||
* | | - Fix and improve linked cards. | Lauri Ojansivu | 2018-08-22 | 1 | -2/+3 |
| | | | | | | | | Thanks to andresmanelli ! | ||||
* | | Merge branch 'andresmanelli-devel' into devel | Lauri Ojansivu | 2018-08-22 | 3 | -7/+16 |
|\ \ | |/ |/| | |||||
| * | Fix and improve linked cards | Andrés Manelli | 2018-08-21 | 3 | -7/+16 |
|/ | |||||
* | Update translations. | Lauri Ojansivu | 2018-08-21 | 2 | -14/+14 |
| | |||||
* | - Move color labels on minicard to bottom of minicard. | Lauri Ojansivu | 2018-08-21 | 1 | -2/+3 |
| | | | | | | Thanks to therampagerado and xet7 ! Closes #1842 | ||||
* | - Move color labels on minicard to bottom of minicard. | Lauri Ojansivu | 2018-08-20 | 1 | -4/+5 |
| | | | | | | Thanks to xet7 ! Closes #1842 | ||||
* | - Restored SMTP settings at Admin Panel, and disabled showing password. | Lauri Ojansivu | 2018-08-20 | 1 | -0/+8 |
| | | | | | | Thanks to xet7 ! Closes #1790 | ||||
* | - Restored SMTP settings at Admin Panel, and disabled showing password. | Lauri Ojansivu | 2018-08-20 | 2 | -11/+37 |
| | | | | | | Thanks to xet7 ! Closes #1790 | ||||
* | Update translations.v1.33 | Lauri Ojansivu | 2018-08-16 | 1 | -21/+21 |
| | |||||
* | v1.33 | Lauri Ojansivu | 2018-08-16 | 3 | -4/+4 |
| | |||||
* | - Change default value of label ids. | Lauri Ojansivu | 2018-08-16 | 1 | -0/+8 |
| | | | | Thanks to omarsy ! | ||||
* | Merge pull request #1837 from omarsy/devel | Lauri Ojansivu | 2018-08-16 | 1 | -1/+1 |
|\ | | | | | Change of the default value of labelIds | ||||
| * | Change of the default value of labelIds | Omar Sy | 2018-08-16 | 1 | -1/+1 |
|/ | |||||
* | v1.32v1.32 | Lauri Ojansivu | 2018-08-16 | 3 | -4/+4 |
| | |||||
* | - Use only framing policy, not all of content policy. | Lauri Ojansivu | 2018-08-16 | 1 | -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 Ojansivu | 2018-08-16 | 3 | -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 browser | Lauri Ojansivu | 2018-08-15 | 1 | -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 devel | Lauri Ojansivu | 2018-08-15 | 3 | -7/+18 |
|\ | |||||
| * | Merge pull request #1832 from andresmanelli/devel | Lauri Ojansivu | 2018-08-15 | 3 | -7/+18 |
| |\ | | | | | | | Fix hiddenSystemMessages | ||||
| | * | Fix hiddenSystemMessages | Andrés Manelli | 2018-08-15 | 3 | -7/+18 |
| | | | |||||
* | | | - Content Policy: Allow inline scripts, otherwise there is errors in ↵ | Lauri Ojansivu | 2018-08-15 | 5 | -12/+18 |
|/ / | | | | | | | | | | | | | | | browser/inspect/console. - Set default matomo settings to disabled. Thanks to xet7 ! | ||||
* | | Merge pull request #1831 from andresmanelli/devel | Lauri Ojansivu | 2018-08-15 | 2 | -11/+56 |
|\| | | | | | Fix removed setters and getters | ||||
| * | Fix removed setters and getters | Andrés Manelli | 2018-08-15 | 2 | -11/+56 |
|/ | |||||
* | Remove Trello. | Lauri Ojansivu | 2018-08-14 | 5 | -6/+6 |
| | |||||
* | v1.31v1.31 | Lauri Ojansivu | 2018-08-14 | 3 | -3/+11 |
| | | | | | | | | - Fix: Export of Board does not work on Docker. Thanks to xet7 ! Closes #1820 | ||||
* | Fix quotes. | Lauri Ojansivu | 2018-08-14 | 1 | -6/+6 |
| | |||||
* | Try to fix Dockerfile. | Lauri Ojansivu | 2018-08-14 | 1 | -16/+16 |
| | |||||
* | Try to fix Docker env variables. | Lauri Ojansivu | 2018-08-14 | 1 | -15/+15 |
| |