summaryrefslogtreecommitdiff
path: root/src/server (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* fix(server): use csp to imporve securitysyuilo2021-08-242-0/+8
|
* refactoringsyuilo2021-08-221-3/+1
|
* clean upsyuilo2021-08-211-5/+0
|
* feat: Implement api sw/unregister (#7611)tamaina2021-08-211-0/+27
| | | | | | | | | * Implement api sw/unregister * remove all mode * add changelog Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* enhance(server): Use job queue for account delete (#7668)syuilo2021-08-211-2/+11
| | | | | | | | | | | | | | | | | | | | | | | * enhance(server): Use job queue for account delete Fix #5336 * ジョブをひとつに * remove done call * clean up * add User.isDeleted * コミット忘れ * Update 1629512953000-user-is-deleted.ts * show dialog * lint * Update 1629512953000-user-is-deleted.ts
* fix: use correct query generate function (#7657)Johann1502021-08-201-2/+2
| | | Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* refactor: use path alias to improve readabilitysyuilo2021-08-199-10/+10
|
* fix importsyuilo2021-08-191-1/+1
|
* fix: mochaが動かないため拡張子なしに戻したsyuilo2021-08-19364-1659/+1659
|
* refactor: refactoring importssyuilo2021-08-19364-1679/+1703
| | | | | | | | 将来ESMに移行しやすいように Related: #7658 なんかmochaが起動しなくなってるけど理由不明 すぐ直したい
* enhance(server): Improve user block (#7640)syuilo2021-08-1733-12/+196
| | | | | | | | | | | | | | | | | | | | | * enhance(server): Improve user block * Update CHANGELOG.md * ユーザーリスト対応 * 相手から見れなくなるように * Update 1629004542760-chart-reindex.ts https://github.com/misskey-dev/misskey/commit/2365761ba5445f26c8b66b3b20ef4be44e70d549#commitcomment-54919821 * update test * add test * add todos * Update 1629004542760-chart-reindex.ts
* fix(server): ja-JPのような形式にDeepLが対応してないsyuilo2021-08-151-1/+4
|
* feat: ノートの翻訳機能syuilo2021-08-153-0/+97
| | | | Resolve #5213
* Introduce e2e testsyuilo2021-08-121-0/+21
|
* Improve docsyuilo2021-08-101-5/+13
|
* Update html commentsyuilo2021-08-101-5/+10
|
* fix bug that docs not loadingsyuilo2021-08-071-1/+1
|
* Improve docssyuilo2021-08-051-4/+25
|
* 認証の修正 (#7597)MeiMei2021-07-188-15/+41
| | | | | | | | | | | | | | | | | | | | | * authenticateのキャッシュを廃止 * 凍結ユーザーがサインイン出来てしまうのを修正 * 凍結ユーザーはストリーミング接続出来ないように * 他人のアクセストークンはrevoke出来ないように, 正常削除を待機するように * ユーザー/アクセストークンを無効化したらストリーミングを切断するように * Revert TODO * ストリーミングterminateは、ユーザー削除後に行うように * signinでsuspendは別のエラーにする * トークン再生成後のストリーミング切断は少し待つように * サスペンド後のストリーミング切断はローカルユーザーのみに
* API ↵MeiMei2021-07-182-10/+21
| | | | AuthenticateでDB接続エラーなどが発生するとログアウトさせられてしまうのを修正 Fix #7603 (#7604)
* Refactoringsyuilo2021-07-154-5/+4
|
* Custom CSSsyuilo2021-07-141-0/+7
|
* Resolve #7165syuilo2021-07-091-3/+20
|
* improve typesyuilo2021-06-301-4/+4
|
* カスタム絵文字インポート時もemojiAddedイベントを発行す ↵syuilo2021-06-231-2/+7
| | | | るように
* fix api response definitionsyuilo2021-06-081-65/+2
|
* Remove entity descriptionssyuilo2021-06-0822-95/+0
| | | | #6627
* refactor typesyuilo2021-06-0812-19/+19
|
* Remove endpoint descriptionssyuilo2021-06-08198-1904/+0
| | | | #6627
* Supports Array ActivityStreams type (#7536)MeiMei2021-05-311-5/+5
| | | | | | | | | | | * Supports Array type * Fix * Fix Service to Note * Update type.ts Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* Resolve #7538syuilo2021-05-281-0/+7
|
* fix typesyuilo2021-05-281-2/+2
|
* Add image description support (#7518)nullobsi2021-05-281-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * recieve image descriptions under the name property * fix other components * use comment for alt and title * allow editing of file comment * allow editing of file comment in note dialog * federate note comments * use file instead of this * backend should accept comment on update * update now actually accepts comment * allow multiline descriptions * image should also have description attached * Update locales/ja-JP.yml Co-authored-by: rinsuki <428rinsuki+git@gmail.com> * Use custom component with side-by-side image * improve usability on mobile devices * revert changes * Update post-form-attaches.vue * Update drive.file.vue * Update media-caption.vue Co-authored-by: rinsuki <428rinsuki+git@gmail.com> Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* improve typessyuilo2021-05-283-4/+9
|
* Fix search-by-tag (#7531)MeiMei2021-05-231-16/+19
| | | | | | | | | | | | | * Fix search-by-tag * Revert "Fix search-by-tag" This reverts commit c971d1d5d82f2d8b58fdec76e42f4404339ab83a. * Fix typo * Remove unused var * インジェクションは[]を返すように
* Resolve #6563 (#7524)syuilo2021-05-212-3/+3
| | | | | | | * Resolve #6563 * Update note.ts * Update generate-visibility-query.ts
* Create get-index-stats.tssyuilo2021-05-081-0/+26
|
* Improve adsyuilo2021-05-081-0/+1
|
* Improve adsyuilo2021-05-073-1/+9
|
* APIドキュメントが見れなくなっているのを修正など (#7500)MeiMei2021-05-051-0/+2
| | | | | | | * Test api.json * Fix typo * Fix api-doc
* Ad (#7495)syuilo2021-05-045-1/+212
| | | | | | | | | | | | | | | | | | | * wip * Update ad.vue * Update default.widgets.vue * wip * Create 1620019354680-ad.ts * wip * Update ads.vue * wip * Update ad.vue
* Password reset (#7494)syuilo2021-05-043-0/+123
| | | | | | | | | | | | | | | | | | | * wip * wip * Update well-known.ts * wip * clean up * Update request-reset-password.ts * Update forgot-password.vue * Update reset-password.ts * Update request-reset-password.ts
* Fix #7480syuilo2021-04-261-10/+10
|
* ギャラリー投稿の編集と削除syuilo2021-04-262-0/+121
|
* Gallery (#7194)syuilo2021-04-2412-1/+548
| | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip
* Make admin/update-remote-user publicsyuilo2021-04-231-2/+1
|
* choresyuilo2021-04-211-3/+5
|
* Update Misskey descriptionsyuilo2021-04-201-1/+1
|
* Use FontAwesome as web font instead of vue component (#7469)syuilo2021-04-201-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * wip * wip * wip * wip * wip * Update yarn.lock * wip * wip
* Update index.ts (#7463)okpierre2021-04-191-1/+1
|