Lauri Ojansivu
e4cf94606c
v1.49-edge-1
2018-09-17 19:05:15 +03:00
Lauri Ojansivu
338e18870f
v1.47
2018-09-16 13:46:43 +03:00
Lauri Ojansivu
4f299b72f7
- IFTTT Rules. Useful to automate things like [adding labels, members, 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
2018-09-16 03:32:18 +03:00
Lauri Ojansivu
1983d3422b
v1.46
2018-09-15 09:17:47 +03:00
Lauri Ojansivu
9b43dd4fae
- Allow Announcement to be markdown.
...
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
2018-09-14 16:02:20 +03:00
Lauri Ojansivu
2d546627e9
- Partially fix: Cannot move card from one swimline to the other if moving 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
2018-09-13 15:06:26 +03:00
Lauri Ojansivu
4e7f33b9e2
- Add source-map-support.
...
Thanks to HLFH and xet7 !
Closes #1889
2018-09-11 16:32:23 +03:00
Lauri Ojansivu
63d4e0489f
- Turn of http/2 in Caddyfile so that Firefox Inspect Console does not show 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.
2018-09-11 00:49:54 +03:00
Lauri Ojansivu
4608c057d5
- Upgrade to MongoDB v3.2.21
...
Thanks to xet7 !
2018-09-10 00:56:16 +03:00
Lauri Ojansivu
ca90220d18
- Fix lint error.
...
Thanks to xet7 !
2018-09-09 22:17:50 +03:00
Lauri Ojansivu
eb166737e3
v1.44
2018-09-09 22:03:04 +03:00
Lauri Ojansivu
cb7eebaed0
- Fix cards export and add customFields export.
...
Thanks to ymeramees !
Closes #1873 ,
related #1775
2018-09-09 21:43:45 +03:00
Lauri Ojansivu
be9cf34462
- REST API: Add startAt/dueAt/endAt etc. https://github.com/wekan/wekan/wiki/REST-API-Cards
...
Thanks to xet7 !
Closes #1879
2018-09-07 12:36:12 +03:00
Lauri Ojansivu
1d2896886e
v1.43
2018-09-06 19:54:07 +03:00
Lauri Ojansivu
e52351dcbf
- Fix "No Comments" permission on Wekan and Trello import.
...
Thanks to xet7 !
2018-09-06 19:37:18 +03:00
Lauri Ojansivu
66e22a2c87
v1.42
2018-09-06 12:46:26 +03:00
Lauri Ojansivu
3c86cf854e
- Add swimlaneId in activity. Create default swimlaneId in API.
...
Thanks to andresmanelli !
2018-09-06 12:33:16 +03:00
Lauri Ojansivu
1aecf8da6b
- REST API: [Create board options to be modifiable]( 9cea76e4ef
),
...
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
2018-09-06 12:04:09 +03:00
Lauri Ojansivu
adf969f6ff
- Try to fix Wekan Sandstorm API. 6462f855c9
...
Thanks to ocdtrekkie and xet7 !
Related #1279
2018-09-05 02:01:13 +03:00
Lauri Ojansivu
910771708a
v1.40
2018-09-04 20:51:22 +03:00
Lauri Ojansivu
cc2e0a7c7c
- Add permission "No comments" 77efcf7137
...
It is like normal user, but does not show comments and activities.
Thanks to xet7 !
Related #1861
2018-09-04 20:13:44 +03:00
Lauri Ojansivu
066237de08
v1.39
2018-08-29 00:37:21 +03:00
Lauri Ojansivu
ec3902021e
- Only allow ifCanModify users to add dates on cards.
...
Thanks to rjevnikar !
2018-08-29 00:29:43 +03:00
Lauri Ojansivu
70f37c55fd
v1.38
2018-08-29 00:10:40 +03:00
Lauri Ojansivu
670ace6a8d
- Add msavin:userCache to speedup Wekan.
...
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
2018-08-28 23:43:01 +03:00
Lauri Ojansivu
652f4e693b
- Fix Delete Board.
...
Thanks to rjevnikar and xet7 !
2018-08-28 23:28:57 +03:00
Lauri Ojansivu
c0df1dd4aa
v1.37
2018-08-28 21:20:16 +03:00
Lauri Ojansivu
da636ed17d
- Add Missing Index on cards.parentId since Swimlane integration
...
to speedup Wekan;
- Update OpenShift template to add Route and parameterize;
- Fix typos in Wekan snap help.
Thanks to Clement87, InfoSec812 and xet7 !
2018-08-28 21:12:24 +03:00
Lauri Ojansivu
23c27f9e07
v1.36
2018-08-25 01:22:50 +03:00
Lauri Ojansivu
f85a05e454
- Fix typos in security documentation.
...
Thanks to tlevine !
Related https://github.com/wekan/wekan/pull/1857
2018-08-25 01:01:45 +03:00
Lauri Ojansivu
39312a075e
- [OAuth2 Login on Standalone 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
2018-08-25 00:49:02 +03:00
Lauri Ojansivu
3d76b8e1c1
- Move labels back to original place at minicard.
...
Thanks to hever and xet7 !
Closes #1842
2018-08-23 17:01:38 +03:00
Lauri Ojansivu
13db2fd7b2
v1.35
2018-08-23 00:06:15 +03:00
Lauri Ojansivu
dfd26e4843
- Remove avatar url fix javascript version, it breaks too easily.
...
Same can be done with Caddy.
Thanks to xet7 !
Closes #1776 ,
closes #386
2018-08-22 23:58:47 +03:00
Lauri Ojansivu
d2c3ecdbcd
Fix typos.
2018-08-22 22:46:56 +03:00
Lauri Ojansivu
1249bef93e
Fix typo.
2018-08-22 22:45:20 +03:00
Lauri Ojansivu
4ed2f29e30
- Make the attributes that the webhook sends configurable.
...
Thanks to omarsy and xet7 !
2018-08-22 22:23:39 +03:00
Lauri Ojansivu
cc84bf2de3
- Remove suburl from beginning of avatar file path,
...
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 !
2018-08-22 21:57:38 +03:00
Lauri Ojansivu
1b94b919fe
This release adds the following new features:
...
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 !
2018-08-22 16:56:02 +03:00
Lauri Ojansivu
20757efc7e
v1.34
2018-08-22 11:00:45 +03:00
Lauri Ojansivu
9bdb5aea87
- Add Favicon for pinned tab on Safari browser.
...
Thanks to woodyart and xet7 !
Closes #1795
2018-08-22 10:04:31 +03:00
Lauri Ojansivu
18de911a7f
- Allow Sandstorm to serve Wekan HTTP API. This may help towards #1279
...
Thanks to ocdtrekkie !
Related #1279
2018-08-22 09:41:14 +03:00
Lauri Ojansivu
eecac0e37f
- Fix and improve linked cards.
...
Thanks to andresmanelli !
2018-08-22 09:30:12 +03:00
Lauri Ojansivu
9e29d4c815
- Move color labels on minicard to bottom of minicard.
...
Thanks to therampagerado and xet7 !
Closes #1842
2018-08-21 00:03:24 +03:00
Lauri Ojansivu
0588c2f605
- Restored SMTP settings at Admin Panel, and disabled showing password.
...
Thanks to xet7 !
Closes #1790
2018-08-20 23:19:14 +03:00
Lauri Ojansivu
6b4e6d0c63
v1.33
2018-08-16 22:12:37 +03:00
Lauri Ojansivu
c60ae13b5f
- Change default value of label ids.
...
Thanks to omarsy !
2018-08-16 21:34:56 +03:00
Lauri Ojansivu
4064429047
v1.32
2018-08-16 14:39:19 +03:00
Lauri Ojansivu
62dd28d91c
- Use only framing policy, not all of content policy.
...
- Fix Date and Time Formats are only US in every language.
Thanks to xet7 !
Closes #1833
2018-08-16 14:34:01 +03:00
Lauri Ojansivu
36447ba1c0
- Content Policy: Allow inline scripts, otherwise there is errors in browser
...
- 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
2018-08-15 23:52:32 +03:00