summaryrefslogtreecommitdiff
path: root/packages/client/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'develop' into pizzax-indexeddbtamaina2022-05-28211-5274/+4558
|\
| * 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
| * 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
| | | | | | | | | | | | | | | | | | * 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-251-3/+39
| | | | | | | | | | | | | | | | | | * Unicode 14.0 Emoji * mfm-js@0.22.0 * CHANGELOG Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
| * 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
| | | | | | | | | | | | | | Fix #8520 Close #8521 Co-Authored-By: Johann150 <20990607+Johann150@users.noreply.github.com>
| * 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
| * 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
| |
| * Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2022-05-191-0/+13
| |\
| | * 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-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(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>
| * CAPTCHA求めるのは2fa認証が無効になっているときだけにしたsyuilo2022-05-151-2/+2
| | | | | | | | 2faのトークンは期限付きだから、CAPTCHA解いてる間に期限切れになる
| * feat: make captcha required when signin to improve securitysyuilo2022-05-152-6/+17
| |
| * 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>
| * enhance: Display TOTP Register URLsyuilo2022-05-141-2/+3
| | | | | | | | | | | | Close #7261 Co-Authored-By: tamaina <tamaina@hotmail.co.jp>
| * 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
| |
| * refactor(client): refactor settings/theme/manage to use Composition API (#8596)Andreas Nedbal2022-05-051-57/+38
| |
| * Enhance(MFM): Allow speed changes in all animated MFMs (#8551)futchitwo2022-05-052-12/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * MFM: Allow speed changes in all animated MFMs * Feature(MFM): Add speed property to cheat sheet * Use template literal Oops! * Remove unnecessary template string Co-authored-by: Johann150 <johann@qwertqwefsday.eu> Co-authored-by: Johann150 <johann@qwertqwefsday.eu>