fly_mc
ad51752f38
backend: tweak get-note-summary
2024-11-18 23:02:36 +08:00
fly_mc
1f85626fad
fix sqlLikeEscape
2024-11-18 23:00:45 +08:00
fly_mc
e19373ea90
fix ap type.ts
2024-11-18 22:51:00 +08:00
fly_mc
5c86549456
Merge branch 'develop' into pari
2024-11-18 21:50:40 +08:00
fly_mc
f237bca772
removed unused import
2024-11-18 21:15:24 +08:00
fly_mc
d0e2f46412
Revert "try: fix: return null instead of throw error when recursively fetching note"
...
This reverts commit be295b19a6
.
2024-11-18 10:35:47 +08:00
おさむのひと
0df6c79172
enhance(frontend): デッキ表示時にサイドバーを展開・折りたたみできるように ( #14983 )
...
* enhance(frontend): デッキ表示時にサイドバーを展開・折りたたみできるように
* wip
* wip
* Update navbar.vue
* ✌️
* Update CHANGELOG.md
* 🎨
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
2024-11-18 10:36:51 +09:00
fly_mc
cb9385e229
Reapply "update SearchService"
...
This reverts commit 6c9dd99083
.
2024-11-18 02:43:08 +08:00
fly_mc
1471039199
Revert "update SearchService"
...
This reverts commit a9acf532c1
.
2024-11-18 02:41:44 +08:00
fly_mc
23a5f68e94
recursionLimit
2024-11-18 02:38:45 +08:00
fly_mc
be295b19a6
try: fix: return null instead of throw error when recursively fetching note
2024-11-18 02:36:56 +08:00
fly_mc
ff403e93ac
use tinyld normal
2024-11-17 21:49:01 +08:00
fly_mc
327334dd77
lint
2024-11-17 21:28:54 +08:00
fly_mc
460bc4692a
inUnexpectedLang
2024-11-17 21:21:05 +08:00
fly_mc
560a8b74b9
Revert "revert collapse unexpected lang"
...
This reverts commit 2265f46c55
.
2024-11-17 21:06:32 +08:00
fly_mc
1ecc57f3ae
Revert "tweak MkNote"
...
This reverts commit 5c09719351
.
2024-11-17 21:06:21 +08:00
fly_mc
9efa5dce22
skipRender
2024-11-17 19:21:43 +08:00
fly_mc
a9acf532c1
update SearchService
2024-11-17 19:10:22 +08:00
fly_mc
6c9dd99083
Revert "update SearchService"
...
This reverts commit e692e7ac6f
.
2024-11-17 19:04:47 +08:00
fly_mc
1482acd354
Revert "tweak"
...
This reverts commit b1798a7011
.
2024-11-17 19:03:29 +08:00
fly_mc
23d3e2f7ed
Revert "tweak MkNote"
...
This reverts commit 46cf366388
.
2024-11-17 19:03:10 +08:00
CDN
b0d04713e0
fix(backend): fallback sharedInbox to null in ApPersonService ( #14970 )
2024-11-16 22:23:49 +08:00
syuilo
9614f74bf8
🎨
2024-11-16 20:24:31 +09:00
fly_mc
d30db97b59
increase character limits
2024-11-16 18:27:27 +08:00
fly_mc
e692e7ac6f
update SearchService
2024-11-16 18:18:06 +08:00
CDN
b3c2de2b26
fix(backend): fallback sharedInbox to null in ApPersonService ( #14970 )
2024-11-16 18:53:28 +09:00
fly_mc
3b1b440064
Revert "use computed noteSummary"
...
This reverts commit eca4d8b752
.
2024-11-16 17:44:41 +08:00
fly_mc
b1798a7011
tweak
2024-11-16 16:40:34 +08:00
syuilo
cf1b7c7064
add warning for open registration ( #14963 )
...
* wip
* wip
* Update ja-JP.yml
* Update index.d.ts
* ✌️
2024-11-16 17:22:34 +09:00
fly_mc
46cf366388
tweak MkNote
2024-11-16 16:21:14 +08:00
fly_mc
5c09719351
tweak MkNote
2024-11-16 16:11:59 +08:00
fly_mc
eca4d8b752
use computed noteSummary
2024-11-16 16:05:58 +08:00
fly_mc
2265f46c55
revert collapse unexpected lang
2024-11-16 16:01:12 +08:00
fly_mc
5a64e7ae5c
Merge branch 'develop' into pari
2024-11-16 15:17:20 +08:00
syuilo
459449864c
🎨
2024-11-16 10:16:11 +09:00
fly_mc
32e835883b
Merge branch 'develop' into pari
2024-11-15 21:53:41 +08:00
syuilo
eef0c895bc
use execa 8.0.1
...
#14966
2024-11-15 19:48:31 +09:00
syuilo
d9d92bcfbf
Revert "use nodemon 3.0.2"
...
This reverts commit ce1f84e5a3
.
2024-11-15 19:40:12 +09:00
syuilo
ce1f84e5a3
use nodemon 3.0.2
...
#14966
2024-11-15 19:33:50 +09:00
github-actions[bot]
cf7df05023
Bump version to 2024.11.0-alpha.1
2024-11-15 09:06:13 +00:00
syuilo
ee2c017f48
Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
2024-11-15 18:00:22 +09:00
syuilo
d0cdc0b7a1
chore(frontend): tweak animation style
2024-11-15 18:00:20 +09:00
かっこかり
c0d1682604
feat: 送信したフォローリクエストを確認できるように ( #14856 )
...
* FEAT: Allow users to view pending follow requests they sent
This commit implements the `following/requests/sent` interface firstly
implemented on Firefish, and provides a UI interface to view the pending
follow requests users sent.
* ux: should not show follow requests tab when have no pending sent follow req
* fix default followreq tab
* fix default followreq tab
* restore missing hasPendingReceivedFollowRequest in navbar
* refactor
* use tabler icons
* tweak design
* Revert "ux: should not show follow requests tab when have no pending sent follow req"
This reverts commit e580b92c37f27c2849c6d27e22ca4c47086081bb.
* Update Changelog
* Update Changelog
* change tab titles
---------
Co-authored-by: Lhc_fl <lhcfl@outlook.com>
Co-authored-by: Hazelnoot <acomputerdog@gmail.com>
2024-11-15 17:30:54 +09:00
syuilo
e26e24b610
update deps ( #14950 )
...
* update deps
* wip
* Revert "wip"
This reverts commit 393de249fe248ae181221266e0b7828a3ac53152.
* wip
* wip
* wip
* wip
2024-11-15 17:22:00 +09:00
fly_mc
bdc30c5e9b
revert stream.ts
2024-11-15 15:44:01 +08:00
fly_mc
2bf72f4fb6
removed hwacc
2024-11-15 14:20:09 +08:00
fly_mc
ca332ea2fd
tweak autpspacing
2024-11-15 14:14:21 +08:00
fly_mc
6003f7890d
Merge branch 'develop' into pari
2024-11-15 14:08:00 +08:00
fly_mc
4695bb425f
removed hwacc
2024-11-15 14:07:32 +08:00
fly_mc
3aa0a5ea9b
emojiAutoSpacing
2024-11-15 13:29:09 +08:00