gotosocial/internal/processing/account
tobi 532c4cc697
[feature] Federate local account deletion (#431)
* add account delete to API

* model account delete request

* add AccountDeleteLocal

* federate local account deletes

* add DeleteLocal

* update transport (controller) to allow shortcuts

* delete logic + testing

* update swagger docs

* more tests + fixes
2022-03-15 16:12:35 +01:00
..
account.go [feature] Federate local account deletion (#431) 2022-03-15 16:12:35 +01:00
account_test.go test the media manager a bit, add shutdown logic 2022-01-10 18:36:09 +01:00
create.go Extend license notices to 2022 (#354) 2021-12-20 18:42:19 +01:00
createblock.go Extend license notices to 2022 (#354) 2021-12-20 18:42:19 +01:00
createfollow.go Extend license notices to 2022 (#354) 2021-12-20 18:42:19 +01:00
delete.go [feature] Federate local account deletion (#431) 2022-03-15 16:12:35 +01:00
get.go update remote account get/deref logic 2022-01-24 13:12:17 +01:00
getfollowers.go Extend license notices to 2022 (#354) 2021-12-20 18:42:19 +01:00
getfollowing.go Extend license notices to 2022 (#354) 2021-12-20 18:42:19 +01:00
getrelationship.go Extend license notices to 2022 (#354) 2021-12-20 18:42:19 +01:00
getstatuses.go Extend license notices to 2022 (#354) 2021-12-20 18:42:19 +01:00
removeblock.go Extend license notices to 2022 (#354) 2021-12-20 18:42:19 +01:00
removefollow.go Extend license notices to 2022 (#354) 2021-12-20 18:42:19 +01:00
update.go [feature] Add postDataCallbackFunc to allow cleanup (#408) 2022-02-22 13:50:33 +01:00
update_test.go Extend license notices to 2022 (#354) 2021-12-20 18:42:19 +01:00