Skip to content
Snippets Groups Projects
  1. 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
  2. Sep 29, 2012
  3. Sep 07, 2012
  4. Aug 29, 2012
  5. Aug 26, 2012
  6. Aug 24, 2012
  7. Jul 21, 2012
  8. Jul 19, 2012
  9. Jul 15, 2012
  10. Jul 09, 2012
Loading