1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2024-12-15 15:18:22 +09:00
Commit Graph

153 Commits

Author SHA1 Message Date
NoriDev
f2d18391ae change: 프로필을 번역할 때 nyaize를 사용하지 않음 2023-11-07 16:36:46 +09:00
NoriDev
b45b833013 Merge remote-branch 'misskey/develop' 2023-11-06 17:21:36 +09:00
syuilo
5e9f6a90df enhance(frontend): ノート内のカスタム絵文字をクリックすることで、コピーおよびリアクションができるように 2023-11-04 18:27:22 +09:00
NoriDev
7f9bdc36f8 chore 2023-11-02 17:14:32 +09:00
NoriDev
d1d024a60f Merge remote-branch 'misskey/develop' 2023-10-31 17:07:26 +09:00
NoriDev
5e76675a0c
fix(frontend): ユーザーページの ノート > ファイル付き タブにリプライが表示されてしまう (#12148) 2023-10-27 18:25:04 +09:00
NoriDev
10828c7c7b fix 32a67622 2023-10-26 05:31:48 +09:00
NoriDev
32a67622e0 fix d045b96e 2023-10-26 04:59:55 +09:00
NoriDev
d045b96e80 enhance(frontend): 요약 탭의 리액션을 제거 & 노트 탭으로 리액션을 이동 2023-10-26 03:41:08 +09:00
NoriDev
14626b6fad fix(frontend): 유저 페이지의 미디어 타임라인에서 미디어가 없는 답글이 표시됨 #388 2023-10-26 03:18:20 +09:00
NoriDev
5d396a7c1e enhance(frontend): 유저 페이지 개선 2023-10-24 20:34:23 +09:00
NoriDev
1acfcb487c lint 2023-10-24 19:03:32 +09:00
NoriDev
8b2252a986 enhance(frontend): 유저 페이지 개선 2023-10-24 18:52:47 +09:00
NoriDev
933ba35069 Merge remote-branch 'misskey/develop' 2023-10-18 16:20:05 +09:00
anatawa12
5a3c6575dd
新規にフォローした人のwithRepliesをtrueにする機能を追加 (#12048)
* feat: add defaultWithReplies to MiUser

* feat: use defaultWithReplies when creating MiFollowing

* feat: update defaultWithReplies from API

* feat: return defaultWithReplies as a part of $i

* feat(frontend): configure defaultWithReplies

* docs(changelog): 新規にフォローした人のをデフォルトでTL二追加できるように

* fix: typo

* style: fix lint failure

* chore: improve UI text

* chore: make optional params of  UserFollowingService.follow() object

* chore: UserFollowingService.follow() accept withReplies

* chore: add withReplies to MiFollowRequest

* chore: process withReplies for follow request

* feat: accept withReplies on 'following/create' endpoint

* feat: store defaultWithReplies in client store

* Revert "feat: return defaultWithReplies as a part of $i"

This reverts commit f2cc4fe6

* Revert "feat: update defaultWithReplies from API"

This reverts commit 95e3cee6

* Revert "feat: add defaultWithReplies to MiUser"

This reverts commit 9f5ab14d7063532de2b049bc2ed40a15658168f5.

* feat: configuring withReplies in import-following

* feat(frontend): configure withReplies

* fix(frontend): incorrectly showRepliesToOthersInTimeline can be shown

* fix(backend): withReplies of following/create not working

* fix(frontend): importFollowing error

* fix: withReplies is not working with follow import

* fix(frontend): use v-model

* style: fix lint

---------

Co-authored-by: Sayamame-beans <61457993+sayamame-beans@users.noreply.github.com>
Co-authored-by: syuilo <syuilotan@yahoo.co.jp>
2023-10-17 20:56:17 +09:00
NoriDev
db1c2a3c8d feat: 활동에서 팔로잉, 팔로워 차트를 볼 수 있음 2023-10-13 17:24:17 +09:00
NoriDev
458f92a8aa Merge remote-branch 'misskey/develop' 2023-10-12 15:45:25 +09:00
syuilo
51b6a012a5 fix(frontend): ユーザープロフィールページでセンシティブなメディアが隠されない問題を修正 2023-10-10 19:49:25 +09:00
syuilo
a5b6e807bb feat: per user featured notes 2023-10-06 18:30:08 +09:00
NoriDev
6cdd7caad7 lint 2023-10-05 17:41:47 +09:00
NoriDev
81dc594742 Merge remote-branch 'misskey/develop' 2023-10-05 14:37:54 +09:00
syuilo
979741ce09 tweak ui 2023-10-05 10:03:13 +09:00
syuilo
5b00fa6f82 enhance(backend): users/notesでチャンネル投稿を含めるオプション
Resolve #11965
2023-10-05 09:48:45 +09:00
NoriDev
163c3aeee1 fix: ヒートマップが表示されない 2023-10-04 23:18:24 +09: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
NoriDev
23e957756c 🎨 2023-10-02 21:39:35 +09:00
NoriDev
909b8f0de3 tweak 7da40193 2023-10-01 14:52:46 +09:00
NoriDev
7da40193b8 feat: アニメーション画像の表示方法を細分化 2023-10-01 02:29:38 +09:00
NoriDev
7d5b3c1bdb Merge remote-branch 'misskey/develop' 2023-09-29 21:32:03 +09:00
syuilo
eb740e2c72 enhance: タイムラインからRenoteを除外するオプションを追加 2023-09-28 11:41:41 +09:00
syuilo
ce1218a2b2 enhance: ユーザーページのノート一覧でRenoteを除外できるように 2023-09-28 11:02:01 +09:00
NoriDev
fbbb31ef03 feat: モバイルでユーザーページのヘッダーデザインを変更することができる 2023-09-25 20:30:27 +09:00
NoriDev
8e6546d42f Merge remote-branch 'misskey/develop' 2023-09-22 11:31:08 +09:00
NoriDev
176af77635 Merge remote-branch 'misskey/develop' 2023-09-21 16:53:15 +09:00
syuilo
e41619775f feat: プロフィールでのリンク検証
Resolve #11099
2023-09-21 11:58:51 +09:00
syuilo
b0f6c44f36 refactor(frontend): use ESM 2023-09-19 16:37:43 +09:00
NoriDev
a485758e9a Merge remote-branch 'misskey/develop' 2023-09-15 16:45:00 +09:00
syuilo
6cf466e5d1
update deps (#11820)
* update deps

* fix

* wip

* wip

* wip

* Update docker-compose.yml.example

* Delete reviewer-lottery.yml

* Update RepositoryModule.ts

* wip

* wip

* clean up

* update deps

* wip

* wip
2023-09-15 14:28:29 +09:00
NoriDev
0a9071f1e2 Merge remote-branch 'misskey/develop' 2023-09-12 17:03:23 +09:00
mappi
d869481db9
feat(frontend): "Moderation Note" ,"Add moderation note" をローカライズ可能に (#11819)
* feat 11818

* update CHANGELOG

---------

Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2023-09-12 15:49:18 +09:00
NoriDev
b1d6e350e1 Merge remote-branch 'misskey/develop' 2023-09-05 18:24:34 +09:00
syuilo
1f7a81aae7
update deps (#11764)
* update deps

* node16

* wip

* wip

* wip

* Update test-utils.ts

* wip

* Update tsconfig.json

* wip

* Update package.json

* wip

* Update following.vue

* Update followers.vue

* Update index.vue

* Update share.vue

* Update MkUserPopup.vue

* Update MkPostForm.vue

* wip

* Update MkTokenGenerateWindow.vue

* Update MkPagination.vue

* refactor

* update deps

* update deps

* Update sw.ts

* wip

* wip

* wip

* Update FetchInstanceMetadataService.ts

* Update FetchInstanceMetadataService.ts

* update node

* update deps

* 🎨
2023-09-04 13:33:38 +09:00
NoriDev
5cb72b716a enhance(frontend): ユーザーページヘッダーにユーザーメニューとフォローボタンを追加 2023-08-25 16:38:05 +09:00
NoriDev
ecfb0e8419 Merge remote-branch 'misskey/develop' 2023-08-22 17:34:14 +09:00
GrapeApple0
70a7800927
プロフィールにその人が作ったPlayの一覧出せるように (#11445)
* プロフィールにその人が作ったPlayの一覧出せるように

* Update CHANGELOG.md

* playの公開範囲を設定できるように

* 間違えて変更してしまったのを修正

* Update packages/frontend/src/pages/flash/flash-edit.vue

* Update packages/frontend/src/pages/flash/flash-edit.vue

* tweak

* Update packages/backend/migration/1690796169261-play-visibility.js

* Update packages/backend/src/models/entities/Flash.ts

* Update packages/backend/src/models/entities/Flash.ts

* Update Flash.ts

---------

Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2023-08-21 20:23:09 +09:00
NoriDev
69ef7a3bf8 Merge remote-branch 'misskey/develop' 2023-08-02 16:08:31 +09:00
NoriDev
99c16cddd4 chore: add missing license identifier in CherryPick (c2370a1b, ab3cd7b8) 2023-08-01 17:38:53 +09:00
NoriDev
61c871517d Merge remote-branch 'misskey/develop' 2023-08-01 17:16:39 +09:00
tamaina
8a72a05958
enhance(frontend): ユーザーメニューでスイッチでユーザーリストに追加・削除できるように (#11439)
* メニューのトグルをいい感じにする

* user list toggle!

* add changelog

* fix

* stop
2023-08-01 15:32:03 +09:00
Shun Sakai
c2370a1be6
chore: 著作権とライセンスについての情報を各ファイルに追加する (#11348)
* chore: Add the SPDX information to each file

Add copyright and licensing information as defined in version 3.0 of
the REUSE Specification.

* tweak format

---------

Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2023-07-27 14:31:52 +09:00