Commit graph

27930 commits

Author SHA1 Message Date
naskya 64ca96d759 Merge branch 'fix/ptr' into 'develop'
fix: MkPullToRefresh not work

Co-authored-by: Lhcfl <Lhcfl@outlook.com>

Closes #10913

See merge request firefish/firefish!10776
2024-04-27 12:32:34 +00:00
Lhcfl fe1efed369 fix: MkPullToRefresh not work 2024-04-27 20:25:49 +08:00
Hosted Weblate aed2e9853a
Merge branch 'origin/develop' into Weblate 2024-04-27 08:07:14 +02:00
naskya 50d662d62b
locale: update translations (Japanese)
Currently translated at 100.0% (1926 of 1926 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/ja/
2024-04-27 08:07:10 +02:00
jolupa 9c3ba0c593
locale: update translations (Catalan)
Currently translated at 100.0% (1926 of 1926 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/ca/
2024-04-27 08:07:08 +02:00
Lhcfl c2a9b028a3 make foldNotification default as it's no longer an experimental feature 2024-04-27 13:18:01 +08:00
naskya cc560811cf
test (backend-rs): remove ava in favor of cargo test 2024-04-27 11:23:16 +09:00
naskya 28b9e35f2a
style: use yes/no instead of ok/cancel 2024-04-27 11:01:25 +09:00
naskya 51f9d20073
fix (client): don't interpret sample account ID as MFM 2024-04-27 10:58:17 +09:00
naskya 98cc23557f
chore (backend): remove unused value 2024-04-27 10:12:31 +09:00
naskya e5bac649c8
refactor (backend): flatten a type 2024-04-27 10:05:48 +09:00
naskya 38cd4bafde
refactor (backend): port publishGroupMessagingStream to backend-rs 2024-04-27 08:36:12 +09:00
naskya d880601d56
container: install perl on build 2024-04-27 07:05:10 +09:00
naskya c89525d151
container (minor): update Dockerfile 2024-04-27 06:09:05 +09:00
naskya 2ccc45cfad
docs: update changelog 2024-04-27 06:04:22 +09:00
naskya aae505ad68
fix (backend): correctly fallback maxLogLevel to info 2024-04-27 05:48:56 +09:00
naskya f80ee9f36d
chore: update TypeScript dependencies
except for pnpm, gulp, adm-zip, @syuilo/aiscript, and Megalodon
2024-04-27 05:42:37 +09:00
naskya efcadf681f
chore: update Rust dependencies 2024-04-27 05:39:14 +09:00
naskya cd3c6a52dd
Merge branch 'develop' into feat/slash-quote 2024-04-27 05:20:02 +09:00
naskya a7a47f7d3b Merge branch 'feat/fold' into 'develop'
feat: rewrite MkPagination for fold

Co-authored-by: Lhcfl <Lhcfl@outlook.com>

See merge request firefish/firefish!10772
2024-04-26 20:12:11 +00:00
Lhcfl 564eb08386 feat: rewrite MkPagination for fold 2024-04-26 22:39:58 +08:00
Hosted Weblate dc8ddff007
Merge branch 'origin/develop' into Weblate 2024-04-26 07:16:01 +02:00
naskya 54f100032e
locale: update translations (Japanese)
Currently translated at 100.0% (1926 of 1926 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/ja/
2024-04-26 07:15:54 +02:00
Linerly 98048699c1
locale: update translations (Indonesian)
Currently translated at 100.0% (1926 of 1926 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/id/
2024-04-26 07:15:53 +02:00
naskya 37cf4f8361
chore (backend-rs): tweak logger config 2024-04-26 13:51:28 +09:00
naskya d40db1ee7e
refactor (backend): port publishBroadcastStream to backend-rs 2024-04-26 13:30:13 +09:00
naskya 0caba566e6
refactor (backend): port publishMessagingIndexStream to backend-rs 2024-04-26 13:11:11 +09:00
naskya 883645a581
chore (backend-rs): regenerate index.d.ts 2024-04-26 12:14:34 +09:00
naskya 3190f66740
chore (backend): convert TypeORM's simple-array into normal array 2024-04-26 12:03:12 +09:00
Hosted Weblate bfcadaa094
Merge branch 'origin/develop' into Weblate 2024-04-26 00:31:59 +02:00
Salif Mehmed 18439f6e27
locale: update translations (Bulgarian)
Currently translated at 44.8% (864 of 1926 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/bg/
2024-04-26 00:31:58 +02:00
naskya f806c47c7c
style: move QR code and remote follow URL to another category 2024-04-26 07:30:41 +09:00
naskya b58d940e71
fix (backend-rs): add openssl as a dependency 2024-04-26 07:13:09 +09:00
naskya 42f704b515
chore (backend-rs): remove whitespaces 2024-04-26 06:51:52 +09:00
naskya 8534154792
chore (backend-rs): add comment 2024-04-26 06:30:30 +09:00
naskya 1cfe3bfb73
refactor (backend): port publishChannelStream to backend-rs 2024-04-26 06:16:51 +09:00
naskya ba8e044f42
chore: format 2024-04-26 05:54:10 +09:00
naskya 79ab7bf787
refactor (backend): port publishAdminStream to backend-rs 2024-04-26 05:44:37 +09:00
naskya 23e57737a6 Merge branch 'feat/fold' into 'develop'
feat: For NotificationFold posts, set a smaller collepsing threshold

Co-authored-by: Lhcfl <Lhcfl@outlook.com>

See merge request firefish/firefish!10768
2024-04-25 19:14:51 +00:00
naskya 5c60e030e8 Merge branch 'refactor/get-image-size' into 'develop'
refactor (backend): port emoji-meta to backend-rs


See merge request firefish/firefish!10769
2024-04-25 19:04:39 +00:00
naskya 0512dca83c
fix (backend): import .js 2024-04-26 03:22:07 +09:00
naskya 1757560f36
Merge branch 'develop' into refactor/get-image-size 2024-04-26 02:21:25 +09:00
naskya 154ae05fb7 Merge branch 'chore/remove_unused_config' into 'develop'
chore: remove unused id config

Co-authored-by: 老周部落 <laozhoubuluo@gmail.com>

See merge request firefish/firefish!10770
2024-04-25 17:07:41 +00:00
naskya 8e5d31b606 Merge branch 'feat/qr_code' into 'develop'
feat: url and qr codes for account sharing

Co-authored-by: 老周部落 <laozhoubuluo@gmail.com>
Co-authored-by: Sal Rahman <salehen.rahman@gmail.com>

Closes #10474

See merge request firefish/firefish!10761
2024-04-25 17:04:03 +00:00
naskya 2d15d6dcfa
refactor (client): clean up conditions a bit 2024-04-26 02:03:15 +09:00
naskya 171e2f3973
chore: update lockfile 2024-04-26 01:56:43 +09:00
naskya fd40c3dd2e
locale: update en-US.yml 2024-04-26 01:51:48 +09:00
naskya 3b172a7762
chore (backend-rs): fix typo 2024-04-26 01:30:16 +09:00
naskya 13b648f6bf
fix (backend-rs): use proxy and proxyBypassHosts config 2024-04-26 01:27:23 +09:00
naskya 320f933e9d
chore (backend): to be on the safe side 2024-04-26 01:04:40 +09:00