Commit graph

5768 commits

Author SHA1 Message Date
Johann150 84d83d908a
client: add button to unrenote
All checks were successful
ci/woodpecker/push/lint-backend Pipeline was successful
ci/woodpecker/push/lint-client Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/lint-foundkey-js Pipeline was successful
ci/woodpecker/push/lint-sw Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
Changelog: Added
2022-12-15 17:52:19 +01:00
Andy 87e1e658f2 locales: remove integration-related locales
Some checks failed
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/lint-foundkey-js Pipeline was successful
ci/woodpecker/push/lint-client Pipeline was successful
ci/woodpecker/push/lint-backend Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/pr/lint-foundkey-js Pipeline was successful
ci/woodpecker/pr/lint-backend Pipeline failed
ci/woodpecker/pr/build Pipeline was successful
ci/woodpecker/pr/lint-client Pipeline failed
ci/woodpecker/pr/test Pipeline failed
2022-12-06 22:03:34 +01:00
Norm c1a51547a9 BREAKING: server: remove wildcard blocking and instead block subdomains (#269)
All checks were successful
ci/woodpecker/push/lint-client Pipeline was successful
ci/woodpecker/push/lint-backend Pipeline was successful
ci/woodpecker/push/lint-foundkey-js Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
Co-authored-by: Francis Dinh <normandy@biribiri.dev>
Reviewed-on: #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)
All checks were successful
ci/woodpecker/push/lint-client Pipeline was successful
ci/woodpecker/push/lint-foundkey-js Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/lint-backend Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
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
Some checks failed
ci/woodpecker/push/lint-client Pipeline was successful
ci/woodpecker/push/lint-backend Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/lint-foundkey-js Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/pr/lint-foundkey-js Pipeline was successful
ci/woodpecker/pr/lint-backend Pipeline failed
ci/woodpecker/pr/build Pipeline was successful
ci/woodpecker/pr/lint-client Pipeline failed
ci/woodpecker/pr/test Pipeline failed
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
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/lint-backend Pipeline was successful
ci/woodpecker/push/lint-foundkey-js Pipeline was successful
ci/woodpecker/push/lint-client Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
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
All checks were successful
ci/woodpecker/push/lint-client Pipeline was successful
ci/woodpecker/push/lint-backend Pipeline was successful
ci/woodpecker/push/lint-foundkey-js Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
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
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/lint-backend Pipeline was successful
ci/woodpecker/push/lint-foundkey-js Pipeline was successful
ci/woodpecker/push/lint-client Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
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
All checks were successful
ci/woodpecker/push/lint-foundkey-js Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/lint-client Pipeline was successful
ci/woodpecker/push/lint-backend Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
2022-11-28 19:41:22 +01:00
Weblate 2876c5d76c Update translation files
All checks were successful
ci/woodpecker/push/lint-backend Pipeline was successful
ci/woodpecker/push/lint-client Pipeline was successful
ci/woodpecker/push/lint-foundkey-js Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
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
All checks were successful
ci/woodpecker/push/lint-backend Pipeline was successful
ci/woodpecker/push/lint-foundkey-js Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/lint-client Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
2022-11-27 12:16:38 +01:00
@m33@pasta.ga 7f4117371a Translated using Weblate (French)
All checks were successful
ci/woodpecker/push/lint-client Pipeline was successful
ci/woodpecker/push/lint-foundkey-js Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/lint-backend Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
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
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/lint-foundkey-js Pipeline was successful
ci/woodpecker/push/lint-backend Pipeline was successful
ci/woodpecker/push/lint-client Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
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
Some checks failed
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/pr/lint-backend Pipeline failed
ci/woodpecker/pr/test Pipeline failed
ci/woodpecker/push/lint-foundkey-js Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/lint-client Pipeline was successful
ci/woodpecker/push/lint-backend Pipeline was successful
ci/woodpecker/pr/lint-foundkey-js Pipeline was successful
ci/woodpecker/pr/build Pipeline was successful
ci/woodpecker/pr/lint-client Pipeline failed
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
All checks were successful
ci/woodpecker/push/lint-backend Pipeline was successful
ci/woodpecker/push/lint-client Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/lint-foundkey-js Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
Reviewed-on: #244
2022-11-20 03:54:30 +00:00
Johann150 d02a51525f
client: improve account deletion question
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/lint-foundkey-js Pipeline was successful
ci/woodpecker/push/lint-client Pipeline was successful
ci/woodpecker/push/lint-backend Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
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
All checks were successful
ci/woodpecker/push/lint-foundkey-js Pipeline was successful
ci/woodpecker/push/lint-client Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/lint-backend Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
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)
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/lint-backend Pipeline was successful
ci/woodpecker/push/lint-client Pipeline was successful
ci/woodpecker/push/lint-foundkey-js Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
Fixes #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: #212
2022-11-17 21:24:38 +00:00
Johann150 0571a0843c
client: improve suspend toggle
All checks were successful
ci/woodpecker/push/lint-backend Pipeline was successful
ci/woodpecker/push/lint-client Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/lint-foundkey-js Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
2022-11-13 01:12:05 +01:00
Johann150 48023a0814
add link to external CSS snippets
All checks were successful
ci/woodpecker/push/lint-backend Pipeline was successful
ci/woodpecker/push/lint-client Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/lint-foundkey-js Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
2022-10-14 17:11:06 +02:00
Johann150 79c70c1017
allow to export only selected emoji
All checks were successful
ci/woodpecker/push/lint-foundkey-js Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/lint-client Pipeline was successful
ci/woodpecker/push/lint-backend Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
Changelog: Added
2022-10-12 01:50:14 +02:00
Johann150 6d0cfe42f2
client: make hard coded strings in emoji admin panel internationalized
All checks were successful
ci/woodpecker/push/lint-backend Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/lint-foundkey-js Pipeline was successful
ci/woodpecker/push/lint-client Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
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)
All checks were successful
ci/woodpecker/push/lint-backend Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/lint-client Pipeline was successful
ci/woodpecker/push/lint-foundkey-js Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
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
Some checks failed
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/pr/test Pipeline failed
ci/woodpecker/push/lint-client Pipeline was successful
ci/woodpecker/push/lint-foundkey-js Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/lint-backend Pipeline was successful
ci/woodpecker/pr/lint-foundkey-js Pipeline was successful
ci/woodpecker/pr/lint-backend Pipeline was successful
ci/woodpecker/pr/build Pipeline was successful
ci/woodpecker/pr/lint-client Pipeline failed
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
All checks were successful
ci/woodpecker/push/lint-client Pipeline was successful
ci/woodpecker/push/lint-backend Pipeline was successful
ci/woodpecker/push/lint-foundkey-js Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
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
Anonymous a84e2e19a1
Translated using Weblate (Russian)
Currently translated at 96.1% (1311 of 1364 strings)

