Commit Graph

497 Commits

Author SHA1 Message Date
38ae0c4c1e Merge remote-tracking branch 'refs/remotes/misskey-dev/master'
Conflicts:
	package.json
	packages/client/src/components/MkButton.vue
	packages/client/src/components/ui/button.vue
	packages/client/src/pages/timeline.tutorial.vue
2022-09-10 21:24:53 +09:00
6214d65ff5 fix: gaba limit 2022-09-10 19:39:47 +09:00
7c89a27e61 update deps 2022-09-10 19:14:07 +09:00
1b014bc3e5 fix(server): 他人の通知を既読にできる可能性があるのを修正 2022-09-06 20:54:49 +09:00
057d1642c8 Update typeorm to 0.3.9 (#9083) 2022-09-06 14:57:46 +09:00
47b2e56967 update deps 2022-08-27 16:34:14 +09:00
773139b737 enhance(client): add html color-schema support 2022-08-27 00:39:59 +09:00
dddc076d01 update deps 2022-08-13 18:45:29 +09:00
62cfc4ce13 fix: backend note test (文字数オーバー) 2022-08-12 04:31:09 +09:00
8bc0b8e53d Merge tag '12.118.1' into develop 2022-08-08 17:00:45 +09:00
f3164c9cf2 fix: use new for throw error
Co-Authored-By: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
2022-08-01 17:44:53 +09:00
78f061b9db update deps 2022-07-31 22:01:01 +09:00
b5bf4e75a6 use es2021 for node 2022-07-31 14:20:10 +09:00
f835421d70 update deps 2022-07-25 21:10:06 +09:00
9f5c8f42e0 tweak rate limit 2022-07-24 17:56:48 +09:00
d93ad43c49 chore(deps): bump undici from 5.5.1 to 5.8.0 in /packages/backend (#9028)
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>
2022-07-23 14:41:01 +09:00
ab9fcc863f chore(deps): bump file-type from 17.1.2 to 17.1.3 in /packages/backend (#9030)
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>
2022-07-23 14:40:54 +09:00
3acfeb1680 update tfjs 2022-07-23 14:31:15 +09:00
b6556c7ff1 リモートユーザーを正しくブロックできるように修正する (#9027) 2022-07-22 15:41:31 +09:00
53d24c2ba1 chore: improve error message of boot 2022-07-21 22:30:36 +09:00
049be7caab Merge tag '12.117.1' into develop 2022-07-19 17:25:25 +09:00
a3c2dbbfb5 fix(server): make sure getFileInfo doesn't fail if detectSensitivity ever fails (#9020) 2022-07-19 17:09:21 +09:00
781dcdef53 Merge tag '12.116.1' into develop 2022-07-17 15:40:44 +09:00
bec2d9e3fa Update 1651224615271-foreign-key.js
#8852
2022-07-17 05:12:59 +09:00
65bb111a90 Merge tag '12.116.0' into develop 2022-07-17 00:06:29 +09:00
e4453e9ca8 Update 1651224615271-foreign-key.js
#8852
2022-07-16 23:51:32 +09:00
c1c8c9c37c fix(server): fix bind of method
Fix #9006
2022-07-16 19:03:41 +09:00
44f560b453 tweak boot.js 2022-07-14 22:25:57 +09:00
f2e91f4d62 tweak boot.js 2022-07-14 22:04:16 +09:00
10f4815d34 tweak boot.js 2022-07-14 21:52:58 +09:00
d78faf1134 chore: use tab 2022-07-14 21:02:45 +09:00
cb00786f1e improve error handling of client boot 2022-07-14 20:41:17 +09:00
61e26696aa log error while client boot 2022-07-14 20:29:45 +09:00
ed9cd9a770 Merge remote-tracking branch 'misskey-dev/develop' into develop 2022-07-13 22:14:40 +09:00
e30a03b5c4 update deps 2022-07-13 21:37:48 +09:00
ae92378689 fix(sw, notification): Don't issue an event if there is no affect (#8979)
* test

* ]v]
2022-07-13 21:07:49 +09:00
714c80bf3f enhance: read theme color nodeinfo (#8977)
* 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.
2022-07-13 21:06:24 +09:00
947f079735 Make tensorflow an optinal dependency (#8986) 2022-07-13 21:00:59 +09:00
4550a4459b feat: support <plain> syntax for mfm 2022-07-12 12:03:38 +09:00
660781afd9 Fix crash at startup if TensorFlow is not supported (#8984)
* Lazy loading tensorflow

* CHANGELOG

* CHANGELOG

* Check CPU flags

* .
2022-07-12 10:38:57 +09:00
a5648fb07f re: update mfm-js 0.23.0-canary.1 2022-07-11 23:13:23 +09:00
18206e3cf6 update mfm-js 0.23.0-canary.1 2022-07-10 21:09:37 +09:00
9107de63b4 chore: fix lint errors (#8981) 2022-07-10 19:47:29 +09:00
83ebe79a3f enhance(sw): If receiving a push notification issued more than a day, ignore it. (#8980)
* enhance(sw): ignore old push notification

* ✌️

* 半日

* !==

* 1日
2022-07-10 15:15:21 +09:00
d92200a6d6 fix: QueryFailedError when logging user's IPs (#8973)
* fix QueryFailedError when logging user's IPs

* use `orIgnore` to fix
2022-07-10 11:02:46 +09:00
eb8ab56f46 Merge remote-tracking branch 'misskey-dev/develop' into develop 2022-07-09 18:56:47 +09:00
49012f8352 update summaly 2022-07-09 18:23:21 +09:00
53e54c22fa Fix Attempts to update all notifications (#8974)
* Fix massive update notification parameters

* CHANGELOG

* CHANGELOG
2022-07-09 18:18:39 +09:00
75d516011b enhance: make active email validation configurable 2022-07-09 15:05:55 +09:00
522ddba3d7 enhance(server): tweak identicon generation 2022-07-09 13:22:35 +09:00