Commit graph

26890 commits

Author SHA1 Message Date
Hazelnoot
2c4fc485e4 Synchronize server startup
This prevents an edge case where the server begins processing inbound API / AP requests before any of the chart / management daemons are ready, potentially leading to incorrect chart statistics.
2024-12-11 17:21:47 +08:00
fly_mc
cd6c87af0c Merge branch 'develop' into pari-dev 2024-12-11 17:20:25 +08:00
かっこかり
e8bf6285cb
fix(frontend): ノートがログインしているユーザーしか見れない場合にログインをキャンセルした場合その後の動線がなくなる問題を修正 (#15101)
* fix(frontend): ノートがログインしているユーザーしか見れない場合にログインをキャンセルすると一切の処理が停止する問題を修正

* Update Changelog

---------

Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
2024-12-10 10:42:12 +09:00
かっこかり
074b7b0bee
fix(frontend): 公開範囲がホームのノートの埋め込みウィジェットが読み込まれない問題を修正 (#15102)
* Resolve frontend/backend contradiction for home visibility embeds

This now uses the same check from `packages/frontend/src/scripts/get-note-menu.ts`

* Update Changelog

---------

Co-authored-by: CenTdemeern1 <timo.herngreen@gmail.com>
2024-12-10 10:36:03 +09:00
かっこかり
020c191e2c
fix(frontend): MiAuth認可画面のデザイン修正 (#15106) 2024-12-10 10:29:40 +09:00
fly_mc
e466196ddf Revert "Reapply "pass resolver when creating notes via side-effect""
This reverts commit 75f5a8babf.
2024-12-06 20:16:22 +08:00
fly_mc
517b44d1cf Bump version 2024-12-06 18:09:28 +08:00
amy
6c0a926a8f added mutual and following to user popup 2024-12-06 18:09:05 +08:00
dakkar
616eb9d14b use a better random integer generator - fixes #810 2024-12-06 18:05:44 +08:00
Hazelnoot
7b4fe1a89b allow anonymous activities (resolves #819) 2024-12-06 18:04:37 +08:00
Hazelnoot
3be2143a9a improve AP error formtting 2024-12-06 18:03:28 +08:00
Hazelnoot
3b20a73d58 improve comment on getNullableApId 2024-12-06 18:01:15 +08:00
Hazelnoot
48c1ab4777 clarify logging when a Move (migration) is rejected 2024-12-06 17:59:20 +08:00
Hazelnoot
c67f23d2c2 clarify "unknown activity type" logging in ApInboxService.undo 2024-12-06 17:59:08 +08:00
Hazelnoot
803398e2c8 skip Delete(Note) activities when the note is already deleted 2024-12-06 17:58:50 +08:00
Hazelnoot
f17251aa3e clarify logging for Create/Update type checks 2024-12-06 17:58:22 +08:00
Hazelnoot
634255ea9c clarify logging when an inbox job is skipped or fails 2024-12-06 17:56:51 +08:00
Hazelnoot
18e77cc2e9 don't retry jobs when processing returns a non-retryable error 2024-12-06 17:56:29 +08:00
Hazelnoot
af9ab8fcce avoid potential crash if Question activity is corrupt 2024-12-06 17:54:50 +08:00
Hazelnoot
60701888fe improve AP job clearing and failure logging 2024-12-06 17:54:21 +08:00
fly_mc
75f5a8babf Reapply "pass resolver when creating notes via side-effect"
This reverts commit ee41972b22.
2024-12-06 17:47:50 +08:00
fly_mc
726078e9ae frontend: custom emojis cache time 2024-12-06 17:45:59 +08:00
fly_mc
fe207473cd fix emojipicker 2024-12-06 17:42:02 +08:00
Lhc_fl
436e306cbc fix font importer 2024-12-06 17:39:52 +08:00
fly_mc
def364088f Bump version 2024-11-30 23:22:39 +08:00
fly_mc
8dd0c35a74 add stop propagation for hashtag 2024-11-30 23:20:00 +08:00
fly_mc
5af650215f add missing stop propagation 2024-11-30 23:07:12 +08:00
syuilo
dac3b1f405 Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop 2024-11-30 13:20:51 +09:00
syuilo
fa271cf84e Update about-misskey.vue 2024-11-30 13:20:49 +09:00
fly_mc
9bd99b2702 fix 2024-11-30 00:32:53 +08:00
fly_mc
b92aca60c1 fix default fonts 2024-11-30 00:11:45 +08:00
fly_mc
b9c765d904 Bump version 2024-11-28 04:00:32 +08:00
fly_mc
83b060f9c4 frontend: restore MkA 2024-11-28 03:18:52 +08:00
fly_mc
4c7cdf89fb frontend: fix emoji picker section 2024-11-28 03:17:31 +08:00
fly_mc
708943f318 lint 2024-11-27 23:54:13 +08:00
fly_mc
3b37c3e90d fix typo 2024-11-27 21:13:33 +08:00
fly_mc
4ba3add341 default font size 2024-11-27 13:07:36 +08:00
fly_mc
98bfd23da8 frontend: modified default font face and size 2024-11-27 13:07:27 +08:00
fly_mc
ee41972b22 Revert "pass resolver when creating notes via side-effect"
This reverts commit 9da0739277.
2024-11-27 13:07:05 +08:00
fly_mc
ce14b758b3 backend: removed AP obj different host check 2024-11-27 03:04:45 +08:00
fly_mc
8cb9e048ae backend: removed uri and url mismatch checking 2024-11-27 02:48:27 +08:00
fly_mc
ff5cf73fe3 Bump version 2024-11-26 21:59:56 +08:00
Hazelnoot
259e207141 add <Suspense> to enable async components and dynamic imports under the deck UI 2024-11-26 21:50:13 +08:00
Hazelnoot
6bf6dc713d add functions to access deck column state 2024-11-26 21:49:33 +08:00
Hazelnoot
ccb76ab63c preserve the raw URI in parseUri 2024-11-26 21:46:49 +08:00
Julia Johannesen
0595947fc0 fix: Try using CacheService to avoid excess db lookups
This isn't perfect, theoretically if some massive number of users
blocked the user making this request the set lookup could take a long
amount of time, but eh, it works, and that scenario is highly unlikely.
2024-11-26 21:46:26 +08:00
fly_mc
af52d3198b normalize AP IDs during verification 2024-11-26 21:35:53 +08:00
fly_mc
468be6ed51 Filter Add / Remove activities with non-Note payloads 2024-11-26 21:31:29 +08:00
fly_mc
69ac109cfe fix imports 2024-11-26 21:24:52 +08:00
Hazelnoot
9da0739277 pass resolver when creating notes via side-effect 2024-11-26 21:23:32 +08:00