summaryrefslogtreecommitdiff
path: root/src/server/api (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 「すべて既読にする」でグループメッセージが既読にな ↵fuyu2020-07-041-1/+12
| | | | ない問題を修正 (#6476)
* chore(deps): Update dependencies :rocket:syuilo2020-06-271-1/+1
|
* Revert "fix(api): Fix #6418 (#6442)"syuilo2020-06-051-17/+9
| | | | This reverts commit 83ec906ee7c5d9bd42b11129f3f0b3df85287b3c.
* feat: Observe notification read and fix #6406 (#6407)syuilo2020-06-042-3/+5
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Resolve https://github.com/syuilo/misskey/pull/6406#issuecomment-633203670 * Improve typing * Observe notification read * capture readAllNotifications * fix * fix * Refactor * Update src/client/components/notification.vue Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> * Update src/client/components/notification.vue Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> * missing ; Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
| * Improve typingtamaina2020-05-262-3/+5
| |
* | fix(api): Fix #6418 (#6442)syuilo2020-06-041-9/+17
| |
* | fix(api): Fix #6419syuilo2020-06-031-1/+5
|/ | | | Close #6434
* refactor: use Object.fromEntries() instead of in-house implementation (#6401)tamaina2020-05-231-11/+9
| | | | | | * refactor: use Object.fromEntries() instead of in-house implementation * Remove extra type assertions
* リレーに不正なURLは追加できないように (#6351)MeiMei2020-05-151-0/+15
| | | | | * リレーに不正なURLは追加できないように * lint
* pub-relay (#6341)MeiMei2020-05-103-0/+68
| | | | | | | | | | | | | | | * pub-relay * relay actorをApplicationにする * Disable koa-compress * Homeはリレーに送らない * Disable debug * UI * cleanupなど
* chore(lint): Add missing semicolonssyuilo2020-05-102-2/+2
|
* Update src/server/api/private/signup.tsAcid Chicken (硫酸鶏)2020-05-021-1/+1
|
* refactorsyuilo2020-05-021-15/+18
|
* Refactor codesAcid Chicken (硫酸鶏)2020-04-291-1/+1
|
* Add support for hCaptchaAcid Chicken (硫酸鶏)2020-04-283-1/+49
|
* chore(server): Add TODOsyuilo2020-04-261-0/+4
|
* Fix #6289syuilo2020-04-211-1/+1
|
* カスタム絵文字リアクションがプレビューされない不具 ↵Xeltica2020-04-181-1/+5
| | | | | | | を修正 fix #6272 (#6273) * カスタム絵文字リアクションがプレビューされない不具合を修正 * add comments
* Resolve #5755syuilo2020-04-132-0/+10
|
* プロキシの除外ホスト (#6244)MeiMei2020-04-122-0/+9
| | | | | | | | | | | * プロキシの除外ホスト * オブジェクトストレージとの通信にProxyを使うかを選択できるように * fix lint * コメント Co-authored-by: rinsuki <428rinsuki+git@gmail.com>
* Use node-fetch instead of request (#6228)MeiMei2020-04-092-60/+14
| | | | | | | | | | | * requestをnode-fetchになど * format * fix error * t * Fix test
* refactor: Use ===syuilo2020-04-045-13/+13
|
* enhance(server): Log error message when internal error occuredsyuilo2020-04-041-1/+1
|
* APIリファレンスのカテゴリ処理の修正 (#6218)MeiMei2020-04-0316-13/+19
| | | | | * APIリファレンスのカテゴリ処理の修正 * tune
* feat(streaming): Add emoji added eventsyuilo2020-04-022-0/+14
|
* Refactoringsyuilo2020-03-313-23/+3
|
* Merge branch 'master' into developsyuilo2020-03-313-5/+9
|\
| * Fix #6203syuilo2020-03-313-5/+9
| |
* | APIの権限設定漏れを修正 (#6202)MeiMei2020-03-302-2/+4
| | | | | | | | | | * Fix: 権限設定漏れ * requireAdmin
* | admin/accounts/createで一般ユーザーがアカウントを作成し放 ↵MeiMei2020-03-301-1/+1
| | | | | | | | なのを修正 (#6205)
* | Fix #6199 (#6201)MeiMei2020-03-292-2/+3
| |
* | トークン系の乱数ソースではcryptoを使うように (#6200)MeiMei2020-03-294-8/+8
|/
* Add miauth info into meta.featuressyuilo2020-03-291-0/+1
|
* アプリの権限を確認できるようにsyuilo2020-03-291-0/+1
|
* Fix typesyuilo2020-03-291-1/+1
|
* Fix bugsyuilo2020-03-293-5/+5
|
* Refactor: Use ===syuilo2020-03-291-1/+1
|
* Merge branch 'develop' of https://github.com/syuilo/misskey into developsyuilo2020-03-281-1/+1
|\
| * lint fixmei232020-03-281-1/+1
| |
* | Fix bugsyuilo2020-03-281-1/+2
|/
* Update gen-token.tssyuilo2020-03-281-0/+1
|
* インストールしたアプリ見れるようにしたり削除できる ↵syuilo2020-03-281-0/+24
| | | | うにしたり
* Resolve #6192syuilo2020-03-2811-36/+73
|
* Add i/apps private APIsyuilo2020-03-281-0/+41
|
* Implement MiAuthsyuilo2020-03-2811-25/+115
|
* wipsyuilo2020-03-271-46/+1
|
* Fix #6180syuilo2020-03-231-2/+9
|
* Refactorsyuilo2020-03-231-4/+4
|
* Fix #6110syuilo2020-03-212-0/+5
| | | | updatedAt が null なユーザーは検索に出てこなくなる副作用あり
* Resolve #6110syuilo2020-03-212-2/+7
|