-
Notifications
You must be signed in to change notification settings - Fork 428
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Gdpr retrieve data from mod_offline (#2289)
* Improve mod offline retrival test * Retrieve offline data from mnesia * Add support for RDBMS * Change timestamp format in rdbms return * Fetch personal data for offline in riak backend * Riak support for mod offline * dont do useless parsing, fix var names in mod_offline_riak * Call generic mod_offline instead of backend implementations * Move GDPR logic to generic mod_offline * Retrieve full jid * Shorten assertions in tests * Remove unimplemented function * fix fetching offline for riak * fix upper/lower case of jid issue * Enable mod_offline retrieve tests * merge reults from disabled backends as well * test offline retrieve with unloading module
- Loading branch information
1 parent
5ea4e14
commit 8b262ab
Showing
6 changed files
with
149 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters