Commit Graph

56 Commits (affeea8c72db3f82bd0cee82c8a08d016bd3d72f)

Author SHA1 Message Date
Joas Schilling efac8ced90 Update OCA\Encryption to OCA\Files_Encryption in the encryption app itself 12 years ago
Bjoern Schiessle a90606fb14 change private/public key names for consistency reasons 12 years ago
Bjoern Schiessle 1645c8f819 use login name to verify password 12 years ago
Bjoern Schiessle 8104a4e24e check if the provided password is really the current log-in password 12 years ago
Bjoern Schiessle b060123155 improved visual feedback if user enabled recovery key 12 years ago
Bjoern Schiessle 794d3ef949 improved visual feedback if recovery key password gets changed 12 years ago
Bjoern Schiessle 5fa1cbc4e5 improved visual feedback if recovery key gets enabled/disabled 12 years ago
Robin Appelman d0266c0bf8 Use public api for getting l10n 12 years ago
Bjoern Schiessle 4bbdcfbccf support aes 256 12 years ago
Morris Jobke dc36d30953 Remove all occurences of @brief and @returns from PHPDoc 12 years ago
Thomas Müller e0dd69e4e6 remove legacy aka deprecated code: OC_FilesystemView 12 years ago
Bjoern Schiessle 6778dc5a4a don't block login forever if we are stuck in the middle of the initial encryption 13 years ago
Robin Appelman 181bbd4325 Remove usage of legacy OC_Appconfig 13 years ago
Arthur Schiwon ee78d48186 loginname is not necessarily username 13 years ago
Bjoern Schiessle 060e0ad0cd with the latest changes in master $this-userID is always the correct ID, so we no longer need the extra parameter 13 years ago
Bjoern Schiessle 0617e06f69 use POST instead of GET 13 years ago
Bjoern Schiessle 8974107b4e remove debug output 13 years ago
Bjoern Schiessle d6fb2afa85 show a message at the log-in screen if inital encryption take place 13 years ago
Bjoern Schiessle fb462e83cc no longer enforce log out, but provide useful errors/warnings instead 13 years ago
kondou 9e8a6b704d Add _many_ newlines at the end of files 13 years ago
Florin Peter b46e7323ec fixed typo 13 years ago
Florin Peter dc8bcf0688 reformat code 13 years ago
Björn Schießle b5820af3cc let user update private key password in case it was changed from outside, e.g. external auth back-ends 13 years ago
Björn Schießle 471d2b732c introduce decryptPrivateKey() method which also checks if the result is a valid private key to avoid additional checks on various places 13 years ago
Florin Peter 838fd1a20a changed " to ' 13 years ago
Florin Peter ee7c4c4c93 changed l10n to full sentences 13 years ago
Florin Peter 5dd865a57f changes l10n after review 13 years ago
Björn Schießle 3a76c22372 $_POST["adminEnableRecovery"] is a string 13 years ago
Florin Peter 7224fc98b2 replace == with === and replace != with !== 13 years ago
Björn Schießle c81e34ef89 replace == with === 13 years ago
Florin Peter 5d32e214b7 reformat code 13 years ago
Florin Peter adc930d9f9 added l10n support in apps/files_encryption/ajax/adminrecovery.php 13 years ago
Björn Schießle 15a3ae6db1 improved error messages 13 years ago
Björn Schießle e7d1fe82aa fix path to class 13 years ago
Björn Schießle eaa61b8539 fix migration to new encryption 13 years ago
Florin Peter 42b4963dd0 moved enable and disable recovery to Helper class for unit tests 13 years ago
Björn Schießle 57c0a7ed69 add recovery key to all files if the user enabled the feature and removes them again on disable 13 years ago
Björn Schießle 1a31dc036a added missing file to enable the admin to change the recovery key password 13 years ago
Björn Schießle 64d94c540a enable admin to change the recovery password 13 years ago
Björn Schießle 5b160edebb check if the user knows the correct recovery password before changing the recovery key settings 13 years ago
Björn Schießle 517efdf952 don't create a recovery user, only generate recovery key similar to the public link share key 13 years ago
Sam Tuke 4b53f72d0d Added facility to manually encrypt all files from personal settings 13 years ago
Sam Tuke c8946ea608 Added support for user-specified password for adminRecovery account in admin settings page 13 years ago
Sam Tuke ba29147e34 Fixed recoveryadmin settings in user and admin settings pages (js, templates, ajax) 13 years ago
Sam Tuke f378a7f572 Fixed proxy class handing of read / write files 14 years ago
Sam Tuke 9ecfd07f23 Added ajax scripts for setting pwd recovery preferences 14 years ago
Thomas Müller 7f58e27495 cleanup - more to come after 14 years ago
Sam Tuke 265f3654af all unit files_encryption crypt unit tests now passing after merge 14 years ago
Bjoern Schiessle 3ec6dc56c9 ToDo item removed 14 years ago
Bjoern Schiessle 800942ece7 change key password when user switches from client to server side encryption. 14 years ago