Lhcfl
31168cc7b2
fix: use reacive MkSubNoteContent
2024-05-07 23:42:40 +08:00
Lhcfl
42886f054d
fix: use reactive previewableCount
2024-05-07 23:31:45 +08:00
Lhcfl
1d0ea11eea
fix: use note capture in MkNoteSimple
2024-05-07 23:23:19 +08:00
Lhcfl
33923a59fa
fix: use reactive MkNoteHeader
2024-05-07 22:37:09 +08:00
Lhcfl
8067ed4084
Merge branch 'develop' of https://firefish.dev/firefish/firefish into feat/collepse-reply-timeline
2024-05-07 22:34:45 +08:00
naskya
14b285f882
Merge branch 'refactor/is-safe-url' into 'develop'
...
refactor (backend): port isValidUrl to backend-rs
See merge request firefish/firefish!10795
2024-05-06 17:11:51 +00:00
naskya
5b01d3574f
refactor (backend): port isValidUrl to backend-rs
2024-05-07 00:56:37 +09:00
naskya
e3a98ebc72
Merge branch 'userLang' into 'develop'
...
Add server-side per-user UI language
Co-authored-by: eana <coder@apps.1a23.com>
See merge request firefish/firefish!10793
2024-05-06 15:31:18 +00:00
naskya
8ed942e00f
chore: update auto-generated files
2024-05-06 23:13:31 +09:00
eana
e7c33835b2
Add server-side per-user UI language
2024-05-06 05:14:44 +00:00
naskya
4e83dbd01f
Merge branch 'refactor/remove-gulp' into 'develop'
...
refactor: replace gulp with a simple script
See merge request firefish/firefish!10791
2024-05-06 04:45:17 +00:00
naskya
dd74eabae1
refactor (backend): port nodeinfo fetcher to backend-rs
2024-05-06 08:12:21 +09:00
naskya
711618b42c
test (backend-rs): add tests for nodeinfo (de)serialization
2024-05-06 05:20:13 +09:00
naskya
510207b101
refactor (backend-rs): separate nodeinfo generator and schema
2024-05-06 04:23:38 +09:00
naskya
49825853c1
refactor (backend): port nodeinfo generator to backend-rs
2024-05-06 03:01:55 +09:00
naskya
359fef0a42
chore: replace old comments
2024-05-05 21:22:57 +09:00
Linca
5e5d01d407
fix: Click event of MenuParent unexpectedly goes to underlying element
...
Co-authored-by: Lhcfl <Lhcfl@outlook.com>
2024-05-05 11:42:25 +00:00
naskya
d114b8ec1d
chore: format
2024-05-05 14:58:56 +09:00
naskya
d2471b6db7
refactor (backend-rs): replace reqwest with isahc
...
reqwest is feature-rich, but we will need isahc http client for push notifications (!10760 )
isahc http client is also good btw :)
2024-05-05 14:53:45 +09:00
naskya
341b43ed71
refactor: replace gulp with a simple script
2024-05-05 02:19:58 +09:00
naskya
6d64358674
fix (client): missing MFM function props not falling back correctly
2024-05-05 01:15:04 +09:00
naskya
4992999bb7
test (backend-rs): add tests
2024-05-04 22:59:49 +09:00
naskya
38c0de39b9
chore (backend-rs): add docs for functions in database/cache
2024-05-04 22:50:46 +09:00
naskya
722d090f8d
chore (backend-rs): remove unneeded 'static
2024-05-04 22:49:11 +09:00
naskya
b185c0c87e
feat (backend-rs): add cache::delete_all
2024-05-04 21:24:20 +09:00
naskya
8c22b0d07f
test (backend-rs): fix version format
2024-05-04 16:17:33 +09:00
naskya
0f4c05a64f
ci: add 'ci' feature flag to backend-rs
2024-05-04 16:14:23 +09:00
naskya
bc39badf51
chore (client): remove unused code
2024-05-04 16:08:41 +09:00
naskya
369b1d72df
fix/perf (backend): port latest version check to backend-rs, address excessive requests to firefish.dev
2024-05-04 14:44:20 +09:00
naskya
e6ba0a002f
refactor (backend-rs): add cache::{get_one, set_one, delete_one}
2024-05-04 13:22:20 +09:00
naskya
37e03007f0
refactor (backend-rs): misc/redis_cache -> database/cache
2024-05-04 13:22:20 +09:00
naskya
f66ecd0759
Merge branch 'fix/follow_me_with_host' into 'develop'
...
fix: follow-me generate wrong link for other server
Co-authored-by: 老周部落 <laozhoubuluo@gmail.com>
See merge request firefish/firefish!10785
2024-05-03 14:41:37 +00:00
老周部落
8a2f3b3e36
fix: follow-me generate wrong link for other server
2024-05-03 22:13:54 +08:00
naskya
f7c576f8fb
Merge branch 'fix/10915' into 'develop'
...
feat: add angle constraint for MkPullToRefresh
Co-authored-by: Lhcfl <Lhcfl@outlook.com>
Closes #10915
See merge request firefish/firefish!10784
2024-05-03 02:20:29 +00:00
Lhcfl
46d0679845
little patch
2024-05-03 00:56:10 +08:00
Lhcfl
4536ac0678
reviewed
2024-05-03 00:28:46 +08:00
Lhcfl
160e7f26a6
feat: collepse renotes and replies
2024-05-03 00:22:25 +08:00
naskya
4a0e4a4c91
Merge branch 'fix/notifications-swiper' into 'develop'
...
fix: notifications swiper not reload
Co-authored-by: Lhcfl <Lhcfl@outlook.com>
See merge request firefish/firefish!10782
2024-05-02 13:55:41 +00:00
naskya
a8f659ab88
chore: format
2024-05-02 21:46:14 +09:00
naskya
64c07a2406
fix (backend): tell TypeORM that some columns are no longer indexed
...
should have done in caae8474a6
2024-05-02 21:45:58 +09:00
naskya
6e9ae06990
Merge branch 'fix/10918' into 'develop'
...
fix: escape ambiguous Mfm marks from html
Co-authored-by: Lhcfl <Lhcfl@outlook.com>
Closes #10918
See merge request firefish/firefish!10786
2024-05-02 11:28:08 +00:00
naskya
caae8474a6
chore (backend): drop unused database indexes
...
Based on the PostgreSQL analitics on the following servers' database:
- dvd.chat
- iwshkey.com
- minazukey.uk
- post.naskya.net
- post.sup39.dev
- stelpolva.moe
Thank you all for your helps!
2024-05-02 19:31:53 +09:00
Lhcfl
9138c3726a
dev: use reactiveState in foldNotification
2024-05-02 01:07:57 +08:00
Lhcfl
425b333474
set collapseReplyInTimeline default to false
2024-05-02 00:57:00 +08:00
Lhcfl
d1c76b3882
feat: allow collepse replied posts in timeline
2024-05-02 00:53:52 +08:00
Linca
587c64a906
dev: use reverse instead of toReversed
...
Co-authored-by: Lhcfl <Lhcfl@outlook.com>
2024-05-01 05:10:01 +00:00
Lhcfl
a4a96f0026
fix: escape ambiguous Mfm marks from html
2024-05-01 11:47:14 +08:00
Lhcfl
5ad9bd8ceb
feat: add angle constraint for MkPullToRefresh
2024-04-30 19:51:40 +08:00
Lhcfl
f40c201670
remove forgotten debug parameter
2024-04-30 19:06:55 +08:00
Lhcfl
c8c7abe6ef
fix: notifications swiper not reload
2024-04-30 19:04:39 +08:00