Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use executeAudited in files cache | Jörn Friedrich Dreyer | 2013-06-12 | 7 | -122/+99 |
* | Merge pull request #3654 from owncloud/clean_up_exceptions | Thomas Müller | 2013-06-12 | 4 | -62/+133 |
|\ | |||||
| * | remove duplicate logging from db.php, now happens in entrypoints | Jörn Friedrich Dreyer | 2013-06-10 | 1 | -4/+0 |
| * | clean up usage of DatabaseSetupException and catch Exceptions in entrypoints | Jörn Friedrich Dreyer | 2013-06-10 | 2 | -15/+13 |
| * | introduce and use executeAudited in db.php | Jörn Friedrich Dreyer | 2013-06-10 | 2 | -47/+124 |
* | | Merge pull request #3652 from owncloud/fix_fetchrow_usage_for_mdb2 | Jörn Friedrich Dreyer | 2013-06-11 | 1 | -1/+7 |
|\ \ | |||||
| * | | fix fetchRow checks to also work with MDB2 | Jörn Friedrich Dreyer | 2013-06-10 | 1 | -1/+7 |
* | | | Merge pull request #3650 from owncloud/use_to_char_for_oracle_clob_comparisons | Jörn Friedrich Dreyer | 2013-06-11 | 2 | -5/+20 |
|\ \ \ | |||||
| * | | | use to_char to allow comparing string to CLOB cloumns in oracle | Jörn Friedrich Dreyer | 2013-06-10 | 2 | -5/+20 |
* | | | | createUser() needs to return something; the user object or false | Björn Schießle | 2013-06-11 | 1 | -1/+1 |
| |/ / |/| | | |||||
* | | | Merge pull request #3647 from owncloud/missing_backticks | Morris Jobke | 2013-06-10 | 3 | -11/+11 |
|\ \ \ | |_|/ |/| | | |||||
| * | | add missing backticks all over the place | Jörn Friedrich Dreyer | 2013-06-10 | 3 | -11/+11 |
| |/ | |||||
* | | Merge pull request #3648 from owncloud/sql_limit_as_param | Jörn Friedrich Dreyer | 2013-06-10 | 1 | -1/+1 |
|\ \ | |||||
| * | | convert LIMIT to parameter | Jörn Friedrich Dreyer | 2013-06-10 | 1 | -1/+1 |
| |/ | |||||
* | | Merge pull request #3610 from owncloud/encryption_recovery_for_ldap | Björn Schießle | 2013-06-10 | 1 | -3/+3 |
|\ \ | |/ |/| | |||||
| * | always emit the preSetPassword hook, this should only indicate the intention.... | Björn Schießle | 2013-06-06 | 1 | -3/+3 |
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-06-08 | 2 | -0/+3 |
* | | Merge pull request #2919 from owncloud/hook-improvements | Michael Gapczynski | 2013-06-07 | 1 | -6/+8 |
|\ \ | |||||
| * \ | Merge branch 'master' into hook-improvements | Michael Gapczynski | 2013-06-04 | 130 | -1836/+3597 |
| |\ \ | |||||
| * | | | Don't unlink old renamed file if stream copy failed | Michael Gapczynski | 2013-04-13 | 1 | -1/+3 |
| * | | | Check if operation worked before sending post hooks, fixes #2484 | Michael Gapczynski | 2013-04-13 | 1 | -4/+4 |
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-06-07 | 2 | -0/+6 |
| |_|/ |/| | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-06-06 | 2 | -0/+2 |
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-06-05 | 3 | -0/+24 |
| |/ |/| | |||||
* | | Cache: mount user mountpoints to make sure that // exists before accessing it... | Arthur Schiwon | 2013-06-03 | 1 | -0/+1 |
* | | Merge pull request #3444 from owncloud/share-fix | Jörn Friedrich Dreyer | 2013-06-03 | 1 | -1/+1 |
|\ \ | |||||
| * | | Fix undefined index for share mount point retrieval | Michael Gapczynski | 2013-05-21 | 1 | -1/+1 |
* | | | Merge pull request #3561 from owncloud/user | icewind1991 | 2013-06-03 | 6 | -411/+899 |
|\ \ \ | |||||
| * | | | also clear cached users when removing a single backend | Robin Appelman | 2013-06-03 | 1 | -0/+1 |
| * | | | use caching for userExists | Robin Appelman | 2013-06-03 | 1 | -6/+3 |
| * | | | cast result to bool | Robin Appelman | 2013-06-03 | 1 | -1/+2 |
| * | | | move phpdoc comments | Robin Appelman | 2013-06-03 | 3 | -2/+52 |
| * | | | User: return backend result | Robin Appelman | 2013-06-03 | 1 | -2/+1 |
| * | | | User: consisten variable naming | Robin Appelman | 2013-06-03 | 1 | -9/+9 |
| * | | | User: remove determineDisplayName | Robin Appelman | 2013-06-03 | 1 | -19/+9 |
| * | | | adding PHPDoc comment to getManager() | Thomas Mueller | 2013-06-01 | 1 | -1/+10 |
| * | | | fix namespacing error | Robin Appelman | 2013-06-01 | 1 | -3/+3 |
| * | | | fix undefined variables | Robin Appelman | 2013-06-01 | 1 | -2/+2 |
| * | | | use single quotes | Robin Appelman | 2013-06-01 | 1 | -10/+10 |
| * | | | user should set into session before postLogin hook otherwise it will break no... | Florin Peter | 2013-05-31 | 1 | -1/+1 |
| * | | | Fix postLogin hook | Robin Appelman | 2013-05-31 | 2 | -2/+2 |
| * | | | fix typo | Robin Appelman | 2013-05-31 | 1 | -1/+1 |
| * | | | fix caching of user objects | Robin Appelman | 2013-05-31 | 1 | -5/+22 |
| * | | | cache instances of \OC\User\User | Robin Appelman | 2013-05-31 | 1 | -5/+11 |
| * | | | Merge branch 'master' into user | Robin Appelman | 2013-05-31 | 9 | -71/+119 |
| |\ \ \ | |||||
| * | | | | Emit leacgy OC_User hooks | Robin Appelman | 2013-05-29 | 2 | -8/+35 |
| * | | | | fix setting getting active userid | Robin Appelman | 2013-05-29 | 1 | -5/+4 |
| * | | | | fix User->setHome when the backend action fails | Robin Appelman | 2013-05-29 | 1 | -2/+2 |
| * | | | | implement old user api on top of the new one | Robin Appelman | 2013-05-29 | 1 | -312/+173 |
| * | | | | New user management classes | Robin Appelman | 2013-05-29 | 5 | -81/+612 |