Translation: Foundkey/foundkey
Translate-URL: http://translate.akkoma.dev/projects/foundkey/foundkey/ru/
2022-09-30 11:08:39 +02:00
Anonymous 292d5bc5af
Translated using Weblate (Romanian)
Currently translated at 49.8% (680 of 1364 strings)

Translation: Foundkey/foundkey
Translate-URL: http://translate.akkoma.dev/projects/foundkey/foundkey/ro/
2022-09-30 11:08:38 +02:00
Anonymous f008b68525
Translated using Weblate (Portuguese (Portugal))
Currently translated at 16.9% (231 of 1364 strings)

Translation: Foundkey/foundkey
Translate-URL: http://translate.akkoma.dev/projects/foundkey/foundkey/pt_PT/
2022-09-30 11:08:38 +02:00
Anonymous 791e869e01
Translated using Weblate (Polish)
Currently translated at 82.6% (1128 of 1364 strings)

Translation: Foundkey/foundkey
Translate-URL: http://translate.akkoma.dev/projects/foundkey/foundkey/pl/
2022-09-30 11:08:38 +02:00
Anonymous 984065941c
Translated using Weblate (Dutch)
Currently translated at 25.5% (348 of 1364 strings)

Translation: Foundkey/foundkey
Translate-URL: http://translate.akkoma.dev/projects/foundkey/foundkey/nl/
2022-09-30 11:08:37 +02:00
Anonymous d79c7224c5
Translated using Weblate (Kannada)
Currently translated at 5.3% (73 of 1364 strings)

Translation: Foundkey/foundkey
Translate-URL: http://translate.akkoma.dev/projects/foundkey/foundkey/kn/
2022-09-30 11:08:37 +02:00
Anonymous 7f4156df1a
Translated using Weblate (Kabyle (kab_KAB))
Currently translated at 6.0% (83 of 1364 strings)

