summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fix(frontend): MkCodeEditorのデータバインディングを修正 (#12885)かっこかり2024-01-021-9/+6
| | | | | * (fix) MkCodeEditorの双方向データバインディング * fix
* chore(dependabot): try enabling againKagami Sascha Rosylight2023-12-311-7/+23
|
* 2024syuilo2024-01-011-1/+1
|
* chore(frontend): update vue to 3.4syuilo2023-12-312-111/+122
|
* chore: use @misskey-dev/eslint-plugin (#12860)tamaina2023-12-317-159/+162
| | | Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* chore: use summaly, browser-image-resizer, and sharp-read-bmp on ↵tamaina2023-12-3110-100/+54
| | | | | | | | | | | | | | | registry.npmjs.org instead of git (#12856) * chore: use @misskey-dev/summaly on registry.npmjs.org instead of git * fix backend dependency * fic backend dependency * @misskey-dev/sharp-read-bmp * fix * use @misskey-dev/browser-image-resizer
* Convert symbols to strings explicitly (#12844)woxtu2023-12-311-2/+2
|
* Fix a typo (#12853)woxtu2023-12-291-1/+1
|
* feat: Add support for TrueMail (#12850)MomentQYC2023-12-296-1/+160
| | | Co-authored-by: MarryDream <2190758465@qq.com>
* enhance(frontend): ↵かっこかり2023-12-292-1/+16
| | | | | | | ハッシュタグ入力時に、本文の末尾の行に何も書かれていない場合は新たにスペースを追加しないように (#12851) * (enhance) ハッシュタグ入力時に、本文の末尾の行に何も書かれていないならスペースを追記しない * Updahe Changelog
* chore(misskey-js): ↵zyoshoka2023-12-281-1/+1
| | | | `build-misskey-js-with-types`時に`api-extractor`を走らせるように (#12830)
* Update CHANGELOG.mdかっこかり2023-12-281-1/+3
|
* 2023.12.2syuilo2023-12-281-1/+1
|
* enhance(frontend): ↵Korange2023-12-285-4/+5
| | | | | | | 検索画面においてEnterキー押下で検索できるように (#12752) * enhance: 検索画面においてEnterキー押下で検索できるように * enterイベントを使用するように
* New Crowdin updates (#12820)syuilo2023-12-285-16/+108
| | | | | | | | | | | | | * New translations ja-jp.yml (Korean) * New translations ja-jp.yml (Korean (Gyeongsang)) * New translations ja-jp.yml (Korean) * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (Indonesian) * New translations ja-jp.yml (Bengali)
* fix: running from docker is broken (#12824)anatawa122023-12-282-0/+8
| | | | | | | | | | | | | | | * fix: running from docker is broken * fix: dependencies of misskey-js not found from backend * docs(changelog): Dockerでサーバーを起動できない問題を修正 * Update CHANGELOG.md Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com> --------- Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
* Update CHANGELOG.md (#12826)anatawa122023-12-281-0/+4
|
* 2023.12.1syuilo2023-12-271-1/+1
|
* feat(frontend): ↵YAVIIGI2023-12-277-1/+85
| | | | | | | | | | | | | | | | | | | | | | | | | | | 投稿ウインドウにMFM要素を追加するボタンの追加 (#12788) * functionPicker の追加 * Update CHANGELOG.md * fix lint errors * Add addMfmFunction * add enableQuickAddMfmFunction setting * Update CHANGELOG.md issue 番号を追加 * Update index.d.ts * change 'functionPicker' to 'mfmFunctionPicker' * Change indent from 4 space to 1 tab --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* Fix(frontend): ↵1Step6212023-12-272-2/+3
| | | | | | | MFMでfgとbgに長い単語を使うと改行されない問題を修正 (#12819) * MFMでfgとbgに長い単語を使うと改行されない問題を修正 * update CHANGELOG.md
* refactorsyuilo2023-12-271-1/+1
|
* fix(test): CIが落ちている問題を修正 (#12816)Chocolate Pie2023-12-274-5/+7
| | | | | | | * fix(test): CIが落ちているのを修正 * fix(ci)?: CIの`typecheck`が落ちる問題を修正 * fix(ci): コンフィグファイルのタイポを修正
* Add a prompt for Tor Browser users (#12776)MomentQYC2023-12-271-0/+1
| | | | | * perf: Add a prompt for Tor Browser users * typo
* New Crowdin updates (#12789)syuilo2023-12-275-1/+171
| | | | | | | | | | | | | | | | | | | | | | | | | * New translations ja-jp.yml (French) * New translations ja-jp.yml (Korean (Gyeongsang)) * New translations ja-jp.yml (Korean (Gyeongsang)) * New translations ja-jp.yml (Korean (Gyeongsang)) * New translations ja-jp.yml (Korean (Gyeongsang)) * New translations ja-jp.yml (French) * New translations ja-jp.yml (English) * New translations ja-jp.yml (French) * New translations ja-jp.yml (English) * New translations ja-jp.yml (Spanish) * New translations ja-jp.yml (Spanish) * New translations ja-jp.yml (Russian)
* Revert "refactor: paginationの型を明示する (#12809)" (#12810)GrapeApple02023-12-2737-93/+93
| | | This reverts commit 6855079811401be883167476726644e5730ea792.
* :art:syuilo2023-12-271-1/+2
|
* Update CHANGELOG.mdsyuilo2023-12-271-11/+1
|
* feat(backend/oauth): allow CORS for token endpoint (#12814)Kagami Sascha Rosylight2023-12-2710-48/+242
| | | | | | | * feat(backend/oauth): allow CORS for token endpoint * no need to explicitly set origin to `*` * Update CHANGELOG.md
* Merge pull request from GHSA-7pxq-6xx9-xpgmChocolate Pie2023-12-27148-581/+797
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix: fix improper authorization when accessing with third-party application * refactor: refactor type definitions * fix: get rid of unnecessary access limitation * enhance: サードパーティアプリケーションがWebsocket APIを使えるように * fix: add missing parentheses * Revert "fix(backend): add missing kind definition for admin endpoints to improve security" This reverts commit 5150053275594278e9eb23e72d98b16593c4c230. * frontend: 翻訳の抜けを訂正, read:adminとwrite:adminはアクセス発行トークンのデフォルトでは非表示にする * enhance(test): misskey-ghsa-7pxq-6xx9-xpgmに関するテストを追加 * enhance(test): Websocket APIに対するテストも追加 * enhance(refactor): `@/misc/api-permissions.ts`を`misskey-js/permissions`に統合 * fix(frontend): アクセストークン発行UIで全ての権限を有効にした際、管理者用APIへのアクセスも許可してしまう問題を修正 * enhance(backend): Websocketの接続に最低限必要な権限を変更 * fix(backend): `/api/admin/meta`をサードパーティアプリケーションからはアクセスできないように * fix(backend): エンドポイントにアクセスするために必要な権限を変更 * fix(frontend/locale): Add missing type declaration * chore: update `misskey-js/src/autogen` --------- Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* chore(frontend): update team memberssyuilo2023-12-271-0/+8
|
* refactor: paginationの型を明示する (#12809)GrapeApple02023-12-2637-93/+93
| | | | | * refactor: paginationの型を明示する * asではなくsatisfiesを使うように
* fix(backend): ↵shiosyakeyakini2023-12-262-1/+2
| | | | | | 非センシティブのみ(リモートはいいねのみ)が昨日していない問題を修正 (#12801) (#12802) Co-authored-by: sorairo <sorairo@shiosyakeyakini.info> Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* refactor(frontend): Reactivityで型を明示するように (#12791)zyoshoka2023-12-26110-344/+370
| | | | | | | * refactor(frontend): Reactivityで型を明示するように * fix: プロパティの参照が誤っているのを修正 * fix: 初期化の値を空配列に書き換えていた部分をnullに置き換え
* (dev) Issue ↵かっこかり2023-12-262-1/+12
| | | | | | | Templateに、自分で実装してPRを出したいかの意思表明を追加 (#12799) * Update 01_bug-report.yml * Update 02_feature-request.yml
* fix(frontend): ↵Soli2023-12-262-1/+2
| | | | ロールアサイン時の通知で,ロールアイコンが縮小されずに表示される問題を修正 (misskey-dev#12805) (#12806)
* Feat: クリックイベントを発生させるMFM構文を追加 (#12798)FineArchs2023-12-254-3/+21
| | | | | | | | | | | | | | | | | | | * Update MkMisskeyFlavoredMarkdown.ts * fix MkMisskeyFlavoredMarkdown.ts * Update MkAsUi.vue * Update ui.ts * Fix MkMisskeyFlavoredMarkdown.ts * Update CHANGELOG.md * fix ui.ts * revert CHANGELOG.md * Update CHANGELOG.md
* Update SECURITY.mdsyuilo2023-12-251-1/+1
|
* Update SECURITY.mdsyuilo2023-12-251-2/+1
|
* fix(frontend): ↵Sayamame-beans2023-12-252-2/+2
| | | | | | | モデログ表示の"logYellow"が機能していない問題を修正 (#12794) * fix: logYellow of moderation log was not working * docs(changelog): Fix: 一部のモデログ(logYellowでの表示対象)について、表示の色が変わらない問題を修正
* fix: 自分のdirect noteがuser list timelineに追加されない (#12782)anatawa122023-12-252-0/+2
| | | | | * fix: 自分のdirect noteがuser list timelineに追加されない * docs(changelog): Fix: 自分のdirect noteがuser list timelineに追加されない
* chore(misskey-js): update misskey-js with api.json (#12778)anatawa122023-12-246-383/+889
| | | pnpm build && pnpm build-misskey-js-with-types && pnpm --filter misskey-js api
* refactor(frontend): import宣言周りのエラーを修正 (#12773)zyoshoka2023-12-2457-83/+84
|
* Update CHANGELOG.mdsyuilo2023-12-241-1/+2
|
* Update CHANGELOG.mdsyuilo2023-12-241-1/+1
|
* New Crowdin updates (#12759)syuilo2023-12-243-9/+89
| | | | | | | | | * New translations ja-jp.yml (Spanish) * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (Korean) * New translations ja-jp.yml (Korean)
* fix: lint (#12761)Nya Candy2023-12-241-2/+4
|
* fix(backend): 1702718871541-ffVisibility.jsのdownが壊れている (#12767)おさむのひと2023-12-241-1/+3
|
* enhance(backend): ↵syuilo2023-12-244-26/+43
| | | | センシティブワードの設定がハッシュタグトレンドにも適用されるように
* ci: Get api.json from ↵anatawa122023-12-242-14/+26
| | | | | | | | | | | | | | | Misskeyでupload-artifact@v4で同名artifactでエラーになるのを修正 (#12770) * ci: upload-artifact@v4で同名artifactでエラーになるのを修正 Co-authored-by: おさむのひと <46447427+samunohito@users.noreply.github.com> * report-api-diff.ymlの最中にエラーが発生したときに分かりづらいので、PRにコメントを残すようにする * 古いget-api-diffを使ってるactionとの互換性をもたせる --------- Co-authored-by: おさむのひと <46447427+samunohito@users.noreply.github.com>
* Update CHANGELOG.mdsyuilo2023-12-231-1/+1
|