summaryrefslogtreecommitdiff
path: root/packages/backend/package.json (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* update deps (#13624)syuilo2024-05-041-57/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update deps * Update package.json * update deps * build: pass --strip-leading-paths to restore 0.2.x behavior (#13684) * :v: * :v: * pureimageの代わりに@napi-rs/canvasを使う (#13748) * pureimageの代わりに@napi-rs/canvasを使う * remove writestream * remove createtemp * wip * Update ClientServerService.ts * update pnpm to 9.x * update deps * re: update pnpm to 9.x * update node * :v: --------- Co-authored-by: anatawa12 <anatawa12@icloud.com> Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* fix(backend): バックエンドのpnpm ↵おさむのひと2024-04-041-4/+4
| | | | | | | devによるビルド後にbuild-assetsを行うようにする (#13659) * moveto scripts * add scripts/dev.mjs
* fix: URLプレビューの動作改善+動作設定を可能にする (#13579)おさむのひと2024-03-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | * wip * support new version * URLプレビュー無効化時、フロント側も非表示にしてリクエストをしないようにする * fix lint * fix lint * tweak preview request error handles * fix: CHANGELOG.md * fix * fix --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* test(backend): enable typecheck by workflow (#13526)zyoshoka2024-03-071-1/+1
|
* update depssyuilo2024-03-011-4/+4
|
* update depssyuilo2024-03-011-3/+3
|
* update depssyuilo2024-02-291-23/+23
|
* fix: SSR時のmetaをエスケープするように (#13440)かっこかり2024-02-231-0/+2
| | | | | * fix: SSR時のmetaをエスケープするように * エスケープ方法を変更
* fix: Bump sharp to 0.33.2 (#13391)tamaina2024-02-211-2/+2
|
* refactor(backend): remove/replace deprecated type deps (#13252)zyoshoka2024-02-161-3/+1
|
* update depssyuilo2024-02-091-5/+5
|
* update depssyuilo2024-01-301-13/+13
|
* enhance(reversi): improve desync handlingsyuilo2024-01-231-1/+0
|
* fix: 2024-01-22 10:50時点のdevelopにてCIがコケている (#13060)おさむのひと2024-01-221-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix: バブルゲームのビルド失敗修正 * fix: api.jsonの定義誤りを修正 * fix: lint.yml(typecheck) * fix: fix eslint error * fix: frontend vitest version * fix: frontend vitest version * fix: * fix: cypress * fix: misskey-js test * fix: misskey-js tsd(tsdはpakcage.jsonのexportsをサポートしない?) * fix: conflict * fix: 間違えて上書きしたところを修正 * fix: 再 * fix: api.json * fix: api.json * fix: タイムアウト延長 * Update packages/misskey-js/jest.config.cjs Co-authored-by: Sayamame-beans <61457993+Sayamame-beans@users.noreply.github.com> --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> Co-authored-by: Sayamame-beans <61457993+Sayamame-beans@users.noreply.github.com>
* update depssyuilo2024-01-211-26/+26
|
* feat: reversisyuilo2024-01-191-0/+2
| | | | Resolve #12962
* enhance(backend): テストの高速化 (#12939)おさむのひと2024-01-081-2/+10
| | | | | | | | | | | * enhance(backend): テストの高速化 * add ls * 自動的にマージされるようなので不要 * 起動方法を揃える * fix test
* chore: use @misskey-dev/eslint-plugin (#12860)tamaina2023-12-311-0/+1
| | | Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* chore: use summaly, browser-image-resizer, and sharp-read-bmp on ↵tamaina2023-12-311-2/+2
| | | | | | | | | | | | | | | registry.npmjs.org instead of git (#12856) * chore: use @misskey-dev/summaly on registry.npmjs.org instead of git * fix backend dependency * fic backend dependency * @misskey-dev/sharp-read-bmp * fix * use @misskey-dev/browser-image-resizer
* feat(backend/oauth): allow CORS for token endpoint (#12814)Kagami Sascha Rosylight2023-12-271-1/+1
| | | | | | | * feat(backend/oauth): allow CORS for token endpoint * no need to explicitly set origin to `*` * Update CHANGELOG.md
* enhance: Unicode ↵zyoshoka2023-12-181-2/+2
| | | | 15.0で新たに追加された絵文字をリアクションに使えるように (#12683)
* update mfm-jssyuilo2023-12-181-1/+1
|
* update depssyuilo2023-12-181-2/+2
|
* update depssyuilo2023-12-161-5/+5
|
* (dev-mode) devモードの改善 (#12639)おさむのひと2023-12-141-1/+3
| | | | | | | | | | | | | * fix dev-mode * fix dev-mode * fix dev-mode * fix dev-mode --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* update depssyuilo2023-12-141-2/+2
|
* update depssyuilo2023-12-141-6/+6
|
* update depssyuilo2023-12-091-14/+14
|
* chore: ↵おさむのひと2023-12-081-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 開発モードでフロントエンドとバックエンドを独立して起動するようにする(再) (#12593) * [wip]run standalone vite * [wip]run standalone vite * some fix (tabler icons, sw, streaming) * fix theme * fix run scripts * favicon * client-assets * cssの読み込み順序とCSP設定の変更 * fix lang change * fix clientManifest * baseを相対パスにしてドメイン直下とサブディレクトリ配下両方に対応 * 色々修正 * 色々修正 * 色々修正 * fix * Revert "client-assets" This reverts commit 582601e90eb771875bdf8aba263da2316a59d01b. # Conflicts: # packages/frontend/vite.config.ts * 色々修正 * fix * fix * add url and proxy to server proxy * Update packages/frontend/src/index.html * wip * Merge remote-tracking branch 'origin/develop' into feat/launch-standalone-frontend # Conflicts: # packages/frontend/src/pages/welcome.entrance.a.vue * Merge remote-tracking branch 'origin/develop' into feat/launch-standalone-frontend # Conflicts: # packages/frontend/src/pages/welcome.entrance.a.vue * fix tabler load * Apply suggestions from code review * Update packages/frontend/src/index.html * fix * fix vite.config.local-dev.ts * fix CONTRIBUTING.md --------- Co-authored-by: FruitRiin <nassii74@gmail.com> Co-authored-by: osamu <46447427+sam-osamu@users.noreply.github.com> Co-authored-by: 果物リン <fruitriin@riinswork.space> Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> Co-authored-by: ozelot <contact@ozelot.dev>
* update depssyuilo2023-12-041-12/+12
|
* update depssyuilo2023-11-271-27/+27
|
* swagger-cli validateがvalidとなるapi.jsonを作れるようにする ↵おさむのひと2023-11-221-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | (#12403) * api.jsonがswagger-cli validateでエラーにならないように生成ロジックを修正 * フィールドの消し方に不備があったので変更 * バックエンドを起動しなくてもapi.jsonを作れるようにした * deepCopyしてからレスポンス部分を作るようにした * fix CHANGELOG.md * securitySchemesの定義を復活&ApiCallServiceの実装的にベアラトークンなのでその形で * bodyが無い(空オブジェクト)のときはrequestBodyを描画しないようにする * allowGetがtrueな項目はget用の記載も作成 --------- Co-authored-by: osamu <46447427+sam-osamu@users.noreply.github.com> Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* update typescript to 5.3syuilo2023-11-211-1/+1
|
* backendのプロジェクトで単体で start できないのを修正 (#12371)果物リン2023-11-191-2/+2
|
* update depssyuilo2023-11-171-8/+8
|
* enhance(backend): Implementation of HTTP header and body validation to fix ↵Jaehong Kang2023-11-151-0/+1
| | | | | | | SIF-2023-002 (#12334) Using Buffer instead of string Co-authored-by: perillamint <perillamint@silicon.moe>
* Merge pull request from GHSA-3f39-6537-3cgcsyuilo2023-11-141-1/+2
| | | | | | | | This commit implements HTTP header and body validation to fix [SIF-2023-002](https://advisory.silicon.moe/advisory/sif-2023-002/) Signed-off-by: perillamint <perillamint@silicon.moe> Co-authored-by: perillamint <perillamint@silicon.moe> Co-authored-by: yunochi <yuno@yunochi.com>
* update depssyuilo2023-11-141-45/+45
|
* update depssyuilo2023-11-031-5/+5
|
* update depssyuilo2023-11-011-10/+10
|
* update depssyuilo2023-10-281-10/+10
|
* feat: Facilitates the rollback of migration operations (#12109)MomentQYC2023-10-231-0/+1
| | | | | * Update package.json * Update package.json
* update depssyuilo2023-10-231-6/+6
|
* update depssyuilo2023-10-201-1/+1
|
* update depssyuilo2023-10-191-33/+33
|
* update depssyuilo2023-10-181-10/+10
|
* update depssyuilo2023-10-171-2/+2
|
* update depssyuilo2023-10-161-11/+11
|
* update depssyuilo2023-10-101-5/+5
|
* update depssyuilo2023-10-091-4/+4
|