dakkar
|
cfa9b852df
|
Merge remote-tracking branch 'misskey/master' into feature/misskey-2024.07
|
2024-08-02 12:25:58 +01:00 |
|
syuilo
|
bf33382082
|
refactor(backend): remove unnecessary isNotNull sugar
|
2024-06-21 13:03:51 +09:00 |
|
dakkar
|
3372e0ffe1
|
Merge remote-tracking branch 'misskey/release/2024.5.0' into future
|
2024-05-31 12:26:07 +01:00 |
|
zyoshoka
|
514a65e453
|
perf(backend): avoid N+1 selects from user table when packing many entities (#13911)
* perf(backend): avoid N+1 selects from `user` table when packing many entities
* perf(backend): use `packMany` instead of mapping to `pack`
|
2024-05-31 15:32:42 +09:00 |
|
dakkar
|
dfff4d2073
|
Merge remote-tracking branch 'misskey/develop' into future
|
2024-03-07 16:09:36 +00:00 |
|
かっこかり
|
7ead98cbe5
|
enhance(frontend): リアクションの総数を表示するように (#13532)
* enhance(frontend): リアクションの総数を表示するように
* Update Changelog
* リアクション選択済の色をaccentに
|
2024-03-06 21:08:42 +09:00 |
|
Marie
|
10bfc61670
|
merge: upstream
|
2024-02-19 10:47:42 +01:00 |
|
tamaina
|
c1514ce91d
|
(re) update SPDX-FileCopyrightText
Fix #13290
|
2024-02-13 15:59:27 +00:00 |
|
tamaina
|
311c2172d7
|
Revert "update SPDX-FileCopyrightText"
This reverts commit 9b5aeb76d8 .
|
2024-02-13 15:50:11 +00:00 |
|
syuilo
|
9b5aeb76d8
|
update SPDX-FileCopyrightText
|
2024-02-12 11:37:45 +09:00 |
|
Marie
|
85355813ad
|
merge: latest changes
|
2024-02-09 19:22:06 +01:00 |
|
かっこかり
|
0f7918c51b
|
refactor(backend): exist -> exists (#13203)
* refactor(backend): exist -> exists
* fix
|
2024-02-08 16:04:41 +09:00 |
|
Marie
|
11628e4b6a
|
merge: upstream
|
2024-02-03 20:19:44 +01:00 |
|
zyoshoka
|
2db5b61616
|
refactor(backend): User関連のスキーマ/型の指定を強くする (#12808)
* refactor(backend): User関連のスキーマ/型の指定を強くする
* refactor(backend): `pack()`の引数にスキーマを指定するように
* chore: fix ci
* fix: 変更漏れ
* fix ci
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
|
2024-01-31 15:45:35 +09:00 |
|
yukineko
|
a6a91fec3a
|
refactor: frontendのcomponentsの型エラーを改善 (#12926)
* add: safeFloatParserを追加
* fix: 欠けていた型を追加
* refactor: pageBlockTypesをjson-schemaに移植
* refactor: components/global内の型エラーが出ている箇所を修正
* lint: fix null check style
* refactor: fix type error
* refactor: fix some type errors
* fix: 翻訳が抜けていた箇所を修正
* refactor: getJsonSchemaで正しいスキーマが返されるように修正
* fix: MkChartの型エラーとbytesオプションが機能していない問題を修正
* fix(misskey-js): `drive`->`folderUpdated`のpayloadの型が間違っていたのを修正
* refactor: fix some type errors
* change: Captcha読み込み中の文言をLoadingに変更
* refactor(backend/misskey-js): MainEventの型を改善
* refactor: chartjs-plugin-gradientが二重でpluginに登録されていたのを修正
* update: misskey-js.api.md
* refactor: fix some type errors
* fix: backendのtypecheckが落ちていたのを修正
* update: misskey-js.api.md
* add: json-schemaのnoteにpollの型定義を追加
* refactor: noteのjson-schemaの型を改善
* refactor: MkPoll
* refactor: fix some type errors
* change: UserLiteにisLockedを持たせるように
* fix: notificationスキーマにroleが含まれていないのを修正
* Revert "change: UserLiteにisLockedを持たせるように"
This reverts commit 1bb0c8e7a9b19a4e9f21bf7381712b98f27672a5.
* fix: フォロー通知から鍵垢へのフォローを行うと処理中のまま止まってしまう問題を修正
* refactor: noteスキーマのvisibilityにenumを追加
* change: deepCloneのCloneableTypeにundefinedを追加
* refactor: fix some type errors
* refactor: `allowEmpty: false`を使用していた箇所を`minLength: 1`に置き換え
* enhance: API 'retension' のresponseの型を追加
* fix: Chart関連のtooltipが正しい位置に表示されない問題を修正
* refactor: fix some type errors
* fix: 型情報が不足していたのを修正
* enhance: announcementスキーマにenumを追加
* enhance: ロールポリシーの型定義をRoleServiceからjson-schemaに移植
* refactor: policiesを`ref: RolePolicies`に統一
* fix: API `meta` のレスポンスの型にpoliciesが含まれていないのを修正
* refactor: fix some type errors
* fix: backendのlintが落ちているのを修正
* fix: MkFoldableSectionの開閉時のanimationが適用されていない問題を修正
* fix: backendのtypecheckが落ちているのを修正
* update: run build-misskey-js-with-types
* fix: MkDialogのmount時に文字数制限の判定が行われない問題を修正
* update: CHANGELOG.md
* refactor: MkUserSelectDialogの型を改善
* fix: deepCloneでundefinedはcloneしないように (#9207)
* change: frontendのcloneをbackend側にも反映
* update: CHANGELOG.md
* fix: RoleServiceからPackを通して型RolePoliciesに依存させないように
* Update packages/frontend/src/scripts/get-note-summary.ts
* revert RoleService.ts changes
* change: optional chaining -> non-null assertion
* remove: unused import
* fix: propsで渡されたuserがUserLiteの場合に意図しない動作になってしまうのを修正
* change: fix null check style
* refactor: fix type error
* change: fix null check style
* Update packages/frontend/src/components/MkDrive.vue
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* refactor: css moduleでglobalを使わないように
* refactor: roleのiconUrlは必ず存在するものとして扱うように
* enhance: MenuButtonのactiveにcomputedを受け付けられるように
* Update packages/frontend/src/components/MkNotePreview.vue
* Update MkWindow.vue
* refactor: notification.noteは必ず存在するものとして扱うように
* Update packages/frontend/src/components/MkNotification.vue
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* fix: MkSignupDialogでdoneのemit時にresを含んでいなかったのを修正
* Update packages/frontend/src/scripts/clone.ts
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* refactor: 不要な返り値の型を削除
* refactor: 不要なnullチェックを削除
* update: misskey-js-autogen
* update: clone.ts
* refactor
* Update MkNotification.vue
* Update MkNotification.vue
* ✌️
* Update MkNotification.vue
* Update MkNotification.vue
* Update MkNotification.vue
* Update MkNotifications.vue
* Update MkUserSetupDialog.Profile.vue
* Update MkUserCardMini.vue
* ✌️
* Update MkMenu.vue
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
|
2024-01-30 19:53:53 +09:00 |
|
Marie
|
7552cea69a
|
merge: upstream
|
2024-01-09 02:57:57 +01:00 |
|
かっこかり
|
a9127e3ecd
|
enhance(frontend): チャンネルノートのピン留めをノートメニューからできるように (#12887)
* enhance(frontend): チャンネルノートのピン留めをノートメニューからできるように
* Update Changelog
|
2024-01-03 13:35:40 +09:00 |
|
Mar0xy
|
7c480424a6
|
merge: upstream
|
2023-11-03 15:35:12 +01:00 |
|
おさむのひと
|
39a3f4ae98
|
feat: チャンネル内→チャンネル外へのリノート制限機能追加 (#12230)
* チャンネル内→チャンネル外へのリノート制限機能追加
* fix CHANGELOG.md
* コメント対応(canRenoteSwitch→allowRenoteToExternal)
* コメント対応(別チャンネルへのリノート対策)
* コメント対応(canRenote->allowRenoteToExternal)
* fix comment
* Update misskey-js.api.md
* ✌️
---------
Co-authored-by: osamu <46447427+sam-osamu@users.noreply.github.com>
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
|
2023-11-03 17:34:23 +09:00 |
|
Mar0xy
|
4dd23a3793
|
merge: upstream
|
2023-10-31 19:33:24 +01:00 |
|
Mar0xy
|
6d290225ef
|
fix: not checking for renotes during packing of note
Closes transfem-org/Sharkey#108
|
2023-10-22 19:20:06 +02:00 |
|
syuilo
|
b394328eb1
|
fix(backend): フォロ限へのリプのリプ元が(非公開)の表示のまま
Fix #12083
|
2023-10-20 11:58:09 +09:00 |
|
syuilo
|
f9549e1f1b
|
fix(backend): fix of 1671575d5d
|
2023-10-19 11:17:59 +09:00 |
|
syuilo
|
1671575d5d
|
perf(backend): ノートのリアクション情報をキャッシュすることでDBへのクエリを削減
|
2023-10-19 09:20:19 +09:00 |
|
syuilo
|
4d1d25e02f
|
perf(backend): improve my reaction population performance
|
2023-10-19 08:07:22 +09:00 |
|
syuilo
|
fcc4864080
|
perf(backend): reduce needless populateMyReaction calls
|
2023-10-19 07:56:25 +09:00 |
|
Mar0xy
|
4b230d792c
|
merge: upstream changes
|
2023-10-18 19:48:03 +02:00 |
|
woxtu
|
0bddd0ceae
|
Remove unnecessary nullish coalescing (#12058)
|
2023-10-18 09:54:18 +09:00 |
|
Mar0xy
|
68886b9ab5
|
merge: upstream performance changes & instance silencing
|
2023-10-16 23:38:21 +02:00 |
|
syuilo
|
1fa1d31696
|
perf(backend): createdAtをidから取得するように & 無駄なDateインスタンスの生成を避けるように
|
2023-10-16 10:45:22 +09:00 |
|
Mar0xy
|
67c95ea646
|
fix: type error
|
2023-10-15 23:42:47 +02:00 |
|
Mar0xy
|
ca428977a5
|
merge: upstream
|
2023-10-15 23:36:38 +02:00 |
|
syuilo
|
3f4ee98405
|
perf(backend): improve streaming api performance (#12033)
* wip
* Update NoteEntityService.ts
* wip
* wip
* wip
* wip
|
2023-10-15 10:36:22 +09:00 |
|
Mar0xy
|
e11630bdb2
|
merge: Nyaize post on create, Tweak performance
|
2023-10-14 12:11:23 +02:00 |
|
syuilo
|
329830e2c3
|
perf(backend): tweak populateMyReaction
|
2023-10-14 10:05:44 +09:00 |
|
syuilo
|
061e389340
|
perf(backend): nyaizeを投稿時にやる
Resolve #12030
|
2023-10-14 10:04:13 +09:00 |
|
Mar0xy
|
f8f128b347
|
merge: all upstream changes
|
2023-10-13 19:01:17 +02:00 |
|
syuilo
|
f6ba5cfaf4
|
merge: timeline 1
|
2023-10-13 17:58:11 +02:00 |
|
Marie
|
203fdb82f1
|
upd: move poll out of details
|
2023-10-11 20:48:00 +02:00 |
|
syuilo
|
2859cbab91
|
perf(backend): WebSocket接続が多い場合のパフォーマンスを向上
https: //github.com/MisskeyIO/misskey/pull/176
Co-Authored-By: KOBA789 <kobahide789@gmail.com>
|
2023-10-08 08:10:28 +09:00 |
|
syuilo
|
87416710c3
|
enhance(backend): some tweaks
|
2023-10-06 16:17:29 +09:00 |
|
syuilo
|
b40329887f
|
revert: note editing
|
2023-10-04 12:05:01 +09:00 |
|
Mar0xy
|
2356566e63
|
upd: add extra check for isCat to note nyaification
|
2023-10-04 04:41:42 +02:00 |
|
Mar0xy
|
89924b587a
|
add: speakAsCat extension
|
2023-10-04 04:35:58 +02:00 |
|
Mar0xy
|
bf3d493d04
|
Revert "feat: improve tl performance"
|
2023-10-03 20:21:26 +02:00 |
|
Mar0xy
|
38e35e1472
|
merge: upstream
|
2023-10-03 15:20:49 +02:00 |
|
syuilo
|
6277a5545c
|
feat: improve tl performance (#11946)
* wip
* wip
* wip
* wip
* wip
* wip
* Update NoteCreateService.ts
* wip
* wip
* wip
* wip
* Update NoteCreateService.ts
* wip
* Update NoteCreateService.ts
* wip
* Update user-notes.ts
* wip
* wip
* wip
* Update NoteCreateService.ts
* wip
* Update timeline.ts
* Update timeline.ts
* Update timeline.ts
* Update timeline.ts
* Update timeline.ts
* wip
* Update timelines.ts
* Update timelines.ts
* Update timelines.ts
* wip
* wip
* wip
* Update timelines.ts
* Update misskey-js.api.md
* Update timelines.ts
* Update timelines.ts
* wip
* wip
* wip
* Update timelines.ts
* wip
* Update timelines.ts
* wip
* test
* Update activitypub.ts
* refactor: UserListJoining -> UserListMembership
* Update NoteCreateService.ts
* wip
|
2023-10-03 20:26:11 +09:00 |
|
Mar0xy
|
802ad0fa02
|
add: like button
|
2023-10-01 01:53:17 +02:00 |
|
syuilo
|
2438c047a7
|
enhance: 編集されたノートかどうか分かるように
|
2023-09-28 21:06:14 +09:00 |
|
Mar0xy
|
4a3c813d3e
|
chore: remove an extra equal sign
|
2023-09-26 13:29:24 +02:00 |
|