Translation: Foundkey/foundkey
Translate-URL: http://translate.akkoma.dev/projects/foundkey/foundkey/kab_KAB/
2022-09-30 11:08:37 +02:00
Anonymous 395ddca6fc
Translated using Weblate (Japanese (Kansai))
Currently translated at 68.0% (928 of 1364 strings)

Translation: Foundkey/foundkey
Translate-URL: http://translate.akkoma.dev/projects/foundkey/foundkey/ja_KS/
2022-09-30 11:08:36 +02:00
Anonymous 0f321c5c26
Translated using Weblate (Japanese)
Currently translated at 99.0% (1351 of 1364 strings)

Translation: Foundkey/foundkey
Translate-URL: http://translate.akkoma.dev/projects/foundkey/foundkey/ja/
2022-09-30 11:08:36 +02:00
Anonymous f6ec7d62de
Translated using Weblate (Italian)
Currently translated at 90.1% (1229 of 1364 strings)

Translation: Foundkey/foundkey
Translate-URL: http://translate.akkoma.dev/projects/foundkey/foundkey/it/
2022-09-30 11:08:36 +02:00
Anonymous 9a8ea36eeb
Translated using Weblate (Indonesian)
Currently translated at 97.6% (1332 of 1364 strings)

Translation: Foundkey/foundkey
Translate-URL: http://translate.akkoma.dev/projects/foundkey/foundkey/id/
2022-09-30 11:08:35 +02:00
Anonymous 9fa8597ecd
Translated using Weblate (French)
Currently translated at 96.1% (1312 of 1364 strings)

Translation: Foundkey/foundkey
Translate-URL: http://translate.akkoma.dev/projects/foundkey/foundkey/fr/
2022-09-30 11:08:35 +02:00
Anonymous edce9f1a5f
Translated using Weblate (Spanish)
Currently translated at 88.6% (1209 of 1364 strings)

Translation: Foundkey/foundkey
Translate-URL: http://translate.akkoma.dev/projects/foundkey/foundkey/es/
2022-09-30 11:08:35 +02:00
Anonymous 36c54cc477
Translated using Weblate (German)
Currently translated at 99.7% (1361 of 1364 strings)

Translation: Foundkey/foundkey
Translate-URL: http://translate.akkoma.dev/projects/foundkey/foundkey/de/
2022-09-30 11:08:34 +02:00
Anonymous de2ba42813
Translated using Weblate (Czech)
Currently translated at 37.4% (511 of 1364 strings)

Translation: Foundkey/foundkey
Translate-URL: http://translate.akkoma.dev/projects/foundkey/foundkey/cs/
2022-09-30 11:08:34 +02:00
Anonymous 5998d668cf
Translated using Weblate (Catalan)
Currently translated at 10.8% (148 of 1364 strings)

Translation: Foundkey/foundkey
Translate-URL: http://translate.akkoma.dev/projects/foundkey/foundkey/ca/
2022-09-30 11:08:34 +02:00
Anonymous 748928785d
Translated using Weblate (Bengali (Bangladesh))
Currently translated at 97.5% (1330 of 1364 strings)

Translation: Foundkey/foundkey
Translate-URL: http://translate.akkoma.dev/projects/foundkey/foundkey/bn_BD/
2022-09-30 11:08:34 +02:00
Anonymous e94a7fbbb8
Translated using Weblate (Arabic (Saudi Arabia))
Currently translated at 90.4% (1234 of 1364 strings)

Translation: Foundkey/foundkey
Translate-URL: http://translate.akkoma.dev/projects/foundkey/foundkey/ar_SA/
2022-09-30 11:08:33 +02:00
Weblate c68762a7d8
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-09-30 11:08:33 +02:00
Johann a292dbed06
Translated using Weblate (Dutch)
Currently translated at 25.4% (347 of 1365 strings)

Translated using Weblate (German)

Currently translated at 99.6% (1360 of 1365 strings)

Translated using Weblate (English)

Currently translated at 100.0% (1365 of 1365 strings)

Translated using Weblate (German)

