summaryrefslogtreecommitdiff
path: root/packages/backend/src/server/api (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix: postgres type errorJohann1502022-05-151-1/+1
| | | | Fix a bug introduced in #8659. Solution was already tested there.
* CAPTCHA求めるのは2fa認証が無効になっているときだけにしたsyuilo2022-05-151-12/+12
| | | | 2faのトークンは期限付きだから、CAPTCHA解いてる間に期限切れになる
* feat: make captcha required when signin to improve securitysyuilo2022-05-151-4/+21
|
* fix: ↵tamaina2022-05-141-1/+8
| | | | | | | ユーザー検索で、クエリがusernameの条件を満たす場合はusernameもLIKE検索するように (#8644) * Fix #8643 * 部分一致にする
* fix: keep file order (#8659)Johann1502022-05-141-4/+8
|
* enhance: Display TOTP Register URLsyuilo2022-05-141-3/+5
| | | | | | Close #7261 Co-Authored-By: tamaina <tamaina@hotmail.co.jp>
* feat: Improve Push Notification (#7667)tamaina2022-04-304-30/+68
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * clean up * ev => data * refactor * clean up * add type * antenna * channel * fix * add Packed type * add PackedRef * fix lint * add emoji schema * add reversiGame * add reversiMatching * remove signin schema (use Signin entity) * add schemas refs, fix Packed type * wip PackedHoge => Packed<'Hoge'> * add Packed type * note-reaction * user * user-group * user-list * note * app, messaging-message * notification * drive-file * drive-folder * following * muting * blocking * hashtag * page * app (with modifying schema) * import user? * channel * antenna * clip * gallery-post * emoji * Packed * reversi-matching * update stream.ts * https://github.com/misskey-dev/misskey/pull/7769#issuecomment-917542339 * fix lint * clean up? * add app * fix * nanka iroiro * wip * wip * fix lint * fix loginId * fix * refactor * refactor * remove follow action * clean up * Revert "remove follow action" This reverts commit defbb416480905af2150d1c92f10d8e1d1288c0a. * Revert "clean up" This reverts commit f94919cb9cff41e274044fc69c56ad36a33974f2. * remove fetch specification * renoteの条件追加 * apiFetch => cli * bypass fetch? * fix * refactor: use path alias * temp: add submodule * remove submodule * enhane: unison-reloadに指定したパスに移動できるように * null * null * feat: ログインするアカウントのIDをクエリ文字列で指定する機能 * null * await? * rename * rename * Update read.ts * merge * get-note-summary * fix * swパッケージに * add missing packages * fix getNoteSummary * add webpack-cli * :v: * remove plugins * sw-inject分離したがテストしてない * fix notification.vue * remove a blank line * disconnect intersection observer * disconnect2 * fix notification.vue * remove a blank line * disconnect intersection observer * disconnect2 * fix * :v: * clean up config * typesを戻した * Update packages/client/src/components/notification.vue Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> * disconnect * oops * Failed to load the script unexpectedly回避 sw.jsとlib.tsを分離してみた * truncate notification * Update packages/client/src/ui/_common_/common.vue Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> * clean up * clean up * キャッシュ対策 * Truncate push notification message * クライアントがあったらストリームに接続しているということなので通知しない判定の位置を修正 * components/drive-file-thumbnail.vue * components/drive-select-dialog.vue * components/drive-window.vue * merge * fix * Service Workerのビルドにesbuildを使うようにする * return createEmptyNotification() * fix * i18n.ts * update * :v: * remove ts-loader * fix * fix * enhance: Service Workerを常に登録するように * pollEnded * URLをsw.jsに戻す * clean up Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* bump jsrsasignsyuilo2022-04-231-2/+2
|
* fix: アンテナ、クリップ、リストの表示を速くする (#8518)xianon2022-04-193-18/+6
| | | | | | | | | * アンテナノートを取得するクエリがタイムアウトしないように速くする * テーブル名を直接指定しないようにする * クリップの取得を速くする * リストの取得を速くする
* fix ogp rendering and refactorsyuilo2022-04-171-1/+1
|
* refactorsyuilo2022-04-171-11/+11
|
* refactor: fix typesyuilo2022-04-172-4/+4
|
* refactor: fix typesyuilo2022-04-173-37/+43
|
* refactor: fix typesyuilo2022-04-172-4/+4
|
* refactor: fix typesyuilo2022-04-171-4/+15
|
* refactor: fix typesyuilo2022-04-171-5/+10
|
* Streaming経由でのAPIリクエストを削除syuilo2022-04-171-34/+6
|
* refactor: fix typesyuilo2022-04-171-4/+4
|
* refactor: fix typesyuilo2022-04-171-4/+4
|
* refactor: fix typesyuilo2022-04-172-4/+4
|
* refactoesyuilo2022-04-161-1/+1
|
* refactorsyuilo2022-04-081-8/+8
|
* fix(api): parameter validation of users/show was wrongsyuilo2022-04-061-3/+3
|
* fix typessyuilo2022-04-031-1/+2
|
* chore: fix lintsyuilo2022-04-038-31/+30
|
* fix: validation (better #8456) (#8461)Johann1502022-04-0329-105/+298
| | | | | | | | | * Revert "revert 484e023c0" This reverts commit c03b70c949923b830a6d0361d1aa4d5f5614b7b7. * also allow pure renote * fix checks for pure renote
* fix(api): admin/update-meta was not workingsyuilo2022-04-031-1/+3
|
* revert 484e023c0syuilo2022-04-0229-292/+100
|
* feat: Webhook (#8457)syuilo2022-04-027-0/+226
| | | | | | | | | | | * feat: introduce webhook * wip * wip * wip * Update CHANGELOG.md
* enhance(doc): required input fields (#8456)Johann1502022-04-0229-100/+292
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * remove empty file If the endpoint is to be implemented later, the file can be added back, but for now it is confusing to have an empty file. * enhance(doc): document defaults Default for `isPublic` is based on the database schema default value. Defaults for `local` and `withFiles` are based on the behaviour of the endpoint. * enhance(doc): explain nullable emoji category * fix: make nullable if default is null * enhance(doc): explain mute attribute expiresAt * fix: define required fields - `notes/create`: the default for `text` has been removed because ajv can not handle `default` inside of `anyOf`, see https://ajv.js.org/guide/modifying-data.html#assigning-defaults and the default value cannot be `null` if text is `nullable: false` in the `anyOf` first alternative. - `notes/create`: The `mediaIds` property has been marked as deprecated because it has the same behaviour as using `fileIds`, but the implementation tries to handlè `fileIds` first. - The result schema for `admin/emoji/list` has been altered because the `host` property will always be `null` as it is filtered this way in the database query. See packages/backend/src/server/api/endpoints/admin/emoji/list.ts line 67. * enhance(doc): explain nullable hostname * update changelog Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* fix(server): admin/meta is not workingsyuilo2022-04-011-0/+2
| | | | Fix #8455
* fix(server): add missing importsyuilo2022-03-291-0/+1
|
* perf(server): reduce db query when get notificationssyuilo2022-03-261-0/+2
|
* refactor: migrate to typeorm 3.0 (#8443)syuilo2022-03-26188-371/+390
| | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * Update following.ts * wip * wip * wip * Update resolve-user.ts * maxQueryExecutionTime * wip * wip
* perf(server): refactor and performance improvementssyuilo2022-03-2519-49/+59
|
* refactorsyuilo2022-03-252-8/+3
|
* refactor: separate meta api for admin or notsyuilo2022-03-252-184/+401
|
* fix API console (#8416)Johann1502022-03-191-2/+2
| | | | Adjusted the server to send the API description based on the new API type declarations introduced previously.
* fix(server): ulidを使用していると動作しない問題を修正syuilo2022-03-111-1/+1
|
* remove HTTPS handling (#8380)Johann1502022-03-081-8/+0
|
* delete needless instance drive columnssyuilo2022-03-071-4/+0
|
* feat: 時限ミュートsyuilo2022-03-041-0/+6
| | | | #7677
* feat: instance default themesyuilo2022-03-012-0/+20
|
* fix esmsyuilo2022-02-271-1/+1
|
* fixsyuilo2022-02-271-0/+2
|
* Fix avatar/banner proxy (#8346)tamaina2022-02-2722-34/+121
| | | | | | | | | | | | | | | | | | | | * Fix avatar/banner proxy Co-authored-by: mei23 <m@m544.net> * use getAvatarUrl * fix * join avatar and banner to improve performance * join * Update hybrid-timeline.ts * fix Co-authored-by: mei23 <m@m544.net> Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* refactor: Use ESM (#8358)syuilo2022-02-27355-1571/+2145
| | | | | | | | | | | | | | | * wip * wip * fix * clean up * Update tsconfig.json * Update activitypub.ts * wip
* fix: better language settingssyuilo2022-02-261-2/+2
| | | | | Fix #8359 Fix #7968
* プライベートタブでログインし直すと文字数がNaNになる ↵syuilo2022-02-201-0/+6
| | | | 題を修正
* プロフィールの追加情報を最大16まで保存できるようにsyuilo2022-02-201-1/+1
| | | | | Close #8225 Close #8234