Commit Graph

4657 Commits (a79294771b9404b38218bf55cef481cc7e452d84)

Author SHA1 Message Date
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
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
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 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
Andreas Fischer 7f07d737f8 Create instance of Doctrine\Common\EventManager() in OC_DB. 13 years ago
Robin Appelman 58ed78aa9e cleanup public storage interface a bit 13 years ago
Thomas Müller 8543951cf9 adding icons for shared folders and external folders 13 years ago
Jenkins for ownCloud 68015b2761 [tx-robot] updated from transifex 13 years ago
kondou bf7f94422f Bring another enable_avatars to $_ and fix $thus->$this 13 years ago
Thomas Müller af2164bbcb no further comment - which dev did not test this BEFORE submitting the pull request? 13 years ago
Robin Appelman 2e5ce091f0 add storage backend interface to public namespace 13 years ago
Robin Appelman 9ad7891b4e improve phpdoc for the public files interface 13 years ago
Robin Appelman e271a55783 move filesystem expceptions to global namespace 13 years ago