| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat: Webhook (#8457) | syuilo | 2022-04-02 | 5 | -1/+231 |
| | | | | | | | | | | | | * feat: introduce webhook * wip * wip * wip * Update CHANGELOG.md | ||||
| * | enhance: ↵ | tamaina | 2022-04-02 | 2 | -5/+5 |
| | | | | | | | | | | | | | | | | | | タッチパッド・タッチスクリーンでのデッキの操作性を向上 (#8450) * enhance experience of deck with touchpad * test: 単純にdeltaYを加算してみる * clean up * ios bug fix? * :v: * use overflow-y * Safari does not supports clip | ||||
| * | update deps | syuilo | 2022-04-01 | 3 | -100/+89 |
| | | |||||
| * | Bump ansi-regex from 5.0.0 to 5.0.1 in /packages/client (#8422) | dependabot[bot] | 2022-03-27 | 1 | -6/+1 |
| | | | | | | | | | | | | | | | | Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 5.0.0 to 5.0.1. - [Release notes](https://github.com/chalk/ansi-regex/releases) - [Commits](https://github.com/chalk/ansi-regex/compare/v5.0.0...v5.0.1) --- updated-dependencies: - dependency-name: ansi-regex dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | ||||
| * | Bump nanoid from 3.1.20 to 3.3.1 in /packages/client (#8425) | dependabot[bot] | 2022-03-27 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | | Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.20 to 3.3.1. - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](https://github.com/ai/nanoid/compare/3.1.20...3.3.1) --- updated-dependencies: - dependency-name: nanoid dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | ||||
| * | chore(deps): bump minimist from 1.2.5 to 1.2.6 in /packages/client (#8446) | dependabot[bot] | 2022-03-27 | 1 | -6/+1 |
| | | | | | | | | | | | | | | | | Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | ||||
| * | tweak client | syuilo | 2022-03-27 | 2 | -1/+4 |
| | | |||||
| * | fix of client | syuilo | 2022-03-27 | 1 | -2/+2 |
| | | |||||
| * | refactor | syuilo | 2022-03-27 | 1 | -8/+8 |
| | | |||||
| * | fix: Handle decodeURIComponent error (#8411) | tamaina | 2022-03-27 | 1 | -3/+11 |
| | | |||||
| * | update deps | syuilo | 2022-03-25 | 2 | -168/+171 |
| | | |||||
| * | perf(server): refactor and performance improvements | syuilo | 2022-03-25 | 2 | -1/+2 |
| | | |||||
| * | Update account.ts | syuilo | 2022-03-25 | 1 | -1/+1 |
| | | |||||
| * | enhance(client): ↵ | syuilo | 2022-03-25 | 1 | -1/+5 |
| | | | | | アカウント情報の取得に失敗したとき強制ログアウトではなく警告を表示するように | ||||
| * | refactor: separate meta api for admin or not | syuilo | 2022-03-25 | 12 | -12/+12 |
| | | |||||
| * | perf(server): disable some antenna features to improve performance | syuilo | 2022-03-22 | 1 | -3/+3 |
| | | |||||
| * | perf(server): reduce db query | syuilo | 2022-03-21 | 1 | -1/+1 |
| | | |||||
| * | デッキまわりをCompositon API / Setup Sugarに (#8410) | tamaina | 2022-03-21 | 15 | -716/+599 |
| | | | | | | | | | | | | | | | | | | | | * universal.widgets.vue * column.vue, antenna-column.vue * direct-column.vue, list-column.vue * main-column.vue * wip * :v: * fix * :v: * :v: | ||||
| * | fix(client): fix popup menu direction calclation | syuilo | 2022-03-19 | 1 | -12/+12 |
| | | |||||
| * | update deps | syuilo | 2022-03-19 | 2 | -240/+217 |
| | | |||||
| * | feat: introduce bull dashboard | syuilo | 2022-03-19 | 2 | -0/+10 |
| | | |||||
| * | :art: | syuilo | 2022-03-12 | 1 | -6/+9 |
| | | |||||
| * | tweal c;iemy | syuilo | 2022-03-11 | 2 | -1/+62 |
| | | |||||
| * | update deps | syuilo | 2022-03-09 | 2 | -54/+54 |
| | | |||||
| * | fix scroll (#8382) | nullobsi | 2022-03-09 | 1 | -0/+4 |
| | | |||||
| * | テーマ選択から重複要素を排除するように (#8385) | MeiMei | 2022-03-09 | 2 | -2/+13 |
| | | |||||
| * | fix federation chart | syuilo | 2022-03-08 | 1 | -4/+9 |
| | | |||||
| * | update deps | syuilo | 2022-03-07 | 2 | -247/+299 |
| | | |||||
| * | delete needless instance drive columns | syuilo | 2022-03-07 | 1 | -4/+0 |
| | | |||||
| * | feat: add active to federation chart | syuilo | 2022-03-07 | 1 | -1/+7 |
| | | |||||
| * | tweak client | syuilo | 2022-03-06 | 1 | -0/+1 |
| | | |||||
| * | tweak client | syuilo | 2022-03-06 | 3 | -17/+36 |
| | | |||||
| * | tweak client | syuilo | 2022-03-06 | 1 | -31/+35 |
| | | |||||
| * | Refactor: Switch Settings index page to setup sugar (#8374) | Andreas Nedbal | 2022-03-06 | 1 | -228/+206 |
| | | | | | | * refactor(client): Make Settings index page use <script setup> * chore(client): address review comments | ||||
| * | feat: アンケート終了通知 | syuilo | 2022-03-06 | 3 | -6/+25 |
| | | | | | Resolve #4664 | ||||
| * | fix: iPhone ↵ | tamaina | 2022-03-05 | 2 | -2/+2 |
| | | | | | | | | | | | | X以降(?)でページの内容が全て表示しきれないのを修正 (#8375) * add safe-area-inset-bottom to spacer * fix * :v: * fix | ||||
| * | fix | syuilo | 2022-03-05 | 1 | -2/+13 |
| | | |||||
| * | fix(client): register_note_view_interruptor()が動かないのを修正 | syuilo | 2022-03-05 | 1 | -2/+13 |
| | | | | | Fix #8318 | ||||
| * | chore(client): hide error report setting | syuilo | 2022-03-05 | 1 | -0/+2 |
| | | | | | Close #8327 | ||||
| * | feat: 時限ミュート | syuilo | 2022-03-04 | 1 | -5/+38 |
| | | | | | #7677 | ||||
| * | Fix: Only allow admins to access admin views (#8361) | Andreas Nedbal | 2022-03-04 | 1 | -3/+3 |
| | | | | | | * fix(client): only allow admins to access /admin/* * fix(client): Also allow moderators to access admin panel | ||||
| * | tweak client | syuilo | 2022-03-04 | 2 | -7/+6 |
| | | |||||
| * | Add me as patron (#8369) | Kainoa Kanter | 2022-03-03 | 1 | -0/+1 |
| | | |||||
| * | feat(client): indicate dev build | syuilo | 2022-03-03 | 1 | -6/+31 |
| | | |||||
| * | fix(client): ↵ | syuilo | 2022-03-02 | 2 | -3/+3 |
| | | | | | ユーザー名オートコンプリートが正しく動作しない問題を修正 | ||||
| * | :art: | syuilo | 2022-03-01 | 2 | -0/+22 |
| | | |||||
| * | feat: instance default theme | syuilo | 2022-03-01 | 4 | -2/+39 |
| | | |||||
| * | :art: | syuilo | 2022-03-01 | 2 | -0/+14 |
| | | |||||
| * | refactor | syuilo | 2022-03-01 | 9 | -47/+40 |
| | | |||||
| * | Revert "refactor" | syuilo | 2022-03-01 | 15 | -34/+29 |
| | | | | | This reverts commit 94d4f8271e3406ff549a8f18831fb74adcd0d1ab. | ||||