Commit Graph

114 Commits

Author SHA1 Message Date
Johann150 d7390e09ff
activitypub: block check for resolving collections 2022-12-25 15:10:44 -05:00
Francis Dinh d2066d0d86
add checks to resolver and performOneActivity 2022-12-25 15:10:33 -05:00
Francis Dinh d9b7219404
Block subdomains of blocked hosts 2022-12-24 14:46:09 -05:00
Cleo b1933d00b9 Merge pull request '[Chore] Partial translating of ActivityPub/Boot code + Formatting' (#9229) from prettykool/calckey:develop into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9229
2022-12-18 21:01:22 +00:00
PK 83c7abd9b4
Make indentation not completely suck 2022-12-15 18:09:00 -06:00
PK 9894b203c9
Formatting 2022-12-15 16:13:48 -06:00
PK 845dfc3838
Translate portions of `backend/src/remote/activitypub`, the `suspend-user` service, and the boot process.
Some of these weren't translated so I thought I'd do 'em cause why not ¯\_(ツ)_/¯
2022-12-15 12:44:03 -06:00
cutestnekoaqua 8a7da9eaa0
fix federation of moved to to pleroma
because it expects it to be non-existant if its null.
2022-12-14 17:19:31 +01:00
cutestnekoaqua 5a2bd3d379 add local move follower migration 2022-12-12 21:09:51 +01:00
cutestnekoaqua 25fc88afd6 federation 💀 2022-12-12 21:09:51 +01:00
ThatOneCalculator 1f9ad0f61b
fix alsoKnownAs federation 2022-12-12 11:25:28 -08:00
ThatOneCalculator 50cb7c6de1
Bug fixes, use calckey.js 2022-12-11 19:24:12 -08:00
ThatOneCalculator f9615f233f
Reserve merge conflict 2022-12-11 17:07:57 -08:00
cutestnekoaqua 016c328d28 fix queue?
maybe pls

debug log

fixed stupidness again

fix ??

fix import

im a idiot lol

make remote mig work
2022-12-12 01:54:41 +01:00
cutestnekoaqua 178a39347e change move sql query 2022-12-12 01:54:41 +01:00
cutestnekoaqua ccb1269991 fix remote move queue 2022-12-12 01:54:36 +01:00
cutestnekoaqua b967316d6b make remote mig work 2022-12-09 01:57:15 +01:00
cutestnekoaqua ac887c8999 im a idiot lol 2022-12-09 01:35:15 +01:00
cutestnekoaqua a9d446f9bf fix import 2022-12-09 01:20:30 +01:00
cutestnekoaqua 30597c747f fix ?? 2022-12-09 01:17:31 +01:00
cutestnekoaqua 7dd540bf43 fixed stupidness again 2022-12-09 00:11:37 +01:00
cutestnekoaqua 41c9cd5c75 debug log 2022-12-09 00:08:33 +01:00
cutestnekoaqua ddc477438a maybe pls 2022-12-08 20:02:55 +01:00
cutestnekoaqua 964fdefdae fix queue? 2022-12-08 19:28:48 +01:00
cutestnekoaqua cce58503e4 change move sql query 2022-12-08 15:53:37 +01:00
cutestnekoaqua 2694baf85d fix remote move queue 2022-12-07 18:16:37 +01:00
cutestnekoaqua ef707b01bc update person model 2022-12-06 23:49:21 +01:00
cutestnekoaqua 2051bec543 fix ap person to db model
fixed entries of movedToUri and added entries of alsoKnownAs
2022-12-06 18:05:36 +01:00
Cleo 170957ef05 Merge pull request 'just using merge bc easier' (#9185) from recieve_moveto into account_migration
Reviewed-on: https://codeberg.org/thatonecalculator/calckey/pulls/9185
2022-12-06 16:56:12 +00:00
cutestnekoaqua 8ff823eca6 commit 1 of 2 of fixing the Account migration to Calckey 2022-12-06 17:46:08 +01:00
ThatOneCalculator 83f56e4543 fixes 2022-12-04 17:24:27 -08:00
ThatOneCalculator 7ff11d0b52 fix 2022-12-04 17:23:43 -08:00
ThatOneCalculator 77d088ee12 movedTo -> movedToUri 2022-12-04 17:20:36 -08:00
ThatOneCalculator 2ef9011b8d fix import once and for all 2022-12-04 13:06:49 -08:00
ThatOneCalculator eaf070f20d ? 2022-12-04 13:03:17 -08:00
ThatOneCalculator 51431a887f more jb cleanups 2022-12-04 13:01:00 -08:00
ThatOneCalculator 3d75ccf24a pov: cleo uses jetbrains 2022-12-04 12:57:43 -08:00
ThatOneCalculator df1359e392 fix imports 2022-12-04 12:46:10 -08:00
Kainoa Kanter 0e8b155e07 Merge pull request 'develop' (#9178) from develop into account_migration
Reviewed-on: https://codeberg.org/thatonecalculator/calckey/pulls/9178
2022-12-04 06:26:26 +00:00
cutestnekoaqua ed23b0bd6f Implement recieve moveTo
Untested, hopefully it works..

Signed-off-by: cutestnekoaqua <waterdev@galaxycrow.de>
2022-12-03 01:23:02 +01:00
skeh 3ff6433fab Merge pull request 'hotfix/misskey-forkbomb' (#8) from hotfix/misskey-forkbomb into stage
Reviewed-on: https://code.vtopia.live/Vtopia/MissV/pulls/8
2022-12-01 00:30:55 -08:00
cutestnekoaqua 2f04d5f915 Create move type 2022-11-23 21:49:52 +01:00
ThatOneCalculator aa66bded69 init 2022-11-17 13:54:25 -08:00
Johann150 5a691f7e98 server: avoid adding suspended instances to deliver queue
This should reduce the performance hit when adding large numbers of
instances to the deliver queue by making the check for suspended and
dead instances a bulk operation.

Changelog: Changed
Reviewed-on: https://akkoma.dev/FoundKeyGang/FoundKey/pulls/215
2022-11-09 17:19:29 -08:00
ThatOneCalculator b383c904b2 change to click.self 2022-10-28 10:52:13 -07:00
ThatOneCalculator 59f80c60b9 Merge remote-tracking branch 'nullobsi/secure-fetch' into develop 2022-09-13 20:23:22 -07:00
nullobsi a03f13fb3f
Add Secure Mode and Private Mode
- Add instance actor
- Add private mode, which uses an allowlist
- Add Secure Mode, restricts access to blocked instances
2022-09-06 20:46:41 -07:00
ThatOneCalculator 899d7b42b5 Always `signToActivityPubGet` 2022-08-22 23:44:26 -07:00
ThatOneCalculator 497675c49e import order 2022-08-04 18:13:56 -07:00
ThatOneCalculator 4cae839bfa thumbs up or star trggers pleroma like 2022-08-04 18:12:57 -07:00