Commit graph

28350 commits

Author SHA1 Message Date
CI
d5493f8e5d chore(deps): update dependency @types/nodemailer to v6.4.15 2024-05-11 00:06:17 +00:00
CI
1cb64b7fa8 chore(deps): update dependency @types/jsrsasign to v10.5.14 2024-05-11 00:05:58 +00:00
naskya
8f59f26aa0
ci: disable nodejs-scan
it doesn't work very well with this repository :(
2024-05-11 09:03:31 +09:00
naskya
6f6333f094
ci: edit sast config 2024-05-11 08:50:13 +09:00
naskya
96cbc6799c
ci: add container scanning 2024-05-11 08:41:33 +09:00
naskya
d4f1e06535
ci: add sast-ruleset.toml 2024-05-11 07:59:37 +09:00
naskya
f9e2bd2448
ci: enable Static Application Security Testing 2024-05-11 07:26:53 +09:00
naskya
b07dc87af6
container: reorder build operations to use cargo build cache on deps updates 2024-05-11 05:39:09 +09:00
naskya
aa266d91e0
chore (backend-rs): impl From<Acct> for String 2024-05-11 04:54:30 +09:00
naskya
8f8d62aa58
chore (backend): organize imports 2024-05-11 04:52:59 +09:00
naskya
d1b33ad76f
chore (backend-rs): move acct to another directory 2024-05-11 04:31:59 +09:00
naskya
eeb09028bd
docs: fix indent 2024-05-11 04:23:20 +09:00
naskya
ded0de27c5 Merge branch 'renovate/swc-monorepo' into 'develop'
chore(deps): update dependency @swc/core to v1.5.5

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

See merge request firefish/firefish!10802
2024-05-10 12:40:32 +00:00
naskya
ac57e4c019
ci: update config 2024-05-10 21:39:13 +09:00
CI
291990d320 chore(deps): update dependency @swc/core to v1.5.5 2024-05-10 12:09:21 +00:00
naskya
2ca7bd65aa
ci: update config 2024-05-10 21:05:34 +09:00
naskya
fb4e449139
ci: update renovate config 2024-05-10 21:00:29 +09:00
naskya
084c7f1c84 Merge branch 'renovate/biomejs-biome-1.x' into 'develop'
chore(deps): update dependency @biomejs/biome to v1.7.3

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

See merge request firefish/firefish!10800
2024-05-10 07:52:04 +00:00
naskya
421030c38f
ci: fix rules 2024-05-10 16:34:58 +09:00
naskya
f933525856
chore: fix dependencies 2024-05-10 16:25:22 +09:00
CI
9c8e5eabb4 chore(deps): update dependency @biomejs/biome to v1.7.3 2024-05-10 00:32:26 +00:00
naskya
4d3072929e
chore (backend-rs): update doctest comment 2024-05-10 06:59:05 +09:00
naskya
612ce48f44
chore (backend-rs): impl FromStr and Display for Acct 2024-05-10 06:55:51 +09:00
naskya
95fd20a46f
feat (macro-rs): add ts_only_warn macro 2024-05-10 06:54:26 +09:00
naskya
3886c5624b
ci: don't run cargo test with napi feature flag 2024-05-10 06:52:55 +09:00
naskya
fc7de024c6
chore: let pnpm detect dependencies 2024-05-10 02:24:25 +09:00
naskya
bd88c3399f
chore: update pnpm major version 2024-05-10 01:55:27 +09:00
Hosted Weblate
5b8a164b8d
Merge branch 'origin/develop' into Weblate 2024-05-09 18:21:47 +02:00
jolupa
b3cc8cdb3c
locale: update translations (Catalan)
Currently translated at 100.0% (1932 of 1932 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/ca/
2024-05-09 18:21:46 +02:00
naskya
8373623136
locale: add the Esperanto language 2024-05-10 01:19:13 +09:00
Hosted Weblate
d04f85d4bd
Merge branch 'origin/develop' into Weblate 2024-05-09 18:07:17 +02:00
naskya
33853a3a9b
locale: update translations (Japanese)
Currently translated at 100.0% (1932 of 1932 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/ja/
2024-05-09 18:07:12 +02:00
naskya
26a58c92df
ci: use cargo nextest 2024-05-09 23:19:35 +09:00
naskya
4a81106cf5
chore (backend): remove generate-native-user-token 2024-05-09 21:49:56 +09:00
naskya
bdc5d02d27
fix (client): missing import 2024-05-09 19:13:43 +09:00
naskya
075d326d7b Merge branch 'fix/renote-time' into 'develop'
fix: incorrect renote time

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

See merge request firefish/firefish!10798
2024-05-09 09:52:07 +00:00
Lhcfl
0a7f16c11f fix: renote time 2024-05-09 15:49:00 +08:00
naskya
3af8f86924
chore: lint 2024-05-09 02:06:10 +09:00
naskya
276cabbbe3
ci: fix clippy task 2024-05-09 01:15:09 +09:00
naskya
af14bee31f
docs: update changelog 2024-05-09 00:41:49 +09:00
naskya
b3d1be457b Merge branch 'fix/MkTime' into 'develop'
refactor MkTime: replace the awful ?: chain with if-else; fix: force update ticker when props.time changed

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

See merge request firefish/firefish!10797
2024-05-08 12:11:31 +00:00
Hosted Weblate
347851d6bb
Merge branch 'origin/develop' into Weblate 2024-05-08 10:21:46 +02:00
jolupa
abec71074b
locale: update translations (Catalan)
Currently translated at 100.0% (1930 of 1930 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/ca/
2024-05-08 10:21:45 +02:00
Lhcfl
272e30be0c refactor: replace the awful ?: chain with if-else; fix: force update ticker when props.time changed
related: ed6f866a4f

Co-authored-by: kakkokari-gtyih <kakkokari-gtyih@users.noreply.github.com>
2024-05-08 10:52:32 +08:00
naskya
971f196627
ci: yet another fix 2024-05-08 08:27:54 +09:00
naskya
8cc0e40d35
ci: remove more unneeded paths 2024-05-08 07:16:32 +09:00
naskya
beeea86253
ci: remove unneeded steps from clippy check 2024-05-08 06:54:43 +09:00
naskya
084a4bc63a
ci: add pull_policy 2024-05-08 06:46:41 +09:00
naskya
cda31d3dc7
Revert "refactor (backend): port publishNotesStream to backend-rs"
This reverts commit 5382dc5da8.

It turns out this sends an inccorect time info to the stream
since JavaScript's Date object doesn't have timezone info

I'll revisit this in the future
2024-05-08 06:08:26 +09:00
naskya
907578e8f8
ci: fix config error 2024-05-08 05:28:41 +09:00