summaryrefslogtreecommitdiff
path: root/src/server/api/index.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactoringsyuilo2021-11-121-113/+0
| | | | Resolve #7779
* feat: ↵syuilo2021-10-081-0/+2
| | | | | | | | | | | | | | | アカウント作成にメールアドレス必須にするオプション (#7856) * feat: アカウント作成にメールアドレス必須にするオプション * ui * fix bug * fix bug * fix bug * :art:
* ファイルサイズのハードリミット (#7760)MeiMei2021-09-041-1/+6
| | | | | * maxFileSize * CHANGELOG
* fix: mochaが動かないため拡張子なしに戻したsyuilo2021-08-191-8/+8
|
* refactor: refactoring importssyuilo2021-08-191-8/+8
| | | | | | | | 将来ESMに移行しやすいように Related: #7658 なんかmochaが起動しなくなってるけど理由不明 すぐ直したい
* feat: トークン手動発行機能syuilo2020-07-181-1/+1
|
* 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.
* fix(api): Fix #6418 (#6442)syuilo2020-06-041-9/+17
|
* lint fixmei232020-03-281-1/+1
|
* Implement MiAuthsyuilo2020-03-281-1/+23
|
* Update dependencies :rocket:syuilo2019-09-271-2/+2
|
* 様々な修正 (#4859)Satsuki Yanagi2019-05-051-1/+1
| | | Typo, Redundant code, Syntax error の修正
* More punysyuilo2019-04-101-4/+1
|
* Use PostgreSQL instead of MongoDB (#4572)syuilo2019-04-071-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * Update note.ts * Update timeline.ts * Update core.ts * wip * Update generate-visibility-query.ts * wip * wip * wip * wip * wip * Update global-timeline.ts * wip * wip * wip * Update vote.ts * wip * wip * Update create.ts * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * Update files.ts * wip * wip * Update CONTRIBUTING.md * wip * wip * wip * wip * wip * wip * wip * wip * Update read-notification.ts * wip * wip * wip * wip * wip * wip * wip * Update cancel.ts * wip * wip * wip * Update show.ts * wip * wip * Update gen-id.ts * Update create.ts * Update id.ts * wip * wip * wip * wip * wip * wip * wip * Docker: Update files about Docker (#4599) * Docker: Use cache if files used by `yarn install` was not updated This patch reduces the number of times to installing node_modules. For example, `yarn install` step will be skipped when only ".config/default.yml" is updated. * Docker: Migrate MongoDB to Postgresql Misskey uses Postgresql as a database instead of Mongodb since version 11. * Docker: Uncomment about data persistence This patch will save a lot of databases. * wip * wip * wip * Update activitypub.ts * wip * wip * wip * Update logs.ts * wip * Update drive-file.ts * Update register.ts * wip * wip * Update mentions.ts * wip * wip * wip * Update recommendation.ts * wip * Update index.ts * wip * Update recommendation.ts * Doc: Update docker.ja.md and docker.en.md (#1) (#4608) Update how to set up misskey. * wip * :v: * wip * Update note.ts * Update postgre.ts * wip * wip * wip * wip * Update add-file.ts * wip * wip * wip * Clean up * Update logs.ts * wip * :pizza: * wip * Ad notes * wip * Update api-visibility.ts * Update note.ts * Update add-file.ts * tests * tests * Update postgre.ts * Update utils.ts * wip * wip * Refactor * wip * Refactor * wip * wip * Update show-users.ts * Update update-instance.ts * wip * Update feed.ts * Update outbox.ts * Update outbox.ts * Update user.ts * wip * Update list.ts * Update update-hashtag.ts * wip * Update update-hashtag.ts * Refactor * Update update.ts * wip * wip * :v: * clean up * docs * Update push.ts * wip * Update api.ts * wip * :v: * Update make-pagination-query.ts * :v: * Delete hashtags.ts * Update instances.ts * Update instances.ts * Update create.ts * Update search.ts * Update reversi-game.ts * Update signup.ts * Update user.ts * id * Update example.yml * :art: * objectid * fix * reversi * reversi * Fix bug of chart engine * Add test of chart engine * Improve test * Better testing * Improve chart engine * Refactor * Add test of chart engine * Refactor * Add chart test * Fix bug * コミットし忘れ * Refactoring * :v: * Add tests * Add test * Extarct note tests * Refactor * 存在しないユーザーにメンションできなくなっていた問題を修正 * Fix bug * Update update-meta.ts * Fix bug * Update mention.vue * Fix bug * Update meta.ts * Update CONTRIBUTING.md * Fix bug * Fix bug * Fix bug * Clean up * Clean up * Update notification.ts * Clean up * Add mute tests * Add test * Refactor * Add test * Fix test * Refactor * Refactor * Add tests * Update utils.ts * Update utils.ts * Fix test * Update package.json * Update update.ts * Update manifest.ts * Fix bug * Fix bug * Add test * :art: * Update endpoint permissions * Updaye permisison * Update person.ts #4299 * データベースと同期しないように * Fix bug * Fix bug * Update reversi-game.ts * Use a feature of Node v11.7.0 to extract a public key (#4644) * wip * wip * :v: * Refactoring #1540 * test * test * test * test * test * test * test * Fix bug * Fix test * :sushi: * wip * #4471 * Add test for #4335 * Refactor * Fix test * Add tests * :clock4: * Fix bug * Add test * Add test * rename * Fix bug
* ハイフンに統一syuilo2019-02-241-0/+4
|
* /api/v1/instance/peers 復活 (#4339)MeiMei2019-02-211-0/+13
| | | | | | * /api/v1/instance/peers 復活 * use Instance
* Module '@koa/cors' as import syntax (#4060)Acid Chicken (硫酸鶏)2019-02-011-1/+1
|
* Fix pathsyuilo2019-02-011-1/+1
|
* API modules as import syntax (#4069)Acid Chicken (硫酸鶏)2019-01-311-7/+11
|
* Close #3380 (#4061)Acid Chicken (硫酸鶏)2019-01-311-2/+0
| | | | | | | | * Delete index.ts * Delete emoji.ts * Update index.ts
* Use for-of instead of forEach (#3583)Aya Morisawa2018-12-111-4/+7
| | | | Co-authored-by: syuilo <syuilotan@yahoo.co.jp> Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* No caching /api/ (#3411)MeiMei2018-11-271-0/+6
|
* Resolve #3366syuilo2018-11-231-1/+0
|
* WIP: Add Discord auth (#3239)Acid Chicken (硫酸鶏)2018-11-151-0/+1
| | | | | | * Add Discord auth * Apply review 175263424
* GitHub / Twitter連携の設定をDBに保存するようにsyuilo2018-11-071-0/+1
|
* Implement /api/v1/instance/peers (#2913)MeiMei2018-10-161-0/+2
| | | | | | | | | | * Implement /api/v1/instance/peers * Use punycode * Remove Cache-Control * Rename
* Implement API testssyuilo2018-10-161-1/+1
|
* Return 404 for unknown APImei232018-08-241-0/+5
|
* Refactor: withFile --> requireFilesyuilo2018-07-251-1/+1
|
* 良い感じにsyuilo2018-07-161-1/+1
|
* Fixsyuilo2018-06-191-1/+0
|
* Use wildcardsyuilo2018-06-171-1/+5
|
* corssyuilo2018-06-171-0/+2
|
* wipsyuilo2018-04-131-1/+2
|
* wipsyuilo2018-04-131-1/+3
|
* wipsyuilo2018-04-131-0/+2
|
* wipsyuilo2018-04-131-34/+22
|
* ストリーム経由でAPIにリクエストできるようにsyuilo2018-04-111-1/+0
|
* :v:syuilo2018-03-291-0/+55