summaryrefslogtreecommitdiff
path: root/packages (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix(client): user search of explore not workingsyuilo2022-07-051-0/+1
|
* chore(client): tweak stylesyuilo2022-07-051-8/+0
|
* enhance(client): improve marqueesyuilo2022-07-051-0/+7
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2022-07-051-1/+0
|\
| * Update store.ts (#8937)Kainoa Kanter2022-07-051-1/+0
| |
* | chore(client): tweak decksyuilo2022-07-052-1/+7
| |
* | chore(client): tweak decksyuilo2022-07-053-15/+7
|/
* chore(client): tweak uisyuilo2022-07-051-11/+11
|
* chore: fix client lint errors (#8934)Kainoa Kanter2022-07-0514-65/+78
| | | | | | | | | * Fix client lint * Hide no-v-html * Ignore banned type * Update page-editor.vue
* Add additional drive capacity change support (#8867)CyberRex2022-07-058-6/+114
| | | | | | | | | | | | | | | | | | | | | | | | * Add additional drive capacity change support * Update packages/backend/src/server/api/endpoints/admin/drive-capacity-override.ts Co-authored-by: Johann150 <johann@qwertqwefsday.eu> * :art: * show instance default capacity in placeholder * fix * update api/drive * fix * remove : * fix lint Co-authored-by: Johann150 <johann@qwertqwefsday.eu> Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* fix lint @typescript-eslint/ban-typesJohann1502022-07-045-10/+7
|
* fix lint no-prototype-builtinsJohann1502022-07-044-5/+6
|
* fix lint no-undefJohann1502022-07-046-3/+5
|
* fix lint: use let instead of const for $refJohann1502022-07-044-6/+6
| | | | Fixes lint no-const-assign.
* refactor: remove unnecessary computedJohann1502022-07-041-8/+3
| | | | Fixes lint no-const-assign.
* fix lint vue/require-valid-default-propJohann1502022-07-041-2/+2
|
* fix lint no-fallthroughJohann1502022-07-041-0/+3
|
* fix lint padded-blocksJohann1502022-07-045-5/+0
|
* fix(lint): semicolong spacingJohann1502022-07-042-2/+4
|
* fix: replace use of windowJohann1502022-07-041-3/+3
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2022-07-047-13/+13
|\
| * fix: spellcheck is boolean not stringJohann1502022-07-047-13/+13
| |
* | update vitesyuilo2022-07-042-5/+5
| |
* | enhance(client): ↵syuilo2022-07-041-0/+7
|/ | | | deckのウイジェットカラムが未設定の時に説明を表示するように
* enhance(client): tweak statusbarsyuilo2022-07-045-57/+60
|
* chore(client): tweak stylesyuilo2022-07-042-3/+15
|
* enhance(client): tweak decksyuilo2022-07-031-49/+61
|
* fix: streamingテストおそい (#8912)MeiMei2022-07-032-754/+395
|
* enhance(client): refine decksyuilo2022-07-038-93/+131
| | | | Fix #7720
* fix(client): contextmenu of deck not workingsyuilo2022-07-031-2/+1
|
* fix typosyuilo2022-07-031-1/+1
|
* chore(client): rename marquee -> tickersyuilo2022-07-032-4/+4
|
* chore(client): tweak stylesyuilo2022-07-031-1/+1
|
* fix(client): fix wrong importsyuilo2022-07-031-1/+1
|
* chore(client): tweak stylesyuilo2022-07-033-6/+8
|
* fix(client): fix wrong importsyuilo2022-07-031-1/+1
|
* fix(client): style tweak for iossyuilo2022-07-0324-36/+37
|
* fix(client): ↵syuilo2022-07-031-1/+1
| | | | フォロワー一覧がフォローににゃっているんだにゃあ
* chore(client): tweak stylesyuilo2022-07-031-1/+1
|
* feat(client): status bar (experimental)syuilo2022-07-0311-51/+656
|
* feat: moderation notesyuilo2022-07-036-44/+144
|
* update eslint rulessyuilo2022-07-022-2/+2
|
* chore(client): tweak uisyuilo2022-07-024-27/+45
|
* fix(client): fix typosyuilo2022-07-021-1/+1
|
* fix(client): use unique class names for root to prevent conflicts of stylesyuilo2022-07-022-4/+4
|
* enhance(client): better sticky-container componentsyuilo2022-07-023-34/+24
|
* enhance(client): better marquee componentsyuilo2022-07-025-17/+100
|
* feat(server): add fetch-rss api to reduce dependency of external apissyuilo2022-07-026-3/+58
|
* feat: Log user ips (#8872)syuilo2022-07-0228-73/+370
| | | | | | | | | | | | | | | | | | | * wip * store ip and headers * Update admin-file.vue * require admin for view ip/headers * IP (recent) 消した * admin必須 * opt in * clean ips periodically * respect logging setting in drive/files/create
* refactor(client): refactoringsyuilo2022-07-0290-114/+27
|