| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor(client): rename menu(sidebar) -> navbar | syuilo | 2022-07-14 | 12 | -56/+56 |
| | | |||||
| * | chore(client): tweak style | syuilo | 2022-07-14 | 1 | -1/+1 |
| | | |||||
| * | chore(client): trust ios | syuilo | 2022-07-13 | 24 | -25/+25 |
| | | |||||
| * | lit fixes | syuilo | 2022-07-13 | 2 | -2/+2 |
| | | |||||
| * | update deps | syuilo | 2022-07-13 | 4 | -153/+189 |
| | | |||||
| * | update vite | syuilo | 2022-07-13 | 2 | -5/+5 |
| | | |||||
| * | fix(client): hide bot protection warning with disabled registrations (#8794) | Andreas Nedbal | 2022-07-13 | 1 | -1/+1 |
| | | | | | | | | | | | * fix(client): hide bot protection warning with disabled registrations * Apply review suggestion from @Johann150 Co-authored-by: Johann150 <johann@qwertqwefsday.eu> Co-authored-by: Johann150 <johann@qwertqwefsday.eu> Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> | ||||
| * | chore(dev): add note | syuilo | 2022-07-13 | 1 | -1/+1 |
| | | |||||
| * | fix: add `es2017` build target (#8931) | Johann150 | 2022-07-13 | 5 | -352/+354 |
| | | | | | | | | * remove top level awaits * add es2017 target * refactor: use setup and ref sugar | ||||
| * | fix(sw, notification): Don't issue an event if there is no affect (#8979) | tamaina | 2022-07-13 | 1 | -1/+3 |
| | | | | | | * test * ]v] | ||||
| * | enhance: read theme color nodeinfo (#8977) | Johann150 | 2022-07-13 | 2 | -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) | nvisser | 2022-07-13 | 1 | -1/+3 |
| | | |||||
| * | chore(client): fix routing | syuilo | 2022-07-13 | 1 | -1/+3 |
| | | |||||
| * | fix(client): fix url encoded string handling of nirax | syuilo | 2022-07-13 | 3 | -15/+17 |
| | | | | | Fix #8878 | ||||
| * | :art: | syuilo | 2022-07-13 | 1 | -1/+1 |
| | | |||||
| * | chore(client): tweak explore page | syuilo | 2022-07-13 | 2 | -11/+9 |
| | | |||||
| * | chore(client): fix type def | syuilo | 2022-07-13 | 1 | -1/+1 |
| | | |||||
| * | chore(client): fix mention style | syuilo | 2022-07-13 | 1 | -2/+1 |
| | | |||||
| * | :art: | syuilo | 2022-07-13 | 3 | -6/+6 |
| | | |||||
| * | chore(client): tweak ui | syuilo | 2022-07-12 | 3 | -4/+4 |
| | | |||||
| * | feat: support <plain> syntax for mfm | syuilo | 2022-07-12 | 2 | -0/+10 |
| | | |||||
| * | Fix crash at startup if TensorFlow is not supported (#8984) | MeiMei | 2022-07-12 | 1 | -2/+22 |
| | | | | | | | | | | | | * Lazy loading tensorflow * CHANGELOG * CHANGELOG * Check CPU flags * . | ||||
| * | enhance(client): improve widgets component | syuilo | 2022-07-11 | 1 | -58/+70 |
| | | |||||
| * | re: update mfm-js 0.23.0-canary.1 | syuilo | 2022-07-11 | 4 | -9/+9 |
| | | |||||
| * | update mfm-js 0.23.0-canary.1 | syuilo | 2022-07-10 | 2 | -7/+7 |
| | | |||||
| * | chore: fix lint errors (#8981) | yzhe819 | 2022-07-10 | 8 | -12/+12 |
| | | |||||
| * | enhance(client): update themes | syuilo | 2022-07-10 | 5 | -109/+52 |
| | | |||||
| * | Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop | syuilo | 2022-07-10 | 3 | -1/+7 |
| |\ | |||||
| | * | enhance(sw): If receiving a push notification issued more than a day, ignore ↵ | tamaina | 2022-07-10 | 3 | -1/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | it. (#8980) * enhance(sw): ignore old push notification * :v: * 半日 * !== * 1日 | ||||
| * | | chore(client): tweak style | syuilo | 2022-07-10 | 1 | -1/+1 |
| |/ | |||||
| * | fix(client): fix style of mention | syuilo | 2022-07-10 | 1 | -18/+19 |
| | | |||||
| * | chore(dev): remove duplicated lint rule | syuilo | 2022-07-10 | 1 | -1/+0 |
| | | |||||
| * | fix: QueryFailedError when logging user's IPs (#8973) | dogcraft | 2022-07-10 | 1 | -2/+2 |
| | | | | | | * fix QueryFailedError when logging user's IPs * use `orIgnore` to fix | ||||
| * | update summaly | syuilo | 2022-07-09 | 2 | -38/+15 |
| | | |||||
| * | Fix Attempts to update all notifications (#8974) | MeiMei | 2022-07-09 | 1 | -1/+1 |
| | | | | | | | | * Fix massive update notification parameters * CHANGELOG * CHANGELOG | ||||
| * | enhance: make active email validation configurable | syuilo | 2022-07-09 | 6 | -8/+53 |
| | | |||||
| * | enhance(server): tweak identicon generation | syuilo | 2022-07-09 | 1 | -20/+29 |
| | | |||||
| * | fix test | syuilo | 2022-07-08 | 1 | -0/+9 |
| | | |||||
| * | enhance: show recipients of notes with specified visibility (#8949) | Johann150 | 2022-07-07 | 6 | -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) | syuilo | 2022-07-07 | 36 | -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 ui | syuilo | 2022-07-07 | 3 | -22/+26 |
| | | |||||
| * | chore(client): tweak ui | syuilo | 2022-07-07 | 3 | -28/+35 |
| | | |||||
| * | Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop | syuilo | 2022-07-07 | 1 | -3/+3 |
| |\ | |||||
| | * | chore(deps): bump moment from 2.29.3 to 2.29.4 in /packages/backend (#8958) | dependabot[bot] | 2022-07-07 | 1 | -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 admin | syuilo | 2022-07-07 | 1 | -1/+1 |
| |/ | |||||
| * | update deps | syuilo | 2022-07-07 | 2 | -10/+10 |
| | | |||||
| * | chore(server): tweak api for admin | syuilo | 2022-07-07 | 1 | -1/+1 |
| | | |||||
| * | chore(client): tweak ui | syuilo | 2022-07-07 | 1 | -3/+7 |
| | | |||||
| * | chore(client): tweak ui | syuilo | 2022-07-07 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop | syuilo | 2022-07-07 | 1 | -13/+153 |
| |\ | |||||