Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix typo in variable name | Björn Schießle | 2013-01-29 | 1 | -1/+1 |
| | |||||
* | prepare user table to show and edit display names | Björn Schießle | 2013-01-28 | 1 | -3/+3 |
| | |||||
* | typo fixed | Björn Schießle | 2013-01-25 | 1 | -1/+1 |
| | |||||
* | compare the correct uids | Björn Schießle | 2013-01-25 | 1 | -0/+1 |
| | |||||
* | get all display names from users in a given group | Björn Schießle | 2013-01-25 | 1 | -1/+1 |
| | |||||
* | get all display names | Björn Schießle | 2013-01-25 | 1 | -5/+10 |
| | |||||
* | Spaces to tabs | Bart Visscher | 2013-01-16 | 1 | -5/+5 |
| | |||||
* | Fix regression caused by 31b1a73e1f508a33843835b632ee05c7bfc2aaaf | Daniel Molkentin | 2013-01-15 | 1 | -1/+3 |
| | |||||
* | Check if user is admin - bool | Lukas Reschke | 2013-01-14 | 1 | -2/+1 |
| | | | | | | | | | | | 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 :) | ||||
* | Change old variable name $default_quota to $defaultQuota | Michael Gapczynski | 2012-12-28 | 1 | -1/+1 |
| | |||||
* | moving logic from template to the 'controller' | Thomas Müller | 2012-12-21 | 1 | -11/+20 |
| | | | | THX @VicDeo | ||||
* | remove unused code | Thomas Müller | 2012-12-20 | 1 | -5/+0 |
| | |||||
* | enable translations for quota sizes 'none' and 'default' | Thomas Müller | 2012-12-20 | 1 | -3/+9 |
| | |||||
* | change storage space 'none' to 'Unlimited' and capitalize Default | Jan-Christoph Borchardt | 2012-12-14 | 1 | -3/+3 |
| | |||||
* | Style: Remove all the dangling white spaces | Felix Moeller | 2012-11-04 | 1 | -1/+1 |
| | |||||
* | Checkstyle: Fix the last 25 NoSpaceAfterComma | Felix Moeller | 2012-11-04 | 1 | -1/+1 |
| | |||||
* | Convert menu entries of settings pages to use router | Bart Visscher | 2012-09-28 | 1 | -2/+2 |
| | |||||
* | adding space between) and { | Thomas Mueller | 2012-09-07 | 1 | -3/+3 |
| | |||||
* | Update settings/users.php | Thomas Müller | 2012-09-04 | 1 | -6/+10 |
| | | | respect coding style | ||||
* | Remove sharing notice in users settings - The default is now share with ↵ | Michael Gapczynski | 2012-08-27 | 1 | -10/+1 |
| | | | | anyone, groups only sharing is now a setting in the admin page | ||||
* | Move jquery.inview from contacts app to core | Michael Gapczynski | 2012-08-26 | 1 | -2/+1 |
| | |||||
* | Use limit and offset for subadmin users | Michael Gapczynski | 2012-08-11 | 1 | -1/+1 |
| | |||||
* | Start with 30 users, this fills my screen | Michael Gapczynski | 2012-08-11 | 1 | -1/+1 |
| | |||||
* | Add infinite scrolling to Settings -> Users, still a little buggy | Michael Gapczynski | 2012-08-11 | 1 | -0/+2 |
| | |||||
* | improve default qouta for subadmins | Georg Ehrke | 2012-07-20 | 1 | -1/+1 |
| | |||||
* | subadmins can now add users | Georg Ehrke | 2012-07-15 | 1 | -5/+7 |
| | |||||
* | fix merge conflicts | Georg Ehrke | 2012-07-11 | 1 | -1/+1 |
|\ | |||||
| * | remove superfluous ?> at the end of .php files (left out apps/*/templates) | Jörn Friedrich Dreyer | 2012-07-09 | 1 | -3/+0 |
| | | |||||
* | | some work on subadmins | Georg Ehrke | 2012-07-09 | 1 | -8/+17 |
|/ | |||||
* | Added text ACS warning to admin's user settings page, and corresponding CSS ↵ | Sam Tuke | 2012-06-25 | 1 | -0/+9 |
| | | | | styles | ||||
* | add configure option for default quota | Robin Appelman | 2012-02-24 | 1 | -0/+3 |
| | |||||
* | new config widget for user quota | Robin Appelman | 2012-02-24 | 1 | -1/+7 |
| | |||||
* | save quota in human readable format (42 MB), should prevent some of the ↵ | Robin Appelman | 2011-12-14 | 1 | -1/+1 |
| | | | | overflow related problems | ||||
* | Removed unused javascript | Marvin Thomas Rabe | 2011-10-02 | 1 | -2/+1 |
| | |||||
* | Changed multiple select for days of weekend to 'chosen'. Cleaned up some ↵ | Marvin Thomas Rabe | 2011-10-02 | 1 | -1/+0 |
| | | | | code. Removed success message when changing timezone. | ||||
* | fix creating users | Robin Appelman | 2011-09-25 | 1 | -0/+1 |
| | |||||
* | Move some common code to OC_Util | Bart Visscher | 2011-09-18 | 1 | -4/+1 |
| | | | | | | | Created the following function: - checkLoggedIn - checkAdminUser - redirectToDefaultPage | ||||
* | allow apps to register form for the settings and admin pages | Robin Appelman | 2011-08-23 | 1 | -20/+4 |
| | |||||
* | add option to set user quota | Robin Appelman | 2011-08-15 | 1 | -1/+1 |
| | |||||
* | merged admin, help and settings to settings | Jan-Christoph Borchardt | 2011-08-13 | 1 | -0/+55 |