- Dec 23, 2016
-
-
Vincent Petry authored
After the deletion getHome() will fail because the user doesn't exist any more, so we need to fetch that value earlier. Signed-off-by:
Lukas Reschke <lukas@statuscode.ch>
-
- Dec 20, 2016
-
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Sep 29, 2016
-
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
- Sep 13, 2016
-
-
Roeland Jago Douma authored
-
- May 20, 2016
-
-
Joas Schilling authored
* Move a-b to PSR-4 * Move c-d to PSR-4 * Move e+g to PSR-4 * Move h-l to PSR-4 * Move m-r to PSR-4 * Move s-u to PSR-4 * Move files/ to PSR-4 * Move remaining tests to PSR-4 * Remove Test\ from old autoloader
-
- May 19, 2016
-
-
Joas Schilling authored
-
- May 10, 2016
-
-
Roeland Jago Douma authored
Since some apps (ldap et al) still depend on OC_User_Backend this seemed like the cleanest approach.
-
Roeland Jago Douma authored
-
- Jan 20, 2016
-
-
Thomas Müller authored
-
- Dec 02, 2015
-
-
Thomas Müller authored
-
Thomas Müller authored
-
Thomas Müller authored
-
- Sep 22, 2015
-
-
Lukas Reschke authored
-
- Dec 19, 2014
-
-
Morris Jobke authored
* LDAP with multiple servers also proved backendName
-
- Dec 09, 2014
-
-
Lukas Reschke authored
This change will expose the user backend via the REST API which is a pre-requisite for https://github.com/owncloud/core/issues/12620. For example: ````json [{"name":"9707A09E-CA9A-4ABE-A66A-3F632F16C409","displayname":"Document Conversion User Account","groups":[],"subadmin":[],"quota":"default","storageLocation":"\/Users\/lreschke\/Programming\/core\/data\/9707A09E-CA9A-4ABE-A66A-3F632F16C409","lastLogin":0,"backend":"OCA\\user_ldap\\USER_LDAP"},{"name":"ED86733E-745C-4E4D-90CB-278A9737DB3C","displayname":"Hacker","groups":[],"subadmin":[],"quota":"default","storageLocation":"\/Users\/lreschke\/Programming\/core\/data\/ED86733E-745C-4E4D-90CB-278A9737DB3C","lastLogin":0,"backend":"OCA\\user_ldap\\USER_LDAP"},{"name":"71CDF45B-E125-450D-983C-D9192F36EC88","displayname":"admin","groups":[],"subadmin":[],"quota":"default","storageLocation":"\/Users\/lreschke\/Programming\/core\/data\/71CDF45B-E125-450D-983C-D9192F36EC88","lastLogin":0,"backend":"OCA\\user_ldap\\USER_LDAP"},{"name":"admin","displayname":"admin","groups":["admin"],"subadmin":[],"quota":"default","storageLocation":"\/Users\/lreschke\/Programming\/core\/data\/admin","lastLogin":"1418057287","backend":"OC_User_Database"},{"name":"test","displayname":"test","groups":[],"subadmin":[],"quota":"default","storageLocation":"\/Users\/lreschke\/Programming\/core\/data\/test","lastLogin":0,"backend":"OC_User_Database"}] ```
-
- Dec 08, 2014
-
-
Morris Jobke authored
-
Morris Jobke authored
* introduce SystemConfig to avoid DI circle (used by database connection which is itself needed by AllConfig that itself contains the methods to access the config.php which then would need the database connection - did you get it? ;)) * use DI container and use that method in legacy code paths (for easier refactoring later) * create and use getSystemConfig instead of query() in DI container
-
- Nov 19, 2014
-
-
Joas Schilling authored
-
- Oct 15, 2014
-
-
Björn Schießle authored
-
- Dec 20, 2013
-
-
Robin Appelman authored
-
- Nov 22, 2013
-
-
Arthur Schiwon authored
-
- Sep 24, 2013
-
-
Arthur Schiwon authored
-
- May 28, 2013
-
-
Robin Appelman authored
-
Robin Appelman authored
-
Robin Appelman authored
-