Alex Gleason
|
b2397bccdd
|
Upgrade @gleasonator/policy in deno.lock
|
2024-10-11 17:44:29 -05:00 |
|
Alex Gleason
|
7dff4e88d4
|
Merge branch 'captcha-n' into 'main'
Switch captcha_solved from a label event to an n-tag on a user event
See merge request soapbox-pub/ditto!547
|
2024-10-11 22:43:39 +00:00 |
|
Alex Gleason
|
d4f3c673a2
|
deno lint
|
2024-10-11 17:35:45 -05:00 |
|
Alex Gleason
|
81a15ac82d
|
Merge branch 'improve-lande-use' into 'main'
Improve setLanguage() function for better language detection
See merge request soapbox-pub/ditto!543
|
2024-10-11 21:52:11 +00:00 |
|
Alex Gleason
|
a484634d36
|
Switch captcha_solved from a label event to an n-tag on a user event
|
2024-10-11 16:50:52 -05:00 |
|
P. Reis
|
9c7e35a6b4
|
refactor: code preferences, formatting
|
2024-10-11 18:47:38 -03:00 |
|
Alex Gleason
|
432229c0f0
|
Merge branch 'update-credentials-fix' into 'main'
Make verify_credentials and update_credentials return a consistent CredentialAccount object
See merge request soapbox-pub/ditto!546
|
2024-10-11 21:31:22 +00:00 |
|
Alex Gleason
|
c5ddd2ebb7
|
Make verify_credentials and update_credentials return a consistent CredentialAccount object
|
2024-10-11 16:25:29 -05:00 |
|
P. Reis
|
36d09af467
|
feat: make lande great again
create detectLanguage() function that removes emojis, links and other weird invisible characters
|
2024-10-11 14:28:01 -03:00 |
|
Alex Gleason
|
fab0c8a409
|
Merge branch 'upgrade-dockerfile-deno-version' into 'main'
upgrade deno version in dockerfile
See merge request soapbox-pub/ditto!544
|
2024-10-11 16:29:23 +00:00 |
|
Siddharth Singh
|
380ac42033
|
upgrade deno version in dockerfile
|
2024-10-11 21:50:40 +05:30 |
|
Alex Gleason
|
6fb3bfafc0
|
Mark registrations enabled in v2 instance
|
2024-10-11 02:52:41 -05:00 |
|
P. Reis
|
1cb13b141a
|
feat: improve setLanguage() function, remove links and emojis from event.content before using lande
|
2024-10-10 22:46:37 -03:00 |
|
Alex Gleason
|
522a283af1
|
Merge branch 'translator-env' into 'main'
Translation refactors
See merge request soapbox-pub/ditto!542
|
2024-10-10 19:22:12 +00:00 |
|
Alex Gleason
|
df3b8863df
|
LibreTranslateTranslator: move headers to plain object, add url variable
|
2024-10-10 14:16:29 -05:00 |
|
Alex Gleason
|
655e94ef91
|
DittoTranslator: move provider to top of interface
|
2024-10-10 14:14:29 -05:00 |
|
Alex Gleason
|
12d643e150
|
Add translation cache metrics, let the cache be configurable
|
2024-10-10 14:12:20 -05:00 |
|
Alex Gleason
|
d639d9a14d
|
Reorganize translation interfaces/files
|
2024-10-10 14:06:04 -05:00 |
|
Alex Gleason
|
874da1baad
|
Delete unused cacheMiddleware and ExpiringCache module
|
2024-10-10 14:01:18 -05:00 |
|
Alex Gleason
|
9469fff6ac
|
Rename translation variables from _ENDPOINT to _BASE_URL
|
2024-10-10 13:48:50 -05:00 |
|
Alex Gleason
|
b6f9fe5770
|
grafana: ditto_db_query_duration_ms -> ditto_db_query_duration_seconds
|
2024-10-10 13:26:05 -05:00 |
|
Alex Gleason
|
4597d1018e
|
Merge branch 'http-metrics' into 'main'
Record HTTP response time metrics
See merge request soapbox-pub/ditto!541
|
2024-10-10 18:25:17 +00:00 |
|
Alex Gleason
|
6107ce88e2
|
metrics: ditto_db_query_duration_ms -> ditto_db_query_duration_seconds
|
2024-10-10 13:20:48 -05:00 |
|
Alex Gleason
|
81c28825a8
|
Record HTTP response time metrics
|
2024-10-10 13:20:03 -05:00 |
|
Alex Gleason
|
df8004e261
|
Decrease rate limit of translations
|
2024-10-09 21:04:05 -05:00 |
|
Alex Gleason
|
33d2eb6ca3
|
Remove Provider type (it's just a string)
|
2024-10-09 21:02:55 -05:00 |
|
Alex Gleason
|
c048cda2e5
|
Upgrade @gleasonator/policy in deno.lock, increase policy db timeout
Fixes https://gitlab.com/soapbox-pub/ditto/-/issues/244
|
2024-10-09 20:22:12 -05:00 |
|
Alex Gleason
|
d4767f56c6
|
Enable translations dynamically depending on whether a TRANSLATION_PROVIDER is set
|
2024-10-09 20:17:04 -05:00 |
|
Alex Gleason
|
878535c428
|
Merge branch 'worker-names' into 'main'
Add names to web workers
See merge request soapbox-pub/ditto!540
|
2024-10-09 22:59:15 +00:00 |
|
Alex Gleason
|
4d146dcc98
|
Add names to web workers
|
2024-10-09 17:58:11 -05:00 |
|
Alex Gleason
|
0819049cb8
|
Merge branch 'handle-translate-error-not-supported' into 'main'
feat: return translation not supported error to the frontend
See merge request soapbox-pub/ditto!539
|
2024-10-09 22:24:09 +00:00 |
|
P. Reis
|
b86bd81ed2
|
refactor: cast correct error type
|
2024-10-09 19:19:54 -03:00 |
|
P. Reis
|
87e0f594df
|
refactor: throw new Error to have benefit of stack trace
|
2024-10-09 19:17:03 -03:00 |
|
P. Reis
|
54fa38795a
|
feat: return translation not supported error to the frontend
|
2024-10-09 18:52:23 -03:00 |
|
Alex Gleason
|
91b82c36a8
|
Merge branch 'translate-status' into 'main'
Feat: Support Machine Translations
Closes #201
See merge request soapbox-pub/ditto!537
|
2024-10-09 18:59:04 +00:00 |
|
P. Reis
|
cad0da2732
|
feat: rateLimit translate endpoint
|
2024-10-09 15:24:01 -03:00 |
|
P. Reis
|
57bbbb289b
|
fix: types must have the type prefix
apparently happens in Deno 2.0?
|
2024-10-09 15:22:09 -03:00 |
|
P. Reis
|
22fa3f944c
|
chore: update nostrify:db
|
2024-10-09 15:18:20 -03:00 |
|
P. Reis
|
728d7b33fb
|
Merge branch 'main' into translate-status
Conflicts:
deno.lock
I have let the changes of main to prevail, I will update nostrify:db manually
|
2024-10-09 15:14:22 -03:00 |
|
P. Reis
|
4f8c8fd1de
|
refactor: simply DittoTranslator interface and classes that implement it
|
2024-10-09 15:03:11 -03:00 |
|
P. Reis
|
c1c25d7c08
|
feat: create localeSchema
|
2024-10-09 14:57:28 -03:00 |
|
Alex Gleason
|
376fd8a956
|
Merge branch 'deno-2.0.0' into 'main'
Upgrade to Deno v2.0
See merge request soapbox-pub/ditto!538
|
2024-10-09 09:38:33 +00:00 |
|
Alex Gleason
|
df92483617
|
Add --allow-import to check task
|
2024-10-09 04:25:49 -05:00 |
|
Alex Gleason
|
bf2e20f2ce
|
Upgrade to Deno v2.0
|
2024-10-09 04:17:55 -05:00 |
|
Alex Gleason
|
d6b65245ea
|
Fix dompurify in deno.lock
|
2024-10-09 04:01:08 -05:00 |
|
Alex Gleason
|
90e0de2cac
|
Upgrade dompurify
|
2024-10-08 23:23:52 -05:00 |
|
Alex Gleason
|
11193fa689
|
Upgrade @gleasonator/policy in deno.lock
|
2024-10-08 20:11:12 -05:00 |
|
P. Reis
|
49d815826c
|
refactor(languageSchema): enforce return type
|
2024-10-08 17:07:05 -03:00 |
|
P. Reis
|
fc5e9b2990
|
Revert "refactor: move getConfigs() function and frontendConfig logic to 'src/utils/frontendConfig.ts'"
This reverts commit ab85360d2f.
The discussion started publicly in Gitlab: https://gitlab.com/soapbox-pub/ditto/-/merge_requests/537#note_2148430111
Then it kept going in Element, basically the purpose of the commit is
correct, but the way Patrick did it is not good.
|
2024-10-08 16:58:42 -03:00 |
|
P. Reis
|
20caaa9ebd
|
refactor: LibreTranslate and DeepL with separate environment variables for their configuration
|
2024-10-08 16:53:30 -03:00 |
|