aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* use executeAudited in files cacheJörn Friedrich Dreyer2013-06-127-122/+99
* Merge pull request #3654 from owncloud/clean_up_exceptionsThomas Müller2013-06-124-62/+133
|\
| * remove duplicate logging from db.php, now happens in entrypointsJörn Friedrich Dreyer2013-06-101-4/+0
| * clean up usage of DatabaseSetupException and catch Exceptions in entrypointsJörn Friedrich Dreyer2013-06-102-15/+13
| * introduce and use executeAudited in db.phpJörn Friedrich Dreyer2013-06-102-47/+124
* | Merge pull request #3652 from owncloud/fix_fetchrow_usage_for_mdb2Jörn Friedrich Dreyer2013-06-111-1/+7
|\ \
| * | fix fetchRow checks to also work with MDB2Jörn Friedrich Dreyer2013-06-101-1/+7
* | | Merge pull request #3650 from owncloud/use_to_char_for_oracle_clob_comparisonsJörn Friedrich Dreyer2013-06-112-5/+20
|\ \ \
| * | | use to_char to allow comparing string to CLOB cloumns in oracleJörn Friedrich Dreyer2013-06-102-5/+20
* | | | createUser() needs to return something; the user object or falseBjörn Schießle2013-06-111-1/+1
| |/ / |/| |
* | | Merge pull request #3647 from owncloud/missing_backticksMorris Jobke2013-06-103-11/+11
|\ \ \ | |_|/ |/| |
| * | add missing backticks all over the placeJörn Friedrich Dreyer2013-06-103-11/+11
| |/
* | Merge pull request #3648 from owncloud/sql_limit_as_paramJörn Friedrich Dreyer2013-06-101-1/+1
|\ \
| * | convert LIMIT to parameterJörn Friedrich Dreyer2013-06-101-1/+1
| |/
* | Merge pull request #3610 from owncloud/encryption_recovery_for_ldapBjörn Schießle2013-06-101-3/+3
|\ \ | |/ |/|
| * always emit the preSetPassword hook, this should only indicate the intention....Björn Schießle2013-06-061-3/+3
* | [tx-robot] updated from transifexJenkins for ownCloud2013-06-082-0/+3
* | Merge pull request #2919 from owncloud/hook-improvementsMichael Gapczynski2013-06-071-6/+8
|\ \
| * \ Merge branch 'master' into hook-improvementsMichael Gapczynski2013-06-04130-1836/+3597
| |\ \
| * | | Don't unlink old renamed file if stream copy failedMichael Gapczynski2013-04-131-1/+3
| * | | Check if operation worked before sending post hooks, fixes #2484Michael Gapczynski2013-04-131-4/+4
* | | | [tx-robot] updated from transifexJenkins for ownCloud2013-06-072-0/+6
| |_|/ |/| |
* | | [tx-robot] updated from transifexJenkins for ownCloud2013-06-062-0/+2
* | | [tx-robot] updated from transifexJenkins for ownCloud2013-06-053-0/+24
| |/ |/|
* | Cache: mount user mountpoints to make sure that // exists before accessing it...Arthur Schiwon2013-06-031-0/+1
* | Merge pull request #3444 from owncloud/share-fixJörn Friedrich Dreyer2013-06-031-1/+1
|\ \
| * | Fix undefined index for share mount point retrievalMichael Gapczynski2013-05-211-1/+1
* | | Merge pull request #3561 from owncloud/usericewind19912013-06-036-411/+899
|\ \ \
| * | | also clear cached users when removing a single backendRobin Appelman2013-06-031-0/+1
| * | | use caching for userExistsRobin Appelman2013-06-031-6/+3
| * | | cast result to boolRobin Appelman2013-06-031-1/+2
| * | | move phpdoc commentsRobin Appelman2013-06-033-2/+52
| * | | User: return backend resultRobin Appelman2013-06-031-2/+1
| * | | User: consisten variable namingRobin Appelman2013-06-031-9/+9
| * | | User: remove determineDisplayNameRobin Appelman2013-06-031-19/+9
| * | | adding PHPDoc comment to getManager()Thomas Mueller2013-06-011-1/+10
| * | | fix namespacing errorRobin Appelman2013-06-011-3/+3
| * | | fix undefined variablesRobin Appelman2013-06-011-2/+2
| * | | use single quotesRobin Appelman2013-06-011-10/+10
| * | | user should set into session before postLogin hook otherwise it will break no...Florin Peter2013-05-311-1/+1
| * | | Fix postLogin hookRobin Appelman2013-05-312-2/+2
| * | | fix typoRobin Appelman2013-05-311-1/+1
| * | | fix caching of user objectsRobin Appelman2013-05-311-5/+22
| * | | cache instances of \OC\User\UserRobin Appelman2013-05-311-5/+11
| * | | Merge branch 'master' into userRobin Appelman2013-05-319-71/+119
| |\ \ \
| * | | | Emit leacgy OC_User hooksRobin Appelman2013-05-292-8/+35
| * | | | fix setting getting active useridRobin Appelman2013-05-291-5/+4
| * | | | fix User->setHome when the backend action failsRobin Appelman2013-05-291-2/+2
| * | | | implement old user api on top of the new oneRobin Appelman2013-05-291-312/+173
| * | | | New user management classesRobin Appelman2013-05-295-81/+612