HellhoundSoftware
5a76b7069f
Refactor renote tooltip text
2025-01-18 08:28:57 -05:00
dakkar
ac0c6841aa
use the whole hostname to check remote links - fixes #866
...
the warning dialog's "trust this domain" toggle saves the whole
hostname, so this code needs to use the whole hostname
otherwise trusting a `www.example.com` will never work, because we'd
be checking `example.com` against it, and fail
while I was there, I also made the `trustedLinkUrlPatterns` correctly
match sub-domains: previously, trusting `ple.com` would trust
`example.com`
2025-01-02 10:03:16 +00:00
dakkar
9937ff39be
Merge branch 'develop' into feature/2024.10
2024-12-08 19:03:16 +00:00
CenTdemeern1
051073a046
Always load Ruffle from CDN and add it as a dependency
...
This commit has a long story behind it.
Removes Ruffle from /scripts/ and instead always loads the installed version from unpkg, Ruffle's preferred CDN.
This requires having unpkg in the CORS rules.
Ruffle is also loaded from the CDN in dev mode. To help with this an externalPackages array has been added to the vite dev config.
Co-authored-by: Julia Johannesen <julia@insertdomain.name>
2024-12-08 19:15:40 +01:00
CenTdemeern1
f137101b90
Add the ruffle-player to the hotkey ignorelist
...
This should fix the focus issues. Thanks to kjarosh and Dinnerbone from the ruffle team for helping me debug this!
2024-12-08 19:15:40 +01:00
CenTdemeern1
6aa4727d1d
feat: Flash playback using Ruffle
...
Still a work in progress.
2024-12-08 19:15:40 +01:00
dakkar
74b9351572
Merge branch 'develop' into feature/2024.10
2024-12-05 09:17:55 +00:00
dakkar
495a19540b
merge: improve block confirmation dialog. ( !790 )
...
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/790
Approved-by: dakkar <dakkar@thenautilus.net>
Approved-by: Tess K <me@thvxl.se>
2024-11-29 16:23:22 +00:00
piuvas
51bc393d58
remove title and change dialog icon
2024-11-28 19:12:07 -03:00
piuvas
385846d43d
make block confirm dialog localizable.
2024-11-28 18:47:20 -03:00
dakkar
6c13dc04f2
Merge branch 'develop' into feature/2024.10
2024-11-23 10:41:33 +00:00
dakkar
59afb56b5b
merge: Support following feed in Deck UI ( resolves #789 ) ( !724 )
...
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/724
Closes #789
Approved-by: dakkar <dakkar@thenautilus.net>
Approved-by: Marie <github@yuugi.dev>
2024-11-22 23:02:31 +00:00
dakkar
bc816cb166
Merge tag '2024.11.0' into feature/2024.10
2024-11-22 12:29:04 +00:00
dakkar
d069d78c21
Merge branch 'develop' into feature/2024.10
2024-11-22 10:42:58 +00:00
Hazelnoot
2b0a622875
separate following feed's menu component from the actual filter options
2024-11-20 22:22:30 -05:00
Hazelnoot
1ca350e45d
define defult Following Feed state in following-feed-utils.ts instead of store.ts
2024-11-20 22:22:30 -05:00
Hazelnoot
38e30c0d54
allow following-feed-utils to use alternate state backends
2024-11-20 22:22:30 -05:00
Hazelnoot
194bc20af1
fix type of deepMerge
2024-11-20 22:22:29 -05:00
tess
68e5b5a84a
Set horizontal margin for even better consistency
2024-11-12 22:09:37 +01:00
tess
6d6b03dfe2
tweak popup left margin for consistency
2024-11-12 21:39:38 +01:00
tess
101ca9e0f7
make sure popup position is never off screen to the left
2024-11-12 21:39:38 +01:00
かっこかり
3a421837bf
refactor(frontend): 動画UIのフルスクリーン周りの調整 ( #14877 )
...
* refactor(frontend): フルスクリーン周りの調整
(cherry picked from commit 783032caec5853d78d5af3391e29cf364f2282e8)
* refactor(frontend): deviceKindの循環参照を除去
(cherry picked from commit 1ca471f57e968a1a6e2259bde4a7c6da1fe0c54e)
* fix
---------
Co-authored-by: taiyme <53635909+taiyme@users.noreply.github.com>
2024-11-09 10:57:04 +09:00
dakkar
a930fd9758
probably fix most renamed CSS variables
2024-11-08 17:33:04 +00:00
dakkar
f079edaf3c
Merge tag '2024.10.1' into feature/2024.10
2024-11-08 15:52:37 +00:00
Hazelnoot
173623a24b
add missing copyright header to following-feed-utils.ts
2024-11-01 09:28:20 -04:00
Hazelnoot
64e4cf8277
fix inconsistent following feed filters on mobile
2024-11-01 09:27:34 -04:00
かっこかり
17d9aca5a7
refactor(frontend): asとanyをすぐなおせる範囲で除去 ( #14848 )
...
* refactor(frontend): できるだけanyを除去
* refactor
* lint
* fix
* remove unused
* Update packages/frontend/src/components/MkReactionsViewer.details.vue
* Update packages/frontend/src/components/MkUsersTooltip.vue
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
2024-10-31 13:46:42 +09:00
dakkar
d7a3ec9c5e
re-add "copy link (origin)" that was dropped accidentally
...
there are 2 nearly identical blocks of code that generate the menu for
logged-in users and for not-logged-in… I had missed the logged-in one
2024-10-21 15:14:56 +01:00
syuilo
5c79d8db20
feat: ノートの閲覧にログイン必須にする設定 ( #14799 )
...
* wip
* wip
* wip
* Update packages/frontend/src/pages/note.vue
Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
* wip
* Update WebhookTestService.ts
* Update privacy.vue
* wip
* rename
* Update locales/ja-JP.yml
Co-authored-by: Sayamame-beans <61457993+Sayamame-beans@users.noreply.github.com>
* 🎨
* wip
---------
Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
Co-authored-by: Sayamame-beans <61457993+Sayamame-beans@users.noreply.github.com>
2024-10-21 12:49:29 +09:00
Lhc_fl
5e4ed13213
revert import sort
2024-10-21 09:03:14 +08:00
Lhc_fl
684be7d709
fix: fix type error of useNoteCapture
2024-10-21 01:38:03 +08:00
Lhc_fl
54addd0390
fix: fix type error of useNoteCapture
2024-10-21 01:35:40 +08:00
かっこかり
2250e521e4
refactor(frontend): getBgColorを共通化 ( #14782 )
...
* refactor: getBgColor関数の切り出し + fix types (taiyme#291)
* move thing
* revert unnecesary changes
---------
Co-authored-by: taiy <53635909+taiyme@users.noreply.github.com>
2024-10-19 18:02:09 +09:00
かっこかり
45d42b8641
feat: ユーザーの名前に禁止ワードを設定できるように ( #14756 )
...
* wip
* 🎨
* Enhance: モデレーター以上は制限の影響を受けないように
* refactor
* better error handling
* fix
* Revert "better error handling"
This reverts commit 5670b29cfa18a3894d0c2abfe0e5ef862e3b9ffa.
* error handling
* エラーが出ないのを修正
* translation
* Update Changelog
* status code
* ✌️
* モデレーター以上は影響ないことを明記
* 🎨
* update changelog
* spdx
* Update update.ts
* refactor
* eliminate `screen name`
* remove untracked file
---------
Co-authored-by: KanariKanaru <93921745+kanarikanaru@users.noreply.github.com>
2024-10-13 20:21:25 +09:00
dakkar
02d36c4518
Merge branch 'develop' into feature/2024.9.0
2024-10-11 10:10:16 +01:00
Marie
7bd971c036
upd: add option to disable external url warning
2024-10-10 02:00:41 +02:00
dakkar
0a7075044a
fix deleteAndEdit danger class
2024-10-09 16:10:03 +01:00
dakkar
f00576bce6
Merge remote-tracking branch 'misskey/master' into feature/2024.9.0
2024-10-09 15:17:22 +01:00
syuilo
4a356f1ba7
refactor(frontend): prefix css variables ( #14725 )
...
* wip
* Update index.d.ts
* remove unnecessary codes
2024-10-09 18:08:14 +09:00
Hazel K
cd9bce3072
prevent login and password reset for system accounts
2024-10-07 14:58:39 -04:00
Marie
939f07fa55
upd: fix returns
2024-10-06 19:08:32 +02:00
Marie
4b31004c2b
upd: apply suggestions
2024-10-04 08:41:23 +02:00
Marie
d5b372f7a9
upd&merge: Merge Cherrypick/MisskeyIO's external url popup, delete old popup warning and modify script to handle undefined domains
2024-10-04 02:31:22 +02:00
Hazel K
c0583e5d5c
don't leak boost / quote / reply contents when CW is in effect
2024-10-02 00:54:35 -04:00
Hazel K
cb10fe91bb
preserve non-text details in note summaries
2024-10-01 18:28:25 -04:00
Hazel K
94ce7272a7
avoid TS errors in get-note-summary
2024-10-01 14:47:06 -04:00
Hazel K
34aeeb0862
respect CWs in note summaries
2024-10-01 14:47:06 -04:00
FineArchs
25670b5f16
Mk:C:containerのborderStyleとborderRadiusを設定できるように ( #14638 )
...
* borderStyle and borderRadius
* changelog
2024-09-28 10:06:01 +09:00
syuilo
1679a40c76
🎨
2024-09-24 21:02:22 +09:00
かっこかり
0c6d1ec524
refactor(frontend): popupMenuの項目作成時に三項演算子をなるべく使わないように ( #14554 )
...
* refactor(frontend): popupMenuの項目作成時に三項演算子をなるべく使わないように
* type import
* fix
* lint
2024-09-23 21:50:30 +09:00