Commit graph

28390 commits

Author SHA1 Message Date
naskya
fbe906fe11
refactor: use ok_or to return errors when Some is expected 2024-05-29 23:41:47 +09:00
naskya
1df3680842
chore: port sql-regex-escape to backend-rs 2024-05-29 23:41:39 +09:00
naskya
ee33337a3f
chore: distinguish between database columns and relations 2024-05-29 23:41:29 +09:00
naskya
e143f0d7ac
chore: prevent unexpected variable scope leaks 2024-05-29 23:41:21 +09:00
naskya
bedf4cb791
chore: import isQuote from backend-rs 2024-05-29 23:41:12 +09:00
naskya
199065502b
chore: update auto-generated files 2024-05-29 23:40:56 +09:00
naskya
c1c3d8a8e0
chore: format 2024-05-29 23:40:41 +09:00
naskya
bd351912ed
chore: use type imports 2024-05-29 23:40:31 +09:00
naskya
585f0309f4
docs: move user-facing changes to changelog 2024-05-29 23:40:22 +09:00
naskya
8b27b5d629
chore: revert recent migrations first in downgrade.sql 2024-05-29 23:40:16 +09:00
Eana Hufwe
48cedbed57
fix: SQL syntax in downgrade.sql 2024-05-29 23:40:09 +09:00
Laura Hausmann
3e878984bd
refactor: adding more fixes from Iceshrimp
Co-authored-by: CookiLover311 <jacoco@vivaldi.net>
2024-05-29 23:39:54 +09:00
Laura Hausmann
f282549900
refactor: Iceshrimp’s Mastodon API implementation with original extensions
Co-authored-by: Eana Hufwe <eana@1a23.com>
Co-authored-by: AkiraFukushima <h3.poteto@gmail.com>
2024-05-29 23:39:22 +09:00
naskya
a82d45935b
ci: update config 2024-05-24 03:36:13 +09:00
naskya
febe518d44
ci: fix scripts 2024-05-24 03:31:57 +09:00
naskya
985532b2aa
chore (backend-rs): remove unused feature flag 2024-05-24 02:43:20 +09:00
naskya
2f16e9223b
dev: add Better Comments to recommended VSCode extensions 2024-05-24 02:19:42 +09:00
naskya
7d8e68402e
dev: add recommended VSCode extensitons for backend-rs 2024-05-24 02:18:03 +09:00
naskya
f43e230cb3
ci: add cargo doc 2024-05-24 02:14:15 +09:00
naskya
9c60e8ff8b
chore (backend-rs): address cargo doc warnings 2024-05-24 01:19:17 +09:00
naskya
7a3aec1881
fix (client): notification reply-to style when the summary is long
c04c071aec
2024-05-23 23:15:16 +09:00
naskya
747f1d6e04
fix (client): noteTranslation is nullable
!10899
2024-05-23 22:49:25 +09:00
naskya
c04c071aec
fix (client): notification reply-to style
!10899
2024-05-23 22:40:49 +09:00
naskya
97dfb8d2aa Merge branch 'refactor/split-mknote' into 'develop'
refactor: split MkNote into smaller components

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

See merge request firefish/firefish!10899
2024-05-23 12:45:45 +00:00
naskya
431a5d47cd
fix (backend): use correct Redis prefix (close #10940) 2024-05-23 21:39:50 +09:00
CI
898927ce78 Merge branch 'renovate/bull-board' into 'develop'
fix(deps): update bull-board to v5.18.3


See merge request firefish/firefish!10902
2024-05-23 12:35:52 +00:00
CI
990d8cdcc6 fix(deps): update bull-board to v5.18.3 2024-05-23 12:33:39 +00:00
naskya
92e3f58c83
ci: use Debian trixie for buildah host 2024-05-23 20:49:49 +09:00
naskya
81e633eec3
chore (backend-rs): antenna::add_new_note -> antenna::process_new_note 2024-05-23 20:49:49 +09:00
naskya
85d44aaa2d
chore (backend-rs): remove 'Err' suffix from error variants
https://rust-lang.github.io/rust-clippy/master/index.html#/enum_variant_names
2024-05-23 20:49:49 +09:00
naskya
55ed733df8
chore (backend): remove '_enum' suffix from enum types 2024-05-23 20:49:49 +09:00
naskya
7e40424b89
meta: bump required Node.js version to v18.19.0
ref: https://github.com/sindresorhus/execa/releases/tag/v9.0.0
2024-05-23 20:49:46 +09:00
naskya
cee4de66ed Merge branch 'renovate/aws-sdk-2.x' into 'develop'
fix(deps): update dependency aws-sdk to v2.1626.0

Co-authored-by: CI <project_7_bot_1bfaee5701aed20091a86249a967a6c1@noreply.firefish.dev>

See merge request firefish/firefish!10901
2024-05-22 20:18:20 +00:00
CI
976dce96aa fix(deps): update dependency aws-sdk to v2.1626.0 2024-05-22 20:15:39 +00:00
naskya
59c3e5c14c Merge branch 'renovate/bull-board' into 'develop'
fix(deps): update bull-board to v5.18.1

Co-authored-by: CI <project_7_bot_1bfaee5701aed20091a86249a967a6c1@noreply.firefish.dev>

See merge request firefish/firefish!10900
2024-05-22 16:05:13 +00:00
CI
e0131b8a44 Merge branch 'renovate/bull-4.x' into 'develop'
fix(deps): update dependency bull to v4.12.8


See merge request firefish/firefish!10892
2024-05-22 16:02:31 +00:00
CI
0169b20ba3 fix(deps): update bull-board to v5.18.1 2024-05-22 16:00:29 +00:00
CI
512cb875f2 fix(deps): update dependency bull to v4.12.8 2024-05-22 15:59:44 +00:00
naskya
d35b751c15
ci: update renovate config 2024-05-23 00:56:54 +09:00
Lhcfl
55da1897ae refactor: split MkNote into smaller components 2024-05-22 23:47:53 +08:00
naskya
d3394b97f0
v20240523 2024-05-23 00:01:57 +09:00
Hosted Weblate
ee1e0d1567
Merge branch 'origin/develop' into Weblate 2024-05-22 14:55:04 +02:00
jolupa
96220a5539
locale: update translations (Catalan)
Currently translated at 100.0% (1945 of 1945 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/ca/
2024-05-22 14:54:56 +02:00
naskya
1261a5a054 Merge branch 'fix/renote' into 'develop'
fix: Duplicated renote bar

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

See merge request firefish/firefish!10896
2024-05-22 12:09:39 +00:00
Linca
c972a93343 fix: Duplicated renote bar
Co-authored-by: Lhcfl <Lhcfl@outlook.com>
2024-05-22 12:09:39 +00:00
naskya
8036944391
container: copy firefish-js artifacts 2024-05-22 20:30:08 +09:00
Hosted Weblate
339156d7b8
Merge branch 'origin/develop' into Weblate 2024-05-22 10:24:25 +00:00
naskya
842cc9a722
locale: update translations (Japanese)
Currently translated at 100.0% (1945 of 1945 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/ja/
2024-05-22 12:24:21 +02:00
naskya
b087817984
fix (client): soft muted posts not opening on click 2024-05-22 17:55:50 +09:00
naskya
c6badcc11d Merge branch 'fix/scheduled-post-file' into 'develop'
fix: Scheduled post cannot send post with attachments

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

See merge request firefish/firefish!10890
2024-05-22 08:21:01 +00:00