summaryrefslogtreecommitdiff
path: root/packages (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make tensorflow an optinal dependency (#8986)nvisser2022-07-131-1/+3
|
* chore(client): fix routingsyuilo2022-07-131-1/+3
|
* fix(client): fix url encoded string handling of niraxsyuilo2022-07-133-15/+17
| | | | Fix #8878
* :art:syuilo2022-07-131-1/+1
|
* chore(client): tweak explore pagesyuilo2022-07-132-11/+9
|
* chore(client): fix type defsyuilo2022-07-131-1/+1
|
* chore(client): fix mention stylesyuilo2022-07-131-2/+1
|
* :art:syuilo2022-07-133-6/+6
|
* chore(client): tweak uisyuilo2022-07-123-4/+4
|
* feat: support <plain> syntax for mfmsyuilo2022-07-122-0/+10
|
* Fix crash at startup if TensorFlow is not supported (#8984)MeiMei2022-07-121-2/+22
| | | | | | | | | | | * Lazy loading tensorflow * CHANGELOG * CHANGELOG * Check CPU flags * .
* enhance(client): improve widgets componentsyuilo2022-07-111-58/+70
|
* re: update mfm-js 0.23.0-canary.1syuilo2022-07-114-9/+9
|
* update mfm-js 0.23.0-canary.1syuilo2022-07-102-7/+7
|
* chore: fix lint errors (#8981)yzhe8192022-07-108-12/+12
|
* enhance(client): update themessyuilo2022-07-105-109/+52
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2022-07-103-1/+7
|\
| * enhance(sw): If receiving a push notification issued more than a day, ignore ↵tamaina2022-07-103-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | it. (#8980) * enhance(sw): ignore old push notification * :v: * 半日 * !== * 1日
* | chore(client): tweak stylesyuilo2022-07-101-1/+1
|/
* fix(client): fix style of mentionsyuilo2022-07-101-18/+19
|
* chore(dev): remove duplicated lint rulesyuilo2022-07-101-1/+0
|
* 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-096-8/+53
|
* enhance(server): tweak identicon generationsyuilo2022-07-091-20/+29
|
* fix testsyuilo2022-07-081-0/+9
|
* enhance: show recipients of notes with specified visibility (#8949)Johann1502022-07-076-49/+61
| | | | | | | | | | | | | | | * 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>
* feat: auto nsfw detection (#8840)syuilo2022-07-0736-77/+1248
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* chore(client): tweak uisyuilo2022-07-073-22/+26
|
* chore(client): tweak uisyuilo2022-07-073-28/+35
|
* 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
|/
* update depssyuilo2022-07-072-10/+10
|
* chore(server): tweak api for adminsyuilo2022-07-071-1/+1
|
* chore(client): tweak uisyuilo2022-07-071-3/+7
|
* chore(client): tweak uisyuilo2022-07-071-1/+1
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2022-07-071-13/+153
|\
| * 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
* | enhance(client): make widgets available on tablet againsyuilo2022-07-071-14/+1
| |
* | chore(client): tweak stylesyuilo2022-07-073-3/+3
| |
* | chore(client): tweak uisyuilo2022-07-071-41/+2
|/
* refactor: use overflow-y to determine scroll containerJohann1502022-07-061-6/+2
| | | | | | By using `overflow-y` instead of `overflow` using `endsWith` can be avoided and represents the data we are actually interested in here more accurately.
* refactor: use autofocus parameterJohann1502022-07-061-14/+1
| | | | | Using the `ref` seems to be broken but using the autofocus parameter seems to fix it.
* chore(client): tweak stylesyuilo2022-07-061-1/+1
|
* perf(client): trying improve perf of emoji-pickersyuilo2022-07-061-2/+2
|
* Revert "revert emoji picker changes"syuilo2022-07-062-29/+28
| | | | This reverts commit 38d5303ccd067e67f11ae130b643713f6ca86eef.
* fix prismjs importJohann1502022-07-061-1/+1
| | | | fixes #8944
* revert emoji picker changessyuilo2022-07-062-28/+29
|