Piped-Backend/testing
the_4n0nym0u53 d3d1ee420b
Feature: Implement account deletion (#248)
* Add backend code for user deletion

* Add endpoint and delete user test

* Delete all user content from db

* Delete from playlist_videos table on user deletion

* Avoid raw SQL in unsubscribeResponse()

* Fix unsubscribeResponse()

* Don't delete PlaylistVideos from other users' playlists

* Fix pruneUnusedPlaylistVideos()

* Remove unused commented-out code

* Fix oopsie

* Proper type declaration due to false error-reporting by VSCode

* Use delete query for better performance

* Cleanup and add OneToMany relationship.

* Revert unsubscribe logic.

Co-authored-by: Kavin <20838718+FireMasterK@users.noreply.github.com>
2022-05-05 19:51:51 +01:00
..
api-test.sh Feature: Implement account deletion (#248) 2022-05-05 19:51:51 +01:00
config.cockroachdb.properties Add CockroachDB CI testing (#140) 2021-12-11 20:20:59 +00:00
config.hsqldb.properties Add dependecies for hsqldb (#132) 2021-12-11 19:47:40 +00:00
config.yugabytedb.properties Add YugabyteDB CI testing. (#141) 2021-12-11 20:46:17 +00:00
docker-compose.cockroachdb.yml Add YugabyteDB CI testing. (#141) 2021-12-11 20:46:17 +00:00
docker-compose.hsqldb.yml Add dependecies for hsqldb (#132) 2021-12-11 19:47:40 +00:00
docker-compose.yugabytedb.yml Add YugabyteDB CI testing. (#141) 2021-12-11 20:46:17 +00:00