summaryrefslogtreecommitdiffstats
path: root/apps/files_encryption/settings-personal.php
Commit message (Collapse)AuthorAgeFilesLines
* remove old encryption appBjoern Schiessle2015-04-071-60/+0
|
* Move core apps from private to public functionsRoeland Jago Douma2015-04-011-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 headersJenkins for ownCloud2015-03-261-7/+26
|
* Revert "Updating license headers"Morris Jobke2015-02-261-26/+8
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-8/+26
|
* Merge pull request #12568 from owncloud/autoload-encryption-classesJoas Schilling2014-12-091-2/+2
|\ | | | | Fix namespaces of encryption classes and encryption tests
| * Update OCA\Encryption to OCA\Files_Encryption in the encryption app itselfJoas Schilling2014-12-091-2/+2
| |
* | remove duplicate loaded personal.js - fixes #12674Morris Jobke2014-12-091-1/+0
|/
* remove legacy aka deprecated code: OC_FilesystemViewThomas Müller2014-05-121-1/+1
|
* Remove usage of legacy OC_AppconfigRobin Appelman2014-02-131-1/+1
|
* improved documentation of the methodsBjoern Schiessle2013-09-021-1/+1
|
* encryption error messages, distinguish between a re-enabled encryption app ↵Bjoern Schiessle2013-09-021-1/+4
| | | | and a password change from outside
* Compare result are already true/falseBart Visscher2013-08-171-1/+1
|
* only show personal settings if the recovery feature is enabled or if no ↵Björn Schießle2013-06-051-6/+13
| | | | private key is set
* reformat codeFlorin Peter2013-06-031-1/+1
|
* let user update private key password in case it was changed from outside, ↵Björn Schießle2013-06-031-0/+4
| | | | e.g. external auth back-ends
* reformat codeFlorin Peter2013-05-291-10/+10
|
* fixes after review from @DeepDiver1975Florin Peter2013-05-231-1/+0
|
* settings clean-up; There is no blacklist in the new encryption appBjörn Schießle2013-05-221-14/+0
|
* enable admin to change the recovery passwordBjörn Schießle2013-05-151-0/+1
|
* Added facility to manually encrypt all files from personal settingsSam Tuke2013-05-071-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 Tuke2013-05-041-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 Tuke2013-05-011-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_encryptionSam Tuke2013-03-281-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 afterThomas Müller2013-02-091-2/+0
| |
* | the default should be to encrypt all files if the user/admin doesn't specify ↵Björn Schießle2013-02-221-1/+1
|/ | | | a blacklist explicitely
* Added notice to personal settings indicating what filetypes are not encryptedSam Tuke2013-02-051-17/+7
|
* code cleanupBjoern Schiessle2012-08-021-2/+6
|
* allow user to choose encryption modeBjoern Schiessle2012-08-021-0/+25