| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix(client): word mute cannot save | syuilo | 2022-02-11 | 1 | -1/+3 |
| | | |||||
| * | chore(client): tweak chart | syuilo | 2022-02-11 | 1 | -1/+1 |
| | | |||||
| * | enhance(client): リアクションピッカーの幅、高さ制限を緩和 | syuilo | 2022-02-11 | 1 | -0/+3 |
| | | |||||
| * | feat(client): make size of reaction picker configuable | syuilo | 2022-02-11 | 1 | -2/+9 |
| | | |||||
| * | fix: regular expressions in word mutes (#8254) | Johann150 | 2022-02-10 | 1 | -4/+51 |
| | | | | | | | | | | | | | | | | | | | | | * fix: handle regex exceptions for word mutes * add i18n strings Co-authored-by: rinsuki <428rinsuki+git@gmail.com> * stricter input validation in backend * add migration for hard mutes * fix * use correct regex library in migration * use query builder to avoid SQL injection Co-authored-by: Robin B <robflop98@outlook.com> Co-authored-by: rinsuki <428rinsuki+git@gmail.com> | ||||
| * | feat: インスタンスのテーマカラーを設定できるように | syuilo | 2022-02-09 | 1 | -0/+9 |
| | | |||||
| * | fix(client): ↵ | syuilo | 2022-02-09 | 2 | -154/+121 |
| | | | | | | | コントロールパネルのユーザー、ファイルにて、インスタンスの表示範囲切り替えが機能しない問題を修正 Fix #8252 | ||||
| * | fix: save followers/following visibility (#8276) | Johann150 | 2022-02-09 | 1 | -1/+1 |
| | | |||||
| * | feat(client): デバイスの種類を手動指定できるように | syuilo | 2022-02-08 | 1 | -0/+13 |
| | | |||||
| * | feat(client): ↵ | syuilo | 2022-02-08 | 1 | -6/+21 |
| | | | | | 自インスタンス情報ページでチャートを見れるように | ||||
| * | feat: Option to show replies in timeline (rebase #7685) (#8202) | nullobsi | 2022-02-06 | 1 | -1/+3 |
| | | | | | | * Add an option for timeline replies. Credit to Emilis (puffaboo) * update db on request | ||||
| * | enhance(client): improve chart rendering | syuilo | 2022-02-04 | 2 | -4/+4 |
| | | |||||
| * | fix: ↵ | tamaina | 2022-02-04 | 1 | -10/+13 |
| | | | | | | タイムライン種別を切り替えると「新しいノートがあります」の表示が残留してしまうのを修正 (#8250) Fix #6831 | ||||
| * | tweak | syuilo | 2022-02-02 | 1 | -4/+3 |
| | | |||||
| * | feat(client): ↵ | syuilo | 2022-01-31 | 1 | -0/+11 |
| | | | | | | | 連合インスタンスページからインスタンス情報再取得を行えるように Resolve #8231 | ||||
| * | enhance: メニュー関連をComposition API化、switchアイテム追加 ↵ | tamaina | 2022-01-30 | 1 | -1/+6 |
| | | | | | | | | | | | | | | | | | | | | | (#8215) * メニューをComposition API化、switchアイテム追加 クライアントサイド画像圧縮の準備 * メニュー型定義を分離 (TypeScriptの型支援が効かないので) * disabled * make keepOriginal to follow setting value * fix * fix * Fix * clean up | ||||
| * | fix(client): DMページでメンションが含まれる問題を修正 | syuilo | 2022-01-28 | 1 | -2/+2 |
| | | | | | Fix #8211 | ||||
| * | refactor(client): use composition api | syuilo | 2022-01-28 | 1 | -76/+55 |
| | | |||||
| * | refactor(client): better semantics | syuilo | 2022-01-28 | 21 | -32/+32 |
| | | |||||
| * | refactor(client): i18n.locale -> i18n.ts | syuilo | 2022-01-28 | 32 | -179/+179 |
| | | |||||
| * | fix(client): 「クリップ」ページが開かない問題を修正 | syuilo | 2022-01-28 | 1 | -1/+1 |
| | | |||||
| * | fix(client): チャットが見れない | syuilo | 2022-01-27 | 2 | -3/+4 |
| | | | | | Fix #8203 | ||||
| * | chore: fix instant form handling | syuilo | 2022-01-27 | 2 | -1/+2 |
| | | |||||
| * | :art: | syuilo | 2022-01-26 | 1 | -555/+321 |
| | | |||||
| * | disable animations on more transitions (#8112) | Johann150 | 2022-01-25 | 7 | -9/+9 |
| | | |||||
| * | fix: change keypress to keydown (#8192) | Hyunseung Jeon | 2022-01-25 | 1 | -2/+2 |
| | | |||||
| * | fix(client): ↵ | syuilo | 2022-01-21 | 1 | -0/+6 |
| | | | | | タイムラインのkeep-aliveが効かなくなっているのを修正 | ||||
| * | chore(client): add #misskey button | syuilo | 2022-01-21 | 1 | -1/+11 |
| | | |||||
| * | wip: refactor(client): migrate components to composition api | syuilo | 2022-01-21 | 1 | -58/+48 |
| | | |||||
| * | enhance: e2eテストをできるだけ改良してみた (#8159) | tamaina | 2022-01-21 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update docker image? * 続 * serial run delete from "${table}" cascade * use cypress official github action * refuse install by cypress action * clean up * use wait? * use more wait? * Revert "use more wait?" This reverts commit 18d0fcae9c7d8f98a4cafb4a846a031ece57350c. * Revert "use wait?" This reverts commit 5aa8feec9cdc3e2f79e566249f0a0eff6c0df6a0. * fix * test * test * log? * 握りつぶしてみる * clean up * env? * clean up? * disable video * add comment * remove test * 成功? * test browser * nodeインストール無効化 * node16.13.0-chrome95-ff94 * node.js復活 * ? * ちょっと戻してみる * chrome? * cross browser test2 * --shm-size=2g * artifact? * misskey.local? * firefoxはあきらめる * not headless? * oops * fix * ?? * test1 * if? * fail-fast: false * headless: false * easy error ignoreing describe * エラーの解消 とちょっとリファクター * add browser name to artifact * Install mplayer for FireFox * no wait? * タイムアウトを甘くしてみる * firefoxをあきらめる(n回目) * remove timeout setting * wait復活 * Update basic.js * Update index.js Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> | ||||
| * | enhance: Forward report (#8001) | Johann150 | 2022-01-21 | 1 | -57/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * implement sending AP Flag object Optionally allow a user to select to forward a report about a remote user to the other instance. This is added in a backwards-compatible way. * add locale string * forward report only for moderators * add switch to moderator UI to forward report * fix report note url * return forwarded status from API apparently forgot to carry this over from my testing environment * object in Flag activity has to be an array For correct interoperability with Pleroma the "object" property of the Flag activity has to be an array. This array will in the future also hold the link to respective notes, so it makes sense to correct this on our side. * Update get-note-menu.ts Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> | ||||
| * | wip: refactor(client): migrate components to composition api | syuilo | 2022-01-18 | 1 | -79/+48 |
| | | | | | Fix #8155 | ||||
| * | wip: refactor(client): migrate components to composition api | syuilo | 2022-01-16 | 1 | -196/+151 |
| | | |||||
| * | wip: refactor(client): migrate components to composition api | syuilo | 2022-01-16 | 2 | -306/+248 |
| | | |||||
| * | wip: refactor(client): migrate components to composition api | syuilo | 2022-01-16 | 2 | -75/+50 |
| | | |||||
| * | refactor(client): specify global scope | syuilo | 2022-01-16 | 2 | -4/+4 |
| | | |||||
| * | wip: refactor(client): migrate components to composition api | syuilo | 2022-01-16 | 1 | -48/+41 |
| | | |||||
| * | wip: refactor(client): migrate components to composition api | syuilo | 2022-01-15 | 1 | -55/+31 |
| | | |||||
| * | wip: refactor(client): migrate components to composition api | syuilo | 2022-01-15 | 2 | -95/+71 |
| | | |||||
| * | wip: refactor(client): migrate components to composition api | syuilo | 2022-01-15 | 3 | -125/+101 |
| | | |||||
| * | wip: refactor(client): migrate components to composition api | syuilo | 2022-01-14 | 3 | -130/+93 |
| | | |||||
| * | wip: refactor(client): migrate paging components to composition api | syuilo | 2022-01-14 | 1 | -4/+4 |
| | | |||||
| * | wip: refactor(client): migrate paging components to composition api | syuilo | 2022-01-14 | 2 | -10/+3 |
| | | |||||
| * | wip: refactor(client): migrate paging components to composition api | syuilo | 2022-01-13 | 4 | -108/+55 |
| | | |||||
| * | wip: refactor(client): migrate paging components to composition api | syuilo | 2022-01-13 | 3 | -84/+58 |
| | | |||||
| * | refactor | syuilo | 2022-01-13 | 33 | -48/+48 |
| | | |||||
| * | wip: refactor(client): migrate paging components to composition api | syuilo | 2022-01-13 | 4 | -110/+91 |
| | | |||||
| * | refactor | syuilo | 2022-01-13 | 29 | -109/+5 |
| | | |||||
| * | clean up | syuilo | 2022-01-13 | 22 | -84/+0 |
| | | |||||
| * | feat: emojis import | syuilo | 2022-01-13 | 1 | -0/+20 |
| | | |||||