aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_encryption/ajax/userrecovery.php
Commit message (Collapse)AuthorAgeFilesLines
* remove old encryption appBjoern Schiessle2015-04-071-63/+0
|
* Update license headersJenkins for ownCloud2015-03-261-4/+22
|
* Revert "Updating license headers"Morris Jobke2015-02-261-22/+5
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-5/+22
|
* Manually type-case all AJAX filesLukas Reschke2015-02-131-1/+1
| | | | | | This enforces proper types on POST and GET arguments where I considered it sensible. I didn't update some as I don't know what kind of values they would support :see_no_evil: Fixes https://github.com/owncloud/core/issues/14196 for core
* Update OCA\Encryption to OCA\Files_Encryption in the encryption app itselfJoas Schilling2014-12-091-3/+1
|
* improved visual feedback if user enabled recovery keyBjoern Schiessle2014-10-071-1/+7
|
* Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-191-1/+1
| | | | * test case added to avoid adding them later
* remove legacy aka deprecated code: OC_FilesystemViewThomas Müller2014-05-121-1/+1
|
* Add _many_ newlines at the end of fileskondou2013-08-181-1/+1
|
* changed " to 'Florin Peter2013-05-291-2/+2
|
* replace == with ===Björn Schießle2013-05-271-2/+2
|
* reformat codeFlorin Peter2013-05-271-11/+11
|
* add recovery key to all files if the user enabled the feature and removes ↵Björn Schießle2013-05-151-0/+6
| | | | them again on disable
* Added facility to manually encrypt all files from personal settingsSam Tuke2013-05-071-13/+9
| | | | | | Added success/fail feedback to personal settings functions Improved look/layout of personal settings page Fixed misplaced plain text in ajax scripts
* Fixed recoveryadmin settings in user and admin settings pages (js, ↵Sam Tuke2013-05-011-6/+3
| | | | | | | | templates, ajax) Renamed recovery methods in Util{} for clarity Added note about bug causing slow page load and redundant keypair generation recoveryAdmin functionality not yet complete
* Added ajax scripts for setting pwd recovery preferencesSam Tuke2013-03-281-0/+42