Commit Graph

20948 Commits

Author SHA1 Message Date
syuilo 111d4d0149 12.112.3 2022-07-09 18:32:45 +09:00
syuilo 49012f8352 update summaly 2022-07-09 18:23:21 +09:00
MeiMei 53e54c22fa
Fix Attempts to update all notifications (#8974)
* Fix massive update notification parameters

* CHANGELOG

* CHANGELOG
2022-07-09 18:18:39 +09:00
syuilo 75d516011b enhance: make active email validation configurable 2022-07-09 15:05:55 +09:00
syuilo 522ddba3d7 enhance(server): tweak identicon generation 2022-07-09 13:22:35 +09:00
ThatOneCalculator 03b7f7d7f3 Remove from watch 2022-07-08 16:09:18 -07:00
ThatOneCalculator 7b66ac609f Add locale 2022-07-08 15:48:18 -07:00
ThatOneCalculator fe95244f49 Make optional 2022-07-08 15:45:19 -07:00
Kainoa Kanter b355c21e36
v 2022-07-08 12:57:59 -07:00
Kainoa Kanter eebdb35dda
Merge branch 'misskey-dev:develop' into repair-style 2022-07-08 12:57:21 -07:00
syuilo 4ac75243e5 12.112.2 2022-07-08 17:34:44 +09:00
MeiMei 417e75b470
DockerでAlpineではなくDebianを使用するように (#8966)
* Debian

* CHANGELOG

* Update CHANGELOG
2022-07-08 17:17:21 +09:00
syuilo 481783606f Update CHANGELOG.md 2022-07-08 11:27:49 +09:00
syuilo 3b71f985a5 Update CHANGELOG.md 2022-07-08 11:24:12 +09:00
syuilo 9a58b4160b Update CHANGELOG.md 2022-07-08 11:21:14 +09:00
syuilo 207d7e0478 fix test 2022-07-08 11:21:11 +09:00
syuilo 4bff55231f 12.112.1 2022-07-07 21:22:43 +09:00
syuilo 0890253b4c 12.112.0 2022-07-07 21:21:36 +09:00
Johann150 a1b8587ab2
enhance: show recipients of notes with specified visibility (#8949)
* enhance: reusable visibility component

* rename renote tooltip component

The tooltip that is used for renotes can be used in other cases as well.

* add tooltip for specified recipients

* add changelog entry

* Update visibility.vue

Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2022-07-07 21:17:47 +09:00
syuilo e560601815
feat: auto nsfw detection (#8840)
* feat: auto nsfw detection

* ✌️

* 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>
2022-07-07 21:06:37 +09:00
syuilo 010db2515c
New Crowdin updates (#8950)
* New translations ja-JP.yml (Thai)

* New translations ja-JP.yml (Thai)

* New translations ja-JP.yml (Thai)

* New translations ja-JP.yml (Thai)

* New translations ja-JP.yml (Thai)
2022-07-07 21:01:45 +09:00
syuilo a785f1f933 chore(client): tweak ui 2022-07-07 21:00:42 +09:00
syuilo c0eba65527 chore(client): tweak ui 2022-07-07 20:19:50 +09:00
syuilo 15a9a4b119 Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop 2022-07-07 19:08:21 +09:00
syuilo da239b8362 chore(server): tweak api for admin 2022-07-07 19:08:18 +09:00
dependabot[bot] 10f7e976ee
chore(deps): bump moment from 2.29.3 to 2.29.4 in /packages/backend (#8958)
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>
2022-07-07 18:29:42 +09:00
syuilo 95b966474f 12.112.0-beta.21 2022-07-07 18:28:54 +09:00
syuilo 3ffe674e80 update deps 2022-07-07 18:28:43 +09:00
syuilo 423e7692db chore(server): tweak api for admin 2022-07-07 18:09:50 +09:00
syuilo a279d50212 chore(client): tweak ui 2022-07-07 18:06:34 +09:00
syuilo 9426f37c3e chore(client): tweak ui 2022-07-07 17:55:47 +09:00
syuilo 37bc81595a Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop 2022-07-07 17:36:45 +09:00
Kainoa Kanter a23f59b996
enhance: Styled error screen (#8946)
* 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
2022-07-07 17:35:56 +09:00
syuilo f4fcb912e3 enhance(client): make widgets available on tablet again 2022-07-07 17:29:30 +09:00
syuilo 1c5f339d09 chore(client): tweak style 2022-07-07 17:28:21 +09:00
syuilo 7cf3218068 chore(client): tweak ui 2022-07-07 17:28:13 +09:00
ThatOneCalculator e53a5baa36 🎨 2022-07-06 23:23:37 -07:00
ThatOneCalculator e51af57fb7 Responsive 2022-07-06 23:16:15 -07:00
ThatOneCalculator 1c15e127a7 Actually fix :godmode: 2022-07-06 21:50:48 -07:00
ThatOneCalculator 38048208ed Typo 2022-07-06 21:47:01 -07:00
ThatOneCalculator decea5e7f5 Merge branch 'repair-style' of https://github.com/ThatOneCalculator/misskey into repair-style 2022-07-06 21:46:28 -07:00
ThatOneCalculator 3e9a6d07d2 Fix flush 2022-07-06 21:46:04 -07:00
Kainoa Kanter a162526539
Merge branch 'develop' into repair-style 2022-07-06 21:40:18 -07:00
ThatOneCalculator 2ae42b5824 🎨 2022-07-06 21:39:41 -07:00
ThatOneCalculator 1a366293f7 Formatting error 2022-07-06 21:36:25 -07:00
ThatOneCalculator e4459dada4 Change script location 2022-07-06 21:34:57 -07:00
ThatOneCalculator e92b279c15 Typo 2022-07-06 21:32:03 -07:00
ThatOneCalculator 0789fd3ae1 Flush style 2022-07-06 21:24:39 -07:00
ThatOneCalculator 189b1bff38 Tweak bios 2022-07-06 21:15:47 -07:00
ThatOneCalculator 787d593b8f Adjust cli 2022-07-06 21:13:32 -07:00