Skip to content
Snippets Groups Projects
  1. Nov 19, 2014
  2. Nov 18, 2014
  3. Nov 17, 2014
  4. Nov 15, 2014
  5. Nov 14, 2014
  6. Nov 12, 2014
  7. Nov 11, 2014
    • Adam Williamson's avatar
      storage test: use new file for testTouchCreateFile() · e0ae8705
      Adam Williamson authored
      this test would never succeed, because the previous test -
      testFOpen() - creates the file 'foo', but testTouchCreateFile()
      starts out by asserting it doesn't exist. Change the test to
      use a file called 'touch' instead (which does not previously
      exist).
      e0ae8705
  8. Nov 10, 2014
  9. Nov 07, 2014
  10. Nov 06, 2014
  11. Nov 05, 2014
  12. Nov 04, 2014
  13. Nov 03, 2014
  14. Oct 30, 2014
  15. Oct 29, 2014
  16. Oct 28, 2014
    • Adam Williamson's avatar
      use Composer autoloader not OC for non-Composer 3rdparty (#9643) · 0e3f2055
      Adam Williamson authored
      Composer's autoloader is rather better than the OwnCloud autoloader's
      handling of non-OC classes. Plus we can rely on upstream Composer to
      maintain it and not worry about it ourselves.
      
      With this change, we drop the bits of OwnCloud's autoloader that
      handled non-OC classes, and register the classes that were being
      handled by that code with Composer's autoloader instead. As these
      dependencies are converted to actually being managed by Composer,
      the explicit registrations can be dropped as they won't be needed
      any more.
      
      Since OwnCloud's autoloader isn't going to handle non-OC classes any
      more, we no longer need to test to make sure it does it right.
      
      drop unneeded registerPrefix() and registerClass() from autoloader
      
      Now we're not handling anything but OC's own classes, these are
      unnecessary.
      
      error out if composer autoloader is not found (thanks bantu)
      
      We're never going to be able to work without the autoloader, if it's not
      there we should just throw our hands up and surrender.
      0e3f2055
  17. Oct 27, 2014
  18. Oct 24, 2014
Loading