| Commit message (Expand) | Author | Age | Files | Lines |
* | Finally fixing encryption with public share | Thomas Müller | 2015-04-07 | 3 | -44/+48 |
* | only encrypt files and files_versions | Thomas Müller | 2015-04-07 | 1 | -1/+13 |
* | fix exception handling | Thomas Müller | 2015-04-07 | 4 | -38/+48 |
* | Hook: fixing error message in exception case | Thomas Müller | 2015-04-07 | 1 | -7/+16 |
* | file_put_contents has to return the number of written bytes | Thomas Müller | 2015-04-07 | 1 | -8/+4 |
* | PHPDoc | Thomas Müller | 2015-04-07 | 2 | -6/+4 |
* | pass file helper to encryption wrapper | Bjoern Schiessle | 2015-04-07 | 2 | -2/+9 |
* | fix hook registration | Bjoern Schiessle | 2015-04-07 | 1 | -1/+2 |
* | remove useless setup base class | Clark Tomlinson | 2015-04-07 | 2 | -40/+11 |
* | adding hook manager test | Clark Tomlinson | 2015-04-07 | 2 | -1/+74 |
* | keyManagerTest: remove code which is no longer needed | Bjoern Schiessle | 2015-04-07 | 1 | -32/+0 |
* | cleanup keymanager test and add some additional tests | Bjoern Schiessle | 2015-04-07 | 3 | -76/+269 |
* | delete recovery keys on disable | Bjoern Schiessle | 2015-04-07 | 2 | -11/+18 |
* | fixing test helper and undoing fubar in class... | Clark Tomlinson | 2015-04-07 | 2 | -5/+4 |
* | :100:% coverage for session class | Clark Tomlinson | 2015-04-07 | 2 | -4/+145 |
* | let user enable recovery key | Bjoern Schiessle | 2015-04-07 | 7 | -48/+65 |
* | add helper class accessible for encryption modules to ask for a list of users... | Bjoern Schiessle | 2015-04-07 | 16 | -107/+290 |
* | Adding app icon and fixing admin setting | Thomas Müller | 2015-04-07 | 5 | -75/+112 |
* | register settings and hooks only once | Bjoern Schiessle | 2015-04-07 | 2 | -8/+2 |
* | fix set recovery key and implement change password | Bjoern Schiessle | 2015-04-07 | 6 | -30/+108 |
* | Fix double registration of encryption module | Thomas Müller | 2015-04-07 | 3 | -10/+4 |
* | Adding renameKeys to IStorage | Thomas Müller | 2015-04-07 | 1 | -1/+10 |
* | Setting up the encryption wrapper in a setup hook - temporarily fixes the wra... | Thomas Müller | 2015-04-07 | 2 | -18/+20 |
* | Remove old encryption left overs from trashbin | Thomas Müller | 2015-04-07 | 1 | -102/+0 |
* | Fix settings | Thomas Müller | 2015-04-07 | 2 | -4/+4 |
* | Removing left overs from old encryption app | Thomas Müller | 2015-04-07 | 13 | -346/+9 |
* | adding function getSecureRandom(); to IServerContainer | Thomas Müller | 2015-04-07 | 2 | -2/+8 |
* | use password change logic to userhooks to avoid recursions | Bjoern Schiessle | 2015-04-07 | 4 | -83/+95 |
* | add session class to handle all session operations | Bjoern Schiessle | 2015-04-07 | 6 | -35/+126 |
* | update unit tests after ctor signature change of \OC\Encryption\Util | Thomas Müller | 2015-04-07 | 2 | -2/+8 |
* | moving methods to their final places | Clark Tomlinson | 2015-04-07 | 6 | -127/+188 |
* | kill OC_FileProxy :boom: | Thomas Müller | 2015-04-07 | 12 | -240/+6 |
* | Further cleanup of files_encryption | Thomas Müller | 2015-04-07 | 7 | -19/+9 |
* | Removing files_encryption left overs | Thomas Müller | 2015-04-07 | 12 | -56/+6 |
* | Fix - public sharing: in case on user is available - get it from the path | Thomas Müller | 2015-04-07 | 1 | -1/+6 |
* | remove old encryption app | Bjoern Schiessle | 2015-04-07 | 195 | -16586/+0 |
* | remove unencrypted_size from the cache, size will contain the unencrypted size | Bjoern Schiessle | 2015-04-07 | 11 | -82/+25 |
* | initializing some variables + update size after writing the headers | Thomas Müller | 2015-04-07 | 1 | -3/+3 |
* | https://github.com/owncloud/core/pull/15305#discussion_r27382305 | Thomas Müller | 2015-04-07 | 1 | -0/+2 |
* | initializing some variables | Thomas Müller | 2015-04-07 | 1 | -0/+1 |
* | call end() before closing the file | Bjoern Schiessle | 2015-04-07 | 1 | -1/+7 |
* | adding unit tests for stream wrapper | Thomas Müller | 2015-04-07 | 2 | -13/+59 |
* | various fixes & start to unit test the encryption storage wrapper | Thomas Müller | 2015-04-07 | 6 | -36/+91 |
* | Applying diff as of https://github.com/owncloud/core/pull/15303 | jknockaert | 2015-04-07 | 1 | -24/+46 |
* | make recovery settings work | Bjoern Schiessle | 2015-04-07 | 9 | -34/+45 |
* | fix unit test execution | Thomas Müller | 2015-04-07 | 1 | -5/+13 |
* | fix parameter declaration and class initialisation | Bjoern Schiessle | 2015-04-07 | 2 | -4/+5 |
* | fix lib/private/encryption/util.php call | Bjoern Schiessle | 2015-04-07 | 3 | -14/+23 |
* | fix unit test execution, variable naming and kill no longer used $cacheFactory | Thomas Müller | 2015-04-07 | 1 | -7/+8 |
* | remove debug code from core | Bjoern Schiessle | 2015-04-07 | 1 | -3/+0 |