summaryrefslogtreecommitdiff
path: root/packages (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix css modulesyuilo2023-01-161-1/+1
|
* Use pnpm for package manager (#9531)CyberRex2023-01-161-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Use pnpm for package manager * Fix * Change github workflow * use pnpm in workflow * fix * Fix test (e2e/jest) * Update Dockerfile for pnpm * Exclude node_modules from file search on VSCode * Update pnpm-lock.yaml * Update pnpm-lock.yaml * Move typescript from devDependencies to dependencies * Fix Dockerfile Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* enhance(client): プロフィールが長い場合は折りたたむsyuilo2023-01-162-2/+77
|
* :art:syuilo2023-01-161-0/+1
|
* プロフィールの文字数制限を緩和syuilo2023-01-161-1/+1
|
* enhance(client): ↵syuilo2023-01-162-6/+4
| | | | カスタム絵文字一覧ページにカスタム絵文字管理ページへのリンクを追加
* enhance(client): improve usability of user selectsyuilo2023-01-163-4/+17
|
* refactor(client): use css modulessyuilo2023-01-161-75/+73
|
* enhance(client): ロールのポリシーを絞り込めるようにsyuilo2023-01-161-15/+25
|
* refactor: rename instance.caughtAt to instance.firstRetrievedAtsyuilo2023-01-169-11/+22
|
* set -webkit-touch-callout (#9447)tamaina2023-01-162-1/+6
|
* typosyuilo2023-01-161-1/+1
|
* Fix style of messaging form, use css module (#9602)tamaina2023-01-161-113/+113
| | | | | * Fix style of messaging form, use css module * clean up
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developtamaina2023-01-151-11/+7
|\
| * fix: note embedding in Pages editor (#9604)futchitwo2023-01-151-11/+7
| |
* | fix(client): add :disable-link="true" to some <MkAvatar /> Fix #9606tamaina2023-01-1510-13/+13
|/
* fix(client): Fix #9600 chat paging issuetamaina2023-01-151-4/+0
| | | | Previous chat history not shown
* fix(client): エラー画像表示崩れ修正 (#9599)Masaya Suzuki2023-01-151-0/+2
|
* Fix widget tests (#9591)Masaya Suzuki2023-01-1519-19/+19
|
* refactor: rename role.options -> role.policiessyuilo2023-01-1552-232/+253
|
* ロールの各オプションに優先度を設定できるようにsyuilo2023-01-154-114/+155
|
* ロールでレートリミットを調整できるようにsyuilo2023-01-155-19/+54
| | | | Resolve #9584
* enhance(client): show readable error when rate limit exceededsyuilo2023-01-151-1/+4
|
* tweak stylesyuilo2023-01-153-7/+7
|
* refactor(client): use css modulessyuilo2023-01-153-138/+140
|
* Fix #9582syuilo2023-01-151-1/+1
|
* tweak stylesyuilo2023-01-151-5/+3
|
* frontendに@type/nodeをインストールする (#9571)Masaya Suzuki2023-01-151-0/+1
|
* refactor(client): use css modulessyuilo2023-01-151-20/+18
|
* refactor(client): use css modulessyuilo2023-01-153-168/+141
|
* update depssyuilo2023-01-152-27/+27
|
* refactor(client): use css modulessyuilo2023-01-154-35/+35
|
* fix(client): Custom emojis in Inline emoji autocomplete(MkAutoComplete) is ↵syuilo2023-01-151-11/+10
| | | | | | way too big Fix #9570
* typosyuilo2023-01-151-1/+1
|
* chore: use computedsyuilo2023-01-151-1/+1
|
* Fix widget test (#9565)Masaya Suzuki2023-01-151-2/+3
|
* Fix import (#9566)Masaya Suzuki2023-01-151-1/+1
|
* refactor(client): use css modulessyuilo2023-01-151-8/+8
|
* refactor(client): use css modulessyuilo2023-01-1518-180/+176
|
* refactor(client): use css modulessyuilo2023-01-151-7/+7
|
* refactor(client): use css modulessyuilo2023-01-151-39/+44
|
* fix(client): fix custom emoji renderingsyuilo2023-01-151-1/+2
|
* refactorsyuilo2023-01-144-0/+4
|
* refactorsyuilo2023-01-145-19/+8
|
* refactor(client): use css modulessyuilo2023-01-141-107/+82
|
* Update style.scsssyuilo2023-01-141-8/+1
|
* refactor(client): use css modulessyuilo2023-01-145-88/+70
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2023-01-141-3/+3
|\
| * E2Eテスト "first widget should be removed" 修正 (#9556)Masaya Suzuki2023-01-141-3/+3
| | | | | | | | | | | | | | * Fix e2e test "first widget should be removed" * E2Eテスト用クラス追加 * empty commit
* | enhance(server): add rate limits for some endpointssyuilo2023-01-147-4/+28
|/