Currently translated at 99.1% (1353 of 1365 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/
Translate-URL: http://translate.akkoma.dev/projects/foundkey/foundkey/nl/
Translation: Foundkey/foundkey
2022-09-30 11:08:14 +02:00
Johann150 48fda127ca
add more locale strings
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/lint-client Pipeline was successful
ci/woodpecker/push/lint-backend Pipeline was successful
ci/woodpecker/push/lint-foundkey-js Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
2022-09-21 17:54:37 +02:00
Johann150 87411a6ed8
enhance: more descriptive info message 2022-09-21 17:54:36 +02:00
Johann150 790740ab2c
improve translation: document -> documentation
All checks were successful
ci/woodpecker/push/lint-foundkey-js Pipeline was successful
ci/woodpecker/push/lint-client Pipeline was successful
ci/woodpecker/push/lint-backend Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
2022-09-17 22:59:39 +02:00
Johann150 bcb93aec14
client: make emoji amount slider more intuitive
All checks were successful
ci/woodpecker/push/lint-foundkey-js Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/lint-backend Pipeline was successful
ci/woodpecker/push/lint-client Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
Changelog: Changed
2022-09-16 17:21:09 +02:00
Norm d1a29ce87e
Merge branch 'feat/default-note-visibility'
All checks were successful
ci/woodpecker/push/lint-foundkey-js Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/lint-client Pipeline was successful
ci/woodpecker/push/lint-backend Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
Reviewed-on: #67
2022-09-15 17:43:35 -04:00
Chloe Kudryavtsev d434343a09
client: fix default-selected reply scopes
As a side-effect, I remove the broken "remember privacy scope" setting.

Co-authored-by: Johann150 <johann.galle@protonmail.com>
Changelog: Fixed
2022-09-15 17:38:00 -04:00
Johann150 a932f91c04
client: improve error message for empty gallery posts
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/lint-backend Pipeline was successful
ci/woodpecker/push/lint-client Pipeline was successful
ci/woodpecker/push/lint-foundkey-js Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
closes #153

Changelog: Fixed
2022-09-15 22:01:16 +02:00
Chloe Kudryavtsev 2e8e475f32
client: remove ai mode
All checks were successful
ci/woodpecker/push/lint-client Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/lint-backend Pipeline was successful
ci/woodpecker/push/lint-foundkey-js Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
Changelog: Removed
2022-09-14 10:48:54 +02:00
Norm e507b1b888 backend: localize strings for service integrations
Some checks failed
ci/woodpecker/push/lint-foundkey-js Pipeline was successful
ci/woodpecker/push/lint-backend Pipeline was successful
ci/woodpecker/push/lint-client Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/pr/lint-foundkey-js Pipeline was successful
ci/woodpecker/pr/lint-backend Pipeline was successful
ci/woodpecker/pr/build Pipeline was successful
ci/woodpecker/pr/lint-client Pipeline failed
ci/woodpecker/pr/test Pipeline failed
Currently only the 'connected' and 'disconnected' strings are translated.
2022-09-13 17:18:18 -04:00
Norm 57f4312a27
chore: Change Misskey references to Foundkey
Also remove the contributors list from about-foundkey (renamed from
about-misskey).

Some comments that referenced Misskey were also translated to English.

Closes: #141
2022-09-13 13:19:36 -04:00
Johann150 7854abb741
remove unusable setting to send error reports
All checks were successful
ci/woodpecker/push/lint-backend Pipeline was successful
ci/woodpecker/push/lint-foundkey-js Pipeline was successful
ci/woodpecker/push/lint-client Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
Changelog: Removed
2022-09-12 10:37:59 +02:00
Norm ad73d01986
client: remove "Disable AiScript on Pages" setting
Some checks failed
ci/woodpecker/pr/lint-foundkey-js Pipeline was successful
ci/woodpecker/push/lint-backend Pipeline was successful
ci/woodpecker/push/lint-foundkey-js Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/pr/lint-backend Pipeline failed
ci/woodpecker/pr/build Pipeline was successful
ci/woodpecker/pr/lint-client Pipeline failed
ci/woodpecker/pr/test Pipeline failed
ci/woodpecker/push/lint-client Pipeline failed
In #49, the AiScript functionality was removed from pages as they've
been simplified to a simple textarea.

This setting now effectively does nothing as a result.

Changelog: Removed
2022-09-07 13:07:03 -04:00
Johann150 039f6db40a
client: consolidate about & notifications pages
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/lint-backend Pipeline was successful
ci/woodpecker/push/lint-client Pipeline was successful
ci/woodpecker/push/lint-foundkey-js Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
Reviewed-on: #104
Changelog: Changed
2022-09-04 00:30:02 +02:00
Norm 6565289bd9
Add en-US translation for document
Some checks failed
ci/woodpecker/pr/test Pipeline failed
ci/woodpecker/push/lint-client Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/lint-backend Pipeline was successful
ci/woodpecker/push/lint-foundkey-js Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/pr/lint-foundkey-js Pipeline was successful
ci/woodpecker/pr/lint-backend Pipeline was successful
ci/woodpecker/pr/build Pipeline was successful
ci/woodpecker/pr/lint-client Pipeline failed
2022-09-03 15:43:37 -04:00
syuilo 018aa6381d
enhance(client): メニュー整理
Resolve #6389
Fix #8035
2022-09-03 14:13:08 -04:00
Chloe Kudryavtsev 33ed6e98a7 client: make emoji picker suggestion count configurable
Some checks failed
ci/woodpecker/push/lint-foundkey-js Pipeline was successful
ci/woodpecker/push/lint-client Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/lint-backend Pipeline was successful
ci/woodpecker/pr/lint-foundkey-js Pipeline was successful
ci/woodpecker/pr/lint-backend Pipeline was successful
ci/woodpecker/pr/build Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/pr/lint-client Pipeline failed
ci/woodpecker/pr/test Pipeline failed
2022-09-01 13:20:20 -04:00
Norm b66ae3847b
refactor: use separate component for birthday dates
Some checks failed
ci/woodpecker/push/lint-backend Pipeline was successful
ci/woodpecker/push/lint-foundkey-js Pipeline was successful
ci/woodpecker/push/lint-client Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/pr/lint-foundkey-js Pipeline was successful
ci/woodpecker/pr/lint-backend Pipeline was successful
ci/woodpecker/pr/build Pipeline was successful
ci/woodpecker/pr/lint-client Pipeline failed
ci/woodpecker/pr/test Pipeline failed
Resolves: #90
2022-08-28 15:27:39 -04:00
Johann150 95d92a711a
remove unused locale strings 2022-08-18 17:32:00 +02:00
Johann150 b137a39160
merge: remove promo notes
Some checks failed
ci/woodpecker/push/lint-backend Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/lint-client Pipeline failed
ci/woodpecker/push/test Pipeline failed
#62
2022-08-18 14:26:48 +02:00
Norm ec4e720f8f
remove expandTweet from locales 2022-08-17 12:35:21 -04:00
Johann150 4e41fa8767
refactor user page to use MkTime component
Some checks failed
ci/woodpecker/push/build Pipeline failed
ci/woodpecker/push/test Pipeline failed
ci/woodpecker/push/lint-backend Pipeline was successful
ci/woodpecker/push/lint-client Pipeline failed
2022-08-14 14:46:18 +02:00
Johann150 745df85809
remove promo note locales
Some checks failed
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/lint-backend Pipeline was successful
ci/woodpecker/pr/build Pipeline was successful
ci/woodpecker/push/lint-client Pipeline failed
ci/woodpecker/pr/lint-backend Pipeline was successful
ci/woodpecker/push/test Pipeline failed
ci/woodpecker/pr/lint-client Pipeline failed
ci/woodpecker/pr/test Pipeline failed
2022-08-12 19:42:14 +02:00
Johann150 2d4089ce09
adjust localisation string for reports 2022-07-19 18:03:38 +02:00
syuilo 4b6b670ec9 chore(client): rename marquee -> ticker 2022-07-16 11:46:01 -04:00
Johann150 386d71757a
add german strings 2022-07-15 09:53:17 +02:00
Johann150 75e558e39b
add english strings for rssMarquee 2022-07-15 08:51:45 +02:00
syuilo 41c9a901f0
feat(client): add rss-marquee widget 2022-07-15 08:40:51 +02:00
Johann150 dc63a7b04e
remove 'welcome back' toast
Defining an entirely new component and localStorage key for this
seems kind of overkill for such a feature. IMHO it is also a bit
annoying.
2022-07-14 12:37:31 +02:00
Johann150 6e3264f521
fix: add missing english strings 2022-07-14 09:02:21 +02:00
Johann150 29284eca75
remove more ads stuff from client 2022-07-13 23:20:18 +02:00