-
Notifications
You must be signed in to change notification settings - Fork 447
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Delete Account #2472
Delete Account #2472
Commits on Apr 10, 2018
-
web: add php pages for support of right to erasure
Kevin Reed committedApr 10, 2018 4Configuration menu - View commit details
-
Copy full SHA for 3689cda - Browse repository at this point
Copy the full SHA 3689cdaView commit details
Commits on Apr 16, 2018
-
web: add feature flag to only show delete account if
<enable_delete_account/> is set in config.xml
Kevin Reed committedApr 16, 2018 Configuration menu - View commit details
-
Copy full SHA for 27b1274 - Browse repository at this point
Copy the full SHA 27b1274View commit details
Commits on Apr 17, 2018
-
web: Implement remove_account_request page
Kevin Reed committedApr 17, 2018 Configuration menu - View commit details
-
Copy full SHA for 5ed98ba - Browse repository at this point
Copy the full SHA 5ed98baView commit details -
Merge branch 'master' into knr_right_to_erase
Kevin Reed committedApr 17, 2018 Configuration menu - View commit details
-
Copy full SHA for 2e857de - Browse repository at this point
Copy the full SHA 2e857deView commit details -
web: Implement delete_account_request_action.php (verify password,
create token and send email)
Kevin Reed committedApr 17, 2018 Configuration menu - View commit details
-
Copy full SHA for 3cac897 - Browse repository at this point
Copy the full SHA 3cac897View commit details
Commits on Apr 18, 2018
-
web: complete UI for delete account
Kevin Reed committedApr 18, 2018 Configuration menu - View commit details
-
Copy full SHA for a726238 - Browse repository at this point
Copy the full SHA a726238View commit details -
web: refactor delete account pages to reduce duplicate code
Kevin Reed committedApr 18, 2018 Configuration menu - View commit details
-
Copy full SHA for 00440ad - Browse repository at this point
Copy the full SHA 00440adView commit details -
Merge branch 'knr_token2' into knr_right_to_erase
Conflicts: html/inc/token.inc html/ops/test_token.php
Kevin Reed committedApr 18, 2018 Configuration menu - View commit details
-
Copy full SHA for 059d4e0 - Browse repository at this point
Copy the full SHA 059d4e0View commit details -
web: At request of David, consolidate form and action pages into a
single php file
Kevin Reed committedApr 18, 2018 Configuration menu - View commit details
-
Copy full SHA for 501c9a5 - Browse repository at this point
Copy the full SHA 501c9a5View commit details
Commits on Apr 30, 2018
-
Merge branch 'master' into knr_right_to_erase
Kevin Reed committedApr 30, 2018 Configuration menu - View commit details
-
Copy full SHA for 0485c36 - Browse repository at this point
Copy the full SHA 0485c36View commit details -
web: Update calls to get and validate tokens to match changed code
Kevin Reed committedApr 30, 2018 Configuration menu - View commit details
-
Copy full SHA for da81c49 - Browse repository at this point
Copy the full SHA da81c49View commit details -
web: add switch to choose which type of account delete should be
performed
Kevin Reed committedApr 30, 2018 Configuration menu - View commit details
-
Copy full SHA for 65c7cfd - Browse repository at this point
Copy the full SHA 65c7cfdView commit details -
Merge branch 'master' into knr_right_to_erase
Kevin Reed committedApr 30, 2018 Configuration menu - View commit details
-
Copy full SHA for fb85bd3 - Browse repository at this point
Copy the full SHA fb85bd3View commit details -
web: integrate changes from PR 2445 into new delete account/right to be
erased code. This is the implementation that will be used for the 'obfuscate' account mechanism.
Kevin Reed committedApr 30, 2018 Configuration menu - View commit details
-
Copy full SHA for 2e360d6 - Browse repository at this point
Copy the full SHA 2e360d6View commit details -
web: add table definitions for user_deleted and host_deleted
Kevin Reed committedApr 30, 2018 2Configuration menu - View commit details
-
Copy full SHA for fd06682 - Browse repository at this point
Copy the full SHA fd06682View commit details
Commits on May 1, 2018
-
web: add <enable_delete_account>0</enable_delete_account> to default
project config.xml
Kevin Reed committedMay 1, 2018 Configuration menu - View commit details
-
Copy full SHA for d67a8c4 - Browse repository at this point
Copy the full SHA d67a8c4View commit details -
web: add logic to insert into user_deleted and host_deleted when
deleting a user
Kevin Reed committedMay 1, 2018 Configuration menu - View commit details
-
Copy full SHA for e821de2 - Browse repository at this point
Copy the full SHA e821de2View commit details
Commits on May 2, 2018
-
web: add logic to insert into user_deleted and host_deleted when account
is removed from the system. add task to remove entries from those tables after 60 days.
Kevin Reed committedMay 2, 2018 Configuration menu - View commit details
-
Copy full SHA for 4002f6d - Browse repository at this point
Copy the full SHA 4002f6dView commit details
Commits on May 3, 2018
-
web: change primary key for user_deleted and host_deleted to simply be
id instead of userid and hostid
Kevin Reed committedMay 3, 2018 3Configuration menu - View commit details
-
Copy full SHA for b7bb437 - Browse repository at this point
Copy the full SHA b7bb437View commit details -
server: add user_deleted and host_deleted output files for db_dump.
Also modify db_dump to exclude user records whose authenticator starts with 'deleted' or host domain names that equal 'deleted'. Those values are set by the obfuscate delete method.
Kevin Reed committedMay 3, 2018 Configuration menu - View commit details
-
Copy full SHA for ae17dfb - Browse repository at this point
Copy the full SHA ae17dfbView commit details -
server: db_dump shouldn't export create_time for user_deleted or
host_deleted
Kevin Reed committedMay 3, 2018 Configuration menu - View commit details
-
Copy full SHA for b4f0bae - Browse repository at this point
Copy the full SHA b4f0baeView commit details
Commits on May 4, 2018
-
web: implementation of wipe account
Kevin Reed committedMay 4, 2018 1Configuration menu - View commit details
-
Copy full SHA for bcd853b - Browse repository at this point
Copy the full SHA bcd853bView commit details
Commits on May 7, 2018
-
web/server: change primary key of user_deleted to userid and
host_deleted to hostid
Kevin Reed committedMay 7, 2018 Configuration menu - View commit details
-
Copy full SHA for f868227 - Browse repository at this point
Copy the full SHA f868227View commit details -
Merge branch 'master' into knr_right_to_erase
Conflicts: html/inc/user_util.inc
Kevin Reed committedMay 7, 2018 Configuration menu - View commit details
-
Copy full SHA for cff14c4 - Browse repository at this point
Copy the full SHA cff14c4View commit details -
web: fix bug introduced during merge
Kevin Reed committedMay 7, 2018 Configuration menu - View commit details
-
Copy full SHA for ec98197 - Browse repository at this point
Copy the full SHA ec98197View commit details -
web: fix issue with password hash caused by merge from master
Kevin Reed committedMay 7, 2018 Configuration menu - View commit details
-
Copy full SHA for 4720ab7 - Browse repository at this point
Copy the full SHA 4720ab7View commit details
Commits on May 8, 2018
-
server: change create_time on host_deleted and user_deleted to double
from int
Kevin Reed committedMay 8, 2018 Configuration menu - View commit details
-
Copy full SHA for fd25c43 - Browse repository at this point
Copy the full SHA fd25c43View commit details -
web/server: when a user deletes their account (wipe), set results in …
…progress and results returned but not yet validated to "Client Detached/Abandoned" status. Let valid results remain. In all cases set userid and hostid to 0
Kevin Reed committedMay 8, 2018 Configuration menu - View commit details
-
Copy full SHA for f551dd8 - Browse repository at this point
Copy the full SHA f551dd8View commit details
Commits on May 15, 2018
-
Merge branch 'master' into knr_right_to_erase
Conflicts: html/ops/db_update.php
Kevin Reed committedMay 15, 2018 Configuration menu - View commit details
-
Copy full SHA for 239af2d - Browse repository at this point
Copy the full SHA 239af2dView commit details -
web: fix bug in change email where the reversal email was only sent to
the new email when not using phpmailer
Kevin Reed committedMay 15, 2018 Configuration menu - View commit details
-
Copy full SHA for 53250e7 - Browse repository at this point
Copy the full SHA 53250e7View commit details -
web: don't allow a user to start the delete account process if their
email address has been changed in the past 7 days
Kevin Reed committedMay 15, 2018 Configuration menu - View commit details
-
Copy full SHA for 2145371 - Browse repository at this point
Copy the full SHA 2145371View commit details
Commits on May 16, 2018
-
db: add indexes in support delete account
Kevin Reed committedMay 16, 2018 Configuration menu - View commit details
-
Copy full SHA for 328a901 - Browse repository at this point
Copy the full SHA 328a901View commit details -
server: Use mysql_store_result() instead of mysql_use_result() when
fetching USER_DELETED records in db_dump
Kevin Reed committedMay 16, 2018 Configuration menu - View commit details
-
Copy full SHA for f7e310e - Browse repository at this point
Copy the full SHA f7e310eView commit details -
web: use sensible constant values for times in code (improve
readability)
Kevin Reed committedMay 16, 2018 Configuration menu - View commit details
-
Copy full SHA for fdf493e - Browse repository at this point
Copy the full SHA fdf493eView commit details -
web: reorganize code so that error_page is not called in inc files
Kevin Reed committedMay 16, 2018 Configuration menu - View commit details
-
Copy full SHA for 7172942 - Browse repository at this point
Copy the full SHA 7172942View commit details -
web: fix issues identified by scruitinizer
Kevin Reed committedMay 16, 2018 Configuration menu - View commit details
-
Copy full SHA for f799c9c - Browse repository at this point
Copy the full SHA f799c9cView commit details
Commits on May 17, 2018
-
db: change index names to not be shortened
Kevin Reed committedMay 17, 2018 Configuration menu - View commit details
-
Copy full SHA for 7ce2370 - Browse repository at this point
Copy the full SHA 7ce2370View commit details -
web: Make the delay after invalidating the autheniticator something that
can be customized by projects in the project.inc file
Kevin Reed committedMay 17, 2018 Configuration menu - View commit details
-
Copy full SHA for ae72004 - Browse repository at this point
Copy the full SHA ae72004View commit details -
web: add mising closing parenthesis
Kevin Reed committedMay 17, 2018 Configuration menu - View commit details
-
Copy full SHA for b6804ab - Browse repository at this point
Copy the full SHA b6804abView commit details -
Kevin Reed committed
May 17, 2018 Configuration menu - View commit details
-
Copy full SHA for 0c2b0bc - Browse repository at this point
Copy the full SHA 0c2b0bcView commit details -
web: fixing spacing identified by scruitinizer
Kevin Reed committedMay 17, 2018 Configuration menu - View commit details
-
Copy full SHA for 83ea2bc - Browse repository at this point
Copy the full SHA 83ea2bcView commit details