summaryrefslogtreecommitdiff
path: root/packages/frontend/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit from forkJulia2025-04-291-1/+1
| | | | | | | | none of our endpoints will ever contain `..` (they might, maybe, at some point, contain `.`, as in `something/get.html`?), so every `Mk:api()` call to an endpoint that contains `..` can't work: let's reject it outright Co-authored-by: dakkar <dakkar@thenautilus.net>
* fix stylesyuilo2025-04-292-0/+2
|
* feat(frontend): タイトルバーを表示できるようにsyuilo2025-04-298-99/+209
|
* Merge commit from forkJulia2025-04-298-13/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * SP-2025-03.1 always wrap icon&thumbnail URLs if they're not HTTP URLs, the frontend won't be able to display them anyway (`<img src="mailto:…">` or '<div stile="background-image: url(nntp:…)">` aren't going to work!), so let's always run them through the media proxy, which will fail harder (fetching a `javascript:` URL won't do anything in the backend, might do something in the frontend) and will always protect the client's address in cases like `gemini:` where the browser could try to fetch * SP-2025-03.2 use object binding for more styles interpolating a random (remote-controlled!) string into a `style` attribute is a bad idea; using VueJS object binding, we should get proper quoting and therefore safe parse failures instead of CSS injections / XSS * SP-2025-03.3 slightly more robust "self" URL handling parse URLs instead of treating them as strings; this is still not perfect, but the `URL` class only handles full URLs, not relative ones, so there's so way to ask it "give me a URL object that represents this resource relative to this base URL" notice that passing very weird URLs to `MkUrl` and `MkUrlPreview` will break the frontend (in dev mode) because there's an untrapped `new URL(…)` that may explode; production builds seem to safely ignore the error, though --------- Co-authored-by: dakkar <dakkar@thenautilus.net>
* enhance(frontend): disable router view transitionsyuilo2025-04-281-44/+2
| | | | Fix #15723
* perf(frontend): improve timeline performancesyuilo2025-04-282-42/+98
|
* 🎨syuilo2025-04-281-32/+4
|
* enhance(frontend): add drive tipsyuilo2025-04-283-1/+11
|
* refactorsyuilo2025-04-282-10/+1
|
* tweak custom-emojis-managersyuilo2025-04-282-7/+6
|
* 🎨syuilo2025-04-271-3/+12
|
* fix(frontend): tweak spacer stylesyuilo2025-04-271-3/+3
|
* fix lintsyuilo2025-04-278-19/+19
|
* 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
* 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に置き換え
* 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(frontend): ↵かっこかり2025-04-272-23/+25
| | | | PageWithHeaderからPageHeaderに全Propsが伝わっていなかった問題を修正 (#15858)
* enhance(frontend): ↵syuilo2025-04-271-9/+11
| | | | 通知ページをスワイプで切り替えられるように
* feat: ↵syuilo2025-04-273-1/+29
| | | | アップロード可能な最大ファイルサイズをロールごとに設定可能に
* fix(frontend): ↵syuilo2025-04-271-1/+1
| | | | | | | タイムラインでノートが重複して表示されることがあるのを修正 Fix #15870 Close #15874
* fix htmlsyuilo2025-04-191-1/+0
|
* 🎨syuilo2025-04-191-1/+0
|
* 🎨syuilo2025-04-1925-1242/+872
|
* 🎨syuilo2025-04-192-23/+87
|
* feat: Job queue inspector (#15856)syuilo2025-04-1912-31/+1243
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-182-0/+52
|
* 🎨syuilo2025-04-181-1/+0
|
* enhance(frontend): improve usabilitysyuilo2025-04-173-7/+7
|
* refactor(frontend): refactor stylessyuilo2025-04-172-21/+17
|
* enhance: ↵syuilo2025-04-161-3/+5
| | | | コントロールパネルでジョブキューをクリアできるように
* Complete unicode emoji after last colon (#13384)anatawa122025-04-163-21/+123
| | | | | | | | | | | | | | | | | | * chore: add types on MkAutocomplete * feat: complete `:emoji:` to unicode emoji * chore: do not use fuzzy match for emojiComplete * docs(changelog): Unicode絵文字をslugから入力する際に`:ok:`のように最後の`:`を入力したあとにUnicode絵文字に変換できるように * docs(changelog): update changelog insertion position * chore: improve indent --------- Co-authored-by: Sayamame-beans <61457993+Sayamame-beans@users.noreply.github.com> Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* fix: ↵anatawa122025-04-161-1/+7
| | | | | | | | | | | ノートの直後のノートを表示する機能で表示が逆順になっていた問題を修正 (#15841) * fix: 特定のノート直前のノートを表示する機能で表示が逆順になっていた問題を修正 * docs(changelog): ノートの直後のノートを表示する機能で表示が逆順になっていた問題を修正 --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* add todosyuilo2025-04-161-0/+2
|
* enhance(frontend): ↵syuilo2025-04-162-3/+13
| | | | テーマでページヘッダーの色を変更できるように
* 🎨syuilo2025-04-161-3/+5
|
* enhance(frontend): ↵syuilo2025-04-163-13/+33
| | | | タイムライン以外でもスクロール位置の保持を試みるように
* 🎨syuilo2025-04-161-6/+7
|
* refactor(frontend): アカウント情報はstore管理にsyuilo2025-04-165-44/+61
|
* refactor(frontend): MkHorizontalSwipe -> MkSwipersyuilo2025-04-1518-47/+47
|
* コミット忘れsyuilo2025-04-152-2/+5
|
* fix(frontend): make keep scroll pos of timelinesyuilo2025-04-151-0/+58
|
* fix: ↵anatawa122025-04-151-2/+2
| | | | | | | フォルダを開いた状態でメニューからアップロードしてもルートフォルダにアップロードされる問題 (#15836) * fix: フォルダを開いた状態でメニューからアップロードしてもルートフォルダにアップロードされる問題 * docs(changelog): Fix: フォルダを開いた状態でメニューからアップロードしてもルートフォルダにアップロードされる問題を修正 #15836
* feat(frontend): chat widgetsyuilo2025-04-152-0/+54
|
* feat(frontend): chat columnsyuilo2025-04-155-158/+241
| | | | Resolve #15830