Lauri Ojansivu
3bfc6ea8d7
[Add more Webhook translations]( https://github.com/wekan/wekan/issues/1969 ).
...
In progress.
Thanks to xet7 !
Related #1969
2019-03-03 16:33:43 +02:00
Justin Reynolds
3c49e2d0ed
Performance Enhancements
2019-02-28 11:44:29 -06:00
Lauri Ojansivu
8d51245161
Merge branch 'devel' into edge
2019-02-27 06:20:30 +02:00
Lauri Ojansivu
05351c0ac1
- Fix OIDC error "a.join is not a function" b reverting
...
configurable OAUTH2_ID_TOKEN_WHITELIST_FIELDS and
OAUTH2_REQUEST_PERMISSIONS from Wekan v2.22-2.26.
Thanks to xet7 !
Closes #2206 ,
Related #1874 ,
Related #1722
2019-02-27 06:02:00 +02:00
Lauri Ojansivu
5e238bfbfe
- Fix OAuth2 requestPermissions.
...
Thanks to xet7 !
Closes #1722
2019-02-25 19:45:41 +02:00
Lauri Ojansivu
7c1d6e4d2e
- Add setting EMAIL_NOTIFICATION_TIMEOUT. Defaut 30000 ms (30s).
...
Thanks to xet7 !
Closes #2203
2019-02-25 18:10:36 +02:00
Andrés Manelli
7033315cd3
Add migrations
2019-02-24 12:55:34 +01:00
Andrés Manelli
0a53ee87b9
Add first draft of data model and user interface. No actions.
2019-02-24 00:05:00 +01:00
Lauri Ojansivu
4e6e78ccd2
- Add missing text .env
...
Thanks to Vanila Chat user .gitignore !
2019-02-23 19:00:29 +02:00
Lauri Ojansivu
b66f471e53
- Add configurable settings OAUTH2_ID_TOKEN_WHITELIST_FIELDS
...
and OAUTH2_REQUEST_PERMISSIONS.
Thanks to xet7.
Related #1874
2019-02-13 03:01:10 +02:00
Angelo Gallarello
477d71e0b9
Fixes
2019-02-12 23:40:12 +01:00
Lauri Ojansivu
de9965213a
- Fix lint errors.
...
Thanks to xet7 !
2019-02-01 21:26:04 +02:00
guillaume
c2118f4830
Improve authentication
2019-02-01 19:00:44 +01:00
Lauri Ojansivu
9703843602
- Revert [Sandstorm API changes]( be03a191c4
...
that were done at [Wekan v2.05](https://github.com/wekan/wekan/blob/devel/CHANGELOG.md#v205-2019-01-27-wekan-release )
to fix #2143 .
Thanks to pantraining and xet7 !
Closes #2143
2019-01-30 17:56:53 +02:00
Lauri Ojansivu
be03a191c4
- Try to have some progress on Wekan Sandstorm API. I did not get it fully working yet.
...
Thanks to xet7.
2019-01-27 18:16:27 +02:00
Benjamin Tissoires
f4f0f489eb
add action: set card color
2019-01-22 11:10:29 +01:00
Lauri Ojansivu
f5339ef97f
- Fix lint errors.
...
Thanks to xet7 !
2019-01-04 11:00:33 +02:00
Angelo Gallarello
4d8b2029d2
Fixed errors
2019-01-02 22:51:00 +01:00
Angelo Gallarello
8ad0da2109
Added create card action
2019-01-02 22:32:08 +01:00
Angelo Gallarello
4c399a41f7
Add action: create checklist with items
2019-01-02 15:42:10 +01:00
Angelo Gallarello
25968a35cc
Finished triggers improvements
2019-01-02 14:45:45 +01:00
Angelo Gallarello
a2d756074f
Added swimlane trigger
2018-12-30 22:08:34 +01:00
Angelo Gallarello
9d1d66b0f5
Added triggers by username
2018-12-29 16:59:50 +01:00
Lauri Ojansivu
f1ed6304a4
- Admin Panel / Layout / Custom HTML after <body> start, and Custom HTML before </body> end.
...
In progress, does not work yet.
Thanks to xet7 !
2018-12-16 22:21:16 +02:00
Lauri Ojansivu
d6e36ed50a
- Fix: IFTTT Rule "Remove all members from the card" doesn't work.
...
Thanks to BurakTuran9 !
Related #1972
2018-12-07 04:57:51 +02:00
Lauri Ojansivu
167197fcda
- Partially #2045 revert, continue.
...
Thanks to xet7 !
2018-12-05 08:47:48 +02:00
Lauri Ojansivu
e3a40aca6f
This release fixes the following bugs:
...
- Partially #2045 revert [Improve authentication](https://github.com/wekan/wekan/issues/2016 ),
adding back password/LDAP dropdown, because login did now work.
NOTE: This was added in v1.71, reverted at v1.73 because login did not work, added back at v1.79,
and then reverted partially at v1.82 because login did not work.
Related LDAP logout timer does not work yet.
Thanks to xet7 !
2018-12-05 08:20:59 +02:00
Lauri Ojansivu
b788deb002
- Add CORS https://enable-cors.org/server_meteor.html
...
- Add missing LDAP and TIMER environment variables.
Thanks to xet7 !
Closes wekan/wekan-snap#69
2018-12-03 16:05:24 +02:00
guillaume
f23448be33
revert changes for patch authentication
2018-11-22 18:00:21 +01:00
Lauri Ojansivu
dd6ba152a0
Admin Panel / Layout: Hide Logo: Yes / No. This does hide Wekan logo on Login page and Board page. Thanks to xet7.
2018-11-20 02:38:00 +02:00
Lauri Ojansivu
aa691b0af1
- Revert Improve authentication to [fix Login failure]( https://github.com/wekan/wekan/issues/2004 ).
...
Thanks to xet7 !
Closes #2004
2018-11-17 16:50:42 +02:00
guillaume
3646a9c259
Logout with timer
2018-11-06 17:48:12 +01:00
Lauri Ojansivu
f2b64c1aaa
Remove console.log
2018-10-25 13:09:25 +03:00
Lauri Ojansivu
05b9e825bb
- Try to fix: Impossible to connect to LDAP if UserDN contain space(s) #1970
...
Thanks to Akuket and xet7 !
2018-10-25 12:38:30 +03:00
Lauri Ojansivu
4cb25a5bcf
- Custom Product Name in Admin Panel / Layout. In Progress, setting does not affect change UI yet. Thanks to xet7 !
...
- Fix LDAP User Search Scope. Thanks to Vnimos and Akuket ! Related #119
- Fix Save Admin Panel STMP password. Thanks to saurabharch and xet7 ! Closes #1856
2018-10-24 11:39:45 +03:00
Akuket
50edffee47
Merge branch 'edge' into edge
2018-10-16 11:46:21 +02:00
guillaume
41330b15dc
update broke ability to mute notifications
2018-10-16 11:33:16 +02:00
Lauri Ojansivu
de146f9aaf
- Fix lint errors.
...
Thanks to xet7 !
2018-10-12 23:22:41 +03:00
Lauri Ojansivu
00eeb86332
- Remove broken customFields references.
...
Thanks to Clement87 and Akuket !
2018-10-12 23:04:09 +03:00
Lauri Ojansivu
178beee476
- Fix lint errors.
...
Note: variable trackingUsers is not used anywhere, so it was removed.
Thanks to xet7 !
2018-10-11 23:41:50 +03:00
Lauri Ojansivu
b4402b72ac
Merge branch 'edge' of https://github.com/Akuket/wekan into Akuket-edge
2018-10-11 22:47:11 +03:00
guillaume
23a35d9707
improve notifications
2018-10-11 16:46:59 +02:00
guillaume
b925b8e74d
improve notifications
2018-10-11 16:44:52 +02:00
Lauri Ojansivu
3a7ae7c5f2
Fix lint errors.
2018-10-09 21:16:47 +03:00
Akuket
28a01862d0
Merge branch 'edge' into edge
2018-10-09 14:49:12 +02:00
guillaume
3b4f285fea
add ldap support | simplify authentications
2018-10-09 14:14:39 +02:00
Lauri Ojansivu
58855ada97
- Fix lint errors and warnings.
...
Thanks to xet7 !
2018-10-08 00:44:02 +03:00
Lauri Ojansivu
d91e0358f3
Merge branch 'feature-rules' of https://github.com/Angtrim/wekan into Angtrim-feature-rules
2018-10-08 00:06:55 +03:00
Angelo Gallarello
d0735e1d8e
Fixed rules conflicts
2018-10-07 18:10:01 +02:00
Angelo Gallarello
ebd884e654
Fixed lint errors
2018-10-07 17:27:26 +02:00