Andrey Antukh
ecacd47523
⬆️ Update babashka to 0.4.0 on devenv docker.
2021-05-10 14:53:47 +02:00
Andrey Antukh
334ac26f0d
✨ Add improved activity logging.
2021-05-10 14:53:47 +02:00
Andrey Antukh
7cf120e2e1
✨ Move events batching to a util/async ns.
2021-05-10 14:53:47 +02:00
Andrey Antukh
0f8e2a9b1b
🎉 Add experimental trazability to update-file.
2021-05-10 14:53:47 +02:00
Andrey Antukh
c70bc5baff
♻️ Refactor dashboard state management.
...
Mainly for performance, also affects backend endpoints.
2021-05-10 14:53:47 +02:00
Andrey Antukh
a03882de76
📎 Minor changes on log4j2-devenv.xml file.
2021-05-10 14:53:47 +02:00
Andrey Antukh
c5fa8f560c
📎 Fix linter issues.
2021-05-09 12:28:38 +02:00
alonso.torres
6d5276c0c6
Merge remote-tracking branch 'origin/main' into develop
2021-05-07 13:34:48 +02:00
Andrey Antukh
4405bd95f9
🔥 Remove unused stacktrace.
2021-05-07 13:15:48 +02:00
Andrey Antukh
2c96ecac87
🐛 Fix wrong query for obtain profile default project-id.
2021-05-07 13:13:58 +02:00
Andrey Antukh
1fd2b3fff8
Merge remote-tracking branch 'origin/main' into develop
2021-05-06 19:53:21 +02:00
Andrey Antukh
d2f8d4a306
✨ Increase default team invitation token expiration.
2021-05-06 18:46:26 +02:00
Andrey Antukh
2138530f3e
🎉 Add profile-id
on mattermost error reporter.
2021-05-06 18:46:26 +02:00
Andrey Antukh
94d94684c8
📎 Minor logging change on mattermost ns.
2021-05-06 18:46:26 +02:00
Andrey Antukh
3ce4769e8d
✨ Report errors on events.
2021-05-06 14:13:54 +02:00
Andrey Antukh
2195b8932e
🐛 Fix status code checking on telemetry client task.
2021-05-06 14:13:54 +02:00
Andrey Antukh
81c406bb60
🎉 Add db/inet type factory.
2021-05-06 14:13:54 +02:00
Andrey Antukh
9d28807796
🔥 Remove unused config props.
2021-05-06 14:13:54 +02:00
Andrey Antukh
6250b457ad
✨ Allow raw logging messages.
2021-05-06 14:13:54 +02:00
Andrey Antukh
460c824117
📎 Minor changes on migration files.
...
Making them reusable.
2021-05-06 14:13:54 +02:00
Andrey Antukh
77c2a98304
🎉 Add insert-multi helper on db namespace.
2021-05-06 14:13:54 +02:00
Andrey Antukh
8ad8196d70
✨ Allow overide the secret-key on setup module.
...
Usefull when using a pre-shared secret key.
2021-05-06 14:13:54 +02:00
alonso.torres
e241273a1e
Merge remote-tracking branch 'origin/staging' into develop
2021-05-06 12:08:40 +02:00
Andrey Antukh
4bf0ae0a9d
✨ Deactivate profile-activity middleware.
2021-05-06 10:27:05 +02:00
Andrey Antukh
ca777790d4
Merge branch 'staging' into develop
2021-05-04 14:30:08 +02:00
Andrey Antukh
e15a212b14
🎉 Add dashboard custom fonts management.
2021-05-04 14:21:31 +02:00
Andrey Antukh
5e329e62b3
✨ Revert session cookie name change.
2021-05-04 14:14:31 +02:00
Andrey Antukh
ce5429a531
Merge branch 'main' into staging
2021-04-26 11:23:55 +02:00
Andrey Antukh
df11ef4aca
🔥 Remove unused requires.
2021-04-26 11:23:37 +02:00
Andrey Antukh
8ecc0b3cd9
🐛 Fix email registration whitelist handling.
2021-04-26 11:19:50 +02:00
Andrey Antukh
5d2f4bac76
✨ Replace random session tokens with JWE tokens.
...
We still maintain the http session state on the database for to prevent
replay attacks to the main application. But internally, on less critical
parts of the infraestructure, it usefull have access to the identified
user without hit the main database for that information.
2021-04-25 20:35:36 +02:00
Andrey Antukh
432d24dc94
🐛 Fix manage.sh script on docker images.
2021-04-22 07:49:53 +02:00
Andrey Antukh
9aee88f9f1
⬆️ Update backend dependencies.
2021-04-20 16:42:21 +02:00
Andrey Antukh
2828ccda7f
✨ Add the ability to check roles to openid integration.
2021-04-20 16:42:21 +02:00
Andrey Antukh
874378869d
🔥 Remove legacy system user and team.
2021-04-16 12:16:13 +02:00
Andrey Antukh
d946aceacb
Merge branch 'main' into develop
2021-04-15 17:34:40 +02:00
Andrey Antukh
db7518025d
🎉 Add html template for feedback email.
2021-04-15 17:10:49 +02:00
Andrey Antukh
63b95e71a7
🎉 Add generic oauth2/openid-connect authentication subsystem.
2021-04-15 13:24:35 +02:00
Andrey Antukh
9f5c19244d
🎉 Add preprocessing to svg parse method.
2021-04-13 17:16:39 +02:00
Andrey Antukh
7cc4873dd4
♻️ Move svg parsing into query rpc methods.
2021-04-13 17:16:39 +02:00
Andrey Antukh
f545e41d10
📎 Fix license header.
2021-04-12 16:49:43 +02:00
Andrey Antukh
7d14aef393
♻️ Refactor http client.
...
Start using Fetch API.
2021-04-12 16:49:43 +02:00
Andrey Antukh
d889d39151
📎 Fix linter issues.
2021-04-09 15:28:18 +02:00
Andrey Antukh
8daf6e822e
🎉 Add profile activity registry logger.
2021-04-09 15:28:18 +02:00
Andrey Antukh
c40d9d9a7c
🔥 Remove unused code.
2021-04-09 15:28:18 +02:00
Andrey Antukh
e12a6e65a6
♻️ Refactor logging.
2021-04-09 15:28:18 +02:00
nik gaffney
2c6b896989
Update en.subj
...
spelling
2021-04-09 12:16:40 +02:00
Andrey Antukh
77280961ef
Merge branch 'main' into develop
2021-04-07 20:18:45 +02:00
Andrey Antukh
5f7f88d299
🔥 Remove unnecesary metrics observe calls.
2021-04-07 20:18:06 +02:00
Andrey Antukh
50bc1b0347
Merge branch 'main' into develop
2021-04-07 20:16:54 +02:00