Commit graph

2716 commits

Author SHA1 Message Date
naskya
47018b4cff
chore (backend-rs): set cache ttl 2024-08-01 23:42:42 +09:00
GitLab CI
1063d94b32 fix(deps): update dependency @redocly/openapi-core to v1.19.0 2024-08-01 12:19:30 +00:00
Eana Hufwe
4b5d3ab009 fix: allow arbitrary BCP 47-compliant language via API 2024-07-31 23:09:36 +00:00
naskya
3ff5e3fc26 Merge branch 'logical-css' into 'develop'
feat(client): Logical css refactor and writing mode support

Co-authored-by: Eana Hufwe <eana@1a23.com>

Closes #10446

See merge request firefish/firefish!11222
2024-07-31 00:49:46 +00:00
Eana Hufwe
32b8bfdcec refactor(client): Logical CSS property support 2024-07-30 22:24:33 +00:00
naskya
2ef373dd73 Merge branch 'renovate/bull-4.x' into 'develop'
fix(deps): update dependency bull to v4.16.0

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

See merge request firefish/firefish!11221
2024-07-30 21:24:25 +00:00
GitLab CI
b9782e9fc1 fix(deps): update dependency bull to v4.16.0 2024-07-30 20:06:13 +00:00
GitLab CI
c1ac98d1b8 fix(deps): update dependency aws-sdk to v2.1665.0 2024-07-30 20:05:44 +00:00
naskya
6344b72321
refactor (backend): port renderEmoji to backend-rs 2024-07-30 22:39:42 +09:00
naskya
850488329f Merge branch 'fix/instance-chche-in-user' into 'develop'
fix: fixed arguments of userInstanceCache.fetch()

Co-authored-by: HinanoAira <aira@hinasense.jp>

Closes #10985

See merge request firefish/firefish!11218
2024-07-29 20:56:11 +00:00
GitLab CI
32beb85a5e chore(deps): update dependency @types/fluent-ffmpeg to v2.1.25 2024-07-29 20:06:03 +00:00
HinanoAira
b47909169d
fix: fixed arguments of userInstanceCache.fetch()
I mistook true for false.
2024-07-30 02:20:26 +09:00
naskya
1109fd6248
fix (backend): generated icons sometimes not showing 2024-07-30 00:29:27 +09:00
naskya
2c35a3885c
chore (backend-rs): cache generated icons 2024-07-29 23:48:55 +09:00
naskya
b85f459cfe
refactor (backend): port genIdenticon to backend-rs 2024-07-29 23:11:04 +09:00
GitLab CI
c97d8f8ab5 chore(deps): update dependency @types/ws to v8.5.12 2024-07-29 12:05:44 +00:00
naskya
d6807eee5a Merge branch 'renovate/cbor-x-1.x' into 'develop'
fix(deps): update dependency cbor-x to v1.6.0

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

See merge request firefish/firefish!11216
2024-07-29 09:17:49 +00:00
naskya
107ac93ddd
refactor (backend): port renderAccept to backend-rs 2024-07-29 18:11:33 +09:00
naskya
27e6469f8c
refactor (backend): port renderFollow to backend-rs 2024-07-29 17:52:44 +09:00
GitLab CI
846cd892a8 fix(deps): update dependency cbor-x to v1.6.0 2024-07-29 04:09:01 +00:00
Laura Hausmann
354208b49f
fix (backend): limit node-fetch responses to a reasonable length in all places
Co-authored-by: naskya <m@naskya.net>
2024-07-29 06:29:59 +09:00
GitLab CI
61b9016f3b fix(deps): update dependency ip-cidr to v4.0.2 2024-07-28 20:06:07 +00:00
GitLab CI
aba8f825e1 chore(deps): update dependency @types/node to v20.14.13 2024-07-28 12:05:23 +00:00
naskya
20eadcf2f8
fix (backend): set name and description for existing Mastodon API tokens 2024-07-28 11:53:15 +09:00
naskya
0fcb17d9b6
fix (backend): set name and description for Mastodon API tokens 2024-07-28 11:25:50 +09:00
naskya
ea48a77dac
chore (backend): make sure to use the same timestamp for id and createdAt 2024-07-28 11:20:49 +09:00
naskya
006b95315c
chore (backend): remove services/stream.ts 2024-07-27 21:05:37 +09:00
naskya
b6498a12e8
refactor (backend): port publishUserEvent to backend-rs 2024-07-27 21:02:48 +09:00
naskya
7a54dc8b87
refactor (backend): port publishInternalEvent to backend-rs 2024-07-27 20:39:02 +09:00
naskya
6d62cd4276
refactor (backend): port publishMainStream to backend-rs 2024-07-27 20:16:43 +09:00
naskya
5cae588c74
fix (backend): remove unused export in migration 2024-07-27 17:56:42 +09:00
naskya
5a74760252
refactor (backend): port publishNoteStream to backend-rs 2024-07-27 17:41:50 +09:00
naskya
7186af04e0
chore (backend): remove misc/post.ts 2024-07-27 17:18:07 +09:00
naskya
55e46c03b9
refactor (backend): port renderFollowRelay to backend-rs 2024-07-27 17:02:24 +09:00
naskya
bca44bf50a
chore (backend): remove gen-key-pair.ts 2024-07-27 16:32:19 +09:00
naskya
e80113ae6f
chore (backend): fix default maxFileSize value 2024-07-27 10:53:11 +09:00
naskya
eb11b32c5c
refactor (backend): only cache the id of @relay.actor 2024-07-26 17:50:29 +09:00
naskya
3e416a9a07
feat (backend): enhance add emoji API 2024-07-26 14:30:36 +09:00
naskya
8066c46476
chore: rename meta/instance to instanceMeta
prevent name collision & improve code searchability
(we eventually want to get rid of all these fetchMeta()s)
2024-07-26 07:36:18 +09:00
GitLab CI
9d0dc4f673 fix(deps): update dependency aws-sdk to v2.1664.0 2024-07-25 20:05:56 +00:00
naskya
0edf177e99
fix (backend): check word mutes in lists 2024-07-25 08:16:30 +09:00
naskya
0ba868cc3c
refactor (backend): remove publishUserListStream 2024-07-25 07:29:21 +09:00
naskya
7d2e98963d
refactor (backend): port publishNoteUpdatesStream to backend-rs 2024-07-25 06:41:58 +09:00
GitLab CI
8e88fbdbc4 fix(deps): update dependency aws-sdk to v2.1663.0 2024-07-24 20:07:29 +00:00
GitLab CI
dd671fb83f fix(deps): update dependency got to v14.4.2 2024-07-24 12:06:33 +00:00
naskya
5752254929
Revert "refactor (backend): port extract-hashtags to backend-rs"
This reverts commit 332b6cd620.

It worked perfectly fine, but the mfm crate is not licensed properly.
Also, we may want to use libmfm instead of mfm-rs.
2024-07-24 19:30:49 +09:00
naskya
0595dccbfd
Revert "refactor? (backend): move consts to backend-rs"
This commit partially reverts b9c3dfbd3d.
2024-07-24 19:25:07 +09:00
GitLab CI
b6878d9f92 chore(deps): update dependency @types/probe-image-size to v7.2.5 2024-07-24 04:07:33 +00:00
naskya
909e596fc9 Merge branch 'renovate/aws-sdk-2.x' into 'develop'
fix(deps): update dependency aws-sdk to v2.1662.0

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

See merge request firefish/firefish!11192
2024-07-23 21:32:26 +00:00
GitLab CI
516dd22538 fix(deps): update dependency aws-sdk to v2.1662.0 2024-07-23 20:08:34 +00:00