NoriDev
0344aad405
Merge remote-branch 'misskey/develop'
2023-11-01 17:15:07 +09:00
NoriDev
d1d024a60f
Merge remote-branch 'misskey/develop'
2023-10-31 17:07:26 +09:00
GrapeApple0
4f180ad45c
feat: アイコンデコレーションの管理をロールで設定できるように ( #12173 )
...
* アイコンデコレーションの管理をロールで設定できるように
* インポートミス
* Update packages/frontend/src/ui/_common_/common.ts
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* Update packages/frontend/src/ui/_common_/common.ts
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2023-10-30 15:33:15 +09:00
_
c239058624
feat(frontend): スワイプやボタンでタイムラインを再読込する機能 ( #12113 )
...
* pc reloading
* add: disable TL websocket option
* fix: stream disconnect when reload
* add: pull to refresh
* fix: pull to refresh
* add changelog
* fact: change to disableStreamingTimeline
* lint
* remove: en-US text
* refactor
* refactor
* add license identifier
* tweak
* Update MkPullToRefresh.vue
* Update MkPullToRefresh.vue
* change name timeoutHeartBeat
* tweak
* 🎨
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2023-10-30 09:12:20 +09:00
syuilo
feedad7d8b
enhance(frontend): tweak about-misskey page
2023-10-29 13:49:26 +09:00
NoriDev
d8038e48c8
Update index.d.ts
2023-10-25 16:26:40 +09:00
NoriDev
66674a29aa
Merge commit 'refs/pull/12132/head' of https://github.com/misskey-dev/misskey into develop
2023-10-24 20:43:29 +09:00
NoriDev
647f89585b
Merge pull request #12113 from misskey-dev/misskey
2023-10-24 20:15:06 +09:00
meronmks
e1b45bd400
Feat:emoji picker folder select
2023-10-24 18:58:26 +09:00
syuilo
60b8fc7763
Merge branch 'develop' into pr/12113
2023-10-23 19:27:28 +09:00
NoriDev
57d42b6a8a
Merge remote-branch 'misskey/develop'
2023-10-23 17:39:44 +09:00
syuilo
e6c54de814
enhance(backend): RedisへのTLのキャッシュをオフにできるように
2023-10-23 15:17:25 +09:00
Fairy-Phy
aab714b277
fact: change to disableStreamingTimeline
2023-10-22 20:08:19 +09:00
Fairy-Phy
3d9ca5d70a
Merge remote-tracking branch 'upstream/develop' into pr-push-refresh
2023-10-22 18:16:16 +09:00
Fairy-Phy
9e63971cff
add: pull to refresh
2023-10-22 18:12:49 +09:00
syuilo
18fb7a2080
enhance(frontend): アイコンのデコレーションを非表示にできるように
2023-10-22 16:05:32 +09:00
syuilo
4eaa02d25f
enhance: improve avatar decoration
2023-10-22 13:02:24 +09:00
NoriDev
0534b039ca
feat: 본문 미리보기의 프로필을 표시하지 않도록 설정할 수 있음
2023-10-22 02:00:23 +09:00
NoriDev
8a1ed93eff
Merge remote-branch 'misskey/develop'
2023-10-22 00:07:34 +09:00
かっこかり
f51bca41c5
Feat: 外部サイトからテーマ・プラグインのインストールができるように ( #12034 )
...
* Feat: 外部サイトからテーマ・プラグインのインストールができるように
* Update Changelog
* Change Changelog
* Remove unnecessary imports
* Update fetch-external-resources.ts
* Update CHANGELOG.md
* Update CHANGELOG.md
2023-10-21 18:41:12 +09:00
anatawa12
722584bf72
すべてのフォロー中の人のwithRepliesを変える機能 ( #12049 )
...
* feat: endpoint to update all following
* feat(frontend): change show replies for all
* docs(changelog): すでにフォローしたすべての人の返信をTLに追加できるように
* fix: cancel not working
2023-10-21 18:39:19 +09:00
syuilo
2c0a139da6
feat: Avatar decoration ( #12096 )
...
* wip
* Update ja-JP.yml
* Update profile.vue
* .js
* Update home.test.ts
2023-10-21 18:38:07 +09:00
NoriDev
86468255bc
feat: 플러그인 및 테마를 외부 사이트에서 직접 설치할 수 있음
2023-10-20 18:43:18 +09:00
NoriDev
304e551392
fix(frontend): '새 노트 알림'을 '노트 수 표시'로 설정했을 때 한국어 이외의 언어에서 내용이 표시되지 않음
2023-10-19 18:29:58 +09:00
NoriDev
f47c14f086
feat: 노트 편집 시 토스트 알림을 표시하고 사운드를 재생
2023-10-19 17:05:47 +09:00
NoriDev
933ba35069
Merge remote-branch 'misskey/develop'
2023-10-18 16:20:05 +09:00
かっこかり
578fb2fe37
Merge branch 'develop' into external-resources
2023-10-18 02:09:23 +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
c4b987898c
Merge remote-branch 'misskey/develop'
2023-10-17 17:23:11 +09:00
かっこかり
d5ac685a69
Merge branch 'develop' into external-resources
2023-10-16 20:18:11 +09:00
まっちゃてぃー
5efd01ba70
feat: サーバーサイレンス機能を追加 ( #12031 )
...
* feat : サーバーサイレンスを追加
* Update CHANGELOG.md
* Update CHANGELOG.md
* Update locale
* Update instance-info.vue
* update misskey-js.api.md
* lint fix
* migration fix
* 既存のものを使うように
* fix
* 色々直した
* Update packages/frontend/src/pages/admin/instance-block.vue
* Update packages/frontend/src/pages/admin/instance-block.vue
* Update packages/frontend/src/components/MkInstanceCardMini.vue
* Update packages/backend/src/core/entities/InstanceEntityService.ts
* Update packages/backend/src/core/entities/InstanceEntityService.ts
* Update packages/backend/src/core/entities/InstanceEntityService.ts
* Update packages/backend/src/core/UserFollowingService.ts
* Update packages/backend/src/core/UserFollowingService.ts
* fix: サイレンスされてるサーバーからの投稿は全部ホームにする
* fix: undefinedでfalseを返すようにした
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2023-10-16 20:11:27 +09:00
NoriDev
94d8c20882
feat: 모달 디자인을 변경할 수 있음
2023-10-16 17:21:32 +09:00
kakkokari-gtyih
4ab9eb7cf9
Feat: 外部サイトからテーマ・プラグインのインストールができるように
2023-10-14 15:43:01 +09:00
NoriDev
f2100011aa
enhance(frontend): 振動機能の改善
2023-10-12 20:09:55 +09:00
NoriDev
0e2f25bc05
Merge pull request #11982 from misskey-dev/misskey
2023-10-12 16:16:35 +09:00
NoriDev
458f92a8aa
Merge remote-branch 'misskey/develop'
2023-10-12 15:45:25 +09:00
syuilo
373c2af46a
clean up
2023-10-10 18:11:58 +09:00
かっこかり
af1087aed4
Feat:「ファイルの詳細」ページを追加 ( #11995 )
...
* (add) ファイルビューア
* Update Changelog
* 既存のAPIを利用
* run api extratctor
* Change i18n
* (add) ページに関する説明を追加
* Update CHANGELOG
* (fix) design, classes
2023-10-10 10:43:43 +09:00
かっこかり
e3224380c9
Merge branch 'develop' into unread-notif-count
2023-10-08 23:05:45 +09:00
かっこかり
4bbfc98883
Feat: タイムライン更新中に広告を挿入 ( #11989 )
...
* Feat: タイムライン更新中に広告を挿入
* 翻訳を変更
* Run api extractor
* fix api extractor
* Update locales/ja-JP.yml
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* confirm -> mkinfo
* MkInputにmin, maxを指定できるように
* 負の値が指定されたら何もしない
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2023-10-08 17:56:44 +09:00
kakkokari-gtyih
45680d7a28
オプトインにする
2023-10-07 18:46:20 +09:00
かっこかり
5e8c0deab3
プライバシーポリシー・運営者情報のリンクを追加 ( #11925 )
...
* 運営者情報・プライバシーポリシーリンクを追加
* Update Changelog
* Run api extractor
* プライバシーポリシー・利用規約の同意をまとめる
* Update Changelog
* fix lint
* fix
* api extractor
* improve design
* nodeinfoにプライバシーポリシー・運営者情報を追加
2023-10-07 13:13:13 +09:00
NoriDev
81dc594742
Merge remote-branch 'misskey/develop'
2023-10-05 14:37:54 +09:00
NoriDev
b94731163a
feat: クライアントのアップデート通知を改善
2023-10-04 21:09:54 +09:00
Camilla Ett
e4ade46a2d
fix(frontend): クライアント設定から13.7.0で削除されたチャット機能に関するサウンド設定を削除 ( #11912 )
...
* fix(frontend): クライアント設定から13.7.0で削除されたチャット機能に関するサウンド設定を削除
* fix(frontend): 各localesからsfx/chat sfx/chatbgを削除
2023-10-04 20:17:05 +09:00
NoriDev
d627cdbf2c
feat: クライアントのアップデート通知チャンネルを選択できる
2023-10-04 16:05:56 +09:00
syuilo
b40329887f
revert: note editing
2023-10-04 12:05:01 +09:00
syuilo
17b83ff4c1
enhance: TLキャッシュ容量を設定できるように
2023-10-04 08:46:27 +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
e8d249f62b
feat: クライアントのアップデートがある場合の通知
2023-10-02 02:30:02 +09:00