Commit graph

2064 commits

Author SHA1 Message Date
naskya
35564ceecc
refactor (backend): port renderTombstone to backend-rs 2024-08-02 20:52:17 +09:00
naskya
6b754f09e7
fix (backend): select all columns in select queries by default (close #10988) 2024-08-02 07:05:21 +09:00
naskya
47018b4cff
chore (backend-rs): set cache ttl 2024-08-01 23:42:42 +09: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
6344b72321
refactor (backend): port renderEmoji to backend-rs 2024-07-30 22:39:42 +09: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
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
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
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
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
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
naskya
093ce6b5ec
fix (backend): use correct cache key prefix 2024-07-22 05:05:49 +09:00
naskya
357ee6e656
feat: export followers list (closes #10974) 2024-07-22 05:05:03 +09:00
naskya
dcec59b664
fix (backend): missing import 2024-07-22 04:29:22 +09:00
naskya
3380643ef2
chore (backend): tweak slow api call threshold 2024-07-21 12:12:00 +09:00
naskya
332b6cd620
refactor (backend): port extract-hashtags to backend-rs 2024-07-21 09:18:22 +09:00
naskya
052a68fc7f
refactor (backend): port translator to backend-rs 2024-07-21 05:50:13 +09:00
naskya
30cf1068b3
chore (backend): address openvibe's invalid acct format 2024-07-16 15:52:12 +09:00
naskya
9bb357dc50
refactor (backend): port getInstanceActor/getRelayActor to backend-rs 2024-07-13 20:45:52 +09:00
Eana Hufwe
5e1a86fe35 chore: update format 2024-07-11 00:17:52 +00:00
Eana Hufwe
535746194b fix(backend): refactor CreateSystemActors with QueryRunner 2024-07-11 00:13:58 +00:00
naskya
aef95fd6ec
chore (backend): skip the reverted drop-time-zone migration 2024-07-11 01:52:26 +09:00
naskya
edea72913e
fix (backend): count correct local users 2024-07-10 23:37:41 +09:00
naskya
f5c21f6bc4
refactor (backend): ensure that instance.actor and relay.actor exist 2024-07-10 22:57:37 +09:00
naskya
cdb890843a
Merge branch 'develop' into iceshrimp_mastodon 2024-07-05 16:41:23 +09:00
naskya
19673c6220
chore (backend-rs): update napi-derive 2024-07-05 16:21:16 +09:00