Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -22/+6 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -6/+22 |
| | |||||
* | Manually type-case all AJAX files | Lukas Reschke | 2015-02-13 | 1 | -2/+2 |
| | | | | | | 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 | 1 | -3/+4 |
| | |||||
* | 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 | 1 | -1/+1 |
| | |||||
* | Remove all occurences of @brief and @returns from PHPDoc | Morris Jobke | 2014-05-19 | 1 | -1/+1 |
| | | | | * test case added to avoid adding them later | ||||
* | Remove usage of legacy OC_Appconfig | Robin Appelman | 2014-02-13 | 1 | -1/+1 |
| | |||||
* | changed " to ' | Florin Peter | 2013-05-29 | 1 | -8/+8 |
| | |||||
* | 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 | 1 | -1/+1 |
| | |||||
* | reformat code | Florin Peter | 2013-05-27 | 1 | -4/+9 |
| | |||||
* | 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 |
| | |||||
* | moved enable and disable recovery to Helper class for unit tests | Florin Peter | 2013-05-17 | 1 | -62/+2 |
| | |||||
* | 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 | 1 | -3/+2 |
| | | | | | | 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 | 1 | -6/+21 |
| | | | | | | | | 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 | ||||
* | Fixed proxy class handing of read / write files | Sam Tuke | 2013-04-16 | 1 | -4/+8 |
| | | | | Various work on other classes | ||||
* | Added ajax scripts for setting pwd recovery preferences | Sam Tuke | 2013-03-28 | 1 | -0/+72 |