Commit graph

1955 commits

Author SHA1 Message Date
naskya
1e348f6a7f
chore: reduce code duplication 2024-07-04 02:58:10 +09:00
laozhoubuluo
ee8679e239
refactor: use dont federate initially flag instead of visibility hack
Co-authored-by: naskya <m@naskya.net>
2024-07-04 02:56:16 +09:00
naskya
f6601aef5e
Merge branch 'develop' into fix/post_import_if 2024-07-04 02:25:39 +09:00
naskya
c59d7fcd03
fix (backend): broken RSS feed title 2024-07-02 23:35:39 +09:00
naskya
af7c8ec732
fix (client): boost tooltip not showing boosted users 2024-06-28 15:54:04 +09:00
naskya
22c31716fd
chore (backend-rs): use --dts-header option 2024-06-28 06:42:26 +09:00
naskya
d88ac98e7f
dev: return to tsc 2024-06-28 06:23:22 +09:00
naskya
5a2d1c2010
fix (backend): check URL properly 2024-06-22 23:30:32 +09:00
naskya
4e36d22164
refactor (backend): port publishDriveStream to backend-rs 2024-06-12 00:04:01 +09:00
naskya
e10a188751
refactor (backend): port publishNotesStream to backend-rs 2024-06-12 00:04:01 +09:00
naskya
679749a2cc
chore (backend-rs): rename modules to more comfortable names 2024-06-09 21:12:41 +09:00
naskya
0839fe27b2
refactor (backend-rs): save nodeinfo cache directly 2024-06-07 22:21:53 +09:00
naskya
9a417ee046
fix (backend): fix scheduled draft post streaming 2024-06-07 07:48:51 +09:00
naskya
5daa113928
fix (backend): fix scheduled reply/quote behavior 2024-06-07 07:35:56 +09:00
naskya
d6bd3af8a9
Merge branch 'develop' into refactor/scheduled-posts 2024-06-07 07:11:46 +09:00
naskya
a0ebad442d
chore (backend): fix import 2024-06-07 07:06:30 +09:00
naskya
cb3c300c49
style (backend): don't italicize MFM function contents 2024-06-06 17:10:40 +09:00
naskya
5cbb172dbf
chore (backend): accept linter suggestions 2024-06-06 17:10:40 +09:00
naskya
308ecec341
chore: format 2024-06-06 17:10:40 +09:00
naskya
3cf1e306b1
fix (backend): update meta cache in admin/update-meta 2024-06-06 17:10:39 +09:00
naskya
4390dfcbfb
perf (backend): store antenna cache in memory 2024-06-06 17:10:39 +09:00
naskya
7e2493b257
refactor (backend): drop support for MK- environment variables 2024-06-06 17:10:39 +09:00
naskya
fd563fc5f6
hotfix for type error 2024-06-06 12:49:14 +09:00
naskya
a9bec190de
chore (backend): promise handling 2024-06-06 10:15:25 +09:00
naskya
195701d297
fix (backend): fix condition 2024-06-06 10:08:34 +09:00
naskya
02101e04dc
fix (backend): scheduled reply/renote 2024-06-06 10:06:04 +09:00
naskya
167d89e03e
Merge branch 'develop' into refactor/scheduled-posts 2024-06-06 09:55:57 +09:00
naskya
5a8b2d439a Merge branch 'feat/qr_note_sharing' into 'develop'
feat: qr codes for note sharing

Co-authored-by: 老周部落 <laozhoubuluo@gmail.com>

Closes #10931

See merge request firefish/firefish!10927
2024-06-06 00:46:10 +00:00
naskya
28cfaad330
perf (backend): always use cache in fetch_meta 2024-06-05 12:30:05 +09:00
naskya
a1373fd972 Merge branch 'apidoc-use-element' into 'develop'
DEV: Use Elements to render API Document

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

See merge request firefish/firefish!10891
2024-06-04 23:24:02 +00:00
naskya
9c7c00482e
style (backend): match log colors 2024-06-04 11:16:10 +09:00
naskya
6f6cf0cc88
chore (backend): show less unhelpful slow query warnings 2024-06-04 10:50:41 +09:00
naskya
ebcf75dcd2
fix (backend): show all tracing logs 2024-06-04 10:15:39 +09:00
Lhcfl
37998e8bc3 Ensure unique operationId 2024-06-02 23:54:50 +08:00
naskya
c0f6106633
chore: allow GET request for /api/latest-version 2024-06-02 08:55:17 +09:00
naskya
ff5bb2ed3d
fix (backend): don't use findOneBy to check existence 2024-06-02 07:28:37 +09:00
naskya
071ba83704
fix (backend): replace deprecated exist method 2024-06-02 07:23:07 +09:00
naskya
c64119108e
fix (backend): use the exact same time for id and createdAt 2024-06-02 07:11:39 +09:00
老周部落
ecc7ca1aa6
fix: questionable if statements in note import 2024-05-30 22:04:41 +08:00
naskya
890ca846d0
chore (backend-rs): documents, organize exports, typo fixes 2024-05-30 07:07:01 +09:00
老周部落
78a18e9000
feat: qr codes for note sharing 2024-05-29 22:55:46 +08:00
naskya
1e3e44902e
fix: throw an error if scheduled date is past 2024-05-27 22:25:44 +09:00
naskya
465d3b2272
why did this happen 2024-05-27 22:15:51 +09:00
naskya
a0f65cc6bc
refactor: remove scheduled note entity from backend 2024-05-27 21:55:06 +09:00
naskya
9364f32bc2
chore: drop scheduled_note table 2024-05-27 21:00:10 +09:00
naskya
431a5d47cd
fix (backend): use correct Redis prefix (close #10940) 2024-05-23 21:39:50 +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
Lhcfl
fc8357302d fix: Scheduled post cannot send post with attachments 2024-05-22 14:49:22 +08:00
naskya
02361b6dc6
fix (backend): remove unused parameter from manifest 2024-05-21 09:59:55 +09:00