Shawn Kwang
|
cbce74df7c
|
Merge branch 'master' into sak-useroptin-dbaddconsent
Prepare for merging this development branch into master.
Conflicts:
html/ops/db_update.php
|
2018-09-12 11:48:25 -05:00 |
David Anderson
|
ae431f96d5
|
web: code cleanup in delete user area
- functions generally return zero on success
- improve function names
- comment formatting
See https://boinc.berkeley.edu/trac/wiki/CodingStyle
todo: fix translatable strings
|
2018-07-14 20:14:14 -07:00 |
Oliver Bock
|
03b5960014
|
Web: fixed bugs in delete account feature introduced in bcd853bb4f
* missing include - required for delete_user()
* wrong property access syntax
|
2018-06-08 11:23:35 +02:00 |
Shawn Kwang
|
cbd1b5cc02
|
web: added consent table to delete functionality.
|
2018-05-24 12:02:43 -05:00 |
Kevin Reed
|
b6804ab5de
|
web: add mising closing parenthesis
|
2018-05-17 09:15:27 -05:00 |
Kevin Reed
|
ae7200490a
|
web: Make the delay after invalidating the autheniticator something that
can be customized by projects in the project.inc file
|
2018-05-17 08:56:45 -05:00 |
Kevin Reed
|
7172942bb0
|
web: reorganize code so that error_page is not called in inc files
|
2018-05-16 16:08:19 -05:00 |
Kevin Reed
|
fdf493e3d4
|
web: use sensible constant values for times in code (improve
readability)
|
2018-05-16 15:43:49 -05:00 |
Kevin Reed
|
f551dd8776
|
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
|
2018-05-08 17:15:05 -05:00 |
Kevin Reed
|
bcd853bb4f
|
web: implementation of wipe account
|
2018-05-04 17:36:09 -05:00 |
Kevin Reed
|
4002f6d372
|
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.
|
2018-05-02 15:36:57 -05:00 |
Kevin Reed
|
e821de2643
|
web: add logic to insert into user_deleted and host_deleted when
deleting a user
|
2018-05-01 17:08:29 -05:00 |
Kevin Reed
|
2e360d65f9
|
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.
|
2018-04-30 17:10:12 -05:00 |
Kevin Reed
|
65c7cfda65
|
web: add switch to choose which type of account delete should be
performed
|
2018-04-30 15:08:58 -05:00 |
Kevin Reed
|
da81c49e4d
|
web: Update calls to get and validate tokens to match changed code
|
2018-04-30 14:33:53 -05:00 |
Kevin Reed
|
00440ad94e
|
web: refactor delete account pages to reduce duplicate code
|
2018-04-18 17:18:23 -05:00 |