| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | enhance(client): ↵ | syuilo | 2023-01-16 | 2 | -6/+4 |
| | | | | | カスタム絵文字一覧ページにカスタム絵文字管理ページへのリンクを追加 | ||||
| * | enhance(client): improve usability of user select | syuilo | 2023-01-16 | 3 | -4/+17 |
| | | |||||
| * | refactor(client): use css modules | syuilo | 2023-01-16 | 1 | -75/+73 |
| | | |||||
| * | enhance(client): ロールのポリシーを絞り込めるように | syuilo | 2023-01-16 | 1 | -15/+25 |
| | | |||||
| * | refactor: rename instance.caughtAt to instance.firstRetrievedAt | syuilo | 2023-01-16 | 3 | -5/+5 |
| | | |||||
| * | set -webkit-touch-callout (#9447) | tamaina | 2023-01-16 | 2 | -1/+6 |
| | | |||||
| * | Fix style of messaging form, use css module (#9602) | tamaina | 2023-01-16 | 1 | -113/+113 |
| | | | | | | * Fix style of messaging form, use css module * clean up | ||||
| * | Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop | tamaina | 2023-01-15 | 1 | -11/+7 |
| |\ | |||||
| | * | fix: note embedding in Pages editor (#9604) | futchitwo | 2023-01-15 | 1 | -11/+7 |
| | | | |||||
| * | | fix(client): add :disable-link="true" to some <MkAvatar /> Fix #9606 | tamaina | 2023-01-15 | 10 | -13/+13 |
| |/ | |||||
| * | fix(client): Fix #9600 chat paging issue | tamaina | 2023-01-15 | 1 | -4/+0 |
| | | | | | Previous chat history not shown | ||||
| * | fix(client): エラー画像表示崩れ修正 (#9599) | Masaya Suzuki | 2023-01-15 | 1 | -0/+2 |
| | | |||||
| * | Fix widget tests (#9591) | Masaya Suzuki | 2023-01-15 | 19 | -19/+19 |
| | | |||||
| * | refactor: rename role.options -> role.policies | syuilo | 2023-01-15 | 5 | -141/+148 |
| | | |||||
| * | ロールの各オプションに優先度を設定できるように | syuilo | 2023-01-15 | 1 | -96/+126 |
| | | |||||
| * | ロールでレートリミットを調整できるように | syuilo | 2023-01-15 | 2 | -14/+43 |
| | | | | | Resolve #9584 | ||||
| * | enhance(client): show readable error when rate limit exceeded | syuilo | 2023-01-15 | 1 | -1/+4 |
| | | |||||
| * | tweak style | syuilo | 2023-01-15 | 3 | -7/+7 |
| | | |||||
| * | refactor(client): use css modules | syuilo | 2023-01-15 | 3 | -138/+140 |
| | | |||||
| * | Fix #9582 | syuilo | 2023-01-15 | 1 | -1/+1 |
| | | |||||
| * | tweak style | syuilo | 2023-01-15 | 1 | -5/+3 |
| | | |||||
| * | frontendに@type/nodeをインストールする (#9571) | Masaya Suzuki | 2023-01-15 | 1 | -0/+1 |
| | | |||||
| * | refactor(client): use css modules | syuilo | 2023-01-15 | 1 | -20/+18 |
| | | |||||
| * | refactor(client): use css modules | syuilo | 2023-01-15 | 3 | -168/+141 |
| | | |||||
| * | update deps | syuilo | 2023-01-15 | 1 | -8/+8 |
| | | |||||
| * | refactor(client): use css modules | syuilo | 2023-01-15 | 4 | -35/+35 |
| | | |||||
| * | fix(client): Custom emojis in Inline emoji autocomplete(MkAutoComplete) is ↵ | syuilo | 2023-01-15 | 1 | -11/+10 |
| | | | | | | | way too big Fix #9570 | ||||
| * | typo | syuilo | 2023-01-15 | 1 | -1/+1 |
| | | |||||
| * | chore: use computed | syuilo | 2023-01-15 | 1 | -1/+1 |
| | | |||||
| * | Fix widget test (#9565) | Masaya Suzuki | 2023-01-15 | 1 | -2/+3 |
| | | |||||
| * | refactor(client): use css modules | syuilo | 2023-01-15 | 1 | -8/+8 |
| | | |||||
| * | refactor(client): use css modules | syuilo | 2023-01-15 | 18 | -180/+176 |
| | | |||||
| * | refactor(client): use css modules | syuilo | 2023-01-15 | 1 | -7/+7 |
| | | |||||
| * | refactor(client): use css modules | syuilo | 2023-01-15 | 1 | -39/+44 |
| | | |||||
| * | fix(client): fix custom emoji rendering | syuilo | 2023-01-15 | 1 | -1/+2 |
| | | |||||
| * | refactor | syuilo | 2023-01-14 | 4 | -0/+4 |
| | | |||||
| * | refactor | syuilo | 2023-01-14 | 5 | -19/+8 |
| | | |||||
| * | refactor(client): use css modules | syuilo | 2023-01-14 | 1 | -107/+82 |
| | | |||||
| * | Update style.scss | syuilo | 2023-01-14 | 1 | -8/+1 |
| | | |||||
| * | refactor(client): use css modules | syuilo | 2023-01-14 | 5 | -88/+70 |
| | | |||||
| * | E2Eテスト "first widget should be removed" 修正 (#9556) | Masaya Suzuki | 2023-01-14 | 1 | -3/+3 |
| | | | | | | | | * Fix e2e test "first widget should be removed" * E2Eテスト用クラス追加 * empty commit | ||||
| * | ノートをピン留めできる数を設定可能に | syuilo | 2023-01-14 | 2 | -0/+24 |
| | | | | | Resolve #9555 | ||||
| * | Update roles.editor.vue | syuilo | 2023-01-14 | 1 | -3/+3 |
| | | |||||
| * | enhance(client): ↵ | syuilo | 2023-01-14 | 1 | -1/+9 |
| | | | | | 分かりやすいエラーメッセージを表示するように | ||||
| * | enhance: ↵ | syuilo | 2023-01-14 | 2 | -0/+48 |
| | | | | | ユーザーリストおよびユーザーリスト内のユーザーの作成可能数を設定可能に | ||||
| * | refactor(client): use css modules | syuilo | 2023-01-14 | 10 | -147/+139 |
| | | |||||
| * | enhance: ↵ | syuilo | 2023-01-14 | 2 | -0/+48 |
| | | | | | クリップおよびクリップ内のノートの作成可能数を設定可能に | ||||
| * | refactor(client): use css modules | syuilo | 2023-01-14 | 1 | -23/+25 |
| | | |||||
| * | refactor(client): use css modules | syuilo | 2023-01-14 | 1 | -8/+6 |
| | | |||||
| * | refactor(client): use css modules | syuilo | 2023-01-14 | 1 | -18/+22 |
| | | |||||