| Commit message (Expand) | Author | Age | Files | Lines |
* | reformat code | Florin Peter | 2013-06-03 | 10 | -74/+83 |
* | use generated private key fro m setUp() | Björn Schießle | 2013-06-03 | 1 | -4/+2 |
* | added test for decryptPrivateKey() | Björn Schießle | 2013-06-03 | 1 | -0/+18 |
* | let user update private key password in case it was changed from outside, e.g... | Björn Schießle | 2013-06-03 | 4 | -0/+118 |
* | $session->setPrivateKey expects only one parameter | Björn Schießle | 2013-06-03 | 1 | -1/+1 |
* | control files are no longer needed, remove them from the tests | Björn Schießle | 2013-06-03 | 1 | -6/+0 |
* | introduce decryptPrivateKey() method which also checks if the result is a val... | Björn Schießle | 2013-06-03 | 6 | -40/+49 |
* | code optimized and cleaned up unused vars | Florin Peter | 2013-05-31 | 1 | -23/+47 |
* | allow the user to login but do not allow upload and show error message on the... | Florin Peter | 2013-05-31 | 3 | -7/+26 |
* | check if the decrypted private key is valid on login and on read/write files | Florin Peter | 2013-05-31 | 2 | -7/+31 |
* | Merge pull request #3527 from owncloud/file_encryption_external_storage_fixes | FlorinPeter | 2013-05-31 | 7 | -142/+145 |
|\ |
|
| * | added our own file extension .part will not work here if we use file_get_cont... | Florin Peter | 2013-05-30 | 2 | -5/+5 |
| * | prevent files_versions from calling file proxy which calls files_encryption a... | Florin Peter | 2013-05-30 | 1 | -0/+17 |
| * | fix share and un-share for single file | Florin Peter | 2013-05-30 | 1 | -23/+13 |
| * | fixed problems with file_get_contents and file_put_contents this problem was ... | Florin Peter | 2013-05-30 | 3 | -127/+92 |
| * | Merge branch 'master' into file_encryption_external_storage_fixes | Florin Peter | 2013-05-30 | 16 | -718/+757 |
| |\ |
|
| * | | fixed typo | Florin Peter | 2013-05-29 | 1 | -1/+1 |
| * | | Merge branch 'master' into file_encryption_external_storage_fixes | Florin Peter | 2013-05-29 | 11 | -34/+40 |
| |\ \ |
|
| * | | | fix for share folder on external storage | Florin Peter | 2013-05-29 | 2 | -2/+33 |
| * | | | check list of users with access to the file from the bottom to the top. This ... | Björn Schießle | 2013-05-29 | 1 | -2/+2 |
| * | | | fixed if fopen returns false typically on external storage | Florin Peter | 2013-05-28 | 1 | -1/+1 |
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-05-31 | 6 | -0/+19 |
* | | | | LDAP: fix generation of alternate internal name on conflicts. Use also smalle... | Arthur Schiwon | 2013-05-30 | 1 | -2/+2 |
* | | | | Merge pull request #3529 from owncloud/folder-permissions | icewind1991 | 2013-05-30 | 2 | -1/+31 |
|\ \ \ \ |
|
| * | | | | Implement getDirectoryPermissions() in Shared Permissions, fixes #2846 | Michael Gapczynski | 2013-05-29 | 2 | -1/+31 |
| | |/ /
| |/| | |
|
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-05-30 | 13 | -18/+44 |
| |_|/
|/| | |
|
* | | | reformat code | Florin Peter | 2013-05-29 | 2 | -16/+16 |
* | | | changed " to ' | Florin Peter | 2013-05-29 | 3 | -13/+13 |
* | | | 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 |
* | | | changes after review | Florin Peter | 2013-05-29 | 1 | -1/+5 |
* | | | Merge branch 'master' into remove_unused_vars | Florin Peter | 2013-05-29 | 11 | -39/+45 |
|\| | |
|
| * | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-05-29 | 3 | -2/+12 |
| * | | fixed missing convert to new session handler | Florin Peter | 2013-05-28 | 1 | -3/+2 |
| * | | fixed encryption session namespace to avoid problems | Florin Peter | 2013-05-28 | 5 | -11/+11 |
| * | | merge master into sessionclass | Robin Appelman | 2013-05-28 | 5 | -15/+70 |
| |\| |
|
| * | | fix syntax error | Robin Appelman | 2013-05-28 | 1 | -1/+1 |
| * | | Use the new session wrapper | Robin Appelman | 2013-05-28 | 4 | -20/+14 |
* | | | Merge branch 'master' into remove_unused_vars | Florin Peter | 2013-05-28 | 5 | -21/+71 |
|\ \ \
| | |/
| |/| |
|
| * | | fix for undefined index | Florin Peter | 2013-05-28 | 1 | -1/+1 |
| * | | fix for losing private key while being logged in and accessing a public link | Florin Peter | 2013-05-28 | 3 | -16/+55 |
| * | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-05-28 | 2 | -1/+14 |
| |/ |
|
* | | $_POST["adminEnableRecovery"] is a string | Björn Schießle | 2013-05-28 | 1 | -1/+1 |
* | | changed to public log api | Florin Peter | 2013-05-27 | 4 | -16/+16 |
* | | replace == with === and replace != with !== | Florin Peter | 2013-05-27 | 9 | -58/+52 |
* | | changed basic auth to test user | Florin Peter | 2013-05-27 | 1 | -3/+3 |
* | | Merge branch 'master' into remove_unused_vars | Björn Schießle | 2013-05-27 | 4 | -15/+13 |
|\| |
|
| * | 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 | 4 | -6/+6 |
| * | fix migration from old to new encryption | Björn Schießle | 2013-05-27 | 2 | -3/+1 |