ilja
d5b3d9104d
Code review
...
ci/woodpecker/pr/woodpecker Pipeline failed
* Add Changelog and description.exs
* Also cleaned up some code that was left behind when still poking at things a bit
2022-12-17 17:18:36 +01:00
ilja
d1bb480146
Change ArgosTranslate strategy for dealing with nil from-language
...
Instead of choosing a fallback language, we just return the input, supposedly translated from the target language.
This gives us a much faster response, so you can immedialty choose the correct from language yourself in pleroma-fe.
Some other cleanup and improvements to the docs are also done.
2022-12-17 13:34:03 +01:00
ilja
f78bada08d
Allow stripping of html for Argos Translate module
...
Argos Translate doesn't properly translate HTML.
Libre Translate uses an extra module for that.
Here we strip the HTML by default before translating and then add rudimentary HTML back so it displays properly.
Stripping HTML is a default-on option, just in case argos adds support for html in the language models later on.
That way admins will be able to overwrite the setting and not strip any more.
2022-12-17 13:34:03 +01:00
ilja
f027db9654
Add translation module for Argos Translate
...
Argos Translate is a Python module for translation and can be used as a command line tool.
This is also the engine for LibreTranslate, for which we already have a module.
Here we can use the engine irectly from our server without doing requests to a third party or
having to install our own LibreTranslate webservice.
One thing that's currently still missing from ArgosTranslate is auto-detection of languages.
2022-12-17 13:34:03 +01:00
dcac8adb3d
Add option to modify HTTP pool size
ci/woodpecker/push/woodpecker Pipeline was successful
2022-12-16 18:33:00 +00:00
126f1ca69c
increase rich media backoff time
ci/woodpecker/push/woodpecker Pipeline is pending
2022-12-16 17:31:04 +00:00
afab5585a0
Merge branch 'develop' of akkoma.dev:AkkomaGang/akkoma into develop
ci/woodpecker/push/woodpecker Pipeline is pending
2022-12-16 17:23:03 +00:00
7b76fdeed3
update stats every 5 minutes
2022-12-16 17:22:56 +00:00
b91e671c0d
add remote user count for the heck of it
2022-12-16 17:22:26 +00:00
e0a758e0b2
Merge pull request 'Remove legacy references to FE that is not officially supported' ( #376 ) from paulyd/akkoma:remove-legacy-fe-reference into develop
...
ci/woodpecker/push/woodpecker Pipeline is pending
Reviewed-on: #376
2022-12-16 14:17:40 +00:00
eb9ef59d50
Remove legacy references to FE that is not officially supported
ci/woodpecker/pr/woodpecker Pipeline is pending
2022-12-16 08:08:00 -06:00
584f99b69d
fix markdown link
ci/woodpecker/push/woodpecker Pipeline was successful
2022-12-16 13:24:18 +00:00
372eea4e7c
add changelog entry for custom emoji
ci/woodpecker/push/woodpecker Pipeline is pending
2022-12-16 13:20:48 +00:00
1f5bc4d68a
remove unused variable
2022-12-16 12:36:34 +00:00
18bf82d747
Merge pull request 'metrics' ( #375 ) from stats into develop
...
ci/woodpecker/push/woodpecker Pipeline was successful
Reviewed-on: #375
2022-12-16 12:34:16 +00:00
20e3cb2b25
fix csp-induced HTML match error
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline failed
2022-12-16 12:19:24 +00:00
426f4271c2
add changelog entry
ci/woodpecker/push/woodpecker Pipeline is pending
ci/woodpecker/pr/woodpecker Pipeline is pending
2022-12-16 11:57:19 +00:00
9a320ba814
make 2fa UI less awful
ci/woodpecker/push/woodpecker Pipeline is pending
ci/woodpecker/pr/woodpecker Pipeline failed
2022-12-16 11:50:25 +00:00
ca70d42541
mix format
ci/woodpecker/push/woodpecker Pipeline is pending
2022-12-16 11:18:14 +00:00
48d302a60f
allow disabling prometheus entirely
ci/woodpecker/push/woodpecker Pipeline is pending
2022-12-16 11:17:04 +00:00
6d8e4d5e05
add test for metrics controller
ci/woodpecker/push/woodpecker Pipeline is pending
2022-12-16 10:56:17 +00:00
d1a0d93bf7
document prometheus
2022-12-16 10:24:36 +00:00
c2054f82ab
allow users with admin:metrics to read app metrics
ci/woodpecker/push/woodpecker Pipeline is pending
2022-12-16 03:32:51 +00:00
b8be8192fb
do not allow non-admins to register tokens with admin scopes
...
this didn't actually _do_ anything in the past,
the users would be prevented from accessing the resource,
but they shouldn't be able to even create them
2022-12-16 03:25:14 +00:00
e2320f870e
Add prometheus metrics to router
ci/woodpecker/push/woodpecker Pipeline is pending
2022-12-15 02:02:07 +00:00
Tim Buchwaldt
29584197bb
Measure stats-data
2022-12-15 01:04:56 +00:00
Tim Buchwaldt
63be819661
Take tesla telemetry
2022-12-15 01:04:56 +00:00
Tim Buchwaldt
0995fa1410
Track oban failures
2022-12-15 01:04:56 +00:00
Tim Buchwaldt
8f58eb4a18
Revert "Bump live-dashboard"
...
This reverts commit c196d79aafd51b671aa19032b32e4cd416dab720.
2022-12-15 01:04:56 +00:00
Tim Buchwaldt
f8d3383179
Fix oban tags
2022-12-15 01:04:56 +00:00
Tim Buchwaldt
a06bb694c1
Listen to loopback
2022-12-15 01:04:56 +00:00
Tim Buchwaldt
1e9c2cd8ef
Fix buckets for query timing
2022-12-15 01:04:56 +00:00
Tim Buchwaldt
33243c56e5
Start adding telemetry
2022-12-15 01:04:55 +00:00
07a48b9293
giant massive dep upgrade and dialyxir-found error emporium ( #371 )
...
ci/woodpecker/push/woodpecker Pipeline is pending
Co-authored-by: FloatingGhost <hannah@coffee-and-dreams.uk>
Reviewed-on: #371
2022-12-14 12:38:48 +00:00
7f4d218cff
Merge pull request 'Return HTTP code 413 when uploading an avatar/header that's too large' ( #367 ) from norm/akkoma:return-413-max-size into develop
...
ci/woodpecker/push/woodpecker Pipeline is pending
Reviewed-on: #367
2022-12-14 10:07:24 +00:00
53f21489a2
Update the "Updating your instance" docs ( #361 )
...
ci/woodpecker/push/woodpecker Pipeline is pending
This makes them consistent with the update instructions that are in the
release announcements.
Also adds in the command to update the frontend as well.
Co-authored-by: Francis Dinh <normandy@biribiri.dev>
Reviewed-on: #361
Co-authored-by: Norm <normandy@biribiri.dev>
Co-committed-by: Norm <normandy@biribiri.dev>
2022-12-14 03:03:08 +00:00
8104f46031
Update 'CHANGELOG.md'
ci/woodpecker/pr/woodpecker Pipeline was successful
2022-12-12 17:28:56 -05:00
duponin
3e9c0b380a
Return 413 when an actor's banner or background exceeds the size limit
2022-12-12 17:28:14 -05:00
duponin
c9304962c3
Uploading an avatar media exceeding max size returns a 413
...
Until now it was returning a 500 because the upload plug were going
through the changeset and ending in the JSON encoder, which raised
because struct has to @derive the encoder.
2022-12-12 17:28:09 -05:00
77e9a52450
allow http AS profile in ld+json header
ci/woodpecker/push/woodpecker Pipeline was successful
2022-12-12 19:06:04 +00:00
fd2f03f80a
Update '.gitea/issue_template/feat.yml'
ci/woodpecker/push/woodpecker Pipeline is pending
2022-12-12 04:26:43 +00:00
df5b3a48dd
Update '.gitea/issue_template/bug.yml'
ci/woodpecker/push/woodpecker Pipeline is pending
2022-12-12 04:26:24 +00:00
46c270ead8
Add mail
to make the gmail adapter in swoosh work
ci/woodpecker/push/woodpecker Pipeline is pending
2022-12-12 02:34:13 +00:00
9c71782861
Test removed HTTP adapter
ci/woodpecker/push/woodpecker Pipeline is pending
2022-12-11 23:50:31 +00:00
503827a3d9
Allow mock in http adapter checking
ci/woodpecker/push/woodpecker Pipeline is pending
2022-12-11 23:33:58 +00:00
f752126427
Remove quack, ensure adapter is finch
ci/woodpecker/push/woodpecker Pipeline is pending
2022-12-11 23:22:35 +00:00
d81d8c9731
uppdate excoveralls
ci/woodpecker/push/woodpecker Pipeline is pending
2022-12-11 22:58:26 +00:00
e6da301296
Add diagnostics http
ci/woodpecker/push/woodpecker Pipeline is pending
2022-12-11 22:57:18 +00:00
9d9c26b833
Ensure Gun is Gone
2022-12-11 19:26:21 +00:00
affc910372
Remove hackney/gun in favour of finch
2022-12-11 19:19:31 +00:00