e2063f4ff9
fix: correctly parse quotes
2023-02-24 23:47:50 +01:00
a5b0f5cb65
translation: change Polish _lang_
2023-02-24 21:19:00 +01:00
145a949480
client: show own pages as first tab
2023-02-24 20:28:19 +01:00
e4a7e9f9b0
clarify that translation updates dont go in the changelog
2023-02-24 20:09:19 +01:00
Weblate
1dc2a6e452
Update translation files
...
Updated by "Remove blank strings" hook in Weblate.
Update translation files
Updated by "Remove blank strings" hook in Weblate.
Co-authored-by: Weblate <noreply@weblate.org>
Translate-URL: http://translate.akkoma.dev/projects/foundkey/foundkey/
Translation: Foundkey/foundkey
2023-02-24 18:48:06 +00:00
8ba8a1cd60
Translated using Weblate (French)
...
Currently translated at 99.8% (1198 of 1200 strings)
Co-authored-by: Chloe Kudryavtsev <code@toast.bunkerlabs.net>
Translate-URL: http://translate.akkoma.dev/projects/foundkey/foundkey/fr/
Translation: Foundkey/foundkey
2023-02-24 18:48:06 +00:00
765cb36d02
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 92.5% (1110 of 1200 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 92.5% (1110 of 1200 strings)
Translated using Weblate (Vietnamese)
Currently translated at 92.5% (1111 of 1200 strings)
Translated using Weblate (Ukrainian)
Currently translated at 81.2% (975 of 1200 strings)
Translated using Weblate (Turkish)
Currently translated at 4.0% (49 of 1200 strings)
Translated using Weblate (Slovak)
Currently translated at 92.5% (1110 of 1200 strings)
Translated using Weblate (Russian)
Currently translated at 91.0% (1092 of 1200 strings)
Translated using Weblate (Dutch)
Currently translated at 26.2% (315 of 1200 strings)
Translated using Weblate (Japanese (Kansai))
Currently translated at 63.0% (757 of 1200 strings)
Translated using Weblate (Italian)
Currently translated at 85.6% (1028 of 1200 strings)
Translated using Weblate (Indonesian)
Currently translated at 92.7% (1113 of 1200 strings)
Translated using Weblate (Spanish)
Currently translated at 83.0% (996 of 1200 strings)
Translated using Weblate (German)
Currently translated at 100.0% (1200 of 1200 strings)
Translated using Weblate (Catalan)
Currently translated at 10.8% (130 of 1200 strings)
Translated using Weblate (Bengali (Bangladesh))
Currently translated at 92.5% (1111 of 1200 strings)
Translated using Weblate (Arabic (Saudi Arabia))
Currently translated at 87.1% (1046 of 1200 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/ar_SA/
Translate-URL: http://translate.akkoma.dev/projects/foundkey/foundkey/bn_BD/
Translate-URL: http://translate.akkoma.dev/projects/foundkey/foundkey/ca/
Translate-URL: http://translate.akkoma.dev/projects/foundkey/foundkey/de/
Translate-URL: http://translate.akkoma.dev/projects/foundkey/foundkey/es/
Translate-URL: http://translate.akkoma.dev/projects/foundkey/foundkey/id/
Translate-URL: http://translate.akkoma.dev/projects/foundkey/foundkey/it/
Translate-URL: http://translate.akkoma.dev/projects/foundkey/foundkey/ja_KS/
Translate-URL: http://translate.akkoma.dev/projects/foundkey/foundkey/nl/
Translate-URL: http://translate.akkoma.dev/projects/foundkey/foundkey/ru/
Translate-URL: http://translate.akkoma.dev/projects/foundkey/foundkey/sk/
Translate-URL: http://translate.akkoma.dev/projects/foundkey/foundkey/tr/
Translate-URL: http://translate.akkoma.dev/projects/foundkey/foundkey/uk/
Translate-URL: http://translate.akkoma.dev/projects/foundkey/foundkey/vi/
Translate-URL: http://translate.akkoma.dev/projects/foundkey/foundkey/zh_Hans/
Translate-URL: http://translate.akkoma.dev/projects/foundkey/foundkey/zh_Hant/
Translation: Foundkey/foundkey
2023-02-24 18:48:06 +00:00
c4c97f19b6
client: fix follow requests pagination
...
Changelog: Fixed
2023-02-24 19:47:52 +01:00
57e4971214
Revert "server: fix return of visibilityQuery
function"
...
This reverts commit 32f4bee5e8
.
It is the right thing to do in theory, but it doesn't work.
I hate typeorm.
2023-02-21 21:16:28 +01:00
32f4bee5e8
server: fix return of visibilityQuery
function
2023-02-21 21:04:38 +01:00
c8731333ba
server: add new deepl languages
...
DeepL now also supports Norwegian (Bokmål) and Korean.
Ref: https://www.deepl.com/en/blog/welcome-korean-and-norwegian
Changelog: Added
2023-02-21 18:24:29 +01:00
0a7352eda9
server: add diagnostics for failing visibility
2023-02-20 21:08:58 +01:00
c777c2ed04
fix: perform visibility query in second stage
2023-02-20 21:08:58 +01:00
8f5952bb7d
server: handle note visibility in SQL
...
This allows to check visibility recursively, which should hopefully
solve problems with timelines not showing up properly.
Changelog: Changed
2023-02-20 21:08:47 +01:00
73d546372e
refactor: replace import paths containing ../
in API server
...
This is a big one...
2023-02-19 23:36:15 +01:00
e701bdadbe
foundkey.js: adjust API endpoints for user administration
2023-02-19 23:36:14 +01:00
2fda599a86
client: adjust API endpoints for user administration
2023-02-19 23:36:13 +01:00
bfd1adf761
BREAKING server: restructure endpoints related to user administration
...
- `admin/abuse-user-reports` -> `admin/reports/list`
- `admin/delete-all-files-of-a-user` -> `admin/users/delete-all-files`
- `admin/resolve-abuse-user-report` -> `admin/reports/resolve`
- `admin/accounts/create` -> `admin/users/create`
- `admin/accounts/delete` -> `admin/users/delete`
- `admin/show-user` -> `admin/users/show`
- `admin/show-users` -> `admin/users`
- `admin/silence-user` -> `admin/users/silence`
- `admin/suspend-user` -> `admin/users/suspend`
- `admin/unsilence-user` -> `admin/users/unsilence`
- `admin/unsuspend-user` -> `admin/users/unsuspend`
- `admin/reset-password` -> `admin/users/reset-password`
Changelog: Changed
2023-02-19 23:36:13 +01:00
41aa5cd18f
fix typo
2023-02-19 23:32:36 +01:00
17c9a9374d
fixup: server: parse quote tag syntax
...
This is a fixup for commit 5893a44ff5
.
2023-02-19 19:41:11 +01:00
f207d839c4
fix changelog formatting
2023-02-19 16:55:37 +01:00
f103c86d0a
client: show waveform on audio player
...
Reviewed-on: FoundKeyGang/FoundKey#345
Changelog: Added
2023-02-19 16:25:08 +01:00
a6461e74d6
yay typo
2023-02-19 15:38:29 +01:00
5dd2b9ff61
fix duration format and add hours
2023-02-19 15:36:01 +01:00
98acca0a31
instead of ref
2023-02-19 15:27:20 +01:00
b85e60df0f
pause music while seeking
2023-02-19 15:22:53 +01:00
add309f189
v-else
2023-02-19 15:05:22 +01:00
3acf127e1d
client: improved module tracker file detection
...
Reviewed-on: FoundKeyGang/FoundKey#344
Changelog: Fixed
2023-02-19 15:03:44 +01:00
3152630f27
cleanup audioEl and volumechange
2023-02-19 15:03:40 +01:00
4de0b4e4ca
use includes instead of some
2023-02-19 15:01:23 +01:00
2da92eb075
lets do some wavesurfin' :3c
2023-02-19 11:44:18 +01:00
105aa511ce
Revert "client: display post content behind UI"
...
It doesn't work and the z-index behaviour is confusing me :(
This reverts commits 2525b59bb6
and 89757363f0
.
2023-02-19 10:48:11 +01:00
eb6dbca9fd
additional detection with mime-types in module tracker
2023-02-19 10:29:20 +01:00
f323c65dde
Translated using Weblate (Swedish)
...
Currently translated at 22.9% (275 of 1200 strings)
Translated using Weblate (French)
Currently translated at 97.3% (1168 of 1200 strings)
Translated using Weblate (German)
Currently translated at 100.0% (1200 of 1200 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/
Translate-URL: http://translate.akkoma.dev/projects/foundkey/foundkey/fr/
Translate-URL: http://translate.akkoma.dev/projects/foundkey/foundkey/sv/
Translation: Foundkey/foundkey
2023-02-18 21:50:43 +00:00
Mykola Yaroshenko
8887605e1b
Translated using Weblate (Ukrainian)
...
Currently translated at 81.4% (975 of 1197 strings)
Co-authored-by: Mykola Yaroshenko <alokim@gmail.com>
Translate-URL: http://translate.akkoma.dev/projects/foundkey/foundkey/uk/
Translation: Foundkey/foundkey
2023-02-18 21:50:43 +00:00
Weblate
f66560fa90
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
2023-02-18 21:50:43 +00:00
89757363f0
fixup: client: display post content behind UI
...
This is a fixup for commit 2525b59bb6
.
2023-02-18 19:11:49 +01:00
3e9dd7957d
server: dont error on generating empty RSS feed
...
Changelog: Fixed
2023-02-18 17:43:27 +01:00
0cf8f78e23
client: fix attached files and account switcher combination
...
fixes FoundKeyGang/FoundKey#342
Changelog: Fixed
2023-02-18 12:30:45 +01:00
0db3f1f8ed
client: re-add flag to require approval for bot follows
...
This flag was already implemented in the server but not accessible
in the native client for some reason.
Changelog: Added
2023-02-18 11:31:01 +01:00
2525b59bb6
client: display post content behind UI
2023-02-18 11:17:42 +01:00
8993d83114
replace more misskey & github branding
2023-02-17 12:49:04 +01:00
fd8fc301b4
client: fix border radius on icon on welcome page
...
The border radius on the welcome page clipped the foundkey floofer.
2023-02-16 21:49:47 +01:00
6aeb033507
client: change Misskey to Foundkey
2023-02-16 21:49:02 +01:00
acaca35ff7
client: fix authentication error in RSS widgets
...
closes FoundKeyGang/FoundKey#341
Changelog: Fixed
2023-02-15 20:42:40 +01:00
bf445964b5
improve documentation for fetch-rss endpoint
...
Changelog: Fixed
2023-02-15 20:42:24 +01:00
1ffa4b08e0
client: reformat notification component
...
who the hell is supposed to read this
2023-02-11 19:25:51 +01:00
c9d395961e
server: refactor packing User
2023-02-11 19:17:11 +01:00
3a7e8cfe50
server: check instance description length limit
...
Changelog: Fixed
2023-02-11 19:16:28 +01:00
b8796cb1fa
activitypub: remove _misskey_votes property
...
This is a duplication of `replies.totalItems` and seems unnecessary,
it is even only parsed by Misskey if the afforementioned property is
not available.
Changelog: Removed
2023-02-11 17:49:12 +01:00