Commit graph

436 commits

Author SHA1 Message Date
naskya
f423b277cc
chore (backend-rs, macro-rs): separate error doc impl into another crate 2024-08-18 02:52:03 +09:00
naskya
331384b0ff
refactor (backend): port renderReject to backend-rs 2024-08-10 21:07:29 +09:00
naskya
7e9db5fcff
chore (backend-rs): rename stuff 2024-08-10 18:29:20 +09:00
naskya
d6332a8adc
chore (backend-rs): select_column -> column 2024-08-10 07:46:28 +09:00
naskya
9604093a95
refactor (backend): port renderLike to backend-rs 2024-08-10 07:43:28 +09:00
naskya
9cf691eebd
refactor (backend): port renderAdd/renderRemove to backend-rs 2024-08-10 06:58:12 +09:00
naskya
3e4c8d7ac2
chore (backend-rs): recover from mutex poison error 2024-08-07 00:06:35 +09:00
naskya
c3e16c69e4
chore (backend-rs): use std OnceLock when possible 2024-08-07 00:06:35 +09:00
naskya
a63bf84c02
chore (backend-rs): address clippy warning 2024-08-05 08:41:59 +09:00
naskya
fcfe6c877b
refactor (backend): port renderHashtag to backend-rs 2024-08-04 21:52:32 +09:00
naskya
306723fd53
chore: format 2024-08-04 21:52:32 +09:00
naskya
2a6fb45d66
chore (backend-rs): add misc::emoji submodule 2024-08-04 12:07:37 +09:00
naskya
17a9ff6bf1
refactor (backend): port renderMention to backend-rs 2024-08-04 11:56:48 +09:00
naskya
b28ecee1fc
test (backend-rs): add tests for static cache 2024-08-03 20:14:10 +09:00
naskya
dc221d8261
refactor (backend): port renderReadActivity to backend-rs 2024-08-03 16:51:56 +09:00
naskya
1b2e58ef33
chore (backend-rs): add doc comments 2024-08-03 11:54:28 +09:00
naskya
45016ff99c
refactor (backend-rs): add {note, user}::local_uri functions 2024-08-03 11:25:56 +09:00
naskya
a54576564b
refactor (backend): port renderFlag to backend-rs 2024-08-03 11:12:25 +09:00
naskya
17d564607d
chore (backend-rs): regenerate SeaORM entity 2024-08-02 23:16:16 +09:00
naskya
35564ceecc
refactor (backend): port renderTombstone to backend-rs 2024-08-02 20:52:17 +09:00
naskya
27f2a6b080
chore (backend-rs): address nightly clippy warnings 2024-08-02 02:51:42 +09:00
naskya
dc2b452e5a
chore (backend-rs): apply clippy fixes 2024-08-02 00:41:51 +09:00
naskya
2b31b55cf3
fix (backend-rs): fix doc comments 2024-08-02 00:18:03 +09:00
naskya
7de36a2d43
refactor (backend-rs): use bare cache for latest_version 2024-08-02 00:17:40 +09:00
naskya
e541efd80a
refactor (backend-rs): use chrono::Duration for Redis cache TTL 2024-08-01 23:55:08 +09:00
naskya
47018b4cff
chore (backend-rs): set cache ttl 2024-08-01 23:42:42 +09:00
naskya
b4b993a661
refactor (backend-rs): move redis cache to cache module 2024-08-01 23:42:42 +09:00
naskya
8584bb439b
refactor (backend-rs): rework static cache
Co-authored-by: sup39 <dev@sup39.dev>
2024-08-01 23:42:39 +09:00
naskya
3ab75d94d2
chore (backend-rs): address sysinfo breaking changes 2024-08-01 07:57:53 +09:00
naskya
348838bb9b
chore (backend-rs): add missing doc comment 2024-07-30 23:21:57 +09:00
naskya
f976e97784
chore (backend-rs): use for_ts macro 2024-07-30 23:12:48 +09:00
naskya
e28389ed88
chore (macro-rs): add for_ts macro 2024-07-30 23:10:44 +09:00
naskya
6344b72321
refactor (backend): port renderEmoji to backend-rs 2024-07-30 22:39:42 +09:00
naskya
a5f950b468
chore (backend-rs): reduce identicon size 2024-07-30 00:05:40 +09:00
naskya
2c35a3885c
chore (backend-rs): cache generated icons 2024-07-29 23:48:55 +09:00
naskya
07c5bfa600
fix (backend-rs): followee/follower uri may be null 2024-07-29 23:29:40 +09:00
naskya
b85f459cfe
refactor (backend): port genIdenticon to backend-rs 2024-07-29 23:11:04 +09:00
naskya
7246c8675c
chore (backend-rs): cleanup 2024-07-29 23:11:03 +09:00
naskya
512fb466f8
chore (backend-rs): pass --frozen flag in production build 2024-07-29 18:32:10 +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
naskya
9356569f8d
fix (backend-rs): limit isahc responses to a reasonable length in all places 2024-07-29 07:30:57 +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
5a74760252
refactor (backend): port publishNoteStream to backend-rs 2024-07-27 17:41:50 +09:00
naskya
55e46c03b9
refactor (backend): port renderFollowRelay to backend-rs 2024-07-27 17:02:24 +09:00
naskya
e80113ae6f
chore (backend): fix default maxFileSize value 2024-07-27 10:53:11 +09:00
naskya
ffcde7c7ec
chore (backend-rs): apply clippy suggestions 2024-07-26 18:53:07 +09:00
naskya
e35ce24369
chore (backend-rs): remove unused things 2024-07-26 17:57:03 +09:00