Hazelnoot
|
b2d43040b1
|
factor out shared "compute-merged-cw" routine
|
2025-02-16 19:20:42 -05:00 |
|
Hazelnoot
|
905b637648
|
append mandatory CW in all note views (Mk/Sk/Em + basic/Detailed/Simple/Sub)
|
2025-02-16 19:20:41 -05:00 |
|
Hazelnoot
|
0d1c993dd2
|
restore support for local dev using a non-local url
|
2025-02-06 12:57:44 -05:00 |
|
Hazelnoot
|
66a7655bdb
|
load correct locales file in frontend-embed boot.ts
|
2025-02-04 11:40:30 -05:00 |
|
Hazelnoot
|
eff75ffc2a
|
remove unused index.html
|
2025-02-04 08:49:06 -05:00 |
|
Hazelnoot
|
37718eebfe
|
restore fixes to locale versioning
|
2025-02-04 08:47:58 -05:00 |
|
Hazelnoot
|
a4e86758c1
|
merge upstream 2025-02-03
|
2025-02-03 14:36:09 -05:00 |
|
かっこかり
|
2c3a41e4a0
|
fix(frontend): tabler-iconsが読み込めない問題を修正(暫定的対応) (#15332)
* fix(frontend): update tabler icons
* Update Changelog
* update
* update
|
2025-01-28 05:46:44 +00:00 |
|
かっこかり
|
35104d87d5
|
revert(dev): フロントエンド・バックエンドを分離する開発モードを廃止 (#15284)
* Revert "chore: 開発モードでフロントエンドとバックエンドを独立して起動するようにする(再) (#12593)"
This reverts commit b0039f0946 .
* 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>
|
2025-01-25 20:58:39 +09:00 |
|
anatawa12
|
145c6cf2b5
|
fix: node.js の punycode モジュールが使用されている場所がある問題 (#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>
|
2025-01-14 12:37:39 +00:00 |
|
かっこかり
|
d082a1dd34
|
fix(frontend/dev): バックエンド経由での開発時にHMRが効かない問題を修正 (#15255)
|
2025-01-14 10:40:14 +00:00 |
|
おさむのひと
|
13439e04c4
|
fix(frontend-embed): 型チェックエラーを修正 (#15216)
* fix(frontend): frontend / frontend-embedにあるtsconfig.jsonのmoduleをES2022にする
* fixed errors
* fixed errors
* fixed errors
* fix(frontend-embed): 型チェックエラーを修正
|
2025-01-08 12:00:02 +00:00 |
|
かっこかり
|
c49a13de65
|
fix(frontend-embed): localeのバージョンチェックが抜けており起動に失敗することがある問題を修正 (#15212)
* fix(frontend-embed): localeのバージョンチェックが抜けており起動に失敗することがある問題を修正
* Update Changelog
|
2025-01-08 10:33:43 +00:00 |
|
おさむのひと
|
f7da2bad6f
|
fix(frontend): frontend / frontend-embedにあるtsconfig.jsonのmoduleをES2022にする (#15215)
* fix(frontend): frontend / frontend-embedにあるtsconfig.jsonのmoduleをES2022にする
* fixed errors
* fixed errors
* fixed errors
|
2025-01-07 12:23:05 +00:00 |
|
dakkar
|
6d4ae93592
|
Merge branch 'develop' into feature/2024.10
|
2024-12-12 13:04:51 +00:00 |
|
dakkar
|
33fd4648ae
|
fix icons in dev mode
running `pnpm dev` would not show any of our icons
this fixes it well enough
|
2024-12-12 10:27:46 +00:00 |
|
dakkar
|
9937ff39be
|
Merge branch 'develop' into feature/2024.10
|
2024-12-08 19:03:16 +00:00 |
|
CenTdemeern1
|
eb4ca97c85
|
Add Flash unpreviewable file type to embeds
|
2024-12-08 19:16:36 +01:00 |
|
CenTdemeern1
|
034682f7ac
|
Add _RUFFLE_VERSION_ global Vite define
|
2024-12-08 19:16:36 +01:00 |
|
CenTdemeern1
|
83c010453d
|
Fix avatar decoration Z index for embeds
|
2024-12-08 16:56:18 +01:00 |
|
dakkar
|
512ede23e3
|
fix some lints for frontend
|
2024-11-22 13:26:40 +00:00 |
|
dakkar
|
bc816cb166
|
Merge tag '2024.11.0' into feature/2024.10
|
2024-11-22 12:29:04 +00:00 |
|
かっこかり
|
81348f1277
|
fix(frontend): TypeScriptの型チェック対象ファイルを限定して高速化するように (#14994)
* fix frontend tsconfig includes
* fix frontend-embed tsconfig includes
* fix eslint in frontend / frontend-embed
* Update Changelog
---------
Co-authored-by: Hazelnoot <acomputerdog@gmail.com>
|
2024-11-19 10:22:47 +09:00 |
|
syuilo
|
d9d92bcfbf
|
Revert "use nodemon 3.0.2"
This reverts commit ce1f84e5a3 .
|
2024-11-15 19:40:12 +09:00 |
|
syuilo
|
ce1f84e5a3
|
use nodemon 3.0.2
#14966
|
2024-11-15 19:33:50 +09:00 |
|
syuilo
|
e26e24b610
|
update deps (#14950)
* update deps
* wip
* Revert "wip"
This reverts commit 393de249fe248ae181221266e0b7828a3ac53152.
* wip
* wip
* wip
* wip
|
2024-11-15 17:22:00 +09:00 |
|
dakkar
|
f079edaf3c
|
Merge tag '2024.10.1' into feature/2024.10
|
2024-11-08 15:52:37 +00:00 |
|
dakkar
|
1906dbe1dc
|
merge: Fix frontend TS configs (!725)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/725
Approved-by: dakkar <dakkar@thenautilus.net>
Approved-by: Marie <github@yuugi.dev>
|
2024-11-02 18:00:57 +00:00 |
|
Hazelnoot
|
b97db55a94
|
fix eslint in frontend / frontend-embed
|
2024-11-02 13:00:49 -04:00 |
|
Hazelnoot
|
4ad816e0df
|
fix frontend-embed tsconfig includes
|
2024-11-02 11:43:24 -04:00 |
|
Marie
|
d786e96c2b
|
upd: add FriendlyCaptcha as a captcha solution
FriendlyCaptcha is a german captcha solution which is GDPR compliant and has a non-commerical free license
|
2024-11-02 02:20:35 +01:00 |
|
かっこかり
|
a6a1e3d733
|
enhance(frontend): Self-XSS防止用のメッセージを追加 (#14839)
* enhance(frontend): Self-XSS防止用のメッセージを追加
* Update Changelog
* embedにも同様の記述を追加
|
2024-10-26 22:07:26 +09:00 |
|
dakkar
|
cff59ce2aa
|
use en-US translations for linting
|
2024-10-22 12:05:07 +01:00 |
|
dakkar
|
6a3dc40c31
|
lint translations in embeds, too
|
2024-10-22 12:05:07 +01:00 |
|
Hazelnoot
|
fbe6b31878
|
fix eslint errors in all projects due to over-including files
|
2024-10-16 10:30:38 -04:00 |
|
Hazelnoot
|
6c30c94b92
|
fix eslint errors in frontend / frontend-embed
|
2024-10-16 09:55:29 -04:00 |
|
Hazelnoot
|
1a9f2f84b3
|
fix linting and type checks in all packages
|
2024-10-15 21:41:36 -04:00 |
|
Hazelnoot
|
de61781c4a
|
fix TS errors in vite config files
|
2024-10-15 21:23:03 -04:00 |
|
Hazelnoot
|
8a34d8e9d2
|
Merge branch 'develop' into feature/2024.9.0
# Conflicts:
# locales/en-US.yml
# locales/ja-JP.yml
# packages/backend/src/core/NoteCreateService.ts
# packages/backend/src/core/NoteDeleteService.ts
# packages/backend/src/core/NoteEditService.ts
# packages/frontend-shared/js/config.ts
# packages/frontend/src/boot/common.ts
# packages/frontend/src/pages/following-feed.vue
# packages/misskey-js/src/autogen/endpoint.ts
|
2024-10-15 18:09:11 -04:00 |
|
syuilo
|
c46d6d8edd
|
perf(frontend-embed): improve note rendering performance
|
2024-10-14 12:34:03 +09:00 |
|
dakkar
|
14e21d00b9
|
honour prefers-reduced-motion in embeds
|
2024-10-12 19:45:35 +01:00 |
|
dakkar
|
3cec5f927e
|
fix some linting in frontends
|
2024-10-11 11:24:49 +01:00 |
|
dakkar
|
a12815eabe
|
fix some (all?) Misskey references
|
2024-10-11 09:59:21 +01:00 |
|
dakkar
|
a2d47f686f
|
replace icons in embeds
|
2024-10-10 13:50:20 +01:00 |
|
dakkar
|
7628fe9c46
|
show image comment as title in embeds
|
2024-10-10 13:48:40 +01:00 |
|
dakkar
|
e87b1d2b11
|
set isBlock for mfm render in embeds
|
2024-10-10 13:48:39 +01:00 |
|
dakkar
|
abb93f1d79
|
use sfm for embeds
|
2024-10-10 13:48:39 +01:00 |
|
dakkar
|
faa7b26344
|
maybe update embed mfm to our changes
|
2024-10-10 13:48:39 +01:00 |
|
かっこかり
|
b668d161a9
|
refactor(frontend): prefix css variables (UI) (#14739)
* refactor(frontend): prefix css variables
* `MI_UI` -> `MI`
* fix
* `stickyBottom`
* stickyTop
|
2024-10-10 16:12:16 +09:00 |
|
dakkar
|
5856858f49
|
try to fix icons
|
2024-10-09 15:52:42 +01:00 |
|