Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove old encryption app | Bjoern Schiessle | 2015-04-07 | 1 | -60/+0 |
| | |||||
* | Move core apps from private to public functions | Roeland Jago Douma | 2015-04-01 | 1 | -1/+1 |
| | | | | | | Apps still use OC_Helper and OC_Util functions even when public ones are already available. Sometimes the public one is even used in the same file. | ||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -7/+26 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -26/+8 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -8/+26 |
| | |||||
* | Merge pull request #12568 from owncloud/autoload-encryption-classes | Joas Schilling | 2014-12-09 | 1 | -2/+2 |
|\ | | | | | Fix namespaces of encryption classes and encryption tests | ||||
| * | Update OCA\Encryption to OCA\Files_Encryption in the encryption app itself | Joas Schilling | 2014-12-09 | 1 | -2/+2 |
| | | |||||
* | | remove duplicate loaded personal.js - fixes #12674 | Morris Jobke | 2014-12-09 | 1 | -1/+0 |
|/ | |||||
* | remove legacy aka deprecated code: OC_FilesystemView | Thomas Müller | 2014-05-12 | 1 | -1/+1 |
| | |||||
* | Remove usage of legacy OC_Appconfig | Robin Appelman | 2014-02-13 | 1 | -1/+1 |
| | |||||
* | improved documentation of the methods | Bjoern Schiessle | 2013-09-02 | 1 | -1/+1 |
| | |||||
* | encryption error messages, distinguish between a re-enabled encryption app ↵ | Bjoern Schiessle | 2013-09-02 | 1 | -1/+4 |
| | | | | and a password change from outside | ||||
* | Compare result are already true/false | Bart Visscher | 2013-08-17 | 1 | -1/+1 |
| | |||||
* | only show personal settings if the recovery feature is enabled or if no ↵ | Björn Schießle | 2013-06-05 | 1 | -6/+13 |
| | | | | private key is set | ||||
* | 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/+4 |
| | | | | e.g. external auth back-ends | ||||
* | reformat code | Florin Peter | 2013-05-29 | 1 | -10/+10 |
| | |||||
* | fixes after review from @DeepDiver1975 | Florin Peter | 2013-05-23 | 1 | -1/+0 |
| | |||||
* | settings clean-up; There is no blacklist in the new encryption app | Björn Schießle | 2013-05-22 | 1 | -14/+0 |
| | |||||
* | enable admin to change the recovery password | Björn Schießle | 2013-05-15 | 1 | -0/+1 |
| | |||||
* | Added facility to manually encrypt all files from personal settings | Sam Tuke | 2013-05-07 | 1 | -0/+3 |
| | | | | | | 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 | -1/+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 | -0/+20 |
| | | | | | | | | 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 | ||||
* | Merge branch 'master' into files_encryption | Sam Tuke | 2013-03-28 | 1 | -2/+0 |
|\ | | | | | | | | | | | | | Conflicts: apps/files_encryption/hooks/hooks.php apps/files_encryption/lib/crypt.php apps/files_encryption/lib/keymanager.php | ||||
| * | cleanup - more to come after | Thomas Müller | 2013-02-09 | 1 | -2/+0 |
| | | |||||
* | | the default should be to encrypt all files if the user/admin doesn't specify ↵ | Björn Schießle | 2013-02-22 | 1 | -1/+1 |
|/ | | | | a blacklist explicitely | ||||
* | Added notice to personal settings indicating what filetypes are not encrypted | Sam Tuke | 2013-02-05 | 1 | -17/+7 |
| | |||||
* | code cleanup | Bjoern Schiessle | 2012-08-02 | 1 | -2/+6 |
| | |||||
* | allow user to choose encryption mode | Bjoern Schiessle | 2012-08-02 | 1 | -0/+25 |