summaryrefslogtreecommitdiff
path: root/packages/backend (follow)
Commit message (Collapse)AuthorAgeFilesLines
* enhance: Vite HMR while yarn dev, and more build tuning (#9361)tamaina2022-12-205-8/+33
| | | | | | | * enhance: Vite HMR while yarn dev, and more build tuning * use localhost Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* Use tabler icons (#9354)syuilo2022-12-191-1/+1
| | | | | | | | | | | | | | | | | * wip * wip * wip * Update style.scss * wip * wip * wip * wip
* fix(backend): request.body may be undefined (#9356)Kagami Sascha Rosylight2022-12-191-5/+5
|
* Revert "wip"syuilo2022-12-191-1/+1
| | | | This reverts commit f83bd31fd5fee0bb2209ad0e5359ffa473ffb30e.
* wipsyuilo2022-12-191-1/+1
|
* update depsdsyuilo2022-12-191-16/+16
|
* Fix peers API returning suspended instances (#9348)Effy Elden2022-12-191-0/+3
| | | | | * Fix peers API returning suspended instances * Fix missing comma
* wip (#9349)tamaina2022-12-191-1/+1
|
* enhance: Push notification of Antenna note (#9338)tamaina2022-12-184-7/+51
| | | | | | | | | | | | | * wip * wip * wip * fix * fix * :art:
* Remove redundant ts-node things (#9335)Kagami Sascha Rosylight2022-12-182-36/+0
|
* enhance: Implement the toggle to (or not to) close push notifications when ↵tamaina2022-12-189-2/+204
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | notifications or messages are read (#9219) * create file * wip * fix * wip * tabun dekita * :v: * implement subscribe push notification button to tutorial * check-exists→show-registration * add column sendReadMessage * fix migration file * sw api * change PushNotificationService * wip * :v: * fix tutorial footer flex
* fix(server): GitHubログインしようとするとreply.setCookie is not a ↵syuilo2022-12-171-1/+4
| | | | | | function fix #9327
* chore(backend): fix duplicated css preloadtamaina2022-12-141-5/+3
|
* Fix MetaService unit tests (#9319)Kagami Sascha Rosylight2022-12-142-17/+5
|
* Fix import related TypeScript errors (#9321)Kagami Sascha Rosylight2022-12-1419-22/+28
| | | | | | | * Add missing @types packages * Fix TS1272 type only imports * Fix TS2821 import assertion
* Call `tsc --noEmit` also for backend/client (#9316)Kagami Sascha Rosylight2022-12-131-1/+1
|
* update depssyuilo2022-12-101-17/+16
|
* improve nest loggersyuilo2022-12-104-13/+68
|
* fix #9299syuilo2022-12-101-0/+1
|
* fix: typo (#9300)xtexChooser2022-12-102-5/+5
|
* tweak blurhashsyuilo2022-12-091-1/+1
|
* refactor(server): rename AppModule to RootModulesyuilo2022-12-082-3/+3
|
* refactor(server): move RepositoryModule into models directorysyuilo2022-12-082-2/+2
|
* enhance: fallback option for media proxysyuilo2022-12-081-0/+17
|
* enhance: AVIF support (#9281)tamaina2022-12-086-10/+35
| | | | | | | | | | | | | * chore: Make image/avif browsersafe * server side * change FileInfoService * :v: * avifはMastodonでは絶望的 see https://github.com/misskey-dev/misskey/issues/9283 Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* Update ServerService.tssyuilo2022-12-081-1/+1
|
* Update ServerService.tssyuilo2022-12-081-1/+1
|
* fix(server): cookieが取得されないのを修正syuilo2022-12-063-5/+5
|
* fix(server): cookieが設定されないのを修正syuilo2022-12-064-4/+4
|
* fix(server): GitHub連携ができない問題を修正syuilo2022-12-061-2/+2
|
* update depsyuilo2022-12-061-1/+1
|
* perf(server): improve syslog performancesyuilo2022-12-061-1/+1
|
* inboxが処理できない問題を多分修正syuilo2022-12-061-0/+2
|
* chore: add missing decoration of PushNotificationServicesyuilo2022-12-061-0/+1
|
* bull-board復活syuilo2022-12-042-10/+17
|
* chore: fix import positionsyuilo2022-12-0416-16/+29
|
* refactor: introduce bindThis decorator to bind this automaticalysyuilo2022-12-04199-96/+969
|
* fix typosyuilo2022-12-041-1/+1
|
* fix import pathssyuilo2022-12-0416-16/+16
|
* chore: remove needless experimental-json-modules flagsyuilo2022-12-041-2/+2
|
* update depssyuilo2022-12-041-19/+19
|
* refactor: remove needless const notationsyuilo2022-12-041-2/+2
|
* refactorsyuilo2022-12-0493-157/+157
|
* Fix forkbomb 2tamaina2022-12-032-7/+5
| | | | | | also in extractApMentions and parseAudience Co-authored-by: mei23 <m@m544.net>
* Fastify (#9106)syuilo2022-12-0330-1032/+1017
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * fix * Update SignupApiService.ts * wip * wip * Update ClientServerService.ts * wip * wip * wip * Update WellKnownServerService.ts * wip * wip * update des * wip * Update ApiServerService.ts * wip * update deps * Update WellKnownServerService.ts * wip * update deps * Update ApiCallService.ts * Update ApiCallService.ts * Update ApiServerService.ts
* fix(server): "forkbomb" DOS mitigation (#9247)Derek2022-12-034-7/+12
| | | | | | | | | | | | | | | | | | | | * Add recursion limit to resolver * Use shared resolver in featured and question * Changelog * Changelog fix * Update CHANGELOG.md Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> * Add host to recursion limit error message Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* fix: add missing ,tamaina2022-12-021-1/+1
|
* update depssyuilo2022-11-291-14/+14
|
* refactor: migrate to Yarn Berry (v3.2.1) (#8764)Kainoa Kanter2022-11-245-9992/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Yarn berry * Add `.yarn` to dockerignore * Mention in CHANGELOG * Update Dockerfile * Proper upgrade to yarn * use `"packageManager"` * Replace `install-packages.js` with workspaces * Replace `install-packages.js` with workspaces * Typo * `corepack enable` for linting * Remove `packages/*/yarn.lock` * Improve lint workflow * Update .github/workflows/lint.yml Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> * Update .github/workflows/lint.yml Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> * Add `eslint` * Regenerate yarn.lock * 🙏‍ * Update lint.yml :thinking: * Fix workflow! * yarn lint my beloved * corepack enable for mocha/e2e * Update CHANGELOG.md * fix the code that depends on node_modules * tbh * tbh * More yarn workspaces stuff * 🍀 * Change `browser-image-resizer` * :finnadie: * :goberserk: * :godmode: * Remove yarnrc for workspaces * 🙏 * Add proper packages for eslint * Skip extra install * New steps for test.yml too * uhh * Update .dockerignore * Update lint.yml * Update test.yml * Make client/backend lints seperate workflows * package.json names * pnpm = dont change paths * Fix changelog * :bowtie: * I don't know why github workflows hates me... * test * ????? * continue-on-error: true * Fix yarn.lock Co-authored-by: ishowta <ishowta@gmail.com> * add @rollup/pluginutils * add packageExtensions for chartjs_date-fns Co-authored-by: acid-chicken <root@acid-chicken.com> * npm run => yarn * wip * yarn node => node 依存関係の記載不足の解消がかなり多いため、yarn nodeは使わない * fix * fix http-signature * fix * fix * add packageExtensions * :v: * remove `yarn set version berry` * yarn install --immutable Co-authored-by: ishowta <ishowta@gmail.com> * https://github.com/misskey-dev/misskey/pull/8764#discussion_r885749892 * enable actions/setup-node's global cache * Update .gitignore Co-authored-by: iwata <ishowta@gmail.com> * revival gulp build https://github.com/misskey-dev/misskey/pull/8764/files/66ab7591bff9b35255219057e33399a06260aa31#r885899944 * fix lockfile * Update packages/backend/package.json Co-authored-by: iwata <ishowta@gmail.com> * remove packagemanager * `yarn run gulp` in `build` instead of just `gulp` * Update CHANGELOG.md * update lockfile * Add .yarn/cache to gitignore for packages * ? * move resolutions * :v: * update lockfie * update-lockfile * update yarn.lock * fix build * fix * fix * fix: add @tensorflow/tfjs * ダメ * modify lockfile * use yarnrc * update yarnlock * add jest-mock * update-lockfile * update lockfile * update lockfile * move jest-mock, update lockfile Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> Co-authored-by: tamaina <tamaina@hotmail.co.jp> Co-authored-by: ishowta <ishowta@gmail.com>
* update depssyuilo2022-11-192-162/+172
|