Andrey Antukh
2eea63dd1a
✨ Change validation order on password recovery request mutation.
2021-02-23 14:34:12 +01:00
Andrey Antukh
7e1ee087d3
✨ Improve msgbus subscription handling.
2021-02-23 13:17:40 +01:00
Andrey Antukh
1eddc9de33
✨ Add more logging to msgbus module.
2021-02-22 23:40:42 +01:00
Andrey Antukh
ca1a97a52e
✨ Improve backpressure handling on websocket connection.
2021-02-22 23:14:53 +01:00
Andrey Antukh
b14c98b76e
⬇️ Downgrade redis client version.
2021-02-22 22:11:24 +01:00
Andrey Antukh
d89bf772a6
✨ Add debug messages on notifications module.
2021-02-22 19:10:32 +01:00
Andrey Antukh
002a6f1e52
📎 Fix missing log entries formating.
2021-02-22 16:05:43 +01:00
Andrey Antukh
29addbe987
✨ Change the metric type of rpc methods from summary to histogram.
2021-02-22 14:50:01 +01:00
Andrey Antukh
19f098359b
🎉 Add specific profile registration and activation metrics.
2021-02-22 14:50:01 +01:00
Andrey Antukh
5ce450f578
✨ Increase default database statement timeout.
2021-02-22 14:50:01 +01:00
Andrey Antukh
fb51580740
🎉 Add proper lifecycle handling for http sessions.
2021-02-22 14:50:01 +01:00
Andrey Antukh
995017df5a
🎉 Add the ability to execute code on the end of http request.
...
Mainly for register metrics once the main transaction is commited.
2021-02-22 14:50:01 +01:00
Andrey Antukh
c79036aa65
✨ Improve metrics on websocket notification module.
...
Add session timing.
2021-02-22 14:50:01 +01:00
Andrey Antukh
fbe2e2a285
✨ Improve tasks metrics.
2021-02-22 14:50:01 +01:00
Andrey Antukh
a63f28a2e5
✨ Normalize logging messages on backend.
2021-02-22 14:50:01 +01:00
Andrey Antukh
de394a7d4e
♻️ Refactor LDAP auth backend.
...
And reorganize oauth backend namespaces.
2021-02-19 13:09:18 +01:00
Andrey Antukh
299b29b66f
🎉 Add browser language detection.
2021-02-19 09:46:11 +01:00
Andrey Antukh
1ad1f3eb33
✨ Add missing default config for zmq listener.
2021-02-18 09:35:37 +01:00
Andrey Antukh
e3bad997fd
✨ Port fixes from google oauth handlers to github and gitlab.
2021-02-18 09:35:37 +01:00
Andrey Antukh
800f97c5a1
🔥 Remove unused sql code.
2021-02-18 09:35:37 +01:00
Andrey Antukh
abb8d8502b
✨ Remove line numbers from locales.json
...
This will help to avoid unnecesary conflicts.
2021-02-18 09:35:37 +01:00
Andrey Antukh
4991cae5ad
🐛 Fix corner cases on invitation/signup flows.
2021-02-18 09:35:37 +01:00
Andrey Antukh
784a4f8ecd
✨ Add some type hints and remove legacy code.
2021-02-18 09:35:37 +01:00
Andrey Antukh
2e084cc2a6
🐛 Add more generic error handing to svgparse.
2021-02-18 09:35:37 +01:00
Andrés Moya
0f35906930
✨ Add internal links for long error reports
2021-02-17 22:34:09 +01:00
Andrey Antukh
0f9b2923c2
🎉 Add msgbus abstraction.
...
As a replacement for the current pubsub approach.
It now uses a single connection for multiple
subscriptions (instead of conn per subscription);
has asynchronous publish and uses more efficient
blob encoding for message encoding (the same used
as page storage).
2021-02-16 11:49:47 +01:00
Andrey Antukh
60f4f863df
✨ Add missing indexes and improve others.
2021-02-16 11:49:47 +01:00
Andrey Antukh
c1476d0397
🎉 Add optional loki integration.
...
And refactor internal error reporting.
2021-02-16 11:31:48 +01:00
Andrey Antukh
101027e6b8
Merge branch 'release-1.2.0' into develop
2021-02-15 13:29:11 +01:00
Andrey Antukh
f8ccd0b120
📎 Add bigger window for quantiles on metrics.
2021-02-14 18:01:04 +01:00
Andrey Antukh
7708752ad9
🎉 Add automatic complaint and bouncing handling.
2021-02-12 16:26:28 +01:00
Andrey Antukh
17229228a3
✨ Add initialization logging to connection pool.
2021-02-12 09:44:08 +01:00
Andrey Antukh
fc619f975c
✨ Add helper for more testable access to config.
2021-02-12 09:44:08 +01:00
Andrey Antukh
5858f3f180
✨ Improve auth module.
2021-02-12 09:44:08 +01:00
alonso.torres
bfcfe2fd31
🐛 Fixes problems with path transforms
2021-02-11 10:46:13 +01:00
Andrey Antukh
2e438385f3
✨ Increase default deletion delay.
2021-02-10 17:06:09 +01:00
Andrey Antukh
fa573f8a24
🐛 Remove file lock contention on media upload.
2021-02-10 12:07:35 +01:00
Andrey Antukh
ebb745cc11
✨ More improvements on background task scheduling.
2021-02-10 12:07:35 +01:00
Andrey Antukh
2b33300d79
🐛 Fix unexpected exception on uploading invalid svg file.
2021-02-10 12:07:35 +01:00
Andrey Antukh
946d40e6cd
✨ Improve error handling on google auth.
2021-02-10 12:07:35 +01:00
Andrey Antukh
fc49674997
🐛 Add better error handling on upload image by url.
2021-02-10 12:07:35 +01:00
Andrey Antukh
9b875aba21
🐛 Fix unexpected exception on upload invalid image.
2021-02-10 12:07:35 +01:00
Andrey Antukh
76e43f339a
🎉 Add missing index to file_change table.
2021-02-10 12:07:35 +01:00
Andrey Antukh
32e832eb39
🎉 Add srepl helper for migrate page storage to new blob format.
2021-02-10 12:07:35 +01:00
Andrey Antukh
60704bca17
✨ Change background tasks schedule.
2021-02-10 12:07:35 +01:00
Andrey Antukh
5359c3a7ed
✨ Increment default statement timeout.
2021-02-10 12:07:35 +01:00
Andrey Antukh
81bf68c67c
✨ Minor improvement on telemetry server error reporting.
2021-02-10 12:07:35 +01:00
alonso.torres
4d5231598f
🐛 Fixes issues with moving shapes outside groups
2021-02-09 15:42:16 +01:00
Andrey Antukh
c1a139fc51
🎉 Add user feedback module.
2021-02-09 14:12:31 +01:00
Andrés Moya
07a94de607
Merge branch 'main' into develop
2021-02-08 16:49:15 +01:00