Skip to content
Snippets Groups Projects
  1. Dec 23, 2016
  2. Dec 20, 2016
  3. Sep 29, 2016
  4. Sep 13, 2016
  5. May 20, 2016
    • Joas Schilling's avatar
      Move tests/ to PSR-4 (#24731) · 94ad54ec
      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
      94ad54ec
  6. May 19, 2016
  7. May 10, 2016
  8. Jan 20, 2016
  9. Dec 02, 2015
  10. Sep 22, 2015
  11. Dec 19, 2014
  12. 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
  13. 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
  14. Nov 19, 2014
  15. Oct 15, 2014
  16. Dec 20, 2013
  17. Nov 22, 2013
  18. Sep 24, 2013
  19. May 28, 2013
Loading