Commit graph

1877 commits

Author SHA1 Message Date
fly_mc
e8d04d1029 Merge branch 'develop' into pari-dev 2024-11-21 12:32:48 +08:00
e2471b85dd do not use media proxy if emoji is local
Signed-off-by: eternal-flame-AD <yume@yumechi.jp>
2024-11-21 12:19:31 +08:00
かっこかり
3a6c2aa835
fix(backend): fix type error(s) in security fixes (#15009)
* Fix type error in security fixes

(cherry picked from commit fa3cf6c2996741e642955c5e2fca8ad785e83205)

* Fix error in test function calls

(cherry picked from commit 1758f29364eca3cbd13dbb5c84909c93712b3b3b)

* Fix style error

(cherry picked from commit 23c4aa25714af145098baa7edd74c1d217e51c1a)

* Fix another style error

(cherry picked from commit 36af07abe28bec670aaebf9f5af5694bb582c29a)

* Fix `.punyHost` misuse

(cherry picked from commit 6027b516e1c82324d55d6e54d0e17cbd816feb42)

* attempt to fix test: make yaml valid

---------

Co-authored-by: Julia Johannesen <julia@insertdomain.name>
2024-11-21 12:10:02 +09:00
かっこかり
53e827b18c
fix(backend): fix security patches (#15008) 2024-11-21 10:30:30 +09:00
syuilo
0f59adc436 fix ap/show 2024-11-21 09:25:18 +09:00
syuilo
9fdabe3666 fix(backend): use atomic command to improve security
Co-Authored-By: Acid Chicken <root@acid-chicken.com>
2024-11-21 09:22:15 +09:00
rectcoordsystem
090e9392cd
Merge commit from fork
* fix(backend): check target IP before sending HTTP request

* fix(backend): allow accessing private IP when testing

* Apply suggestions from code review

Co-authored-by: anatawa12 <anatawa12@icloud.com>

* fix(backend): lint and typecheck

* fix(backend): add isLocalAddressAllowed option to getAgentByUrl and send (HttpRequestService)

* fix(backend): allow fetchSummaryFromProxy, trueMail to access local addresses

---------

Co-authored-by: anatawa12 <anatawa12@icloud.com>
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
2024-11-21 08:27:09 +09:00
Julia
b9cb949eb1
Merge commit from fork
* Fix poll update spoofing

* fix: Disallow negative poll counts

---------

Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
2024-11-21 08:24:50 +09:00
Julia
5f675201f2
Merge commit from fork
* enhance: Add a few validation fixes from Sharkey

See the original MR on the GitLab instance:
https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/484

Co-Authored-By: Dakkar <dakkar@thenautilus.net>

* fix: primitive 2: acceptance of cross-origin alternate

Co-Authored-By: Laura Hausmann <laura@hausmann.dev>

* fix: primitive 3: validation of non-final url

* fix: primitive 4: missing same-origin identifier validation of collection-wrapped activities

* fix: primitives 5 & 8: reject activities with non
string identifiers

Co-Authored-By: Laura Hausmann <laura@hausmann.dev>

* fix: primitive 6: reject anonymous objects that were fetched by their id

* fix: primitives 9, 10 & 11: http signature validation
doesn't enforce required headers or specify auth header name

Co-Authored-By: Laura Hausmann <laura@hausmann.dev>

* fix: primitive 14: improper validation of outbox, followers, following & shared inbox collections

* fix: code style for primitive 14

* fix: primitive 15: improper same-origin validation for
note uri and url

Co-Authored-By: Laura Hausmann <laura@hausmann.dev>

* fix: primitive 16: improper same-origin validation for user uri and url

* fix: primitive 17: note same-origin identifier validation can be bypassed by wrapping the id in an array

* fix: code style for primitive 17

* fix: check attribution against actor in notes

While this isn't strictly required to fix the exploits at hand, this
mirrors the fix in `ApQuestionService` for GHSA-5h8r-gq97-xv69, as a
preemptive countermeasure.

* fix: primitive 18: `ap/get` bypasses access checks

One might argue that we could make this one actually preform access
checks against the returned activity object, but I feel like that's a
lot more work than just restricting it to administrators, since, to me
at least, it seems more like a debugging tool than anything else.

* fix: primitive 19 & 20: respect blocks and hide more

Ideally, the user property should also be hidden (as leaving it in leaks
information slightly), but given the schema of the note endpoint, I
don't think that would be possible without introducing some kind of
"ghost" user, who is attributed for posts by users who have you blocked.

* fix: primitives 21, 22, and 23: reuse resolver

This also increases the default `recursionLimit` for `Resolver`, as it
theoretically will go higher that it previously would and could possibly
fail on non-malicious collection activities.

* fix: primitives 25-33: proper local instance checks

* revert: fix: primitive 19 & 20

This reverts commit 465a9fe6591de90f78bd3d084e3c01e65dc3cf3c.

---------

Co-authored-by: Dakkar <dakkar@thenautilus.net>
Co-authored-by: Laura Hausmann <laura@hausmann.dev>
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
2024-11-21 08:20:09 +09:00
Sayamame-beans
aa48a0e207
Fix: リノートミュートが新規投稿通知に対して作用していなかった問題を修正 (#15006)
* fix(backend): renoteMute doesn't work for note notification

* docs(changelog): update changelog
2024-11-21 08:00:50 +09:00
syuilo
f0c3a4cc0b
perf(frontend): reduce api requests for non-logged-in enviroment (#15001)
* wip

* Update CHANGELOG.md

* wip
2024-11-21 07:58:34 +09:00
fly_mc
1eec109e33 backend: restore NoteDeleteService 2024-11-21 00:15:43 +08:00
fly_mc
5459bc395b removed unsed files 2024-11-20 23:40:42 +08:00
fly_mc
5dc938cb93 backend: fixes 2024-11-20 23:37:16 +08:00
3dcb376b23 improve emoji packing
Signed-off-by: eternal-flame-AD <yume@yumechi.jp>
2024-11-20 01:02:00 +08:00
fly_mc
a131e4d9e9 backend: fix make emoji categories and names case insensitive 2024-11-20 00:32:08 +08:00
fly_mc
75d49c9262 make emoji categories and names case insensitive 2024-11-19 22:58:15 +08:00
fly_mc
f61376fce8 Merge branch 'develop' into pari 2024-11-19 22:52:15 +08:00
zawa-ch.
763c708253
Fix(backend): アカウント削除のモデレーションログが動作していないのを修正 (#14996) (#14997)
* アカウント削除のモデレーションログが動作していないのを修正

* update CHANGELOG
2024-11-19 21:12:40 +09:00
おさむのひと
7b9c884a5d
refactor(backend): SystemWebhookで送信されるペイロードの型を追加 (#14980) 2024-11-19 10:41:39 +09:00
饺子w (Yumechi)
e800c0f85a
fix(backend): お知らせ作成時に画像URL入力欄を空欄に変更できないのを修正 (#14990)
* fix(backend): アナウンスメントを作成ときに画像URLを後悔できないのを修正

Signed-off-by: eternal-flame-AD <yume@yumechi.jp>

* Update CHANGELOG.md

Co-authored-by: おさむのひと <46447427+samunohito@users.noreply.github.com>

---------

Signed-off-by: eternal-flame-AD <yume@yumechi.jp>
Co-authored-by: おさむのひと <46447427+samunohito@users.noreply.github.com>
2024-11-19 10:29:42 +09:00
fly_mc
472891a42f backend: some validation fixes?? 2024-11-19 02:16:35 +08:00
fly_mc
20ece1c408 backend: fix ApPersonService.ts 2024-11-19 02:10:00 +08:00
fly_mc
6fd7427a52 Feat: export accounts data 2024-11-19 01:56:55 +08:00
fly_mc
0be5e1c2e3 backend: check against url 2024-11-19 01:06:55 +08:00
fly_mc
5923a7f360 update avatar deco showBelow 2024-11-19 00:20:55 +08:00
fly_mc
df398ce63a backend: use text for DriveFile comment 2024-11-19 00:13:25 +08:00
fly_mc
a380f0dbf1 backend: ImportCustomEmojis normalization 2024-11-19 00:09:00 +08:00
fly_mc
d64b0b3865 backend: match Unicode in exporting emojis 2024-11-19 00:06:45 +08:00
fly_mc
8f366a39c8 backend: update CleanRemoteFileProcessorService 2024-11-19 00:04:19 +08:00
fly_mc
9b0b716d6f backend: delete reactions when deleting accounts 2024-11-19 00:03:01 +08:00
fly_mc
52f118bc2c backend: change HASHTAG_RANKING_WINDOW 2024-11-19 00:00:02 +08:00
fly_mc
9f71b3f3a0 backend: fetch full following counts 2024-11-18 23:46:48 +08:00
fly_mc
ecd0211226 fix 2024-11-18 23:35:46 +08:00
fly_mc
9263c485c4 backend: fix ApInboxService 2024-11-18 23:27:31 +08:00
fly_mc
fc2f68f1d6 backend: ap refetch key 2024-11-18 23:17:52 +08:00
fly_mc
ad51752f38 backend: tweak get-note-summary 2024-11-18 23:02:36 +08:00
fly_mc
1f85626fad fix sqlLikeEscape 2024-11-18 23:00:45 +08:00
fly_mc
e19373ea90 fix ap type.ts 2024-11-18 22:51:00 +08:00
fly_mc
d0e2f46412 Revert "try: fix: return null instead of throw error when recursively fetching note"
This reverts commit be295b19a6.
2024-11-18 10:35:47 +08:00
fly_mc
cb9385e229 Reapply "update SearchService"
This reverts commit 6c9dd99083.
2024-11-18 02:43:08 +08:00
fly_mc
1471039199 Revert "update SearchService"
This reverts commit a9acf532c1.
2024-11-18 02:41:44 +08:00
fly_mc
23a5f68e94 recursionLimit 2024-11-18 02:38:45 +08:00
fly_mc
be295b19a6 try: fix: return null instead of throw error when recursively fetching note 2024-11-18 02:36:56 +08:00
fly_mc
a9acf532c1 update SearchService 2024-11-17 19:10:22 +08:00
fly_mc
6c9dd99083 Revert "update SearchService"
This reverts commit e692e7ac6f.
2024-11-17 19:04:47 +08:00
CDN
b0d04713e0 fix(backend): fallback sharedInbox to null in ApPersonService (#14970) 2024-11-16 22:23:49 +08:00
fly_mc
e692e7ac6f update SearchService 2024-11-16 18:18:06 +08:00
CDN
b3c2de2b26
fix(backend): fallback sharedInbox to null in ApPersonService (#14970) 2024-11-16 18:53:28 +09:00
fly_mc
32e835883b Merge branch 'develop' into pari 2024-11-15 21:53:41 +08:00