Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove old encryption app | Bjoern Schiessle | 2015-04-07 | 1 | -581/+0 |
| | |||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -26/+29 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -30/+27 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -27/+30 |
| | |||||
* | make versions of shared files downloadable | Bjoern Schiessle | 2015-01-09 | 1 | -3/+0 |
| | |||||
* | Update OCA\Encryption to OCA\Files_Encryption in the encryption app itself | Joas Schilling | 2014-12-09 | 1 | -5/+5 |
| | |||||
* | Fix namespace of files_encryption classes and autoload them | Joas Schilling | 2014-12-09 | 1 | -1/+1 |
| | |||||
* | clean up encryption exceptions | Bjoern Schiessle | 2014-11-07 | 1 | -16/+21 |
| | |||||
* | Make files non executable | Lukas Reschke | 2014-10-24 | 1 | -0/+0 |
| | | | | There is not much sense in having these files marked executable, we should avoid that. | ||||
* | fixing usage of EncryptionException | Thomas Müller | 2014-10-17 | 1 | -3/+4 |
| | |||||
* | fix typo | Volkan Gezer | 2014-09-19 | 1 | -1/+1 |
| | |||||
* | update existing unit tests | Bjoern Schiessle | 2014-07-23 | 1 | -1/+1 |
| | |||||
* | support aes 256 | Bjoern Schiessle | 2014-07-23 | 1 | -20/+111 |
| | |||||
* | introduce some encryption exceptions and catch additional error cases | Bjoern Schiessle | 2014-07-16 | 1 | -16/+7 |
| | |||||
* | Kill legacy encryption migration | Thomas Müller | 2014-07-08 | 1 | -90/+0 |
| | |||||
* | use oc_preferences instead of oc_encryption to store encyption settings | Bjoern Schiessle | 2014-06-05 | 1 | -0/+1 |
| | |||||
* | use phpseclib from 3rdparty | Thomas Müller | 2014-06-03 | 1 | -1/+1 |
| | | | | rename class Crypt_Blowfish to Legacy_Crypt_Blowfish | ||||
* | Remove all occurences of @brief and @returns from PHPDoc | Morris Jobke | 2014-05-19 | 1 | -19/+19 |
| | | | | * test case added to avoid adding them later | ||||
* | Fix PHPDoc in /apps | Robin McCorkell | 2014-05-16 | 1 | -11/+10 |
| | |||||
* | @returns -> @return | Thomas Müller | 2014-05-13 | 1 | -7/+7 |
| | |||||
* | Update crypt.php | Scott Arciszewski | 2014-03-24 | 1 | -2/+2 |
| | | | Use a 256-bit random value | ||||
* | Update crypt.php | Scott Arciszewski | 2014-03-19 | 1 | -2/+2 |
| | | | | | | | A 1024 kilobyte key would be obnoxiously slow to operate on. I'm assuming you meant 1024-bit? Also, 183 bytes = 1464 bits. Here's a safe alternative: 2048 bits, with comment-code sanity | ||||
* | polish documentation based on scrutinizer patches | Jörn Friedrich Dreyer | 2014-02-06 | 1 | -9/+9 |
| | |||||
* | block file access if share keys are missing | Bjoern Schiessle | 2013-10-11 | 1 | -5/+11 |
| | |||||
* | Employ config option for OpenSSL config file, if provided. | Owen Winkler | 2013-09-02 | 1 | -4/+5 |
| | | | | This should help make OpenSSL configuration on Windows servers easier by allowing the openssl.cnf file to be set directly in the ownCloud config, rather than in SetEnv commands that don't exist and are hard to replicate in IIS. | ||||
* | Start a branch for easier OpenSSL configuration. | Owen Winkler | 2013-09-02 | 1 | -0/+1 |
| | |||||
* | Use __DIR__ instead of dirname(__FILE__). | Andreas Fischer | 2013-08-21 | 1 | -1/+1 |
| | | | | This is possible because we require PHP 5.3 or higher. | ||||
* | Do not use realpath() on includes. | Andreas Fischer | 2013-08-21 | 1 | -1/+1 |
| | | | | | | | If the file does not exist, realpath() returns false and "include false;" produces "Failed opening '' for inclusion" which is a useless error message. 'include' works just fine with symlinks, "./" and "../". | ||||
* | Merge pull request #4352 from owncloud/encryption_clean_up | Björn Schießle | 2013-08-17 | 1 | -105/+12 |
|\ | | | | | crypt.php clean up | ||||
| * | fixing typos and PHPDoc | Thomas Müller | 2013-08-08 | 1 | -4/+3 |
| | | |||||
| * | remove todo item | Bjoern Schiessle | 2013-08-08 | 1 | -4/+0 |
| | | |||||
| * | make methods private which are not used from outside | Bjoern Schiessle | 2013-08-08 | 1 | -101/+13 |
| | | |||||
* | | more error messages which might be useful for the user to debug his server ↵ | Bjoern Schiessle | 2013-08-08 | 1 | -1/+3 |
|/ | | | | config | ||||
* | add openssl_error_string() output to the owncloud.log | Björn Schießle | 2013-06-26 | 1 | -6/+5 |
| | |||||
* | always have a defined return value | Björn Schießle | 2013-06-19 | 1 | -4/+4 |
| | |||||
* | some more error messages | Björn Schießle | 2013-06-19 | 1 | -5/+3 |
| | |||||
* | add some more error messages, in case something went wrong | Björn Schießle | 2013-06-19 | 1 | -16/+17 |
| | |||||
* | fix memory problems as reported at #3620 | Florin Peter | 2013-06-13 | 1 | -3/+3 |
| | |||||
* | Merge branch 'master' into files_encryption_check_private_key | Björn Schießle | 2013-06-13 | 1 | -25/+1 |
|\ | | | | | | | | | | | Conflicts: apps/files_encryption/appinfo/app.php apps/files_encryption/lib/util.php | ||||
| * | cleanup unused method legacyKeyRecryptKeyfile | Florin Peter | 2013-05-31 | 1 | -24/+0 |
| | | |||||
| * | use legacyDecrypt to decrypt key file like the previous files_encryption | Florin Peter | 2013-05-31 | 1 | -1/+1 |
| | | |||||
* | | reformat code | Florin Peter | 2013-06-03 | 1 | -2/+2 |
| | | |||||
* | | introduce decryptPrivateKey() method which also checks if the result is a ↵ | Björn Schießle | 2013-06-03 | 1 | -0/+28 |
|/ | | | | valid private key to avoid additional checks on various places | ||||
* | changed to public log api | Florin Peter | 2013-05-27 | 1 | -4/+4 |
| | |||||
* | replace == with === and replace != with !== | Florin Peter | 2013-05-27 | 1 | -14/+12 |
| | |||||
* | Merge branch 'master' into remove_unused_vars | Björn Schießle | 2013-05-27 | 1 | -4/+4 |
|\ | | | | | | | | | | | | | Conflicts: apps/files_encryption/hooks/hooks.php apps/files_encryption/lib/crypt.php apps/files_encryption/lib/proxy.php | ||||
| * | legacyBlockDecryprt() needs to be public | Björn Schießle | 2013-05-27 | 1 | -1/+1 |
| | | |||||
| * | make legacyDecrypt() private als always call legacyBlockDecrypt() from other ↵ | Björn Schießle | 2013-05-27 | 1 | -1/+1 |
| | | | | | | | | classes | ||||
| * | fix migration from old to new encryption | Björn Schießle | 2013-05-27 | 1 | -1/+1 |
| | | |||||
* | | reformat code | Florin Peter | 2013-05-27 | 1 | -99/+106 |
| | |