summaryrefslogtreecommitdiff
path: root/packages/backend/src/server (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix: provide NoSuchNoteError errorsyuilo2023-09-201-0/+2
|
* refactor(backend): update directory structure for modelssyuilo2023-09-2046-74/+74
|
* fixsyuilo2023-09-201-0/+2
|
* refactor(backend): extract clip-related logics to ClipServicesyuilo2023-09-205-147/+53
|
* fixsyuilo2023-09-171-1/+1
|
* enhance: ↵syuilo2023-09-172-2/+12
| | | | 各ノートが被クリップ数を保持するようにし、無意味にnotes/clipsを叩かないように
* enhance(backend): improve server icon settingsyuilo2023-09-164-46/+82
| | | | | Resolve #11481 Resolve #10901
* update deps (#11820)syuilo2023-09-15286-287/+287
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* enhance nodeinfo by prpoagate the standart keys for homepage and repository ↵65432023-09-141-0/+3
| | | | (#11830)
* enhance(backend): configure ratelimit for notification creation apissyuilo2023-09-122-0/+10
|
* feat: テスト通知を送信できるようにする (#11810)かっこかり2023-09-113-0/+38
| | | | | | | | | | | * (add) Notification test * Update Changelog * (add) backend, frontend impl * globalEventの名前を明確にする * Run API Extractor
* fixsyuilo2023-09-111-1/+4
|
* fixsyuilo2023-09-111-1/+1
|
* feat: nodeinfo 2.1 (#11805)xtex2023-09-101-11/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * feat: enable nodeinfo 2.1 Since 9dd06a7621d1745b30ed1c2b1d94d34143dd638e, nodeinfo 2.1 has been released. Signed-off-by: xtex <xtexchooser@duck.com> * feat: only add software.repository to nodeinfo 2.1 https://github.com/jhass/nodeinfo/commit/e54c48e171b6f6bed6fbe2b6c0bdd8d3c16f7909 Signed-off-by: xtex <xtexchooser@duck.com> * feat: add software.homepage url to nodeinfo 2.1 https://github.com/jhass/nodeinfo/commit/507822cb3c16d84dac884d878e32825ade54028d Signed-off-by: xtex <xtexchooser@duck.com> * fix: set proper Content-Type for nodeinfo Signed-off-by: xtex <xtexchooser@duck.com> * style: fix lint warnings Signed-off-by: xtex <xtexchooser@duck.com> --------- Signed-off-by: xtex <xtexchooser@duck.com>
* enhance: ↵Ebise Lutica2023-09-101-0/+3
| | | | | | | | | | | | | センシティブチャンネルはユーザーのノート一覧から除外 (#11797) * enhance: センシティブチャンネルはユーザーのノート一覧から除外 * READMEに明記 * Update notes.ts --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* feat: passkey support (#11804)syuilo2023-09-087-248/+127
| | | https://github.com/MisskeyIO/misskey/pull/149
* fix(backend): timeout when querying mentions (#11799)Ezekiel Lee2023-09-081-0/+2
|
* feat(backend): Webhook設定でsecretを空に出来るように (#11784)Sayamame-beans2023-09-062-4/+4
| | | | | * feat(backend): allow webhook secret to be empty * Update CHANGELOG.md
* enhance(backend): タイムライン等の有効期限を設定可能にsyuilo2023-09-051-1/+2
| | | | Resolve #11773
* update deps (#11764)syuilo2023-09-045-8/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 * :art:
* Respond .well-known/host-meta.json with application/json (#11777)xtex2023-09-031-1/+1
| | | | | | | | According to RFC 6415 appendix-A. The server MUST include the HTTP "Content-Type" response header field with a value of "application/json". Any other "Content-Type" value (or lack thereof) indicates that the server does not support the JRD format. "application/jrd+json" is only used by WebFinger (RFC 7033)
* feat: Refine 2fa (#11766)syuilo2023-08-283-0/+15
| | | | | | | | | | | | | * wip * Update 2fa.qrdialog.vue * Update 2fa.vue * Update CHANGELOG.md * tweak * :v:
* プロフィールにその人が作ったPlayの一覧出せるように ↵GrapeApple02023-08-214-0/+69
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#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>
* fix: antennas validation (#11469)White-Green2023-08-212-2/+5
|
* feat: Removing stack trace info in production env (#11657)MomentQYC2023-08-211-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * feat: Hiding stack traces in production env * sytle * style * style * add SPDX * move ./error.js to ./misc/error.js * revert: remove frontend changes * feat: Hiding stack traces in production env * feat: Hiding stack traces in production env * revert * revert * revert * change and fix * revert * fix queue endpoint test --------- Co-authored-by: tamaina <tamaina@hotmail.co.jp> Co-authored-by: Kagami Sascha Rosylight <saschanaz@outlook.com>
* fix(backend): ↵syuilo2023-08-201-1/+3
| | | | ジョブキュー管理画面の認証を回避できる問題を修正
* chore(backend): Resolve `import/no-default-export` rule violations (#11732)woxtu2023-08-17338-669/+338
| | | | | * Disable `import/no-default-export` properly * Disable `import/no-default-export`
* refactor: prefix Mi for all entities (#11719)syuilo2023-08-1646-211/+211
| | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * Update RepositoryModule.ts * wip * wip * wip * Revert "wip" This reverts commit c1c13b37d2aaf3c65bc148212da302b0eb7868bf.
* feat: refine announcement (#11497)syuilo2023-08-136-115/+61
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * Update read-announcement.ts * wip * wip * wip * Update index.d.ts * wip * Create 1691649257651-refine-announcement.js * wip * wip * wip * wip * wip * wip * Update announcements.vue * wip * wip * Update announcements.vue * wip * Update announcements.vue * wip * Update misskey-js.api.md * Update users.ts * Create MkAnnouncementDialog.stories.impl.ts * wip * wip * Create AnnouncementService.ts
* fix: muteがapiからのuser list timeline取得で機能しない (#11480)anatawa122023-08-081-0/+4
|
* feat: sensitive channel (#11438)anatawa122023-08-052-0/+4
| | | | | | | | | | | | | | | * 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
* Fix typos (#11450)woxtu2023-08-051-1/+1
|
* refactor(backend): Remove unused injections (#11462)woxtu2023-08-0552-208/+34
| | | | | * Remove unused injections * Remove unused imports
* update deps (#11409)syuilo2023-07-312-1/+5
| | | | | | | | | | | | | | | | | * update deps * Update .eslintrc.js * Update .eslintrc.js * lint * lint * Update update.ts * update deps * Update .eslintrc.js
* chore: add missing license identifiersyuilo2023-07-281-0/+5
|
* feat(backend): support OAuth 2.0 authorization (#11053)Kagami Sascha Rosylight2023-07-274-1/+497
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* chore: ↵Shun Sakai2023-07-27395-0/+1978
| | | | | | | | | | | | | | 著作権とライセンスについての情報を各ファイルに追加する (#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>
* Use promises API (#11351)woxtu2023-07-271-5/+2
|
* fix: hide sensitive gallery image on OGP (#11380)Acid Chicken (硫酸鶏)2023-07-251-2/+6
|
* fix(backend): Use OFFSET instead of SKIP when using LIMIT (#11379)tamaina2023-07-258-10/+10
| | | | | * fix(backend): Use OFFSET instead of SKIP when using LIMIT * update CHANGELOG.md
* Use BullMQAdapter (#11367)hutchisr2023-07-251-2/+2
|
* enhance: Add OGP data for notes with multiple images/videos (#11142)Alex2023-07-211-10/+12
| | | | | | | | | | | | | | | | | * Add OGP data for notes with multiple images/videos * Update CHANGELOG.md * Update packages/backend/src/server/web/views/note.pug Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> * Update packages/backend/src/server/web/views/note.pug Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> --------- Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* fix(backend): ↵syuilo2023-07-211-5/+5
| | | | antennas/notesを叩いてもアンテナの無効化が解除されないことがある問題を修正
* fix(server): ↵meron2023-07-211-0/+2
| | | | | | | アンテナ再有効の手段にアンテナ設定の更新を追加 (#11036) * fix(server): アンテナ再有効の手段にアンテナの表示とアンテナ設定の更新を追加 * 無効+Redisも空なアンテナの再有効化手段を antennas/update だけに
* chore(backend): better error message for unsupported attestation (#11333)Kagami Sascha Rosylight2023-07-211-1/+1
|
* enhance(backend): admin/emoji/addで作成した絵文字を返すようにsyuilo2023-07-201-3/+3
|
* enhance: ↵syuilo2023-07-201-0/+6
| | | | | | ユーザーにロールが期限付きでアサインされている場合、その期限をユーザーのモデレーションページで確認できるように Close #11059
* Fix auto-fixable issues (#11314)woxtu2023-07-1916-30/+30
|
* enhance(backend): add unix socket support (#11275)dogcraft2023-07-171-1/+12
| | | | | | | | | | | * unix socket support * add changelog * lint --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* feat(backend): allow disabling cache for sensitive files (#11245)Kagami Sascha Rosylight2023-07-153-2/+16
| | | | | | | | | | | | | * feat(backend): allow disabling cache for sensitive files * Update CHANGELOG.md * fix storybook * Update locales/ja-JP.yml --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>