Commit Graph

4669 Commits (fdc87eaeb360ad14ed243368ea8f74aafed32304)

Author SHA1 Message Date
Thomas Müller 92c02e6797 remove commented code 13 years ago
Evgeni Golov b6fc143074 cURL does not honour default_socket_timeout 13 years ago
Jenkins for ownCloud f31d31844e [tx-robot] updated from transifex 13 years ago
Thomas Müller e515509a81 prelogin apps have to be loaded within setupBackend() otherwise required classes cannot be loaded 13 years ago
Thomas Müller a86c10984a catching NotPermittedException and throw it to the dav client as 403 13 years ago
Thomas Müller b11d8799c1 adding unit tests for ObjectTree::move() 13 years ago
Arthur Schiwon 1c976a7c9b manager checkPassword now returns User object, adjust internal user class accordingly. 13 years ago
Jenkins for ownCloud 2d12e52769 [tx-robot] updated from transifex 13 years ago
Arthur Schiwon 14a160e176 Adjust Tests and satisfy them 13 years ago
Thomas Müller 84a0e6930b creating non static getETagPropertyForPath() 13 years ago
Thomas Müller 4e7f82ef04 unify duplicate code 13 years ago
Thomas Müller cf9dbc6e34 adding error handling on file_put_contents within the web dav implementation 13 years ago
Arthur Schiwon 63324e2347 Fix doc 13 years ago
Arthur Schiwon 0a7ee7c3f7 Fix return value from User object to User ID 13 years ago
Thomas Müller e9eb34f187 duplicate code :sigh: - will fix this in a second pr 13 years ago
Thomas Müller 6c5466a540 adding file_exists check just to be on the save side 13 years ago
Arthur Schiwon fe88a62d6e === not == 13 years ago
Arthur Schiwon d101ff42f1 User: move checkPassword from User to Manager to not break API 13 years ago
Thomas Müller ee1f627155 adding privilege check on move and rename operations 13 years ago
Georg Ehrke 31d2048eb8 add blacklist to txt preview backend 13 years ago
Thomas Müller cd2421c7ee adding PHPDoc comments to getBackend 13 years ago
Andreas Fischer 2129974584 Do not recheck $cacheData. Move if($reuseExisting) under if($cacheData). 13 years ago
Robin Appelman 235517f111 clear permissions cache when scanning a file 13 years ago
Thomas Müller e55f25b64d handle error situation of rename proper 13 years ago
Jenkins for ownCloud 28918d61d2 [tx-robot] updated from transifex 13 years ago
Robin Appelman a1d4eb1f95 files: when filtering search results, ensure results are children of the fakeroot not just path starting the same 13 years ago
Andreas Fischer 2a17025d53 Move bool to int conversion to buildParts(), so it also happens for update(). 13 years ago
Andreas Fischer 011bca7b7f Only update the etag. Do not re-submit any other unchanged data. 13 years ago
Andreas Fischer a2f82da572 Use update() instead of put(). 13 years ago
Thomas Müller d84d548618 when storing back the data field 'encrypted' it is necessary to cast the boolean to an integer to make pg happy 13 years ago
Jenkins for ownCloud 5b95e7aa0f [tx-robot] updated from transifex 13 years ago
Bjoern Schiessle 944e9b8c69 make sure that both $permissions and $oldPermissions have the same type 13 years ago
Jörn Friedrich Dreyer e8bf576184 add initial search in shared files 13 years ago
Bart Visscher 0a2a4cb12e update inherit docs comment 13 years ago
Bart Visscher 55efe1e56c Fix insert/update/delete helper functions for oracle 13 years ago
Bart Visscher f6284bdce7 Add missing return true statements to legacy preferences functions 13 years ago
Bart Visscher 395cc737a1 Add missing static 13 years ago
Bart Visscher 445d34a2a9 Convert OC_Preference to object interface 13 years ago
Jenkins for ownCloud 6b1843d91b [tx-robot] updated from transifex 13 years ago
Bjoern Schiessle 1a60aa2b6a only remember password if the user changes the permissions, otherwise the user disabled the password protection 13 years ago
Jörn Friedrich Dreyer b40925ae17 initial scrollto implementation: 13 years ago
Thomas Müller c8f9efeb94 etag changes are now propagated up the file tree 13 years ago
Andreas Fischer a92d4c2c09 Perform expiration date checking before returning share data for token. 13 years ago
Thomas Müller 3c026b7cf6 recreate an etag within the scanner if the cache contains an empty etag 13 years ago
Thomas Tanghus eab84d3d96 Add OCP\DB::getErrorMessage() to public namespace. 13 years ago
Thomas Müller 0f4e214a90 adding null check on a mount's storage 13 years ago
Jenkins for ownCloud 556bd1ef23 [tx-robot] updated from transifex 13 years ago
Thomas Müller 049e57ac4a remove unused OC_L10N 13 years ago
Thomas Müller 8c9add4d32 adding TB and GB to OC_Helper::humanFileSize 13 years ago
Andreas Fischer 786017c247 Register EventSubscriber that resets Oracle's NLS_DATE_FORMAT etc. 13 years ago