Skip to content
Snippets Groups Projects
  1. Jan 29, 2013
  2. Jan 16, 2013
  3. 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
      Add a closing ) · 0810d80f
      Lukas Reschke authored
      Thanks Jenkins!
      0810d80f
    • Lukas Reschke's avatar
      CP fail · fef73d96
      Lukas Reschke authored
      fef73d96
    • 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
  4. Jan 11, 2013
    • Lukas Reschke's avatar
      Move to apps repo · 1631ee4d
      Lukas Reschke authored
      This belongs to the apps repo.
      1631ee4d
    • Lukas Reschke's avatar
      Remove setContentTypeHeader() · 9b9f5b1a
      Lukas Reschke authored
      `OC_JSON::success` and `OC_JSON::error` are calling
      `OC_JSON::encodedPrint`, which already sets these headers. So this two
      calls are uneeded duplicates.
      9b9f5b1a
    • Lukas Reschke's avatar
      Add security section to admin menu · 466cdab6
      Lukas Reschke authored
      Currently it only allows the admin to enable or disable the HTTPS
      enforcement, but in the future it could be expanded to further options.
      
      The HTTPS enforcement only allows the admin to enforce it, if he is
      connected via HTTPS. (To prevent admins to enable it without a proper
      SSL setup)
      466cdab6
  5. Dec 14, 2012
  6. Nov 28, 2012
  7. Nov 27, 2012
  8. Nov 14, 2012
  9. Nov 10, 2012
  10. Nov 08, 2012
  11. Nov 04, 2012
  12. Nov 02, 2012
  13. Oct 29, 2012
  14. Oct 16, 2012
  15. Oct 15, 2012
  16. Oct 10, 2012
  17. Oct 02, 2012
  18. Sep 18, 2012
  19. Sep 17, 2012
  20. Sep 12, 2012
  21. Sep 07, 2012
  22. Sep 05, 2012
Loading