Commit Graph

5718 Commits

Author SHA1 Message Date
Johann150 84d83d908a
client: add button to unrenote
Changelog: Added
2022-12-15 17:52:19 +01:00
Andy 87e1e658f2 locales: remove integration-related locales 2022-12-06 22:03:34 +01:00
Norm c1a51547a9 BREAKING: server: remove wildcard blocking and instead block subdomains (#269)
Co-authored-by: Francis Dinh <normandy@biribiri.dev>
Reviewed-on: FoundKeyGang/FoundKey#269
Changelog: Changed
2022-12-05 17:55:38 +00:00
Johann150 2f2e6a58a4 docs: read scope descriptions from locale strings 2022-12-03 10:38:32 +00:00
Johann150 c5568cfdf3 client: fix auth page layout
This also includes better rendering when no permissions are requested.

Also removed the app's id from the page as it makes no sense to show
this to a user.

Changelog: Fixed
2022-12-03 10:38:32 +00:00
Johann150 a13e956af0 make authorization token granting OAuth 2.0 compatible
This is basically a shim on top of the existing API.
Instead of the 3rd party, the web UI generates the authorization session.

The data that the API returns is slightly adjusted so that only one
API call is necessary instead of two.
2022-12-03 10:38:32 +00:00
Johann150 5b6b2b214d Translated using Weblate (German)
Currently translated at 100.0% (1214 of 1214 strings)

Co-authored-by: Johann <johann@qwertqwefsday.eu>
Translate-URL: http://translate.akkoma.dev/projects/foundkey/foundkey/de/
Translation: Foundkey/foundkey
2022-12-02 21:17:39 +00:00
Norm b3e34795c0
require punycode conversion beforehand for admins 2022-12-01 12:07:43 -05:00
Norm 075e251822
server: add wildcard matching to blocked hosts
This adds in wildcard matching. For instance:
- `*.bad.tld` will match: `very.bad.tld`
- `bad.*` will match: `bad.something`
- `*.bad.*` will match: `very.bad.evil`

Changelog: Changed
2022-12-01 11:29:02 -05:00
Weblate a96fae65c2 Update translation files
Updated by "Cleanup translation files" hook in Weblate.

Update translation files

Updated by "Cleanup translation files" hook in Weblate.

Update translation files

Updated by "Cleanup translation files" hook in Weblate.

Update translation files

Updated by "Cleanup translation files" hook in Weblate.

Update translation files

Updated by "Cleanup translation files" hook in Weblate.

Co-authored-by: Weblate <noreply@weblate.org>
Translate-URL: http://translate.akkoma.dev/projects/foundkey/foundkey/
Translation: Foundkey/foundkey
2022-11-29 22:40:37 +00:00
Norm e0777191da
chore: Remove serviceworker settings locale strings
As of commit 973bd4532b the serviceworker
settings have been removed, meaning the corresponding strings are no longer
used.
2022-11-29 17:38:34 -05:00
Weblate 6efc3b7989 Update translation files
Updated by "Cleanup translation files" hook in Weblate.

Update translation files

Updated by "Cleanup translation files" hook in Weblate.

Co-authored-by: Weblate <noreply@weblate.org>
Translate-URL: http://translate.akkoma.dev/projects/foundkey/foundkey/
Translation: Foundkey/foundkey
2022-11-28 20:48:05 +00:00
@m33@pasta.ga 76b2f6cfab Translated using Weblate (French)
Currently translated at 100.0% (1385 of 1385 strings)

Co-authored-by: m33 <m33_akkomadev@tok715.net>
Translate-URL: http://translate.akkoma.dev/projects/foundkey/foundkey/fr/
Translation: Foundkey/foundkey
2022-11-28 20:48:04 +00:00
Johann150 a6a4ae870d
chore: remove some unused locale strings 2022-11-28 19:41:22 +01:00
Weblate 2876c5d76c Update translation files
Updated by "Cleanup translation files" hook in Weblate.

Co-authored-by: Weblate <noreply@weblate.org>
Translate-URL: http://translate.akkoma.dev/projects/foundkey/foundkey/
Translation: Foundkey/foundkey
2022-11-28 17:03:20 +00:00
Johann150 a720fa79d1 Translated using Weblate (German)
Currently translated at 100.0% (1385 of 1385 strings)

Translated using Weblate (German)

Currently translated at 99.8% (1384 of 1386 strings)

Co-authored-by: Johann <johann@qwertqwefsday.eu>
Co-authored-by: Johann150 <johann.galle@protonmail.com>
Translate-URL: http://translate.akkoma.dev/projects/foundkey/foundkey/de/
Translation: Foundkey/foundkey
2022-11-28 17:03:20 +00:00
Johann150 2f56499445
chore: remove unused i18n string 2022-11-27 12:16:38 +01:00
@m33@pasta.ga 7f4117371a Translated using Weblate (French)
Currently translated at 98.3% (1363 of 1386 strings)

Co-authored-by: m33 <m33_akkomadev@tok715.net>
Translate-URL: http://translate.akkoma.dev/projects/foundkey/foundkey/fr/
Translation: Foundkey/foundkey
2022-11-25 06:52:59 +00:00
Weblate 0f6cf83add Update translation files
Updated by "Cleanup translation files" hook in Weblate.

Co-authored-by: Weblate <noreply@weblate.org>
Translate-URL: http://translate.akkoma.dev/projects/foundkey/foundkey/
Translation: Foundkey/foundkey
2022-11-20 22:15:47 +00:00
Norm cfe0f3ca67
client: Add LibreTranslate support
This adds a new "Translation Settings" page to the admin interface where
the admin can configure the instance's translation settings. The
existing settigns for DeepL translation settings will now be located in
that page alongside the new LibreTranslate stuff.

Also made the translation service settings localizable, which funnily
enough was not already the case.
2022-11-19 23:00:33 -05:00
Norm 4952e29ac8 Merge pull request 'client: improve search' (#244) from search into main
Reviewed-on: FoundKeyGang/FoundKey#244
2022-11-20 03:54:30 +00:00
Johann150 d02a51525f
client: improve account deletion question
The message may be confusing when used by an adminstrator because it
said "your account".
2022-11-19 20:24:28 +01:00
Johann150 a7f3133f89
client: search page for notes and users
This replaces the previous search box and allows for more narrowed
down searches.

Changelog: Added
2022-11-19 19:28:19 +01:00
Norm 71b3b5a60c backend: implement not forwarding block activities (#212)
Fixes FoundKeyGang/FoundKey#211

Commits pulled from https://github.com/misskey-dev/misskey/pull/7799

Changelog: Added
Co-authored-by: FloatingGhost <hannah@coffee-and-dreams.uk>
Co-authored-by: Johann150 <johann.galle@protonmail.com>
Co-authored-by: Francis Dinh <normandy@biribiri.dev>
Reviewed-on: FoundKeyGang/FoundKey#212
2022-11-17 21:24:38 +00:00
Johann150 0571a0843c
client: improve suspend toggle 2022-11-13 01:12:05 +01:00
Johann150 48023a0814
add link to external CSS snippets 2022-10-14 17:11:06 +02:00
Johann150 79c70c1017
allow to export only selected emoji
Changelog: Added
2022-10-12 01:50:14 +02:00
Johann150 6d0cfe42f2
client: make hard coded strings in emoji admin panel internationalized
Changelog: Fixed
2022-10-12 01:36:53 +02:00
Hélène c414f24a2c feat: per-user renote muting
Changelog: Added
2022-10-11 10:42:39 +00:00
Johann cee402c591 Translated using Weblate (German)
Currently translated at 100.0% (1366 of 1366 strings)

Translated using Weblate (German)

Currently translated at 100.0% (1366 of 1366 strings)

Translated using Weblate (English)

Currently translated at 99.7% (1363 of 1366 strings)

Co-authored-by: Johann <johann@qwertqwefsday.eu>
Translate-URL: http://translate.akkoma.dev/projects/foundkey/foundkey/de/
Translate-URL: http://translate.akkoma.dev/projects/foundkey/foundkey/en/
Translation: Foundkey/foundkey
2022-10-07 07:39:53 +00:00
Weblate 6a3f8aa4f9 Update translation files
Updated by "Cleanup translation files" hook in Weblate.

Co-authored-by: Weblate <noreply@weblate.org>
Translate-URL: http://translate.akkoma.dev/projects/foundkey/foundkey/
Translation: Foundkey/foundkey
2022-10-07 07:39:53 +00:00
Johann150 198058b19a
add user visible note that login history expires
The display variant where no signin history items are present has been
made shorter and more appropriate.
2022-10-03 18:44:34 +02:00
Weblate 59adb0b6e2
Update translation files
Updated by "Remove blank strings" hook in Weblate.

Translation: Foundkey/foundkey
Translate-URL: http://translate.akkoma.dev/projects/foundkey/foundkey/
2022-09-30 11:08:46 +02:00
Weblate 1e7ac32d8b
Update translation files
Updated by "Remove blank strings" hook in Weblate.

Translation: Foundkey/foundkey
Translate-URL: http://translate.akkoma.dev/projects/foundkey/foundkey/
2022-09-30 11:08:45 +02:00
Weblate a61dbfdf4a
Update translation files
Updated by "Remove blank strings" hook in Weblate.

Translation: Foundkey/foundkey
Translate-URL: http://translate.akkoma.dev/projects/foundkey/foundkey/
2022-09-30 11:08:45 +02:00
Weblate dfbe3ef8ab
Update translation files
Updated by "Remove blank strings" hook in Weblate.

Translation: Foundkey/foundkey
Translate-URL: http://translate.akkoma.dev/projects/foundkey/foundkey/
2022-09-30 11:08:45 +02:00
Weblate 964e1d75ee
Update translation files
Updated by "Remove blank strings" hook in Weblate.

Translation: Foundkey/foundkey
Translate-URL: http://translate.akkoma.dev/projects/foundkey/foundkey/
2022-09-30 11:08:44 +02:00
Weblate 2b675b2740
Update translation files
Updated by "Remove blank strings" hook in Weblate.

Translation: Foundkey/foundkey
Translate-URL: http://translate.akkoma.dev/projects/foundkey/foundkey/
2022-09-30 11:08:44 +02:00
Weblate 36425b76d3
Update translation files
Updated by "Remove blank strings" hook in Weblate.

Translation: Foundkey/foundkey
Translate-URL: http://translate.akkoma.dev/projects/foundkey/foundkey/
2022-09-30 11:08:43 +02:00
Weblate 0febac717c
Update translation files
Updated by "Remove blank strings" hook in Weblate.

Translation: Foundkey/foundkey
Translate-URL: http://translate.akkoma.dev/projects/foundkey/foundkey/
2022-09-30 11:08:43 +02:00
Weblate bb42c71cf4
Update translation files
Updated by "Remove blank strings" hook in Weblate.

Translation: Foundkey/foundkey
Translate-URL: http://translate.akkoma.dev/projects/foundkey/foundkey/
2022-09-30 11:08:42 +02:00
Weblate 03a35f6e4c
Update translation files
Updated by "Remove blank strings" hook in Weblate.

Translation: Foundkey/foundkey
Translate-URL: http://translate.akkoma.dev/projects/foundkey/foundkey/
2022-09-30 11:08:42 +02:00
Weblate 991f661f1f
Update translation files
Updated by "Remove blank strings" hook in Weblate.

Translation: Foundkey/foundkey
Translate-URL: http://translate.akkoma.dev/projects/foundkey/foundkey/
2022-09-30 11:08:41 +02:00
Anonymous 1d77ccd022
Translated using Weblate (Chinese (Traditional))
Currently translated at 97.4% (1329 of 1364 strings)

Translation: Foundkey/foundkey
Translate-URL: http://translate.akkoma.dev/projects/foundkey/foundkey/zh_Hant/
2022-09-30 11:08:41 +02:00
Anonymous 75cd4b3abb
Translated using Weblate (Chinese (Simplified))
Currently translated at 97.4% (1329 of 1364 strings)

Translation: Foundkey/foundkey
Translate-URL: http://translate.akkoma.dev/projects/foundkey/foundkey/zh_Hans/
2022-09-30 11:08:40 +02:00
Anonymous f20c07be36
Translated using Weblate (Vietnamese)
Currently translated at 97.5% (1330 of 1364 strings)

Translation: Foundkey/foundkey
Translate-URL: http://translate.akkoma.dev/projects/foundkey/foundkey/vi/
2022-09-30 11:08:40 +02:00
Anonymous 4aedf91ca5
Translated using Weblate (Ukrainian)
Currently translated at 83.4% (1138 of 1364 strings)

Translation: Foundkey/foundkey
Translate-URL: http://translate.akkoma.dev/projects/foundkey/foundkey/uk/
2022-09-30 11:08:40 +02:00
Anonymous a4c5b0a78e
Translated using Weblate (Turkish)
Currently translated at 4.1% (56 of 1364 strings)

Translation: Foundkey/foundkey
Translate-URL: http://translate.akkoma.dev/projects/foundkey/foundkey/tr/
2022-09-30 11:08:40 +02:00
Anonymous 991b8d44fe
Translated using Weblate (Swedish)
Currently translated at 20.5% (280 of 1364 strings)

Translation: Foundkey/foundkey
Translate-URL: http://translate.akkoma.dev/projects/foundkey/foundkey/sv/
2022-09-30 11:08:39 +02:00
Anonymous 3bd8b52d20
Translated using Weblate (Slovak)
Currently translated at 97.3% (1328 of 1364 strings)

Translation: Foundkey/foundkey
Translate-URL: http://translate.akkoma.dev/projects/foundkey/foundkey/sk/
2022-09-30 11:08:39 +02:00