summaryrefslogtreecommitdiff
path: root/packages/frontend-embed/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* lint and type fixesHazelnoot2025-04-014-4/+0
|
* Merge branch 'misskey-develop' into merge/2025-03-24Hazelnoot2025-03-312-3/+3
|\
| * 🎨syuilo2025-03-312-3/+3
| |
* | copy sharkey settings into new frontend preferences modelHazelnoot2025-03-311-1/+1
| |
* | Merge branch 'misskey-develop' into merge/2025-03-24Hazelnoot2025-03-301-2/+2
|\|
| * enhance(frontend): disable horizontal swipe for timeline/notifications to ↵syuilo2025-03-291-2/+2
| | | | | | | | improve ux
* | merge upstreamHazelnoot2025-03-257-29/+17
|\|
| * Feat: Chat (#15686)syuilo2025-03-241-11/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * wip * wip * Update types.ts * Create 1742203321812-chat.js * wip * wip * Update room.vue * Update home.vue * Update home.vue * Update ja-JP.yml * Update index.d.ts * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * Update CHANGELOG.md * wip * Update home.vue * clean up * Update misskey-js.api.md * wip * wip * wip * wip * wip * wip * wip * wip * wip * lint fixes * lint * Update UserEntityService.ts * search * wip * 🎨 * wip * Update home.ownedRooms.vue * wip * Update CHANGELOG.md * Update style.scss * wip * improve performance * improve performance * Update timeline.test.ts
| * clean up consolesyuilo2025-03-201-2/+0
| |
| * enhance(frontend): improve ux for touch devicessyuilo2025-03-161-2/+2
| |
| * refactorsyuilo2025-03-141-11/+1
| |
| * update deps (#15311)syuilo2025-02-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * bump misskey-dev/eslint-plugin * lint fixes (backend) * lint fixes (frontend) * lint fixes (frontend-embed) * rollback nsfwjs to 4.2.0 ref: infinitered/nsfwjs#904 * rollback openapi-typescript to v6 v7でOpenAPIのバリデーションが入るようになった関係でスコープ外での変更が避けられないため一時的に戻した * lint fixes (misskey-js) * temporarily disable errored lint rule (frontend-shared) * fix lint * temporarily ignore errored file for lint (frontend-shared) * rollback simplewebauthn/server to 12.0.0 v13 contains breaking changes that require some decision making * lint fixes (frontend-shared) * build misskey-js with types * fix(backend): migrate simplewebauthn/server to v12 * fix(misskey-js/autogen): ignore indent rules to generate consistent output * attempt to fix test changes due to capricorn86/happy-dom#1617 (XMLSerializer now produces valid XML) * attempt to fix test changes due to capricorn86/happy-dom#1617 (XMLSerializer now produces valid XML) * fix test * fix test * fix test * Apply suggestions from code review Co-authored-by: anatawa12 <anatawa12@icloud.com> * bump summaly to v5.2.0 * update tabler-icons to v3.30.0-based --------- Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com> Co-authored-by: anatawa12 <anatawa12@icloud.com>
| * refactor(frontend): verbatimModuleSyntaxを有効化 (#15323)かっこかり2025-02-052-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * revert unnecessary changes * wip * refactor(frontend): enforce verbatimModuleSyntax * fix * refactor(frontend-shared): enforce verbatimModuleSyntax * wip * refactor(frontend-embed): enforce verbatimModuleSyntax * enforce consistent-type-imports * fix lint config * attemt to fix ci * fix lint * fix * fix * fix
* | factor out shared "compute-merged-cw" routineHazelnoot2025-02-164-32/+8
| |
* | append mandatory CW in all note views (Mk/Sk/Em + basic/Detailed/Simple/Sub)Hazelnoot2025-02-164-14/+50
| |
* | load correct locales file in frontend-embed boot.tsHazelnoot2025-02-041-1/+1
| |
* | remove unused index.htmlHazelnoot2025-02-041-0/+0
| |
* | restore fixes to locale versioningHazelnoot2025-02-041-3/+3
| |
* | merge upstream 2025-02-03Hazelnoot2025-02-037-53/+37
|\|
| * revert(dev): ↵かっこかり2025-01-251-36/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | フロントエンド・バックエンドを分離する開発モードを廃止 (#15284) * Revert "chore: 開発モードでフロントエンドとバックエンドを独立して起動するようにする(再) (#12593)" This reverts commit b0039f0946b02777ad99ad8c92f6555792aa8996. * revert dev command * revert embed dev * 消しすぎた * filesをプロキシするように * fix chromatic ci * Revert "filesをプロキシするように" This reverts commit 41be2548ce82ba408588c5f0dee007c97d026e55. * fix: configのhostnameでサーバーを起動するように * fix * lint * Update Changelog * fix --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
| * fix: node.js の punycode ↵anatawa122025-01-143-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | モジュールが使用されている場所がある問題 (#15248) * fix: punycode.js が使用されていない場所がある問題 * fix: use punycode/punycode.js on backend * fix: use punycode/punycode.es6.js on backend * fix: d.ts missing declare keyword * chore: don't use punycode.js on backend * update pnpm-lock.yaml * chore: remove punycode.d.ts * chore: use punycode.js instead of punycode npm package * chore: bump psl to 1.15.0 * chore: bump nsfwjs to 4.2.0 4.2.1 is not usable because of https://github.com/infinitered/nsfwjs/issues/904 * chore: prevent loading node-fetch from tensorflow * chore: DOMWindow['document'] => Document IDK why DOMWindow['document'] fails, but might be related to tsc internal complexity limit * fix: disable --trace-deprecation --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
| * fix(frontend-embed): 型チェックエラーを修正 (#15216)おさむのひと2025-01-083-12/+16
| | | | | | | | | | | | | | | | | | | | | | * fix(frontend): frontend / frontend-embedにあるtsconfig.jsonのmoduleをES2022にする * fixed errors * fixed errors * fixed errors * fix(frontend-embed): 型チェックエラーを修正
| * fix(frontend-embed): ↵かっこかり2025-01-081-2/+18
| | | | | | | | | | | | | | localeのバージョンチェックが抜けており起動に失敗することがある問題を修正 (#15212) * fix(frontend-embed): localeのバージョンチェックが抜けており起動に失敗することがある問題を修正 * Update Changelog
* | Merge branch 'develop' into feature/2024.10dakkar2024-12-121-0/+2
|\ \
| * | fix icons in dev modedakkar2024-12-121-0/+2
| | | | | | | | | | | | | | | | | | running `pnpm dev` would not show any of our icons this fixes it well enough
* | | Merge branch 'develop' into feature/2024.10dakkar2024-12-082-0/+6
|\| |
| * | Add Flash unpreviewable file type to embedsCenTdemeern12024-12-081-0/+1
| | |
| * | Fix avatar decoration Z index for embedsCenTdemeern12024-12-081-0/+5
| | |
* | | fix some lints for frontenddakkar2024-11-222-4/+1
| | |
* | | Merge tag '2024.11.0' into feature/2024.10dakkar2024-11-221-0/+22
|\ \ \ | | |/ | |/|
| * | enhance(frontend): Self-XSS防止用のメッセージを追加 (#14839)かっこかり2024-10-261-0/+22
| | | | | | | | | | | | | | | | | | | | | * enhance(frontend): Self-XSS防止用のメッセージを追加 * Update Changelog * embedにも同様の記述を追加
* | | Merge tag '2024.10.1' into feature/2024.10dakkar2024-11-0825-153/+138
|\| | | |/ |/|
| * perf(frontend-embed): improve note rendering performancesyuilo2024-10-141-10/+4
| |
| * refactor(frontend): prefix css variables (UI) (#14739)かっこかり2024-10-1011-27/+27
| | | | | | | | | | | | | | | | | | | | | | * refactor(frontend): prefix css variables * `MI_UI` -> `MI` * fix * `stickyBottom` * stickyTop
| * refactor(frontend): prefix css variables (#14725)syuilo2024-10-0922-106/+106
| | | | | | | | | | | | | | * wip * Update index.d.ts * remove unnecessary codes
| * fix(frontend): ↵syuilo2024-10-042-10/+1
| | | | | | | | リンク動作のオーバーライドが動作していないのを修正
* | upd: add FriendlyCaptcha as a captcha solutionMarie2024-11-021-1/+1
| | | | | | | | FriendlyCaptcha is a german captcha solution which is GDPR compliant and has a non-commerical free license
* | honour `prefers-reduced-motion` in embedsdakkar2024-10-121-0/+13
| |
* | fix some linting in frontendsdakkar2024-10-111-1/+1
| |
* | fix some (all?) Misskey referencesdakkar2024-10-113-5/+5
| |
* | show image comment as title in embedsdakkar2024-10-101-1/+1
| |
* | set isBlock for mfm render in embedsdakkar2024-10-107-6/+10
| |
* | use sfm for embedsdakkar2024-10-103-3/+3
| |
* | maybe update embed mfm to our changesdakkar2024-10-102-24/+64
| |
* | try to fix iconsdakkar2024-10-091-2/+0
|/
* fix(frontend-embed): fix instanceticker, remove directives (#14631)かっこかり2024-09-255-5/+9
|
* fix(frontend-embed): ↵かっこかり2024-09-252-2/+21
| | | | | | | URLエンコードされた文字列が正常に読み込めない問題を修正 (#14630) * fix(frontend-embed): URLエンコードされた文字列が正常に読み込めない問題を修正 * fix(frontend-embed): bring back missing bits
* :art:syuilo2024-09-242-3/+15
|
* fix(frontend-embed): #14613 で抜け落ちた処理を戻す (#14623)かっこかり2024-09-242-2/+9
|
* perf(embed): improve embed performance (#14613)syuilo2024-09-2310-72/+120
| | | | | | | | | | | | | | | * wip * wip * wip * refactor * refactor --------- Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>