Skip to content
Snippets Groups Projects
  1. May 02, 2013
  2. Apr 30, 2013
  3. Apr 27, 2013
  4. Apr 25, 2013
  5. Feb 14, 2013
  6. Feb 10, 2013
  7. Feb 09, 2013
  8. Jan 25, 2013
  9. Jan 24, 2013
  10. Jan 23, 2013
  11. Jan 17, 2013
  12. Jan 16, 2013
  13. Jan 14, 2013
    • 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
  14. Dec 15, 2012
  15. Dec 12, 2012
  16. Dec 11, 2012
  17. Oct 28, 2012
  18. Sep 17, 2012
  19. Sep 14, 2012
  20. Sep 13, 2012
  21. Sep 04, 2012
  22. Aug 30, 2012
  23. Aug 03, 2012
  24. Aug 02, 2012
Loading