Commit Graph

4739 Commits (adff34cb8a7c2e2a6046e4fe28da3a77cd6492ca)

Author SHA1 Message Date
Thomas Müller adff34cb8a fixing error in initialization of TagManager 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
Arthur Schiwon 1c976a7c9b manager checkPassword now returns User object, adjust internal user class accordingly. 13 years ago
Thomas Müller 30286c06ab stripos return value check 13 years ago
Thomas Müller b168d5aa3b class API decommissioning part 1 13 years ago
Thomas Müller b2ef978d10 AppFramework: 13 years ago
Jenkins for ownCloud 2d12e52769 [tx-robot] updated from transifex 13 years ago
Thomas Tanghus aaed871cee Add factory class for the server container. 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
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 Tanghus 8c469394e6 Remove duplicate method definitions 13 years ago
Thomas Tanghus f2de5a34ef Don't try to be clever 13 years ago
Thomas Tanghus 4d3e7fa78a Add getUserFolder/getAppFolder to Server. 13 years ago
Thomas Tanghus 60bff6c589 Use fetchOne() instead of numRows() when doing a COUNT(*). 13 years ago
Thomas Tanghus be402fab53 Forgot to return false if add() didn't add anything. 13 years ago
Thomas Tanghus 8a02afd87a Added more error checking in add() 13 years ago
Thomas Tanghus 1bbeb12e2e Updated method names and added a few more tests. 13 years ago
Thomas Müller b63acdb125 fixing namespaces and rename hasCategory to hasTag 13 years ago
Thomas Tanghus 45f73feb69 OC_VCategories=>OC\Tags. Public interface + getter in server container 13 years ago
Thomas Tanghus 5ca181eb23 More trimming 13 years ago
Thomas Tanghus 910a0338bb Use fetchOne() instead of numRows() when doing a COUNT(*). 13 years ago
Thomas Tanghus 93258e1170 Forgot to return false if add() didn't add anything. 13 years ago
Thomas Tanghus 0b4de847a9 Added more error checking in add() 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
Bart Visscher 0c6dcdba6b Add missing implements and fix parameters in IConfig 13 years ago
Thomas Müller d3d52dd23f PHPDoc & get UserManager from container for RooFolder 13 years ago
Thomas Müller f83f323269 fixing typos + adding missing filed $activeEntry 13 years ago
Thomas Müller e31f6c01e8 fixing PHPDoc 13 years ago
Thomas Müller 9116303cfc fixing typos 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
Bart Visscher e92abfd4d8 Add Config container class to server container 13 years ago
Bart Visscher e3013c5801 Add Navigation class to server container 13 years ago
Jenkins for ownCloud 5b95e7aa0f [tx-robot] updated from transifex 13 years ago
Bart Visscher aa8a85f77d Add DBConnection to server container 13 years ago
Bart Visscher ac73ce1b2a Add UserSession to server container 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