Hazelnoot
08746d1c33
add missing FriendlyCaptcha condition to bot-protection.vue
2025-02-03 19:24:05 -05:00
Hazelnoot
94977c2b1a
prevent console spam from MkRoleSelectDialog.vue
2025-02-03 19:20:30 -05:00
Hazelnoot
47815631e4
add Sharkey endpoints to endpoint-list.ts
2025-02-03 19:20:19 -05:00
Hazelnoot
4afe01909e
add FriendlyCaptcha to new captcha admin endpoints
2025-02-03 18:36:11 -05:00
Hazelnoot
47bf96988c
fix meilisearch merge
2025-02-03 18:27:09 -05:00
Hazelnoot
8c1d5281a9
remove unused import in FileInfoService.ts
2025-02-03 18:21:32 -05:00
Hazelnoot
19d3cdfa37
fix "delete file when updating emoji" logic
2025-02-03 18:20:26 -05:00
Hazelnoot
5781e99861
port FriendlyCaptcha to the new captcha infrastructure
2025-02-03 18:17:12 -05:00
Hazelnoot
b5ff784b1c
remove unused AiService.ts
2025-02-03 15:08:47 -05:00
Hazelnoot
3391c2414b
add IdentifiableError.isRetryable to ensure that Identifiable Errors can still terminate a batch process
2025-02-03 15:03:42 -05:00
Hazelnoot
3f80138c70
fix lint error in ApRendererService.ts
2025-02-03 14:50:00 -05:00
Hazelnoot
5b68faf613
copy changes to SkNoteDetailed.vue
2025-02-03 14:47:42 -05:00
Hazelnoot
72b0d4c2ad
copy changes to SkNote.vue
2025-02-03 14:46:47 -05:00
Hazelnoot
70d8ea8464
copy changes to NoteEditService.ts
2025-02-03 14:41:16 -05:00
Hazelnoot
a4e86758c1
merge upstream 2025-02-03
2025-02-03 14:36:09 -05:00
かっこかり
9c70a4e631
fix(build): corepackのバグの回避 ( #15387 )
...
* fix: disallow corepack from fetching latest manager version instead use specified version in package.json
* Update Changelog
* fix?
* apply COREPACK_DEFAULT_TO_LATEST: 0 to every github workflows
* Revert "apply COREPACK_DEFAULT_TO_LATEST: 0 to every github workflows"
This reverts commit 67f0dc31adaa04f891f74f5c44a3d4d13a302a03.
* apply COREPACK_DEFAULT_TO_LATEST: 0 to every github workflows (re)
* fix
* fix?
* revert: removing corepack enable
* test: set COREPACK_DEFAULT_TO_LATEST for federation tests
---------
Co-authored-by: Marie <github@yuugi.dev>
Co-authored-by: anatawa12 <anatawa12@icloud.com>
2025-02-03 13:45:59 +00:00
github-actions[bot]
a1be39d94f
Bump version to 2025.2.0-beta.0
2025-02-02 05:31:00 +00:00
かっこかり
06f113b226
fix(misskey-js): api extractorの出力をLFに強制 ( #15369 )
...
* fix(misskey-js): api extractorの出力をLFに強制
* indent
2025-02-01 05:48:04 +00:00
かっこかり
850d1d0005
fix(frontend): MkDriveFileThumbnail / MkNoteMediaGridの修正 ( #15365 )
...
* fix(frontend): MkDriveFileThumbnailのpropsのタイポ修正
* Update Changelog
* fix: MkNoteMediaGridをデータセーバーに対応させる
2025-02-01 04:51:45 +00:00
taichan
28490f3a58
Fix(frontend): ワードミュートがnullの時にもセンシティブミュートが行われるように ( #15364 )
...
* Fix(frontend): ワードミュートがnullの時にもセンシティブミュートが行われるように
* Add ChangeLog
2025-02-01 04:48:18 +00:00
かっこかり
ae65aecc0c
refactor(frontend): definePropsを別途インポートしている箇所を除去 ( #15375 )
2025-02-01 04:47:21 +00:00
github-actions[bot]
89b461a5da
Bump version to 2025.2.0-alpha.0
2025-02-01 04:43:33 +00:00
かっこかり
40bfb1be09
fix(backend): お知らせのmetaタグ出力の条件が間違っていたのを修正 ( #15377 )
...
* fix(backend): お知らせのmetaタグ出力の条件が間違っていたのを修正
* Update Changelog
2025-02-01 13:36:10 +09:00
Sung Jae Lee
ba9f295ef2
Merge commit from fork
...
* fix(account): clear token cookie when signout called
* fix: cookie not cleared correctly when logout
Co-authored-by: おさむのひと <46447427+samunohito@users.noreply.github.com>
* feat: clear only token cookie when signout
---------
Co-authored-by: おさむのひと <46447427+samunohito@users.noreply.github.com>
2025-02-01 13:35:42 +09:00
nexryai
77e421029c
Merge commit from fork
...
* fix(frontend): Improve cookie attributes
* fix(frontend): Delete an old authentication cookie in fetchAccount
2025-02-01 13:33:37 +09:00
Kinetix
4d91baaa13
Adjust as per suggestions in !877
2025-01-31 10:22:13 -08:00
Kinetix
bf1f263d72
Merge remote-tracking branch 'upstream/develop' into configrobotstxt
2025-01-29 09:30:21 -08:00
Marie
2d0bd012ae
merge: Support incoming null values for Person.discoverable
( resolves #908 ) ( !874 )
...
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/874
Closes #908
Approved-by: dakkar <dakkar@thenautilus.net>
Approved-by: Marie <github@yuugi.dev>
2025-01-29 15:38:32 +00:00
Kinetix
993532bc1f
Adding robots.txt override via admin control panel
...
This is a requested low priority feature in #418 - I created the changes
to follow similarly to how the Instance Description is handled.
2025-01-28 15:57:45 -08:00
github-actions[bot]
87b9016dbe
Release: 2025.1.0
2025-01-28 12:29:10 +00:00
かっこかり
2c3a41e4a0
fix(frontend): tabler-iconsが読み込めない問題を修正(暫定的対応) ( #15332 )
...
* fix(frontend): update tabler icons
* Update Changelog
* update
* update
2025-01-28 05:46:44 +00:00
Hazelnoot
dad00e6590
tooling: fix "cannot find module eslint" error when running "build-misskey-js-with-types"
2025-01-27 23:15:57 -05:00
かっこかり
6250af2a2c
wip ( #15348 )
...
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
2025-01-28 01:45:13 +00:00
Hazelnoot
4ec2ef2921
handle null values for discoverable
property
2025-01-27 18:13:49 -05:00
Hazelnoot
59ee7adc89
Correct type definition of Actor.discoverable
property
2025-01-27 18:13:16 -05:00
おさむのひと
8232ea6956
fix(backend): デフォルト起動時のメインプロセスはHTTPサーバモジュールのみ読み込む ( #15355 )
2025-01-27 13:10:00 +00:00
Esurio/1673beta
605756d425
fix(frontend): ロール作成画面で設定できるアイコンデコレーションの最大値を16にする ( #15352 )
...
* fix(frontend): アイコンデコレーションの17以上の数値が入力された際16にしてAPIリクエストを送信するように
* Update CHANGELOG
---------
Co-authored-by: Esurio <esurio@esurio1673.net>
2025-01-27 00:03:52 +00:00
Hazelnoot
4b104879cd
merge: use "import" settings in more import places ( !870 )
...
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/870
Approved-by: Marie <github@yuugi.dev>
Approved-by: Hazelnoot <acomputerdog@gmail.com>
2025-01-26 15:18:18 +00:00
Hazelnoot
8bf01d9731
merge: Improve my previous emoji endpoints patch. ( !869 )
...
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/869
Closes #893
Approved-by: Marie <github@yuugi.dev>
Approved-by: Hazelnoot <acomputerdog@gmail.com>
2025-01-26 15:17:32 +00:00
Hazelnoot
d110a72b29
merge: fix: populate myreaction on regular timeline requests. ( !840 )
...
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/840
Approved-by: dakkar <dakkar@thenautilus.net>
Approved-by: Hazelnoot <acomputerdog@gmail.com>
2025-01-26 15:12:14 +00:00
github-actions[bot]
abb1e4bead
Bump version to 2025.1.0-beta.3
2025-01-26 11:52:26 +00:00
かっこかり
297186e492
enhance(frontend): 絵文字管理画面β(ローカル)のUI・UX改善 ( #15349 )
...
* enhance(frontend): 絵文字管理画面β(ローカル)のUI・UX改善
* fix
* 🎨
* 表示件数をメニューから変更するように
* 確認ダイアログ
* fix i18n
* needWideArea: trueならwidgetの開閉ボタンを表示しないように
* fix: 検索ウィンドウは一つしか開けないように
2025-01-26 11:10:22 +00:00
かっこかり
791b4500ec
fix(frontend): 画面を閉じる直前にAudioContextを閉じるように ( #15080 )
...
* fix(frontend): 画面を閉じる直前にAudioContextを閉じるように
* Update Changelog
* Update CHANGELOG.md
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
2025-01-26 06:07:12 +00:00
饺子w (Yumechi)
ef29130057
fix(backend): ノートの閲覧にログイン必須にしてもFeedでノートが表示されてしまう問題を修正 ( #15083 )
...
Signed-off-by: eternal-flame-AD <yume@yumechi.jp>
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
2025-01-26 06:03:42 +00:00
おさむのひと
f4bca4708e
feat(frontend): リモート絵文字のインポート時に詳細を確認できるように ( #15344 )
...
* feat(frontend): リモート絵文字のインポート時に詳細を確認できるように
* 追加対応
* MkInput -> MkKeyValue
2025-01-26 05:59:03 +00:00
かっこかり
8f37fb6713
fix(frontend): クライアント起動時にURLに #pswp がある場合は取り除くように ( #15339 )
...
* fix(frontend): クライアント起動時にURLに #pswp がある場合は取り除くように
* Update Changelog
2025-01-25 12:01:11 +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
piuvas
716f203171
requested changes
2025-01-23 22:33:19 -03:00
dakkar
eef8a9e24c
use import
configuration for media downloads in notes importer
2025-01-23 12:26:51 +00:00
dakkar
b3d2cd65aa
use import
configuration for downloads in emoji importer
2025-01-23 12:24:06 +00:00