Skip to content
Snippets Groups Projects
  1. Aug 31, 2014
  2. Jul 04, 2014
    • Robin Appelman's avatar
      Add machine readable error messages to OC\JSON · 4fe1cdd2
      Robin Appelman authored
      Reload the files app in case of authentication errors, expired tokens or disabled app
      
      Reloading will triger the full server side handeling of those errors
      
      formatting
      
      fix missing semicolon + some jshint warnings
      4fe1cdd2
  3. Apr 21, 2014
  4. Apr 13, 2014
  5. Feb 06, 2014
  6. Jan 21, 2014
  7. Dec 18, 2013
  8. Dec 12, 2013
    • Vincent Petry's avatar
      Fixed download file from URL error messages · 335b2f40
      Vincent Petry authored
      - L10N now converted to string to make them work with json_encode
      - Added specific error message when server doesn't allow fopen on URLs
      - Fixed client side to correctly show error message in a notification
      - Added OCP\JSON::encode() method to encode JSON with support for the
        OC_L10N_String values
      335b2f40
  9. Sep 30, 2013
  10. Apr 25, 2013
  11. Jan 16, 2013
  12. Jan 14, 2013
    • Lukas Reschke's avatar
      Enhanced auth is totally unmaintained and broken · eab6d7eb
      Lukas Reschke authored
      Let's remove it, it's also not secure anymore with the introduction of
      our API etc...
      (And doesn't work with ldap etc…)
      eab6d7eb
    • Lukas Reschke's avatar
      Check if user is admin - bool · 31b1a73e
      Lukas Reschke authored
      There was no "isAdminUser()" function which returned bool. This is
      irritiating as there were a loooooooot of places in the code which
      checked this itself with `OC_Group::inGroup($uid, 'admin)` - why not
      use a function for this?
      (Especially if you consider that we might change the group name in the
      future, which would lead to problems then)
      
      Additionally, @Raydiation needed such a method for his AppFramework :)
      31b1a73e
  13. Nov 04, 2012
  14. Nov 02, 2012
  15. Oct 22, 2012
  16. Oct 16, 2012
  17. Oct 15, 2012
  18. Sep 07, 2012
  19. Aug 30, 2012
  20. Aug 29, 2012
  21. Jul 23, 2012
  22. Jul 18, 2012
  23. Jul 02, 2012
  24. Jul 01, 2012
  25. Jun 22, 2012
  26. Jun 14, 2012
  27. Jun 13, 2012
  28. May 13, 2012
  29. May 10, 2012
  30. Apr 14, 2012
Loading