Commit Graph

3836 Commits (dd8011925acbd701de10e604b377c3d7f01aeff8)

Author SHA1 Message Date
Björn Schießle 118f2b3283 createUser() needs to return something; the user object or false 13 years ago
Jörn Friedrich Dreyer 875c18b115 fix fetchRow checks to also work with MDB2 13 years ago
Jörn Friedrich Dreyer 86c5243be5 remove duplicate logging from db.php, now happens in entrypoints 13 years ago
Jörn Friedrich Dreyer 8dc6bdd96b clean up usage of DatabaseSetupException and catch Exceptions in entrypoints 13 years ago
Jörn Friedrich Dreyer c0bdbd9d81 introduce and use executeAudited in db.php 13 years ago
Jörn Friedrich Dreyer 5ec13742b3 use to_char to allow comparing string to CLOB cloumns in oracle 13 years ago
Jörn Friedrich Dreyer 307f1626e8 convert LIMIT to parameter 13 years ago
Jörn Friedrich Dreyer 124f34422c add missing backticks all over the place 13 years ago
infoneo b39113ae3e Update mapper.php 13 years ago
Jenkins for ownCloud 3c79d89492 [tx-robot] updated from transifex 13 years ago
Jenkins for ownCloud 67c085417c [tx-robot] updated from transifex 13 years ago
Björn Schießle fdaab7372e always emit the preSetPassword hook, this should only indicate the intention. Finally the post-hooks indicate if it was successful or not 13 years ago
Jenkins for ownCloud 81b6cab94f [tx-robot] updated from transifex 13 years ago
Jenkins for ownCloud 666a5c1cc7 [tx-robot] updated from transifex 13 years ago
Arthur Schiwon c8a2beccb0 Cache: mount user mountpoints to make sure that // exists before accessing it. Fixes #2553 and #2374 13 years ago
Robin Appelman 0ce2b2708c also clear cached users when removing a single backend 13 years ago
Robin Appelman 2a82964830 use caching for userExists 13 years ago
Robin Appelman 83fbdc903f cast result to bool 13 years ago
Robin Appelman eb2a1e0f8a move phpdoc comments 13 years ago
Robin Appelman 1a4021a0fe User: return backend result 13 years ago
Robin Appelman fbe3213fec User: consisten variable naming 13 years ago
Robin Appelman 00b4bfcbf5 User: remove determineDisplayName 13 years ago
Robin Appelman 38bd234686 make sure the filesystem is setup before doing mount operations 13 years ago
Thomas Tanghus 901b1150ff Replacement for jquery.dialog to fit better with ownCloud design. 13 years ago
Robin Appelman b5e817d638 fix clearing mounts when filesystem isn't initialized yet 13 years ago
Thomas Mueller 3e00a3603c adding PHPDoc comment to getManager() 13 years ago
Robin Appelman 2c69403fd6 fix namespacing error 13 years ago
Robin Appelman 82fd15706e fix undefined variables 13 years ago
Robin Appelman e430f442b5 use single quotes 13 years ago
Thomas Mueller dd4a07321a fix method naming 13 years ago
Florin Peter b840de4e01 user should set into session before postLogin hook otherwise it will break not only the files_encryption app 13 years ago
Robin Appelman cdb2f559a8 Fix postLogin hook 13 years ago
Robin Appelman 473f3c6916 fix typo 13 years ago
Robin Appelman f00844a003 fix caching of user objects 13 years ago
Robin Appelman b8b0b7606a initialize the session earlier 13 years ago
Robin Appelman a8fb803319 cache instances of \OC\User\User 13 years ago
Jenkins for ownCloud 8e1d9261aa [tx-robot] updated from transifex 13 years ago
Michael Gapczynski dbbf195727 Only retrieve the current user's permissions 13 years ago
Florin Peter 1337f48d64 fixes for pgsql 13 years ago
Morris Jobke 5c04b3a63a fix wrong signature delimiter - fix #3523 13 years ago
Florin Peter f1b884aa5d changed deprecated class 13 years ago
Florin Peter 353d19d183 fixes if cache returns false 13 years ago
Florin Peter c8d1cd224d fix $parent/$source typo 13 years ago
Michael Gapczynski 59655e9afd Style fixes 13 years ago
Michael Gapczynski ea55367678 Organize conditionals in a better order 13 years ago
Michael Gapczynski 04805d0be9 Only update metadata that has changed 13 years ago
Robin Appelman 24a401a548 Cache mimetype icons 13 years ago
Björn Schießle ae0f37e9e2 fix indention 13 years ago
Robin Appelman 44d217c425 Cache: provide a function to get the permissions of all files in a folder with one query 13 years ago
Björn Schießle 8587f565d2 remove unnecessary variable 13 years ago