Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | | | | | Merge pull request #3578 from owncloud/ocdialog | Thomas Tanghus | 2013-06-03 | 1 | -0/+2 |
|\ \ \ \ \ | |||||
| * | | | | | Replacement for jquery.dialog to fit better with ownCloud design. | Thomas Tanghus | 2013-06-02 | 1 | -0/+2 |
* | | | | | | Merge pull request #3560 from owncloud/init-order-session | Jörn Friedrich Dreyer | 2013-06-03 | 1 | -3/+3 |
|\ \ \ \ \ \ | |||||
| * | | | | | | initialize the session earlier | Robin Appelman | 2013-05-31 | 1 | -3/+3 |
| | |_|/ / / | |/| | | | | |||||
* | | | | | | make sure the filesystem is setup before doing mount operations | Robin Appelman | 2013-06-02 | 1 | -3/+24 |
* | | | | | | fix clearing mounts when filesystem isn't initialized yet | Robin Appelman | 2013-06-02 | 1 | -1/+3 |
* | | | | | | merge master into backgroundjob | Robin Appelman | 2013-06-02 | 109 | -1043/+2160 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| * | | | | | Merge pull request #3454 from owncloud/fix_hasInternetConnection | Thomas Müller | 2013-05-31 | 1 | -5/+11 |
| |\ \ \ \ \ | |||||
| | * | | | | | fix method naming | Thomas Mueller | 2013-05-31 | 1 | -3/+3 |