Jonathan Baird
9819c9f801
add a notification drawer like trello
2020-03-27 11:35:03 -06:00
Lauri Ojansivu
aac7c380c8
- Fix critical and moderate security vulnerabilities reported at 2020-02-26 with
...
responsible disclosure by [Dejan Zelic](https://twitter.com/dejandayoff ),
Justin Benjamin and others at [Offensive Security](https://twitter.com/offsectraining ),
that follow standard 90 days before public disclosure.
Thanks to xet7.
- Fix webhook error that prevented some card etc deleting from web UI of board.
Thanks to xet7.
- Add some more Font Awesome icons.
Thanks to xet7.
- Remove autofocus from many form input boxes so that they would not cause warnings.
Thanks to xet7.
2020-03-01 20:59:53 +02:00
Sam X. Chen
62b72a03c4
Add feature: Add due timeline into Calendar view
2019-09-26 10:53:40 -04:00
Sam X. Chen
616903114f
Fix two-way webhooks - locking might fail sometime
2019-09-16 14:43:32 -04:00
Lauri Ojansivu
753d5b953d
Fix prettier.
2019-09-06 21:27:06 +03:00
William Hughes
682c23e011
Treat any 2xx webhook response status code as success
2019-09-06 11:29:00 +12:00
Sam X. Chen
510407467c
Add Feature: enable two-way webhooks - add comments need userid
2019-08-30 10:36:17 -04:00
Sam X. Chen
b477fc1b1c
Add Feature: enable two-way webhooks - fixing lint error
2019-08-29 23:49:32 -04:00
Sam X. Chen
dd0682328b
Add Feature: enable two-way webhooks - stage two
2019-08-29 22:07:40 -04:00
Sam X. Chen
a666883986
Addfeature: showing action in system message when user deleted/edited comments, plus changing email content \n to <br/>
2019-08-13 09:28:42 -04:00
Sam X. Chen
8d76db91b8
Addfeature: Enable HTML email content for richer comment
2019-08-12 17:41:49 -04:00
Sam X. Chen
5ca09cdf09
Add Feature: system timelines will be showing any modification for duat startat endat receivedat, also notification to the watchers and if card is due, watchers will be notified
2019-07-09 16:47:48 -04:00
Sam X. Chen
2c44f83453
Add Feature: system timelines will be showing any modification for duat startat endat receivedat, also notification to the watchers and if card is due, watchers will be notified
2019-07-09 16:36:50 -04:00
Justin Reynolds
3eb4d2c341
Prettier & eslint project style update
2019-06-28 12:56:51 -05:00
Lauri Ojansivu
992ecfefa2
Show attachment name in Outgoing Webhook when attachment is added to card.
...
Thanks to xet7 !
Related #2285
2019-06-11 10:53:50 +03:00
Lauri Ojansivu
08c8ebc100
- Fix typos.
...
- Fix Outgoing Webhook message about created new swimlane.
Related #1969
2019-03-25 16:59:12 +02:00
Lauri Ojansivu
763cf81c97
[Fix Adding Labels to cards is not possible anymore]( https://github.com/wekan/wekan/issues/2223 ).
...
Thanks to xet7 !
Closes #2223
2019-03-04 12:04:12 +02:00
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
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
guillaume
41330b15dc
update broke ability to mute notifications
2018-10-16 11:33:16 +02: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
6673b79738
Merge branch 'feature-rules' of https://github.com/Angtrim/wekan into Angtrim-feature-rules
2018-09-16 00:10:40 +03:00
Andrés Manelli
e74fb2f5b0
Add swimlaneId in activity. Create default swimlaneId in API
2018-09-06 00:23:50 +02:00
Omar Sy
fcbbb93bb6
change let to const
2018-08-22 15:07:46 +02:00
Omar Sy
b3b8d3c086
make the attributes that the webhook sends configurable
2018-08-22 14:24:21 +02:00
Angelo Gallarello
1f5f429fc4
Completed rules
2018-08-19 18:53:50 +02:00
Lauri Ojansivu
7c403053e3
Fix lint errors.
2017-12-03 04:00:55 +02:00
Andrés Manelli
de1ca1d12a
Send result before webhook
2017-09-29 18:47:40 -03:00
Andrés Manelli
196f959f1d
Add some parameters to webhook
2017-09-29 17:11:13 -03:00
Andrés Manelli
1048718f0b
Fix null userId. Fix description field name
2017-08-31 21:20:46 -03:00
Andrés Manelli
f566022aa4
Add activity subscription to integrations. Add API for integrations. Allow multiple integrations per board
2017-08-30 00:56:09 -03:00
Lauri Ojansivu
7d52a29620
Fixed lint error by using dot notation.
2017-08-23 23:43:12 +03:00
Andrés Manelli
a96ece2c11
Add some IDs to webhook body
2017-08-16 11:09:32 -03:00
nztqa
429e2f9992
Add method outgoingWebhooks
2017-07-09 15:02:17 +09:00
Julen Landa Alustiza
dfeeec308a
Fix email settings loading:
...
MAIL_URL was overriden with database info all the time.
Now if MAIL_URL exists is not overwritten and if neither MAIL_URL nor
exists valid admin panel data MAIL_URL is not set.
MAIL_FROM was ignored. Same behaviour, env variable has bigger priority
than database configuration.
On both cases, althrought environment variable is set, updating admin-panel
mail settings will load new info and ignore the environment variable.
Remove some code that is not needed anymore
2017-04-01 21:46:09 +02:00
Julen Landa Alustiza
5db786e2dd
Don't send emails if missing smtp host
2017-03-28 12:44:36 +02:00
Florent MONTHEL
ad6471d3bd
[ENH] Invite user with lower case email
2017-03-04 20:42:25 -05:00
floatinghotpot
39e1cc0237
Improve PR, adding more comments
2016-01-06 16:59:25 +08:00
Liming Xie
9bbdacc79a
Add notification, allow watch boards / lists / cards
2016-01-05 23:26:02 +08:00