1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2024-12-13 06:08:58 +09:00
Commit Graph

1834 Commits

Author SHA1 Message Date
NoriDev
8ccf966ef8 Merge remote-branch 'misskey/develop' 2023-08-08 16:03:36 +09:00
NoriDev
85e9e1da16 feat: ノート作成フォームの「ノート」ボタンを「にゃん!」に変更できるオプションを追加 2023-08-07 16:59:10 +09:00
tamaina
db5046ed3a fix typo 2023-08-06 12:16:49 +00:00
tamaina
722a731c26 chore: Increase displayLimit in about.federation.vue
https://github.com/misskey-dev/misskey/issues/11355#issuecomment-1666823238
2023-08-06 12:15:28 +00:00
Ibuki Sugiyama
e11320dbb7
feat: increase emoji picker search results (#11371)
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2023-08-05 14:05:32 +09:00
tamaina
2217a3c549
chore: cacheRemoteFilesのデフォルト値をfalseに (#11398)
* chore: cacheRemoteFilesのデフォルト値をfalseに

* proxyRemoteFiles to default

* update ja-JP.yml

* update ja-JP.yml

* youCanCleanRemoteFilesCache

* changelog

---------

Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2023-08-05 14:03:01 +09:00
anatawa12
c5b8766a18
feat: sensitive channel (#11438)
* feat(backend): add isSensitive to Channel

* feat(backend): support isSensitive in channel endpoints

* feat(frontend/channel-editor): support isSensitive in create/edit channel page

* feat(frontend/channel): show sensitive indicator for sensitive channels

* docs(changelog): add チャンネルをセンシティブ指定できるようになりました

* chore: license header for each file

* chore: add isSensitive of channel to Note object
2023-08-05 13:58:31 +09:00
NoriDev
bd936458b5 fix b7e427ae 2023-08-05 00:54:42 +09:00
NoriDev
fb75a2dd93 fix: 設定バックアップ時に一部の設定が欠落してバックアップされる問題 2023-08-05 00:49:21 +09:00
NoriDev
b7e427ae10 tweak 5ad37c97 2023-08-05 00:43:35 +09:00
NoriDev
5ad37c9700 feat: スクロール時の要素表示(ヘッダー、フローティングボタン、ナビゲーションバー)をカスタマイズできるオプションを追加 2023-08-05 00:30:29 +09:00
NoriDev
93e65570ba store.tsの順番の変更 2023-08-04 17:31:17 +09:00
NoriDev
d72934f27d chore: removed unused import 2023-08-04 17:18:06 +09:00
NoriDev
66e76bff67 feat: about-misskeyページでクライアントバージョンを押すと、更新情報を確認できる 2023-08-04 16:59:34 +09:00
NoriDev
d5579d89aa Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop 2023-08-04 16:36:40 +09:00
NoriDev
11f3e3b7a1 refactor(frontend/friendly): ぼかしコードをフローティングボタンにもマージ 2023-08-04 16:33:59 +09:00
NoriDev
13534588d4 fix(frontend/friendly): ぼかし効果を使用すると、下部のナビゲーションバーの読みやすさが非常に低下する問題 2023-08-02 17:34:15 +09:00
tamaina
b465bcd601 chore(frontend): video sourceからtypeを削除
Resolve #7894
2023-08-02 08:14:17 +00:00
NoriDev
32c2bc1c44 fix(frontend): モバイルでヘッダーのデザインを変更すると、ぼかし設定が強制された 2023-08-02 17:07:42 +09:00
NoriDev
73f419950a lint 2023-08-02 17:03:44 +09:00
NoriDev
fa625f48d6 Merge commit 'refs/pull/11361/head' of https://github.com/misskey-dev/misskey into develop 2023-08-02 16:11:31 +09:00
NoriDev
69ef7a3bf8 Merge remote-branch 'misskey/develop' 2023-08-02 16:08:31 +09:00
かっこかり
8ea08e59a8
Merge branch 'develop' into mfm-rainbow-fallback 2023-08-01 20:10:12 +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
かっこかり
7430c48c9d
Merge branch 'develop' into mfm-rainbow-fallback 2023-07-31 21:56:18 +09:00
syuilo
2b4c8c9e0f
update deps (#11409)
* update deps

* Update .eslintrc.js

* Update .eslintrc.js

* lint

* lint

* Update update.ts

* update deps

* Update .eslintrc.js
2023-07-31 19:14:20 +09:00
Ebise Lutica
4aed5968f6
enhance(frontend): 押したリアクションのデザインを改善 (#11434)
* enhance(frontend): 押したリアクションのデザインを改善

* Update CHANGELOG
2023-07-31 17:38:41 +09:00
Ebise Lutica
007ed5c929
enhance(frontend): TwitterアイコンをXに変更 (#11436) 2023-07-31 17:05:40 +09:00
NoriDev
c43b7ffa2a feat: 絵文字ピッカーの検索の表示件数を100件に増加 2023-07-31 16:47:55 +09:00
tamaina
61c9b0757e Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop 2023-07-31 05:54:49 +00:00
tamaina
62e347c270 chore: Safari(beta?)でTLのマージンがおかしいのを修正 2023-07-31 05:54:30 +00:00
tamaina
bdf390eb7e
fix(frontend): 未読のお知らせの「わかった」をクリック・タップしてもその場で「わかった」が消えない問題を修正 (#11433)
* fix(frontend): 未読のお知らせの「わかった」をクリック・タップしてもその場で「わかった」が消えない問題を修正

* remove comment

* clean up

* ✌️

* add CHANGELOG
2023-07-31 14:13:34 +09:00
Kagami Sascha Rosylight
a52f63ec6a
fix(frontend, misskey-js): make block switch work (#11429)
* fix(frontend, misskey-js): make block switch work

* Update CHANGELOG.md
2023-07-31 12:22:57 +09:00
かっこかり
b70911d7b7
Merge branch 'develop' into mfm-rainbow-fallback 2023-07-31 08:11:38 +09:00
NoriDev
52b8907b3f fix(frontend): 「いいねのみ」に設定されたノートで、いいねをキャンセルしようとすると、アイコンが正しく表示されない 2023-07-29 19:49:46 +09:00
NoriDev
24f57d1527 enhance(frontend): ロールの編集ページのボタンをヘッダーに移動 2023-07-28 21:16:52 +09:00
NoriDev
46b8a0b665 Update CherryPick Patrons 2023-07-28 19:32:39 +09:00
NoriDev
0676c73a9d Merge remote-branch 'misskey/master' 2023-07-28 19:28:30 +09:00
NoriDev
90b4a7a023 feat: 一度に2つ以上の絵文字をアップロードすることができる 2023-07-28 18:59:05 +09:00
Kagami Sascha Rosylight
339086995f
chore(frontend): support Spotify for brainDiver (#11407)
* chore(frontend): support Spotify for brainDiver

* no lowercase

* album

* syntax fix

* Update packages/frontend/src/components/MkPostForm.vue

Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>

* reformat

---------

Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
2023-07-28 17:46:43 +09:00
syuilo
ab3cd7b837 chore: add missing license identifier 2023-07-28 14:02:58 +09:00
Kagami Sascha Rosylight
eb7b5f905a
feat(backend): support OAuth 2.0 authorization (#11053)
* feat(backend): support OAuth 2.0 authorization

* secureRndstr fix

* nanndekowareta

* nanndekowareta2

* nanndekowareta3

* unref?

* refactor to not close fastify

* use microformats-parser

* Update OAuth2ProviderService.ts

* clarify the reason behind dns lookup

* refactor(backend): use @types/oauth2orize-pkce (#11350)

* refactor(backend): use @types/oauth2orize-pkce

* Update package.json

* Update pnpm-lock.yaml

---------

Co-authored-by: Kagami Sascha Rosylight <saschanaz@outlook.com>

---------

Co-authored-by: mtgto <hogerappa@gmail.com>
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2023-07-27 18:51:58 +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
かっこかり
414aff4ad9
Merge branch 'develop' into mfm-rainbow-fallback 2023-07-27 09:18:45 +09:00
setaria
78b502bcab
URL取得変数を関数に変更 #11392 (#11393) 2023-07-27 09:00:22 +09:00
kabo2468
71b016b293
fix: PhotoSwipeによるクライアントのメモリリークの解消 (#11395)
* Destroy PhotoSwipe on unmounted

* Update CHANGELOG.md
2023-07-27 06:44:16 +09:00
Acid Chicken (硫酸鶏)
090253c2d2
fix(frontend): replies to channel posts could change the visibility 2023-07-27 00:58:37 +09:00
tamaina
b8360b1b5a fix(frontend): Remove errors in prefeerences-backups.vue 2023-07-26 12:40:45 +00:00