summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fix(mfm): remove duplicate br tag/newline (#8616)Johann1502022-05-311-0/+3
|
* Extract commonly used test logic to commands (#8767)Andreas Nedbal2022-05-313-76/+44
| | | | | | | | | * meta(tests): enable workflows to run in branch * feat(tests): move commonly used logic to Cypress commands * chore(tests): replace more code with commands * meta(tests): disable workflows to run in branch
* Fix `Cannot find module` issue (#8770)MeiMei2022-05-312-1/+2
| | | | | * Add --force to yarn in the installation script * CHAGELOG
* fix: always remove completed tasks (#8771)Johann1502022-05-312-1/+4
|
* Fix IP address rate limit (#8758)MeiMei2022-05-314-10/+15
| | | | | | | * Fix IP address rate limit * CHANGELOG * Tune getIpHash
* chore(meta): label Pull Requests containing tests (#8768)Andreas Nedbal2022-05-311-0/+4
|
* chore: fix import tinycolortamaina2022-05-301-1/+1
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developtamaina2022-05-30266-5381/+7791
|\
| * fix(client): import shared ESLint config in client package (#8761)Andreas Nedbal2022-05-302-47/+59
| |
| * fix: add missing importJohann1502022-05-291-1/+1
| | | | | | | | fix #8756
| * enhance(dev): ask for log snippetsJohann1502022-05-291-1/+4
| |
| * fix(client): fix popout url (#8494)futchitwo2022-05-292-3/+4
| |
| * refactor: improve code quality (#8751)Johann1502022-05-297-78/+76
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * remove unnecessary if `Array.prototype.some` already returns a boolean so an if to return true or false is completely unnecessary in this case. * perf: use count instead of find When using `count` instead of `findOneBy`, the data is not unnecessarily loaded. * remove duplicate null check The variable is checked for null in the lines above and the function returns if so. Therefore, it can not be null at this point. * simplify `getJsonSchema` Because the assigned value is `null` and the used keys are only shallow, use of `nestedProperty.set` seems inappropriate. Because the value is not read, the initial for loop can be replaced by a `for..in` loop. Since all keys will be assigned `null`, the condition of the ternary expression in the nested function will always be true. Therefore the recursion case will never happen. With this the nested function can be eliminated. * remove duplicate condition The code above already checks `dragging` and returns if it is truthy. Checking it again later is therefore unnecessary. To make this more obvious the `return` is removed in favour of using an if...else construct. * remove impossible "unknown" time The `ago` variable will always be a number and all non-negative numbers are already covered by other cases, the negative case is handled with `future` so there is no case when `unkown` could be achieved.
| * fix(client): Vite related boot mechanism revision (#8753)tamaina2022-05-293-17/+14
| | | | | | | | | | | | | | | | | | * preload app css * remove salt * APP_FETCH_FAILED error * set max-age to 15s
| * preload app css (#8752)tamaina2022-05-293-15/+23
| |
| * chore: remove unused importsJohann1502022-05-281-3/+3
| |
| * fix: validate text is not emptyJohann1502022-05-281-1/+1
| | | | | | fix #8747
| * refactor: use css module at components/global/loading.vue (#8750)tamaina2022-05-291-31/+33
| | | | | | | | | | * refactor: use css module at components/global/loading.vue * rename class name to "root"
| * Fix theme import (#8749)tamaina2022-05-285-31/+46
| |
| * feat(tests): add e2e tests for widgets (#8735)Andreas Nedbal2022-05-2816-16/+100
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * test(e2e): add baseline for widget tests * chore(repo): enable test running in branch * fix(e2e): set viewport for widget tests * fix(client): add widget identifier classes to widgets * test(e2e): add memo widget test * fix(tests): force select value * fix(tests): force button press for widget addition * fix(tests): invoke select value differently * fix(tests): adjust widget submit * fix(tests): don't explicitly navigate for widget test * fix(tests): click label to hide select popup * fix(tests): just click modal background * fix(tests): adjust modal background selector * fix(tests): click all modal backgrounds * feat(e2e): add test for adding timeline widget * fix(client): add more widget identifier classes * feat(tests): add method abstraction for test cases * fix(tests): force-click overlays * fix(tests): force widget button press * fix(tests): remove timeout from final widget check * feat(tests): add widget removal test case * fix(client): use mk instead of msky as class prefix * fix(tests): check widgets for existence rather than visibility * chore(meta): don't run tests for specific feature branch
| * Remove require captcha from signin from CHANGELOG (#8748)Kainoa Kanter2022-05-281-1/+0
| |
| * enhance: replace signin CAPTCHA with rate limit (#8740)Johann1502022-05-287-57/+75
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * enhance: rate limit works without signed in user * fix: make limit key required for limiter As before the fallback limiter key will be set from the endpoint name. * enhance: use limiter for signin * Revert "CAPTCHA求めるのは2fa認証が無効になっているときだけにした" This reverts commit 02a43a310f6ad0cc9e9beccc26e51ab5b339e15f. * Revert "feat: make captcha required when signin to improve security" This reverts commit b21b0580058c14532ff3f4033e2a9147643bfca6. * fix undefined reference * fix: better error message * enhance: only handle prefix of IPv6
| * enhance: clearly link documentationJohann1502022-05-271-0/+4
| | | | | | fix #8744
| * fix(docs): correct information for drive upload (#8736)Johann1502022-05-271-2/+14
| |
| * fix lints (#8737)Johann1502022-05-2669-257/+255
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix: emits use ev instead of e * fix: errors use err instead of e * fix: replace use of data where possible * fix: events use evt instead of e * fix: use strict equals * fix: use emoji instead of e * fix: vue lints
| * use http-signature module that supports hs2019 (#8635)Johann1502022-05-267-19/+19
| |
| * update depssyuilo2022-05-254-732/+608
| |
| * refactor: use ===syuilo2022-05-251-2/+2
| |
| * fix: assume remote users are following each other (#8734)Johann1502022-05-251-9/+15
| | | | | | | | | | | | 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.
| * fix: activity widget used wrong variable nameJohann1502022-05-251-3/+3
| |
| * 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
| |\