caipira113
7318200786
Revert "Note click behavior"
...
This reverts commit cefff6cb92
.
2024-08-21 03:30:27 +09:00
caipira113
64abf28bb0
Merge remote-tracking branch 'mk/develop' into develop
2024-08-20 21:20:35 +09:00
caipira113
15388e7732
version prefix
2024-08-20 21:20:16 +09:00
Caipira
317cabe15c
feat: note update federation ( #1 )
...
ellelle
2024-08-20 21:12:49 +09:00
caipira113
a312a744f9
Remove navbar(about, tools)
2024-08-20 21:12:48 +09:00
caipira113
cefff6cb92
Note click behavior
2024-08-20 21:12:48 +09:00
atsuchan
043ab1f69b
fix(backend): Fix chart generation non-matching blockedHosts ( #14441 )
2024-08-20 13:49:42 +09:00
かっこかり
21a3095eb0
fix button translation ( #14444 )
...
that Japanese string exactly matches that i18n key
(cherry picked from commit a408d32bb72ada9a4ad6bd1afe6e3fadb9b403db)
Co-authored-by: dakkar <dakkar@thenautilus.net>
2024-08-20 12:39:01 +09:00
syuilo
1b5f0571f7
🎨
2024-08-20 10:51:02 +09:00
caipira113
09839ea5a4
squareAvatars: true
2024-08-19 23:36:41 +09:00
caipira113
07553f5f8e
menuDisplay: sideIcon
2024-08-19 23:36:41 +09:00
caipira113
dd58eacac0
Custom Fonts
2024-08-19 23:36:40 +09:00
caipira113
aaf560f747
Post modal - Note Preview - without avatar
2024-08-19 23:36:40 +09:00
caipira113
1a44c33340
Post modal max-width: 520px -> 750px
2024-08-19 23:36:40 +09:00
caipira113
ccb1883e3e
feat(backend): Override the file URL rendering in AP
2024-08-19 23:36:40 +09:00
caipira113
13e7b49f09
Add buttersc.one Theme
2024-08-19 23:36:40 +09:00
caipira113
e56c372de7
Add Byeolvit-Theme
...
404d1e1593
2024-08-19 23:36:39 +09:00
caipira113
694722c02f
Stella (Branding)
2024-08-19 23:36:39 +09:00
syuilo
59e83605ac
refactor
2024-08-19 19:41:06 +09:00
syuilo
130ff361c3
refactor
2024-08-19 17:32:27 +09:00
syuilo
e78110a5cd
refactor
2024-08-19 13:13:32 +09:00
github-actions[bot]
621626aad3
Release: 2024.8.0
2024-08-18 08:08:38 +00:00
github-actions[bot]
2e8a1029a4
Bump version to 2024.8.0-rc.5
2024-08-18 05:21:24 +00:00
かっこかり
b53ee54e4f
fix(frontend): focustrapがzindexを考慮するように ( #14431 )
2024-08-18 14:18:46 +09:00
github-actions[bot]
b708b27bc8
Bump version to 2024.8.0-rc.4
2024-08-18 04:37:19 +00:00
Hazel K
9ce44b24b8
fix(backend): memory leak in memory caches ( #14363 )
...
* encapsulate `MemoryKVCache<T>`
* remove infinity caches
* encapsulate other caches
* add missing awaits to internally synchronize caches
* implement pull-through caching
* tune cache lifetimes
* optimize cache GC by stopping early
* summarize changes in CHANGELOG.md
* Fix timeout comments
Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
* add comments about awaiting the redis write
---------
Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
2024-08-18 13:34:01 +09:00
syuilo
9b78ce8047
🎨
2024-08-18 10:12:42 +09:00
syuilo
427f4a2cda
Update about-misskey.vue
2024-08-18 10:10:06 +09:00
woxtu
ba9c5c37b8
Remove undefined style ( #14427 )
2024-08-18 03:40:21 +09:00
taichan
bf8c42eecd
Fix(beckend): html content-type detection on signedGet ( #14424 )
...
* fix(backend): contenttype detection of html in signedGet
* code style
* fix by review
2024-08-17 19:51:56 +09:00
かっこかり
129af06198
Update packages/backend/src/core/activitypub/ApRequestService.ts
2024-08-17 18:25:46 +09:00
かっこかり
83c04c55ad
fix(misskey-js): eliminate any (follow-up of #13523 ) ( #14422 )
2024-08-17 18:15:46 +09:00
かっこかり
4e0d57000c
fix(frontend): 以前のpopupの呼び出し方を修正 ( #14421 )
2024-08-17 18:04:52 +09:00
syuilo
c0de57c08d
Update about-misskey.vue
2024-08-17 17:57:27 +09:00
かっこかり
75b0315ace
Update timeline.vue (refactor)
2024-08-17 15:24:29 +09:00
github-actions[bot]
6cdecd72ee
Bump version to 2024.8.0-rc.3
2024-08-17 06:17:02 +00:00
taichan
9fbc1b7f7b
enhance(backend): headタグ内にrel=alternateの指定のあるlinkタグがある場合、記述されたURLを参照して照会できるように ( #14371 )
...
* signedGet時にhttpかつalternate属性のlinkがある場合に一回だけfollowして照会する
* Fix: validation position
* Fix import
* Fix tagname
* Update CHANGELOG
* Fix code style
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
2024-08-17 15:12:23 +09:00
zyoshoka
fd744f44c1
enhance(backend): ページ、ギャラリー、Playのモデレーション強化 ( #13523 )
...
* enhance(backend): Page、ギャラリー、Playのモデレーション強化
* Update CHANGELOG.md
* fix: update misskey-js
* refactor(frontend): use `MkA`
* Update CHANGELOG.md
* fix(i18n): Page -> ページ
2024-08-17 15:01:08 +09:00
syuilo
383c41bdb6
🎨
2024-08-17 14:57:26 +09:00
github-actions[bot]
68ec7450af
Bump version to 2024.8.0-beta.2
2024-08-17 04:11:09 +00:00
かっこかり
06684fe49b
fix(backend): ベースロールのポリシー変更時モデレーションログが残るように ( #14418 )
...
* fix(policies): ベースロールのポリシー変更時モデレーションログが残るように (MisskeyIO#700)
(cherry picked from commit 80389a914049f6f26237fde8da7d4e1bd41452fc)
* Update Changelog
---------
Co-authored-by: まっちゃとーにゅ <17376330+u1-liquid@users.noreply.github.com>
2024-08-17 12:07:00 +09:00
かっこかり
059eb6d379
fix(frontend): リノートの判定が甘いのを修正 ( #14396 )
...
* fix(frontend): リノートの判定が甘いのを修正
* fix
* Update Changelog
* fix
* use type assertion
* fix + add comments
* lint
* misskey-jsに移動
* PureRenote -> Renote
* isRenote -> isPureRenote
2024-08-17 11:28:22 +09:00
github-actions[bot]
2ab5ee81b1
Bump version to 2024.8.0-alpha.1
2024-08-17 01:25:43 +00:00
syuilo
ef950a345b
suspend周りの改修 ( #14409 )
...
* enhance(backend): 凍結されたアカウントのフォローリクエストを表示しないように
* Update CHANGELOG.md
* wip
* Update gen-spec.ts
* Update packages/backend/src/server/api/endpoints/admin/suspend-user.ts
Co-authored-by: Kisaragi <48310258+KisaragiEffective@users.noreply.github.com>
* owa-
* revert misskey-js related changes (#14414 )
---------
Co-authored-by: Kisaragi <48310258+KisaragiEffective@users.noreply.github.com>
Co-authored-by: anatawa12 <anatawa12@icloud.com>
2024-08-17 09:57:28 +09:00
syuilo
d3cdc08802
fix(backend): 無制限にストリーミングのチャンネルに接続できる問題を修正
2024-08-17 09:30:03 +09:00
かっこかり
571566d476
Update timeline.vue (fix wrong type)
2024-08-16 22:01:01 +09:00
anatawa12
748a7e8f6a
feat: localizable dialog title for enter section title ( #14401 )
...
* feat: localizable dialog title for enter section title
* refactor: define `getPageBlockList` in separated file and import instead of provide/inject
2024-08-16 21:47:44 +09:00
かっこかり
6db3c50e32
fix(frontend): Misskeyの利用中に使用できるタイムラインの種類が変化した場合、使用できないタイムラインが表示されないように ( #14412 )
...
* fix(frontend): Misskeyの利用中に使用できるタイムラインの種類が変化した場合、使用できないタイムラインが表示されないように
* Update timeline.vue
* Update timeline.vue
2024-08-16 21:43:20 +09:00
zyoshoka
26322048db
fix(frontend): correct condition to displayed as system account on moderation page ( #14407 )
2024-08-16 21:04:08 +09:00
かっこかり
a8810af8d9
fix(backend): リバーシの設定変更が反映されないのを修正 ( #14404 )
...
* fix(backend): リバーシの設定変更が反映されないのを修正
* Update Changelog
* add bindthis
2024-08-16 21:02:12 +09:00