summaryrefslogtreecommitdiff
path: root/packages/backend (follow)
Commit message (Collapse)AuthorAgeFilesLines
* update depssyuilo2022-07-252-140/+141
|
* tweak rate limitsyuilo2022-07-241-1/+1
|
* chore(deps): bump undici from 5.5.1 to 5.8.0 in /packages/backend (#9028)dependabot[bot]2022-07-231-3/+3
| | | | | | | | | | | | | | | Bumps [undici](https://github.com/nodejs/undici) from 5.5.1 to 5.8.0. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v5.5.1...v5.8.0) --- updated-dependencies: - dependency-name: undici dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps): bump file-type from 17.1.2 to 17.1.3 in /packages/backend (#9030)dependabot[bot]2022-07-232-5/+5
| | | | | | | | | | | | | | | Bumps [file-type](https://github.com/sindresorhus/file-type) from 17.1.2 to 17.1.3. - [Release notes](https://github.com/sindresorhus/file-type/releases) - [Commits](https://github.com/sindresorhus/file-type/compare/v17.1.2...v17.1.3) --- updated-dependencies: - dependency-name: file-type dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* update tfjssyuilo2022-07-232-76/+97
|
* リモートユーザーを正しくブロックできるように修正す ↵xianon2022-07-221-1/+1
| | | | (#9027)
* chore: improve error message of bootsyuilo2022-07-211-0/+2
|
* fix(server): make sure `getFileInfo` doesn't fail if `detectSensitivity` ↵Acid Chicken (硫酸鶏)2022-07-191-2/+6
| | | | ever fails (#9020)
* Update 1651224615271-foreign-key.jssyuilo2022-07-171-3/+3
| | | | #8852
* Update 1651224615271-foreign-key.jssyuilo2022-07-161-1/+1
| | | | #8852
* fix(server): fix bind of methodsyuilo2022-07-161-0/+1
| | | Fix #9006
* tweak boot.jssyuilo2022-07-141-2/+11
|
* tweak boot.jssyuilo2022-07-141-6/+8
|
* tweak boot.jssyuilo2022-07-141-4/+4
|
* chore: use tabsyuilo2022-07-141-19/+19
|
* improve error handling of client bootsyuilo2022-07-141-9/+15
|
* log error while client bootsyuilo2022-07-141-0/+2
|
* update depssyuilo2022-07-132-87/+116
|
* fix(sw, notification): Don't issue an event if there is no affect (#8979)tamaina2022-07-131-1/+3
| | | | | * test * ]v]
* enhance: read theme color nodeinfo (#8977)Johann1502022-07-132-3/+4
| | | | | | | | * provide theme color in nodeinfo metadata * read theme color from nodeinfo Prefer to read the theme color from the nodeinfo since it is more performant than performing selector search on a DOM.
* Make tensorflow an optinal dependency (#8986)nvisser2022-07-131-1/+3
|
* feat: support <plain> syntax for mfmsyuilo2022-07-121-0/+6
|
* Fix crash at startup if TensorFlow is not supported (#8984)MeiMei2022-07-121-2/+22
| | | | | | | | | | | * Lazy loading tensorflow * CHANGELOG * CHANGELOG * Check CPU flags * .
* re: update mfm-js 0.23.0-canary.1syuilo2022-07-111-1/+1
|
* update mfm-js 0.23.0-canary.1syuilo2022-07-102-7/+7
|
* chore: fix lint errors (#8981)yzhe8192022-07-103-3/+3
|
* enhance(sw): If receiving a push notification issued more than a day, ignore ↵tamaina2022-07-101-0/+1
| | | | | | | | | | | | | it. (#8980) * enhance(sw): ignore old push notification * :v: * 半日 * !== * 1日
* fix: QueryFailedError when logging user's IPs (#8973)dogcraft2022-07-101-2/+2
| | | | | * fix QueryFailedError when logging user's IPs * use `orIgnore` to fix
* update summalysyuilo2022-07-092-38/+15
|
* Fix Attempts to update all notifications (#8974)MeiMei2022-07-091-1/+1
| | | | | | | * Fix massive update notification parameters * CHANGELOG * CHANGELOG
* enhance: make active email validation configurablesyuilo2022-07-095-8/+37
|
* enhance(server): tweak identicon generationsyuilo2022-07-091-20/+29
|
* fix testsyuilo2022-07-081-0/+9
|
* feat: auto nsfw detection (#8840)syuilo2022-07-0730-52/+1109
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * feat: auto nsfw detection * :v: * Update ja-JP.yml * Update ja-JP.yml * ポルノ判定のしきい値を高めに * エラーハンドリングちゃんとした * Update ja-JP.yml * 感度設定を強化 * refactor * feat: add video support for auto nsfw detection * rename: image -> media * .js * fix: add missing error handling * fix: use valid pathname instead of using filename due to invalid usage * perf(nsfw-detection): decode frames * disable detection of video for some reasons * perf(nsfw-detection): streamify detection process for video * disable disallowUploadWhenPredictedAsPorn option * fix(nsfw-detection): improve reliability * fix(nsfw-detection): use Math.ceil instead of Math.round * perf(nsfw-detection): delete tmp frames after used * fix(nsfw-detection): FSWatcher does not emit ready event * perf(nsfw-detection): skip black frames * refactor: strip exists check * Update package.json * めっちゃ変えた * lint * Update COPYING * オプションで動画解析できるように * Update yarn.lock * Update CHANGELOG.md Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2022-07-071-3/+3
|\
| * chore(deps): bump moment from 2.29.3 to 2.29.4 in /packages/backend (#8958)dependabot[bot]2022-07-071-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [moment](https://github.com/moment/moment) from 2.29.3 to 2.29.4. - [Release notes](https://github.com/moment/moment/releases) - [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md) - [Commits](https://github.com/moment/moment/compare/2.29.3...2.29.4) --- updated-dependencies: - dependency-name: moment dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | chore(server): tweak api for adminsyuilo2022-07-071-1/+1
|/
* chore(server): tweak api for adminsyuilo2022-07-071-1/+1
|
* enhance: Styled error screen (#8946)Kainoa Kanter2022-07-071-13/+153
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Styled error screen * Make details margin auto * Update boot.css * Replace fontawesome with tabler svg * Remove hr * Add new style to flush screen * Rename to `error.css` * Fix * Update base.pug * Finally fix! * Wrap details in `<code>` * Add style to flush * Fix * BIOS -> Repair tool * Fix * Typo * Adjust style * Adjust text * Flush -> Clear * Revert flush changes * Responsive * Also hide splash
* revert: feat: styled error screen (#8930)syuilo2022-07-064-138/+11
|
* perf: allow get for notes/reactionssyuilo2022-07-051-0/+3
|
* rename: BIOS -> Repair Toolsyuilo2022-07-052-3/+3
|
* feat: styled error screen (#8930)Kainoa Kanter2022-07-054-11/+138
| | | | | | | | | | | | | | | * Styled error screen * Make details margin auto * Update boot.css * Replace fontawesome with tabler svg * Remove hr * Add new style to flush screen * Rename to `error.css`
* Add additional drive capacity change support (#8867)CyberRex2022-07-057-3/+79
| | | | | | | | | | | | | | | | | | | | | | | | * Add additional drive capacity change support * Update packages/backend/src/server/api/endpoints/admin/drive-capacity-override.ts Co-authored-by: Johann150 <johann@qwertqwefsday.eu> * :art: * show instance default capacity in placeholder * fix * update api/drive * fix * remove : * fix lint Co-authored-by: Johann150 <johann@qwertqwefsday.eu> Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* fix: streamingテストおそい (#8912)MeiMei2022-07-032-754/+395
|
* fix typosyuilo2022-07-031-1/+1
|
* feat: moderation notesyuilo2022-07-035-1/+51
|
* feat(server): add fetch-rss api to reduce dependency of external apissyuilo2022-07-024-1/+56
|
* feat: Log user ips (#8872)syuilo2022-07-0223-61/+283
| | | | | | | | | | | | | | | | | | | * wip * store ip and headers * Update admin-file.vue * require admin for view ip/headers * IP (recent) 消した * admin必須 * opt in * clean ips periodically * respect logging setting in drive/files/create
* enhance(server): アンケートを新しい順にソートsyuilo2022-07-021-3/+12
|