Skip to content
Snippets Groups Projects
  1. Dec 09, 2014
    • Lukas Reschke's avatar
      Expose backend type via REST API · 4c13918b
      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"}]
      ```
      4c13918b
  2. Dec 08, 2014
    • Morris Jobke's avatar
      migrate \OC\AllConfig to \OCP\IConfig · a9e411e0
      Morris Jobke authored
      a9e411e0
    • Morris Jobke's avatar
      Extract interaction with config.php into SystemConfig · 50c2a819
      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
      50c2a819
  3. Nov 19, 2014
  4. Oct 15, 2014
  5. Dec 20, 2013
  6. Nov 22, 2013
  7. Sep 24, 2013
  8. May 28, 2013
Loading