Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | style fixes for preview lib | Georg Ehrke | 2013-08-19 | 8 | -48/+55 |
| | |||||
* | Merge master into oc_preview | Georg Ehrke | 2013-08-19 | 797 | -13781/+10494 |
|\ | |||||
| * | Merge pull request #4239 from owncloud/decrypt_files_again | Björn Schießle | 2013-08-18 | 23 | -123/+565 |
| |\ | | | | | | | Enable user to decrypt files again after encryption app was disabled | ||||
| | * | revert changes to 3rdparty submodule reference | Bjoern Schiessle | 2013-08-18 | 1 | -0/+0 |
| | | | |||||
| | * | don't change the etags if a file gets encrypted/decrypted to avoid that the ↵ | Bjoern Schiessle | 2013-08-18 | 1 | -24/+32 |
| | | | | | | | | | | | | sync client downloads all files again | ||||
| | * | Merge branch 'master' into decrypt_files_again | Bjoern Schiessle | 2013-08-17 | 1514 | -17058/+24960 |
| | |\ | | | | | | | | | | | | | | | | | Conflicts: apps/files_encryption/tests/keymanager.php | ||||
| | * | | remove whitespaces and some leftover code from testing | Bjoern Schiessle | 2013-08-15 | 2 | -2/+2 |
| | | | | |||||
| | * | | throw exception if encryption was disabled but files are still encrypted to ↵ | Bjoern Schiessle | 2013-08-14 | 1 | -1/+11 |
| | | | | | | | | | | | | | | | | prevent the client from syncing unreadable files | ||||
| | * | | check if some encrypted files are left after the app was disabled and warn ↵ | Bjoern Schiessle | 2013-08-12 | 6 | -7/+42 |
| | | | | | | | | | | | | | | | | the user | ||||
| | * | | preserve mtime if file gets encrypted/decrypted | Bjoern Schiessle | 2013-08-12 | 1 | -1/+13 |
| | | | | |||||
| | * | | fix array declaration | Bjoern Schiessle | 2013-08-12 | 1 | -1/+1 |
| | | | | |||||
| | * | | don't know why it works locally but not on the build server... let's keep it ↵ | Bjoern Schiessle | 2013-07-31 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | out for the moment | ||||
| | * | | use OC\Files\View to read encrypted file, so that it also works with ↵ | Bjoern Schiessle | 2013-07-31 | 1 | -4/+7 |
| | | | | | | | | | | | | | | | | external storages | ||||
| | * | | this hopefully fixes testRecoveryForUser(), works locally | Bjoern Schiessle | 2013-07-31 | 1 | -7/+10 |
| | | | | | | | | | | | | | | | | for now I disabled testRecoveryFile(), no idea why jenkins deletes complete folders... Works nicely in the real world | ||||
| | * | | this test works locally, let's see what out build server says... | Bjoern Schiessle | 2013-07-31 | 1 | -3/+0 |
| | | | | |||||
| | * | | fix searchUsers() call in group.php | Bjoern Schiessle | 2013-07-31 | 1 | -1/+1 |
| | | | | |||||
| | * | | fixing some unit tests | Bjoern Schiessle | 2013-07-30 | 2 | -6/+6 |
| | | | | |||||
| | * | | we need to use the path relative to data/ | Bjoern Schiessle | 2013-07-30 | 1 | -4/+1 |
| | | | | |||||
| | * | | handle error if we can't handle the given path | Bjoern Schiessle | 2013-07-30 | 2 | -2/+7 |
| | | | | |||||
| | * | | remove unused method, the right one is in util.php | Bjoern Schiessle | 2013-07-30 | 1 | -4/+0 |
| | | | | |||||
| | * | | adapt unit tests to the modified stream wrapper | Bjoern Schiessle | 2013-07-30 | 5 | -35/+35 |
| | | | | |||||
| | * | | only show decrypt all files option if encrypted files are available | Bjoern Schiessle | 2013-07-30 | 1 | -2/+1 |
| | | | | |||||
| | * | | encrypt/decrypt file versions | Bjoern Schiessle | 2013-07-30 | 1 | -3/+124 |
| | | | | |||||
| | * | | check if app is enabled | Bjoern Schiessle | 2013-07-30 | 1 | -7/+8 |
| | | | | |||||
| | * | | only write keyfiles if it was a new file, otherwise nothing changed | Bjoern Schiessle | 2013-07-30 | 1 | -38/+45 |
| | | | | |||||
| | * | | use path relative to data/ | Bjoern Schiessle | 2013-07-30 | 1 | -4/+1 |
| | | | | |||||
| | * | | improved error handling | Bjoern Schiessle | 2013-07-30 | 2 | -14/+34 |
| | | | | |||||
| | * | | working decrypt files method | Bjoern Schiessle | 2013-07-29 | 6 | -37/+173 |
| | | | | |||||
| | * | | add decryptall.php | Björn Schießle | 2013-07-29 | 1 | -0/+14 |
| | | | | |||||
| | * | | register decrypt all route | Björn Schießle | 2013-07-29 | 1 | -0/+2 |
| | | | | |||||
| | * | | add ajax call to decrypt all files | Björn Schießle | 2013-07-29 | 3 | -1/+18 |
| | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files_encryption/lib/crypt.php | ||||
| | * | | user interface to allow user to decrypt all his files once the encryption ↵ | Björn Schießle | 2013-07-29 | 6 | -9/+68 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | app was disabled Conflicts: settings/templates/personal.php | ||||
| * | | | Merge pull request #4498 from owncloud/uploadprogress-near-uploadbutton | Christopher | 2013-08-18 | 1 | -4/+14 |
| |\ \ \ | | | | | | | | | | | move upload progress bar near upload button, more contextual | ||||
| | * | | | remove unneeded extra ID selectors | Jan-Christoph Borchardt | 2013-08-18 | 1 | -2/+2 |
| | | | | | |||||
| | * | | | move upload progress bar near upload button, more contextual | Jan-Christoph Borchardt | 2013-08-18 | 1 | -3/+13 |
| | | | | | |||||
| * | | | | Merge pull request #4497 from owncloud/newlines_at_eof_kondou | Kondou | 2013-08-18 | 75 | -75/+75 |
| |\ \ \ \ | | | | | | | | | | | | | Add newlines at the end of files | ||||
| | * | | | | Add _many_ newlines at the end of files | kondou | 2013-08-18 | 75 | -75/+75 |
| | | | | | | |||||
| * | | | | | Port DAV groupMemberSet fix to master #4458 | Thomas Tanghus | 2013-08-18 | 1 | -6/+8 |
| | | | | | | |||||
| * | | | | | Merge pull request #4496 from owncloud/fixing-error-page-layout-master | Kondou | 2013-08-18 | 1 | -0/+1 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | fixing error page layout | ||||
| | * | | | | | fixing error page layout | Thomas Müller | 2013-08-18 | 1 | -0/+1 |
| | |/ / / / | |||||
| * | | | | | Merge pull request #4485 from guruz/class_autoloader_optimization | Markus Goetz | 2013-08-18 | 2 | -1/+54 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Class Auto Loader: Cache paths in APC | ||||
| | * | | | | | Class Auto Loader: Cache paths in APC | Markus Goetz | 2013-08-18 | 2 | -1/+54 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using benchmark_single.php (from administration repo) I can measure a speed improvement of 5% to 20% loading the /index.php when logged in. (when using APC and php-fpm). | ||||
| * | | | | | | Merge pull request #4483 from owncloud/compare-true-false | Bart Visscher | 2013-08-18 | 9 | -16/+16 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Compare result are already true/false | ||||
| | * | | | | | | Use boolean casting for bitwise and result. | Andreas Fischer | 2013-08-17 | 1 | -1/+1 |
| | | | | | | | | |||||
| | * | | | | | | Add trailing comma for all touched array lines. | Andreas Fischer | 2013-08-17 | 1 | -1/+1 |
| | | | | | | | | |||||
| | * | | | | | | Fix spacing of all touched lines. | Andreas Fischer | 2013-08-17 | 3 | -3/+3 |
| | | | | | | | | |||||
| | * | | | | | | Compare result are already true/false | Bart Visscher | 2013-08-17 | 9 | -16/+16 |
| | | | | | | | | |||||
| * | | | | | | | Merge pull request #4486 from owncloud/ldap_adjust_cache | Bart Visscher | 2013-08-18 | 1 | -1/+6 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | LDAP: use memcache if available | ||||
| | * | | | | | | | LDAP: use memcache if available | Arthur Schiwon | 2013-08-17 | 1 | -1/+6 |
| | |/ / / / / / | |||||
| * | | | | | | | Merge pull request #4493 from owncloud/fixing-initL10n-master | Owen Winkler | 2013-08-18 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | | | fixing undefined js error |