summaryrefslogtreecommitdiff
path: root/src/server/api/index.ts (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-11-12refactoringsyuilo1-113/+0
Resolve #7779
2021-10-08feat: ↵syuilo1-0/+2
アカウント作成にメールアドレス必須にするオプション (#7856) * feat: アカウント作成にメールアドレス必須にするオプション * ui * fix bug * fix bug * fix bug * :art:
2021-09-04ファイルサイズのハードリミット (#7760)MeiMei1-1/+6
* maxFileSize * CHANGELOG
2021-08-19fix: mochaが動かないため拡張子なしに戻したsyuilo1-8/+8
2021-08-19refactor: refactoring importssyuilo1-8/+8
将来ESMに移行しやすいように Related: #7658 なんかmochaが起動しなくなってるけど理由不明 すぐ直したい
2020-07-18feat: トークン手動発行機能syuilo1-1/+1
2020-06-27chore(deps): Update dependencies :rocket:syuilo1-1/+1
2020-06-05Revert "fix(api): Fix #6418 (#6442)"syuilo1-17/+9
This reverts commit 83ec906ee7c5d9bd42b11129f3f0b3df85287b3c.
2020-06-04fix(api): Fix #6418 (#6442)syuilo1-9/+17
2020-03-28lint fixmei231-1/+1
2020-03-28Implement MiAuthsyuilo1-1/+23
2019-09-27Update dependencies :rocket:syuilo1-2/+2
2019-05-05様々な修正 (#4859)Satsuki Yanagi1-1/+1
Typo, Redundant code, Syntax error の修正
2019-04-10More punysyuilo1-4/+1
2019-04-07Use PostgreSQL instead of MongoDB (#4572)syuilo1-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
2019-02-24ハイフンに統一syuilo1-0/+4
2019-02-21/api/v1/instance/peers 復活 (#4339)MeiMei1-0/+13
* /api/v1/instance/peers 復活 * use Instance
2019-02-01Module '@koa/cors' as import syntax (#4060)Acid Chicken (硫酸鶏)1-1/+1
2019-02-01Fix pathsyuilo1-1/+1
2019-01-31API modules as import syntax (#4069)Acid Chicken (硫酸鶏)1-7/+11
2019-01-31Close #3380 (#4061)Acid Chicken (硫酸鶏)1-2/+0
* Delete index.ts * Delete emoji.ts * Update index.ts
2018-12-11Use for-of instead of forEach (#3583)Aya Morisawa1-4/+7
Co-authored-by: syuilo <syuilotan@yahoo.co.jp> Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
2018-11-27No caching /api/ (#3411)MeiMei1-0/+6
2018-11-23Resolve #3366syuilo1-1/+0
2018-11-15WIP: Add Discord auth (#3239)Acid Chicken (硫酸鶏)1-0/+1
* Add Discord auth * Apply review 175263424
2018-11-07GitHub / Twitter連携の設定をDBに保存するようにsyuilo1-0/+1
2018-10-16Implement /api/v1/instance/peers (#2913)MeiMei1-0/+2
* Implement /api/v1/instance/peers * Use punycode * Remove Cache-Control * Rename
2018-10-16Implement API testssyuilo1-1/+1
2018-08-24Return 404 for unknown APImei231-0/+5
2018-07-25Refactor: withFile --> requireFilesyuilo1-1/+1
2018-07-16良い感じにsyuilo1-1/+1
2018-06-19Fixsyuilo1-1/+0
2018-06-17Use wildcardsyuilo1-1/+5
2018-06-17corssyuilo1-0/+2
2018-04-13wipsyuilo1-1/+2
2018-04-13wipsyuilo1-1/+3
2018-04-13wipsyuilo1-0/+2
2018-04-13wipsyuilo1-34/+22
2018-04-11ストリーム経由でAPIにリクエストできるようにsyuilo1-1/+0
2018-03-29:v:syuilo1-0/+0
2018-03-29Introduce processorAkihiko Odaki1-0/+0
2017-12-10他のウェブサイトから直接MisskeyAPIを利用できるようにsyuilo1-3/+1
2017-12-10Refactorsyuilo1-7/+0
2017-11-14server - ↵otofune1-1/+1
multerがテンポラリディレクトリにファイルを展開するように DiskStorageをオプション無しで呼ぶといい感じになる またチェーンを改行するようにし、デバッグ表示にパスが出るようにした
2017-10-07:v:syuilo1-1/+6
2017-10-07:v:syuilo1-0/+2
2017-08-10Fix typescriptsyuilo1-1/+3
2017-04-14Migrate to tslint 5.1.0Aya Morisawa1-2/+2
2017-02-12Remove unused codesyuilo1-12/+0
2017-02-12Revert "[Server] Fix bug"syuilo1-1/+1
This reverts commit d0f8634865be5ee1aa1c809e9f564f7aa1201d19.