summaryrefslogtreecommitdiff
path: root/packages/client/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* chore: lint fixessyuilo2022-06-057-40/+41
* chore(client): fix menu item stylesyuilo2022-06-051-10/+11
* Revert "feat: option to collapse long notes (#8561)"syuilo2022-06-041-24/+3
* feat: option to collapse long notes (#8561)Balazs Nadasdi2022-06-041-3/+24
* User moderation details (#8762)PikaDude2022-06-031-0/+3
* fix(client): correctly handle MiAuth URLs with query string (#8772)sn0w2022-06-031-1/+4
* fix: server metrics widgetJohann1502022-06-011-4/+4
* fix(lint): indentationJohann1502022-05-311-1/+1
* chore: fix import tinycolortamaina2022-05-301-1/+1
* fix(client): fix popout url (#8494)futchitwo2022-05-292-3/+4
* refactor: improve code quality (#8751)Johann1502022-05-292-8/+6
* refactor: use css module at components/global/loading.vue (#8750)tamaina2022-05-291-31/+33
* Fix theme import (#8749)tamaina2022-05-284-28/+41
* feat(tests): add e2e tests for widgets (#8735)Andreas Nedbal2022-05-2815-16/+16
* enhance: replace signin CAPTCHA with rate limit (#8740)Johann1502022-05-281-4/+8
* fix lints (#8737)Johann1502022-05-2669-257/+255
* fix: activity widget used wrong variable nameJohann1502022-05-251-3/+3
* fix: server metrics widgetJohann1502022-05-251-4/+4
* Refactor widgets and fix lint issues (#8719)Andreas Nedbal2022-05-2526-313/+256
* 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 my-antennas/edit to use Composition API (#8680)Andreas Nedbal2022-05-252-146/+96
* Supports Unicode Emoji 14.0 (#8699)MeiMei2022-05-251-3/+39
* 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(meta): add pixeldesu to patron list (#8714)Andreas Nedbal2022-05-211-0/+1
* fix(client): make emoji stand out more on reaction buttonsyuilo2022-05-191-4/+8
* enhance: page image component with alt text (#8634)Johann1502022-05-191-20/+8
* enhance(MFM): limit large MFM (#8540)Johann1502022-05-192-6/+35
* fix: ノート詳細ページの新しいノートを表示する機能の動...xianon2022-05-192-2/+11
* 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
* fix(client): fix lint issues in Deck UI components (#8681)Andreas Nedbal2022-05-1911-34/+34
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2022-05-191-0/+13
|\
| * fix: ノートのインスタンス情報の文字に縁を付けて見やす...xianon2022-05-191-0/+13
* | chore(client): tweak loading spinner designsyuilo2022-05-191-6/+6
|/
* chore(client): tweak loading spinner designsyuilo2022-05-191-21/+31
* remove unneeded attrs (#8673)あずき⪥™2022-05-181-1/+1
* Refactor file-dialog to use Composition API (#8661)Andreas Nedbal2022-05-181-54/+32
* Refactor admin/index to use Composition API (#8662)Andreas Nedbal2022-05-181-277/+262
* 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/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 admin/relays to use Composition API (#8677)Andreas Nedbal2022-05-181-65/+52
* 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
* CAPTCHA求めるのは2fa認証が無効になっているときだけにしたsyuilo2022-05-151-2/+2
* feat: make captcha required when signin to improve securitysyuilo2022-05-152-6/+17