summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix(activitypub): add authorization checks (#8534)Johann1502022-05-194-11/+20
* 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-194-196/+207
* chore(deps): bump copy-props from 2.0.4 to 2.0.5 (#8709)dependabot[bot]2022-05-191-7/+12
* chore(deps): bump async from 3.2.1 to 3.2.3 (#8501)dependabot[bot]2022-05-191-3/+3
* 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
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2022-05-196-11/+62
|\
| * enhance: uniform theme color (#8702)Johann1502022-05-194-10/+47
| * fix: Unable to generate video thumbnails (#8696)MeiMei2022-05-192-1/+2
| * fix: ノートのインスタンス情報の文字に縁を付けて見やす...xianon2022-05-191-0/+13
* | chore(client): tweak loading spinner designsyuilo2022-05-191-6/+6
|/
* chore(client): tweak loading spinner designsyuilo2022-05-193-38/+54
* Update CONTRIBUTING.mdsyuilo2022-05-191-0/+1
* chore(deps): bump async from 3.2.0 to 3.2.3 in /packages/backend (#8706)dependabot[bot]2022-05-191-6/+1
* chore(deps): bump path-parse from 1.0.6 to 1.0.7 (#8705)dependabot[bot]2022-05-191-3/+3
* enhance: Perform port diagnosis at startup only when Listen fails (#8698)MeiMei2022-05-197-96/+29
* 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
* Improve README (#8645)Kainoa Kanter2022-05-182-26/+97
* chore(dev): use .yaml for prevent okteto errorsyuilo2022-05-151-0/+0
* Power up (#8684)Takuya Yoshida2022-05-158-16/+26
* Refactor emoji-edit-dialog to use Composition API (#8657)Andreas Nedbal2022-05-153-69/+61
* chore: update changelogJohann1502022-05-151-0/+11
* fix: postgres type errorJohann1502022-05-151-1/+1
* ビルド関係の依存関係をdevDependenciesに入れるのをやめたsyuilo2022-05-151-8/+7
* CAPTCHA求めるのは2fa認証が無効になっているときだけにしたsyuilo2022-05-152-14/+14
* feat(dev): okteto integrationsyuilo2022-05-158-1/+300
* 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(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 admin/database to use Composition API (#8654)Andreas Nedbal2022-05-141-22/+9
* Refactor admin/security to use Composition API (#8652)Andreas Nedbal2022-05-142-101/+59
* 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
* Update extensions.jsonsyuilo2022-05-141-1/+2
* test: Nodeのカスタムローダーを直してテストが動くように ...iwata2022-05-143-34/+31
* test: `__dirname`はESModuleでは使えないので置き換えた (#8626)iwata2022-05-146-23/+53