summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fix: server metrics widgetJohann1502022-05-251-4/+4
|
* refactor: temporary files (#8713)Johann1502022-05-2512-331/+297
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * simplify temporary files for thumbnails Because only a single file will be written to the directory, creating a separate directory seems unnecessary. If only a temporary file is created, the code from `createTemp` can be reused here as well. * refactor: deduplicate code for temporary files/directories To follow the DRY principle, the same code should not be duplicated across different files. Instead an already existing function is used. Because temporary directories are also create in multiple locations, a function for this is also newly added to reduce duplication. * fix: clean up identicon temp files The temporary files for identicons are not reused and can be deleted after they are fully read. This condition is met when the stream is closed and so the file can be cleaned up using the events API of the stream. * fix: ensure cleanup is called when download fails * fix: ensure cleanup is called in error conditions This covers import/export queue jobs and is mostly just wrapping all code in a try...finally statement where the finally runs the cleanup. * fix: use correct type instead of `any`
* Refactor widgets and fix lint issues (#8719)Andreas Nedbal2022-05-2526-313/+256
| | | | | | | | | * fix(client): refactor widgets and fix lint issues * Apply review suggestions from @Johann150 Co-authored-by: Johann150 <johann@qwertqwefsday.eu> Co-authored-by: Johann150 <johann@qwertqwefsday.eu>
* refactor(client): refactor admin/other-settings to use Composition API (#8667)Andreas Nedbal2022-05-251-39/+22
|
* Refactor admin/overview to use Composition API (#8674)Andreas Nedbal2022-05-251-79/+37
| | | | | * refactor(client): refactor admin/overview to use Composition API * fix(client): apply review suggestions
* Refactor my-antennas/edit to use Composition API (#8680)Andreas Nedbal2022-05-252-146/+96
| | | | | * refactor(client): refactor my-antennas/edit to use Composition API * fix(client): apply review suggestions
* Supports Unicode Emoji 14.0 (#8699)MeiMei2022-05-256-29/+61
| | | | | | | | | * Unicode 14.0 Emoji * mfm-js@0.22.0 * CHANGELOG Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* feat(dev): highlight editing of wrong localesJohann1502022-05-241-0/+3
| | | Highlight PRs that edit locales other than the ja-JP one so the author may see and fix it themselves.
* fix: wrong type for isVisibleForMeJohann1502022-05-242-2/+2
|
* Update README.md (#8729)Kainoa Kanter2022-05-241-11/+8
|
* fix(client): wrong scoping breaks 2FAJohann1502022-05-231-2/+2
|
* fix(client): fix undefined data value on 2FA settings (#8725)Andreas Nedbal2022-05-231-1/+1
|
* chore(dev): tweak textsyuilo2022-05-221-5/+8
|
* Update .mocharc.jsonsyuilo2022-05-211-1/+1
|
* lintsyuilo2022-05-2114-201/+201
|
* refactorsyuilo2022-05-211-4/+3
|
* Update utils.tssyuilo2022-05-211-1/+5
|
* Update utils.tssyuilo2022-05-211-37/+33
|
* chore(deps): bump hosted-git-info from 2.8.8 to 2.8.9 (#8708)dependabot[bot]2022-05-211-3/+3
| | | | | | | | | | | | | | | | Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9. - [Release notes](https://github.com/npm/hosted-git-info/releases) - [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md) - [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.8...v2.8.9) --- updated-dependencies: - dependency-name: hosted-git-info dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2022-05-211-0/+1
|\
| * chore(meta): add pixeldesu to patron list (#8714)Andreas Nedbal2022-05-211-0/+1
| |
* | feat(dev): introduce Pull Request Labelersyuilo2022-05-212-0/+19
|/
* fix(client): make emoji stand out more on reaction buttonsyuilo2022-05-191-4/+8
| | | | | | | Fix #8520 Close #8521 Co-Authored-By: Johann150 <20990607+Johann150@users.noreply.github.com>
* hotfix: uniform color migration fixJohann1502022-05-191-8/+6
|
* enhance: page image component with alt text (#8634)Johann1502022-05-191-20/+8
| | | | | | | | | | | | | * refactor to composition API * use existing image component This improves user experience because alt text is displayed correctly. * fix: correct image src * fix: defineProps * fix
* fix(activitypub): add authorization checks (#8534)Johann1502022-05-194-11/+20
| | | | | * fix spelling * fix(activitypub): add authorization checks
* enhance(MFM): limit large MFM (#8540)Johann1502022-05-192-6/+35
| | | | | | | | | | | * add CSS classes for zoom MFM * limit nesting of x2, x3, x4 MFM * simplify CSS calculation Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* fix: ↵xianon2022-05-192-2/+11
| | | | | | | ノート詳細ページの新しいノートを表示する機能の動作が正しくなるように修正する (#8607) * ノート詳細で新しいノートの表示が正しくないのを修正する * ノート詳細から別のノート詳細を表示した時に前後の表示をリセットする
* refactor(client): refactor admin/settings to use Composition API (#8678)Andreas Nedbal2022-05-191-141/+125
|
* Refactor pleaseLogin to show a sign-in dialog (#8630)Andreas Nedbal2022-05-194-196/+207
| | | | | | | | | | * refactor(client): refactor pleaseLogin to show a sign-in dialog * Apply review suggestions 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(deps): bump copy-props from 2.0.4 to 2.0.5 (#8709)dependabot[bot]2022-05-191-7/+12
| | | | | | | | | | | | | | | | Bumps [copy-props](https://github.com/gulpjs/copy-props) from 2.0.4 to 2.0.5. - [Release notes](https://github.com/gulpjs/copy-props/releases) - [Changelog](https://github.com/gulpjs/copy-props/blob/master/CHANGELOG.md) - [Commits](https://github.com/gulpjs/copy-props/compare/2.0.4...2.0.5) --- updated-dependencies: - dependency-name: copy-props 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 async from 3.2.1 to 3.2.3 (#8501)dependabot[bot]2022-05-191-3/+3
| | | | | | | | | | | | | | | | Bumps [async](https://github.com/caolan/async) from 3.2.1 to 3.2.3. - [Release notes](https://github.com/caolan/async/releases) - [Changelog](https://github.com/caolan/async/blob/master/CHANGELOG.md) - [Commits](https://github.com/caolan/async/compare/v3.2.1...v3.2.3) --- updated-dependencies: - dependency-name: async dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* fix(client): fix lint issues in Deck UI components (#8681)Andreas Nedbal2022-05-1911-34/+34
|
* chore(deps): bump async from 3.2.1 to 3.2.3 in /packages/client (#8707)dependabot[bot]2022-05-191-3/+3
| | | | | | | | | | | | | | | | Bumps [async](https://github.com/caolan/async) from 3.2.1 to 3.2.3. - [Release notes](https://github.com/caolan/async/releases) - [Changelog](https://github.com/caolan/async/blob/master/CHANGELOG.md) - [Commits](https://github.com/caolan/async/compare/v3.2.1...v3.2.3) --- updated-dependencies: - dependency-name: async dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2022-05-196-11/+62
|\
| * enhance: uniform theme color (#8702)Johann1502022-05-194-10/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * enhance: make theme color format uniform All newly fetched instance theme colors will be uniformely formatted as hashtag followed by 6 hexadecimal digits. Colors are checked for validity and invalid colors are not handled. * better input validation for own theme color * migration to unify theme color formats Fixes theme colors of other instances as well as the local instance. * add changelog entry Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
| * fix: Unable to generate video thumbnails (#8696)MeiMei2022-05-192-1/+2
| | | | | | | | | | * fix: Unable to generate video thumbnails * CHANGELOG
| * fix: ↵xianon2022-05-191-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | ノートのインスタンス情報の文字に縁を付けて見やすくする (#8697) * ノートのインスタンス情報の背景色が反映されないことがあるのを修正する * ノートのインスタンス情報の文字に縁を付けて見やすくする * Revert "ノートのインスタンス情報の背景色が反映されないことがあるのを修正する" This reverts commit de920dfc537d1f2c68804d0d6930520f2b3cbce7. * ノートのインスタンス情報の文字の影の数を増やしてさらに見やすくする
* | chore(client): tweak loading spinner designsyuilo2022-05-191-6/+6
|/
* chore(client): tweak loading spinner designsyuilo2022-05-193-38/+54
|
* Update CONTRIBUTING.mdsyuilo2022-05-191-0/+1
|
* chore(deps): bump async from 3.2.0 to 3.2.3 in /packages/backend (#8706)dependabot[bot]2022-05-191-6/+1
| | | | | | | | | | | | | | | | Bumps [async](https://github.com/caolan/async) from 3.2.0 to 3.2.3. - [Release notes](https://github.com/caolan/async/releases) - [Changelog](https://github.com/caolan/async/blob/master/CHANGELOG.md) - [Commits](https://github.com/caolan/async/compare/v3.2.0...v3.2.3) --- updated-dependencies: - dependency-name: async 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 path-parse from 1.0.6 to 1.0.7 (#8705)dependabot[bot]2022-05-191-3/+3
| | | | | | | | | | | | | | | Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. - [Release notes](https://github.com/jbgutierrez/path-parse/releases) - [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7) --- updated-dependencies: - dependency-name: path-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* enhance: Perform port diagnosis at startup only when Listen fails (#8698)MeiMei2022-05-197-96/+29
| | | | | | | | | * Change port check * Comment: disableClustering * CHANGELOG * Smart message
* remove unneeded attrs (#8673)あずき⪥™2022-05-181-1/+1
|
* Refactor file-dialog to use Composition API (#8661)Andreas Nedbal2022-05-181-54/+32
| | | | | | | | | * refactor(client): refactor file-dialog to use Composition API * Apply review suggestion from @Johann150 Co-authored-by: Johann150 <johann@qwertqwefsday.eu> Co-authored-by: Johann150 <johann@qwertqwefsday.eu>
* Refactor admin/index to use Composition API (#8662)Andreas Nedbal2022-05-181-277/+262
| | | | | | | | | | | | | * refactor(client): refactor admin/index to use Composition API * fix(client): fix navigation to initial admin pages * Apply review suggestions from @Johann150 Co-authored-by: Johann150 <johann@qwertqwefsday.eu> * fix(client): re-add abuses page to admin/index Co-authored-by: Johann150 <johann@qwertqwefsday.eu>
* refactor(client): refactor admin/instance-block to use Composition API (#8663)Andreas Nedbal2022-05-181-35/+23
|
* Refactor admin/integrations to use Composition API (#8664)Andreas Nedbal2022-05-184-167/+87
| | | | | | | | | * refactor(client): refactor admin/integrations to use Composition API * Apply review suggestions from @Johann150 Co-authored-by: Johann150 <johann@qwertqwefsday.eu> Co-authored-by: Johann150 <johann@qwertqwefsday.eu>
* refactor(client): refactor admin/object-storage to use Composition API (#8666)Andreas Nedbal2022-05-181-92/+78
|