summaryrefslogtreecommitdiff
path: root/packages (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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-193-195/+206
| | | | | | | | | | * 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>
* 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-195-11/+58
|\
| * enhance: uniform theme color (#8702)Johann1502022-05-193-10/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-191-1/+1
| | | | | | | | | | * 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
|
* 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>
* enhance: Perform port diagnosis at startup only when Listen fails (#8698)MeiMei2022-05-196-96/+28
| | | | | | | | | * 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
|
* refactor(client): refactor admin/proxy-account to use Composition API (#8675)Andreas Nedbal2022-05-181-48/+35
|
* Refactor admin/queue to use Composition API (#8676)Andreas Nedbal2022-05-182-96/+63
| | | | | | | | | * refactor(client): refactor admin/queue 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/relays to use Composition API (#8677)Andreas Nedbal2022-05-181-65/+52
| | | | | | | | | * refactor(client): refactor admin/relays to use Composition API * Apply review suggestion from @Johann150 Co-authored-by: Johann150 <johann@qwertqwefsday.eu> Co-authored-by: Johann150 <johann@qwertqwefsday.eu>
* refactor(client): refactor my-antennas/index to use Composition API (#8679)Andreas Nedbal2022-05-181-26/+15
|
* Refactor emoji-edit-dialog to use Composition API (#8657)Andreas Nedbal2022-05-153-69/+61
| | | | | | | | | | | | | | | | | | | | | * refactor(client): refactor emoji-edit-dialog to use Composition API * fix(client): fix editing emoji not updating emoji list * Apply review suggestions from @Johann150 Co-authored-by: Johann150 <johann@qwertqwefsday.eu> * fix(client): use cached category info instead of making a request * fix(client): use updateItem in emoji pagination when editing * fix(client): reimplement removeItem in MkPagination * Apply review suggestion from @Johann150 Co-authored-by: Johann150 <johann@qwertqwefsday.eu> Co-authored-by: Johann150 <johann@qwertqwefsday.eu>
* fix: postgres type errorJohann1502022-05-151-1/+1
| | | | Fix a bug introduced in #8659. Solution was already tested there.
* ビルド関係の依存関係をdevDependenciesに入れるのをやめたsyuilo2022-05-151-8/+7
| | | | 本番環境でビルドできないため
* CAPTCHA求めるのは2fa認証が無効になっているときだけにしたsyuilo2022-05-152-14/+14
| | | | 2faのトークンは期限付きだから、CAPTCHA解いてる間に期限切れになる
* feat: make captcha required when signin to improve securitysyuilo2022-05-153-10/+38
|
* fix(server): prevent crash when processing certain PNGssyuilo2022-05-152-24/+24
| | | | Fix #8605
* fix(client): remove unexpected token (#8672)Andreas Nedbal2022-05-141-1/+1
|
* Refactor admin/email-settings to use Composition API (#8656)Andreas Nedbal2022-05-141-88/+73
| | | | | | | | | | * refactor(client): refactor admin/email-settings to use Composition API * Update packages/client/src/pages/admin/email-settings.vue Co-authored-by: Johann150 <johann@qwertqwefsday.eu> Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> Co-authored-by: Johann150 <johann@qwertqwefsday.eu>
* Refactor admin/database to use Composition API (#8654)Andreas Nedbal2022-05-141-22/+9
| | | | | | | | | * refactor(client): refactor admin/database 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/security to use Composition API (#8652)Andreas Nedbal2022-05-142-101/+59
| | | | | | | | | * refactor(client): refactor admin/security 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/announcements to use Composition API (#8650)Andreas Nedbal2022-05-141-81/+67
|
* refactor(client): refactor admin/ads to use Composition API (#8649)Andreas Nedbal2022-05-141-80/+64
|
* Refactor Chart component (#8622)Andreas Nedbal2022-05-141-770/+766
| | | | | | | | | | | * refactor(client): refactor Chart component * Apply review suggestions from @Johann150 Co-authored-by: Johann150 <johann@qwertqwefsday.eu> * fix(client): don't expose values from Chart Co-authored-by: Johann150 <johann@qwertqwefsday.eu>
* test: Nodeのカスタムローダーを直してテストが動くように ↵iwata2022-05-142-33/+30
| | | | | | | | | | | | | | | (#8625) * test: Nodeのカスタムローダーを直してテストが動くように * dev: mochaを呼ぶコマンドにNODE_ENV=testを追加 * Update packages/backend/test/loader.js Co-authored-by: Johann150 <johann@qwertqwefsday.eu> * chore: change export style in loader.js Co-authored-by: Johann150 <johann@qwertqwefsday.eu>
* test: `__dirname`はESModuleでは使えないので置き換えた (#8626)iwata2022-05-146-23/+53
|
* fix: ↵tamaina2022-05-141-1/+8
| | | | | | | ユーザー検索で、クエリがusernameの条件を満たす場合はusernameもLIKE検索するように (#8644) * Fix #8643 * 部分一致にする
* test: e2eテストがCIで失敗していた問題をいくつか修正 (#8642)iwata2022-05-141-3/+10
| | | | | | | * test: indexeddbをテスト毎に初期化するように * fix: metaが無いときにfetch-metaを同時に呼ぶと死ぬことがある問題を修正 * test: ログイン後のクライアント側処理を待たずにリロードされてログイン出来ないことがあったのを修正
* fix: keep file order (#8659)Johann1502022-05-141-4/+8
|
* enhance: Display TOTP Register URLsyuilo2022-05-142-5/+8
| | | | | | Close #7261 Co-Authored-By: tamaina <tamaina@hotmail.co.jp>
* update depssyuilo2022-05-144-283/+301
|
* perf: fix caching (#8660)Johann1502022-05-141-0/+1
| | | | | | The cache implementation did previously not store the results of the computation and was thus not a cache at all. This can cause a significant number of database queries each time someone with a large number of followers does something that causes an activity to be federated.
* fix(client): add setup attribute to notification page (#8648)Andreas Nedbal2022-05-121-1/+1
|
* Fix lint issues in post form component (#8619)Andreas Nedbal2022-05-071-49/+48
| | | | | | | | | * fix(client): fix lint issues in post form * Apply review suggestions from @Johann150 Co-authored-by: Johann150 <johann@qwertqwefsday.eu> Co-authored-by: Johann150 <johann@qwertqwefsday.eu>
* Fix lint issues in emoji picker components (#8620)Andreas Nedbal2022-05-073-9/+9
| | | | | * fix(client): fix lint issues in emoji picker components * fix(client): switch argument naming for emoji picker section event
* fix(client): fix lint issues in scripts (#8621)Andreas Nedbal2022-05-0717-85/+75
|