Commit Graph

4969 Commits (d70a6c3f984be62ebbd2e8b5385de3d11a9aef06)

Author SHA1 Message Date
Thomas Müller 30286c06ab stripos return value check 12 years ago
Thomas Müller b168d5aa3b class API decommissioning part 1 12 years ago
Thomas Müller b2ef978d10 AppFramework: 12 years ago
Bjoern Schiessle ca47fc5f18 fix PHPDoc 12 years ago
Jenkins for ownCloud 2d12e52769 [tx-robot] updated from transifex 12 years ago
Bjoern Schiessle 0637dad0b3 some small fixes 12 years ago
Bjoern Schiessle c486fc7608 introduce OC_Util::rememberLoginAllowed() 12 years ago
Thomas Tanghus aaed871cee Add factory class for the server container. 12 years ago
Arthur Schiwon 14a160e176 Adjust Tests and satisfy them 12 years ago
Thomas Müller 84a0e6930b creating non static getETagPropertyForPath() 12 years ago
Thomas Müller 4e7f82ef04 unify duplicate code 12 years ago
Thomas Müller cf9dbc6e34 adding error handling on file_put_contents within the web dav implementation 12 years ago
Arthur Schiwon 63324e2347 Fix doc 12 years ago
Arthur Schiwon 0a7ee7c3f7 Fix return value from User object to User ID 12 years ago
Thomas Müller e9eb34f187 duplicate code :sigh: - will fix this in a second pr 12 years ago
Thomas Müller 6c5466a540 adding file_exists check just to be on the save side 12 years ago
Arthur Schiwon fe88a62d6e === not == 12 years ago
Arthur Schiwon d101ff42f1 User: move checkPassword from User to Manager to not break API 12 years ago
Thomas Müller ee1f627155 adding privilege check on move and rename operations 12 years ago
Bjoern Schiessle b693b5085c don't remember login if the encrypion app is enabled because the user 12 years ago
Georg Ehrke 31d2048eb8 add blacklist to txt preview backend 12 years ago
Thomas Müller cd2421c7ee adding PHPDoc comments to getBackend 12 years ago
Andreas Fischer 2129974584 Do not recheck $cacheData. Move if($reuseExisting) under if($cacheData). 12 years ago
Robin Appelman 235517f111 clear permissions cache when scanning a file 12 years ago
Thomas Tanghus 8c469394e6 Remove duplicate method definitions 12 years ago
Thomas Tanghus f2de5a34ef Don't try to be clever 12 years ago
Thomas Tanghus 4d3e7fa78a Add getUserFolder/getAppFolder to Server. 12 years ago
Thomas Tanghus 60bff6c589 Use fetchOne() instead of numRows() when doing a COUNT(*). 12 years ago
Thomas Tanghus be402fab53 Forgot to return false if add() didn't add anything. 12 years ago
Thomas Tanghus 8a02afd87a Added more error checking in add() 12 years ago
Thomas Tanghus 1bbeb12e2e Updated method names and added a few more tests. 12 years ago
Thomas Müller b63acdb125 fixing namespaces and rename hasCategory to hasTag 12 years ago
Thomas Tanghus 45f73feb69 OC_VCategories=>OC\Tags. Public interface + getter in server container 12 years ago
Thomas Tanghus 5ca181eb23 More trimming 12 years ago
Thomas Müller e55f25b64d handle error situation of rename proper 12 years ago
Thomas Müller 61f4c2fbc4 adding copyright and PHPDocs 12 years ago
Thomas Tanghus 910a0338bb Use fetchOne() instead of numRows() when doing a COUNT(*). 12 years ago
Thomas Tanghus 93258e1170 Forgot to return false if add() didn't add anything. 12 years ago
Thomas Tanghus 0b4de847a9 Added more error checking in add() 12 years ago
Jenkins for ownCloud 28918d61d2 [tx-robot] updated from transifex 12 years ago
Robin Appelman a1d4eb1f95 files: when filtering search results, ensure results are children of the fakeroot not just path starting the same 12 years ago
Andreas Fischer 2a17025d53 Move bool to int conversion to buildParts(), so it also happens for update(). 12 years ago
Andreas Fischer 011bca7b7f Only update the etag. Do not re-submit any other unchanged data. 12 years ago
Andreas Fischer a2f82da572 Use update() instead of put(). 12 years ago
Thomas Müller 5e1b1f652c Contains ownCloud's own implementation of the Sabre_DAV_Server regarding the handling of depth infinity 12 years ago
Bart Visscher 0c6dcdba6b Add missing implements and fix parameters in IConfig 12 years ago
Thomas Müller d3d52dd23f PHPDoc & get UserManager from container for RooFolder 12 years ago
Thomas Müller f83f323269 fixing typos + adding missing filed $activeEntry 12 years ago
Thomas Müller e31f6c01e8 fixing PHPDoc 12 years ago
Thomas Müller 9116303cfc fixing typos 12 years ago