syuilo
ee29f31324
fix(frontend): make keep scroll pos of timeline
2025-04-15 20:33:04 +09:00
かっこかり
25f0810cfa
fix(frontend): keyval-storeの値が削除できずに処理が止まる問題を修正 ( #15803 )
...
* fix(frontend): keyval-storeの値が削除できずに処理が止まる問題を修正
* Update Changelog
* implement abortcontroller
* fix lint
2025-04-15 11:27:40 +01:00
dakkar
679ab04fb4
re-add "sign out" option to navbar profile menu
2025-04-15 11:22:22 +01:00
github-actions[bot]
f5a89c2533
Bump version to 2025.4.1-alpha.0
2025-04-15 09:32:12 +00:00
syuilo
45d65ffbba
New Crowdin updates ( #15786 )
...
* New translations ja-jp.yml (Chinese Traditional)
* New translations ja-jp.yml (Korean)
* New translations ja-jp.yml (Korean)
* New translations ja-jp.yml (Chinese Traditional)
* New translations ja-jp.yml (Korean)
* New translations ja-jp.yml (Korean)
* New translations ja-jp.yml (Italian)
* New translations ja-jp.yml (Italian)
* New translations ja-jp.yml (Catalan)
* New translations ja-jp.yml (Catalan)
* New translations ja-jp.yml (Catalan)
* New translations ja-jp.yml (Catalan)
* New translations ja-jp.yml (Spanish)
* New translations ja-jp.yml (Chinese Simplified)
* New translations ja-jp.yml (Chinese Traditional)
* New translations ja-jp.yml (Catalan)
* New translations ja-jp.yml (Italian)
* New translations ja-jp.yml (Catalan)
* New translations ja-jp.yml (German)
* New translations ja-jp.yml (Italian)
* New translations ja-jp.yml (Korean)
* New translations ja-jp.yml (Chinese Simplified)
* New translations ja-jp.yml (Chinese Traditional)
* New translations ja-jp.yml (English)
2025-04-15 18:29:22 +09:00
syuilo
fc6037af46
enhance(backend): push notification for chat message
...
Resolve #15831
2025-04-15 18:27:45 +09:00
Marie
4f64803ef2
merge: make MOTD html unescaped. (requires discussion?) ( !759 )
...
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/759
Approved-by: Hazelnoot <acomputerdog@gmail.com>
Approved-by: Marie <github@yuugi.dev>
2025-04-15 07:45:51 +00:00
Kisaragi
fff2783c1b
docs: バックアップとログアウトの設定クリアについて書き方を変える ( #15808 )
...
1. 「新しいクライアントからログインしたとき」がすでにログインしたことのあるクライアントだとバックアップが必要ないと読めるので「新しい」を外す
2. ログアウトしてから設定データをブラウザから削除したあとで復元できるのはバックアップをとっているときのみであることを強調
cc 1312fe34c1
2025-04-15 16:15:56 +09:00
anatawa12
b2e3e65896
fix: use ftt for outbox ( #15819 )
...
* fix: use ftt for outbox
* chore: check for enableFanoutTimeline
* lint: fix lint
2025-04-15 16:15:27 +09:00
anatawa12
f454e820bd
feat: render quote note with quote-inline
class for ap compatibility ( #15818 )
2025-04-15 16:14:52 +09:00
anatawa12
d5fe6e36ae
fix: avatarId が null のときにも avatarUrl が non null 担ってることがある問題 ( #15833 )
2025-04-15 16:10:17 +09:00
anatawa12
6bd45a27b1
fix: フォルダを開いた状態でメニューからアップロードしてもルートフォルダにアップロードされる問題 ( #15836 )
...
* fix: フォルダを開いた状態でメニューからアップロードしてもルートフォルダにアップロードされる問題
* docs(changelog): Fix: フォルダを開いた状態でメニューからアップロードしてもルートフォルダにアップロードされる問題を修正 #15836
2025-04-15 16:09:04 +09:00
syuilo
525b6a7677
feat(frontend): chat widget
2025-04-15 15:37:29 +09:00
syuilo
7c0806f208
feat(frontend): chat column
...
Resolve #15830
2025-04-15 15:36:53 +09:00
dakkar
ab572a6ed6
specal-case cloudGets
for empty request/response
...
as the comment says, frontend boot calls `cloudGets` with an empty
`needs`, and upstream's code returns an empty object without calling
the API (because the call `i/registry/get` for each element in
`needs`), but we have to special-case it
2025-04-14 17:29:06 +01:00
dakkar
31249a571f
fix imports in following-feed
2025-04-14 17:08:03 +01:00
dakkar
fc8f06f764
regen locales/index.d.ts
2025-04-14 16:05:37 +01:00
dakkar
ee79061384
move "request data export" from "other" to "accont data"
2025-04-14 16:05:21 +01:00
dakkar
4d76243662
move cw settings into preferences / "posting form"
2025-04-14 15:56:04 +01:00
dakkar
65683de740
make boost settings folder auto-open when searched for
2025-04-14 15:55:44 +01:00
dakkar
9fac251c43
add search label for "ticker on replies"
2025-04-14 15:55:32 +01:00
dakkar
7a2bf22a0a
add search label for "default like"
2025-04-14 15:55:20 +01:00
dakkar
eeabaf2a9a
remove duplicate "remember note visibility" section
...
it's already in `settings/preferences.vue`
2025-04-14 15:17:07 +01:00
dakkar
80032cdd1d
remove enableCondensedLine
setting
...
nothing uses it anymore
2025-04-14 15:11:35 +01:00
dakkar
bdaccb21eb
remove translations that have been upstreamed
2025-04-14 15:08:32 +01:00
dakkar
d3baf735e6
allow /
in objectStoragePrefix
2025-04-14 14:56:02 +01:00
Hazelnoot
c866c16ed3
remove duplicate button in MkDrive.vue
2025-04-13 19:59:16 -04:00
Hazelnoot
5f3837b6ca
fix indentation in CONTRIBUTING.md
2025-04-13 19:58:46 -04:00
Hazelnoot
596a2e4553
remove unused imports from vite.config.ts
2025-04-13 19:58:12 -04:00
Hazelnoot
d1682ee7cc
relax rate limit on /users endpoint
2025-04-13 19:56:43 -04:00
Hazelnoot
2d04c76260
make username matching consistent between lookup.ts and search.user.vue
2025-04-13 19:55:20 -04:00
Hazelnoot
423fdded14
remove "view source" banner
2025-04-13 19:54:26 -04:00
Hazelnoot
36af13e170
add title to following-column.vue
2025-04-13 19:52:52 -04:00
Hazelnoot
f43fde46fa
use get-all to fetch frontend preferences
2025-04-13 19:51:06 -04:00
Hazelnoot
a043333b3c
move "test notification dot" button under SearchMarker
2025-04-13 19:33:12 -04:00
Hazelnoot
ffa92d222c
swap search blocks to reduce merge effort
2025-04-13 19:30:57 -04:00
Hazelnoot
7b4089b8e4
pass displayBackButton from PageWithHeader to MkPageHeader
2025-04-13 19:29:50 -04:00
Hazelnoot
d647daae0e
factor out SkLazy
2025-04-13 19:27:44 -04:00
Hazelnoot
7e9e018b09
plan animated MFM when requested
2025-04-13 19:22:32 -04:00
Hazelnoot
8957cd9f3e
Make NoteEdit entity match the database schema
2025-04-13 19:19:49 -04:00
Hazelnoot
353728929e
restore poll and myReaction for packed notes
2025-04-13 19:05:16 -04:00
Hazelnoot
bfcb877bc4
map sentryForFrontend
config from env variables
2025-04-13 19:04:57 -04:00
Hazelnoot
4ae96e48db
remove unnecessary comment
2025-04-13 18:51:00 -04:00
Hazelnoot
a28b80a0dd
Merge remote-tracking branch 'origin/merge/2025-03-24-dakkar' into merge/2025-03-24
2025-04-13 13:08:00 -04:00
Hazelnoot
91fb75dece
Merge branch 'develop' into merge/2025-03-24
2025-04-13 13:07:24 -04:00
Hazelnoot
7132696285
Merge tag '2025.4.0' into merge/2025-03-24
...
# Conflicts:
# .github/workflows/storybook.yml
# locales/index.d.ts
# package.json
# packages/backend/src/models/json-schema/role.ts
# packages/frontend/src/components/MkPageWindow.vue
# packages/frontend/src/pages/admin/roles.editor.vue
# packages/frontend/src/pages/admin/roles.vue
# packages/frontend/src/pages/settings/preferences.vue
# packages/frontend/src/pages/settings/privacy.vue
# packages/frontend/src/pages/timeline.vue
# packages/frontend/src/pref-migrate.ts
# packages/frontend/src/ui/_common_/common.vue
# packages/frontend/src/ui/deck.vue
# packages/frontend/src/ui/universal.vue
# packages/misskey-js/src/autogen/types.ts
2025-04-13 13:07:09 -04:00
おさむのひと
0d4feed6d3
enhance(backend): フォローしているユーザーならフォロワー限定投稿のノートでもアンテナで検知できるように ( #15264 )
...
* フォローしているユーザーなら鍵ノートでもアンテナにひっかかるように
Co-authored-by: kozakura913 <98575220+kozakura913@users.noreply.github.com>
Co-authored-by: mai <74494945+chan-mai@users.noreply.github.com>
* Eliminate build errors by resolving conflicts
* 低コストな判定文を前にもってきて重い判定文に入る可能性を少しでも下げる
* fix CHANGELOG.md
* fix CHANGELOG.md
* fix diff
* removed comment
* fix CHANGELOG.md
---------
Co-authored-by: kozakura913 <98575220+kozakura913@users.noreply.github.com>
Co-authored-by: mai <74494945+chan-mai@users.noreply.github.com>
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
2025-04-13 20:48:18 +09:00
おさむのひと
1f0621b085
レプリケーション設定時におけるinsertOne()の挙動を調整 ( #15109 )
...
* returningを含むクエリをmasterで動かす
* wip
* wip
* fix CHANGELOG.md
* 調整
* fix
* fix import
2025-04-13 20:44:44 +09:00
anatawa12
4c473eb76d
fix: resolve with non-lowercased acct is broken ( #15813 )
...
* fix: resolve with non-lowercased acct is broken
* docs(changelog): Fix: 大文字を含むユーザの URL で紹介された場合に 404 エラーを返す問題
2025-04-13 18:34:33 +09:00
かっこかり
f7195d54d0
fix(frontend): 自動バックアップが設定されていない環境では設定が消滅する旨の警告を出すように ( #15802 )
...
* fix(frontend): 自動バックアップが設定されていない環境ではローカルの設定を削除しないように
* Update Changelog
* fix lint
* fix: 警告を出すだけのみにする
* fix
* apply suggestion
2025-04-13 16:59:01 +09:00