Commit graph

7767 commits

Author SHA1 Message Date
Hazelnoot
294365591c fix import order in gallery/posts/delete.ts 2025-02-04 10:07:03 -05:00
Hazelnoot
f469a7b1de fix import order in flash/delete.ts 2025-02-04 10:06:25 -05:00
Hazelnoot
82345dc77a fix lint error in drive/folder.ts 2025-02-04 10:05:34 -05:00
Hazelnoot
6bb99734ad fix lint errors in drive/files.ts 2025-02-04 10:05:16 -05:00
Hazelnoot
aeed479ea0 remove unused import from drive/folders/update.ts 2025-02-04 10:04:40 -05:00
Hazelnoot
ffd1c52213 remove unused import from drive/files/update.ts 2025-02-04 10:04:19 -05:00
Hazelnoot
606d10f109 remove unused import from drive/files/delete.ts 2025-02-04 10:03:42 -05:00
Hazelnoot
b84a1542fa fix import order in channels/update.ts 2025-02-04 10:02:30 -05:00
Hazelnoot
5ff6814c74 remove unused imports from accounts/create.ts 2025-02-04 09:57:16 -05:00
Hazelnoot
f2fb408ffc fix import order in DeleteAccountProcessorService.ts 2025-02-04 09:57:02 -05:00
Hazelnoot
176db52d88 fix formatting in SignupService.ts 2025-02-04 09:49:43 -05:00
Hazelnoot
c1a8654f0d fix import order in FederatedInstanceService.ts 2025-02-04 09:20:55 -05:00
Hazelnoot
baff0605e0 fix import order in UserEntityService.ts 2025-02-04 09:16:35 -05:00
Hazelnoot
a8e4ad28b3 remove unused DI parameter 2025-02-04 09:15:14 -05:00
Hazelnoot
ce8374bdc9 remove spurious newline 2025-02-04 09:13:49 -05:00
Hazelnoot
21667a0422 convert private field to constructor param 2025-02-04 09:13:03 -05:00
Hazelnoot
878b4d3899 remove spurious code style / formatting changes in ApRequestService.ts 2025-02-04 09:10:52 -05:00
Hazelnoot
edfd9e54fb remove unused meta.version call 2025-02-04 08:59:01 -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
979573734c delete unused index.html 2025-02-03 19:42:20 -05:00
Hazelnoot
30ba6395b2 fix merge in account.ts 2025-02-03 19:41:54 -05:00
Hazelnoot
a0402daa05 fix typo in common.ts 2025-02-03 19:39:23 -05:00
Hazelnoot
23bca5c64a remove unused about-misskey.vue 2025-02-03 19:31:44 -05:00
Hazelnoot
38c3015039 remove unused import from settings/general.vue 2025-02-03 19:29:32 -05:00
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