Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove old encryption app | Bjoern Schiessle | 2015-04-07 | 5 | -371/+0 |
| | |||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 5 | -23/+106 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 5 | -105/+28 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 5 | -28/+105 |
| | |||||
* | Manually type-case all AJAX files | Lukas Reschke | 2015-02-13 | 5 | -10/+10 |
| | | | | | | 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 itself | Joas Schilling | 2014-12-09 | 5 | -24/+20 |
| | |||||
* | change private/public key names for consistency reasons | Bjoern Schiessle | 2014-11-26 | 2 | -8/+5 |
| | |||||
* | use login name to verify password | Bjoern Schiessle | 2014-11-24 | 1 | -1/+2 |
| | |||||
* | check if the provided password is really the current log-in password | Bjoern Schiessle | 2014-11-06 | 1 | -1/+15 |
| | |||||
* | improved visual feedback if user enabled recovery key | Bjoern Schiessle | 2014-10-07 | 1 | -1/+7 |
| | |||||
* | improved visual feedback if recovery key password gets changed | Bjoern Schiessle | 2014-10-07 | 1 | -0/+26 |
| | |||||
* | improved visual feedback if recovery key gets enabled/disabled | Bjoern Schiessle | 2014-10-07 | 1 | -17/+31 |
| | |||||
* | Use public api for getting l10n | Robin Appelman | 2014-08-31 | 3 | -3/+3 |
| | |||||
* | support aes 256 | Bjoern Schiessle | 2014-07-23 | 2 | -12/+13 |
| | |||||
* | Remove all occurences of @brief and @returns from PHPDoc | Morris Jobke | 2014-05-19 | 5 | -5/+5 |
| | | | | * test case added to avoid adding them later | ||||
* | remove legacy aka deprecated code: OC_FilesystemView | Thomas Müller | 2014-05-12 | 3 | -3/+3 |
| | |||||
* | Merge pull request #7190 from owncloud/appconfig-legacy-apps | Thomas Müller | 2014-02-18 | 1 | -1/+1 |
|\ | | | | | Remove usage of legacy OC_Appconfig | ||||
| * | Remove usage of legacy OC_Appconfig | Robin Appelman | 2014-02-13 | 1 | -1/+1 |
| | | |||||
* | | don't block login forever if we are stuck in the middle of the initial ↵ | Bjoern Schiessle | 2014-02-17 | 1 | -5/+3 |
|/ | | | | encryption | ||||
* | loginname is not necessarily username | Arthur Schiwon | 2013-11-28 | 1 | -4/+5 |
| | |||||
* | with the latest changes in master $this-userID is always the correct ID, so ↵ | Bjoern Schiessle | 2013-11-27 | 1 | -1/+1 |
| | | | | we no longer need the extra parameter | ||||
* | use POST instead of GET | Bjoern Schiessle | 2013-11-26 | 1 | -2/+2 |
| | |||||
* | remove debug output | Bjoern Schiessle | 2013-11-25 | 1 | -1/+0 |
| | |||||
* | show a message at the log-in screen if inital encryption take place | Bjoern Schiessle | 2013-11-25 | 1 | -0/+28 |
| | |||||
* | no longer enforce log out, but provide useful errors/warnings instead | Bjoern Schiessle | 2013-09-06 | 1 | -0/+1 |
| | |||||
* | Add _many_ newlines at the end of files | kondou | 2013-08-18 | 3 | -3/+3 |
| | |||||
* | fixed typo | Florin Peter | 2013-06-03 | 1 | -1/+1 |
| | |||||
* | reformat code | Florin Peter | 2013-06-03 | 1 | -1/+1 |
| | |||||
* | let user update private key password in case it was changed from outside, ↵ | Björn Schießle | 2013-06-03 | 1 | -0/+54 |
| | | | | e.g. external auth back-ends | ||||
* | introduce decryptPrivateKey() method which also checks if the result is a ↵ | Björn Schießle | 2013-06-03 | 1 | -11/+11 |
| | | | | valid private key to avoid additional checks on various places | ||||
* | changed " to ' | Florin Peter | 2013-05-29 | 3 | -13/+13 |
| | |||||
* | changed l10n to full sentences | Florin Peter | 2013-05-29 | 1 | -14/+25 |
| | |||||
* | changes l10n after review | Florin Peter | 2013-05-29 | 1 | -5/+5 |
| | |||||
* | $_POST["adminEnableRecovery"] is a string | Björn Schießle | 2013-05-28 | 1 | -1/+1 |
| | |||||
* | replace == with === and replace != with !== | Florin Peter | 2013-05-27 | 1 | -1/+1 |
| | |||||
* | replace == with === | Björn Schießle | 2013-05-27 | 2 | -3/+3 |
| | |||||
* | reformat code | Florin Peter | 2013-05-27 | 3 | -19/+24 |
| | |||||
* | added l10n support in apps/files_encryption/ajax/adminrecovery.php | Florin Peter | 2013-05-23 | 1 | -2/+4 |
| | |||||
* | improved error messages | Björn Schießle | 2013-05-22 | 1 | -1/+7 |
| | |||||
* | fix path to class | Björn Schießle | 2013-05-17 | 1 | -2/+2 |
| | |||||
* | fix migration to new encryption | Björn Schießle | 2013-05-17 | 1 | -40/+0 |
| | |||||
* | moved enable and disable recovery to Helper class for unit tests | Florin Peter | 2013-05-17 | 1 | -62/+2 |
| | |||||
* | add recovery key to all files if the user enabled the feature and removes ↵ | Björn Schießle | 2013-05-15 | 1 | -0/+6 |
| | | | | them again on disable | ||||
* | added missing file to enable the admin to change the recovery key password | Björn Schießle | 2013-05-15 | 1 | -0/+52 |
| | |||||
* | enable admin to change the recovery password | Björn Schießle | 2013-05-15 | 1 | -27/+4 |
| | |||||
* | check if the user knows the correct recovery password before changing the ↵ | Björn Schießle | 2013-05-15 | 1 | -15/+48 |
| | | | | recovery key settings | ||||
* | don't create a recovery user, only generate recovery key similar to the ↵ | Björn Schießle | 2013-05-13 | 1 | -65/+57 |
| | | | | public link share key | ||||
* | Added facility to manually encrypt all files from personal settings | Sam Tuke | 2013-05-07 | 3 | -16/+51 |
| | | | | | | Added success/fail feedback to personal settings functions Improved look/layout of personal settings page Fixed misplaced plain text in ajax scripts | ||||
* | Added support for user-specified password for adminRecovery account in admin ↵ | Sam Tuke | 2013-05-04 | 1 | -0/+3 |
| | | | | | | | | | settings page Made encryptAll() (file migration for unencrypted + legacy encrypted files) run only on first login for each user (status stored in DB) Made recoveryAdmin user member of 'admin' user group automatically Set recoveryadmin settings to only display on user settings if enabled by an admin Updated encryption db xml schema | ||||
* | Fixed recoveryadmin settings in user and admin settings pages (js, ↵ | Sam Tuke | 2013-05-01 | 2 | -12/+24 |
| | | | | | | | | 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 |