summaryrefslogtreecommitdiff
path: root/packages (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bump version to 2025.4.1-beta.6github-actions[bot]2025-04-281-1/+1
|
* 🎨syuilo2025-04-281-32/+4
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2025-04-283-48/+48
|\
| * chore(deps): update [misskey-js] update dependencies (#15791)renovate[bot]2025-04-282-14/+14
| | | | | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
| * fix(deps): update [backend] update dependencies (#15811)renovate[bot]2025-04-281-34/+34
| | | | | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* | enhance(frontend): add drive tipsyuilo2025-04-283-1/+11
|/
* refactorsyuilo2025-04-282-10/+1
|
* tweak custom-emojis-managersyuilo2025-04-282-7/+6
|
* Exclude blocked instance note from most timelines (#15792)anatawa122025-04-2820-4/+90
| | | | | | | | | * Exclude blocked instance note from most timelines * Exclude blocked instance note from FTT timelines * Exclude blocked instance note from featured * fix type
* Bump version to 2025.4.1-beta.5github-actions[bot]2025-04-271-1/+1
|
* 🎨syuilo2025-04-271-3/+12
|
* fix(frontend): tweak spacer stylesyuilo2025-04-271-3/+3
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2025-04-271-1/+1
|\
| * Bump version to 2025.4.1-beta.4github-actions[bot]2025-04-271-1/+1
| |
* | fix lintsyuilo2025-04-278-19/+19
|/
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2025-04-271-1/+1
|\
| * Bump version to 2025.4.1-beta.3github-actions[bot]2025-04-271-1/+1
| |
* | fix syntax errorssyuilo2025-04-2713-18/+18
|/
* add todosyuilo2025-04-271-0/+1
|
* perf(frontend): use css-native implementation for spacer rather than vue ↵syuilo2025-04-27143-411/+370
| | | | component
* Bump version to 2025.4.1-beta.2github-actions[bot]2025-04-271-1/+1
|
* enhance(frontend): improve usabilitysyuilo2025-04-271-3/+6
|
* enhance(frontend): ↵syuilo2025-04-272-42/+38
| | | | | | タイムラインをスワイプで切り替えられるように Resolve #15722
* fix(frontend): ↵syuilo2025-04-274-4/+3
| | | | スワイプが効かないなど、不具合の元になるmarginをgapに置き換え
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2025-04-271-1/+1
|\
| * Bump version to 2025.4.1-beta.1github-actions[bot]2025-04-271-1/+1
| |
* | refactor(frontend): PageWithHeaderにMkSwiperを持たせるようにsyuilo2025-04-2716-455/+414
|/
* 🎨syuilo2025-04-271-45/+15
|
* enhance(frontend): improve new emojis managersyuilo2025-04-273-103/+68
|
* fix(ci): change Chromatic build to be triggered when frontend `package.json` ↵zyoshoka2025-04-271-1/+1
| | | | | | | | | is edited instead of lockfile (#15793) * fix(ci): correct invalid condition for skipping Chromatic build * fix: change to be triggered when frontend `package.json` is edited instead of lockfile * chore: disable automatic rebase of frontend Renovate PRs
* fix(frontend): ↵かっこかり2025-04-272-23/+25
| | | | PageWithHeaderからPageHeaderに全Propsが伝わっていなかった問題を修正 (#15858)
* enhance(frontend): ↵syuilo2025-04-271-9/+11
| | | | 通知ページをスワイプで切り替えられるように
* feat: ↵syuilo2025-04-279-2/+53
| | | | アップロード可能な最大ファイルサイズをロールごとに設定可能に
* Bump version to 2025.4.1-beta.0github-actions[bot]2025-04-271-1/+1
|
* Fix #15876 絵文字がアニメーションしない問題を修正 (#15881)なっかあ2025-04-271-0/+1
|
* fix(frontend): ↵syuilo2025-04-271-1/+1
| | | | | | | タイムラインでノートが重複して表示されることがあるのを修正 Fix #15870 Close #15874
* enhance(backend): DB note (userId) インデクス -> (userId, id) ↵饺子w (Yumechi)2025-04-232-1/+22
| | | | | | | | | | | | | 複合インデクスにする (#15879) * enhance(backend): use composite index for ordering notes by user Signed-off-by: eternal-flame-AD <yume@yumechi.jp> * fixup! enhance(backend): use composite index for ordering notes by user --------- Signed-off-by: eternal-flame-AD <yume@yumechi.jp>
* fix(deps): update dependency fastify to v5.3.2 [security] (#15866)renovate[bot]2025-04-191-1/+1
| | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* fix htmlsyuilo2025-04-191-1/+0
|
* 🎨syuilo2025-04-191-1/+0
|
* 🎨syuilo2025-04-1925-1242/+872
|
* 🎨syuilo2025-04-192-23/+87
|
* Bump version to 2025.4.1-alpha.2github-actions[bot]2025-04-191-1/+1
|
* feat: Job queue inspector (#15856)syuilo2025-04-1932-211/+2422
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * Update job-queue.vue * wip * wip * Update job-queue.vue * wip * Update job-queue.vue * wip * Update QueueService.ts * Update QueueService.ts * Update QueueService.ts * Update job-queue.vue * wip * wip * wip * Update job-queue.vue * wip * Update MkTl.vue * wip * Update index.vue * wip * wip * Update MkTl.vue * 🎨 * jobs search * wip * Update job-queue.vue * wip * wip * Update job-queue.vue * Update job-queue.vue * Update job-queue.vue * Update job-queue.vue * wip * Update job-queue.job.vue * wip * wip * wip * Update MkCode.vue * wip * Update job-queue.job.vue * wip * Update job-queue.job.vue * Update misskey-js.api.md * Update CHANGELOG.md * Update job-queue.job.vue
* fix(storybook): implement missing stories (#15862)zyoshoka2025-04-183-0/+87
|
* 🎨syuilo2025-04-181-1/+0
|
* enhance(frontend): improve usabilitysyuilo2025-04-173-7/+7
|
* refactor(frontend): refactor stylessyuilo2025-04-172-21/+17
|
* fix(deps): update vite to v6.3.1 (#15857)かっこかり2025-04-172-4/+4
|
* enhance: ↵syuilo2025-04-167-17/+70
| | | | コントロールパネルでジョブキューをクリアできるように