- May 27, 2022
- May 26, 2022
- May 25, 2022
-
-
syuilo authored
-
syuilo authored
-
Johann150 authored
Misskey does not know if two remote users are following each other. Because ActivityPub actions would otherwise fail on followers only notes, we have to assume that two remote users are following each other when an interaction about a remote note occurs.
-
Johann150 authored
-
Johann150 authored
-
Johann150 authored
* 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`
-
Andreas Nedbal authored
* 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>
-
Andreas Nedbal authored
-
Andreas Nedbal authored
* refactor(client): refactor admin/overview to use Composition API * fix(client): apply review suggestions
-
Andreas Nedbal authored
* refactor(client): refactor my-antennas/edit to use Composition API * fix(client): apply review suggestions
-
MeiMei authored
* Unicode 14.0 Emoji * mfm-js@0.22.0 * CHANGELOG Co-authored-by:
syuilo <Syuilotan@yahoo.co.jp>
-
- May 24, 2022
-
-
Johann150 authored
Highlight PRs that edit locales other than the ja-JP one so the author may see and fix it themselves.
-
Johann150 authored
-
Kainoa Kanter authored
-
- May 23, 2022
-
-
Johann150 authored
-
Andreas Nedbal authored
-
- May 22, 2022
-
-
syuilo authored
-
- May 21, 2022
-
-
syuilo authored
-
syuilo authored
-
syuilo authored
-
syuilo authored
-
syuilo authored
-
dependabot[bot] authored
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>
-
-
syuilo authored
-
Andreas Nedbal authored
-
- May 19, 2022
-
-
syuilo authored
Fix #8520 Close #8521 Co-Authored-By:
Johann150 <20990607+Johann150@users.noreply.github.com>
-
Johann150 authored
-
Johann150 authored
* 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
-
Johann150 authored
* fix spelling * fix(activitypub): add authorization checks
-
Johann150 authored
* 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>
-
xianon authored
* ノート詳細で新しいノートの表示が正しくないのを修正する * ノート詳細から別のノート詳細を表示した時に前後の表示をリセットする
-
Andreas Nedbal authored
-
Andreas Nedbal authored
* 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>
-
dependabot[bot] authored
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>
-
dependabot[bot] authored
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>
-