Lukas Reschke
59fef54e92
Rename $accessibleusers to $accessibleUsers
11 years ago
Lukas Reschke
b56d14260d
Rename $isadmin to $isAdmin
11 years ago
Arthur Schiwon
3e411c82a5
unify and consolidate group fetching method for initial template fill and ajax request
11 years ago
Arthur Schiwon
249e42c4cd
enable group filtering
11 years ago
Arthur Schiwon
5b8ba79356
make filter work on server-side
11 years ago
Arthur Schiwon
b3d68fc175
refactor delete handling and apply it to users and groups
11 years ago
raghunayyar
9ba4a76214
resolving conflict when picking 8b81a0b
11 years ago
Arthur Schiwon
1734cc09fd
sort groups by user count
11 years ago
raghunayyar
f751e0bc48
Splits Code for Users and Groups.
11 years ago
Arthur Schiwon
57ffaddf26
add Last Login column
11 years ago
Arthur Schiwon
dc28f58951
add Storage Location col
11 years ago
raghunayyar
4a30665ec3
Removes Delete Icon from Admin Group.
11 years ago
raghunayyar
b506388b75
Reverts last commit, implements user in group count.
11 years ago
Thomas Müller
f9279ac77a
killing some more calls to OC_App::loadApps(); - because we load all apps in handleRequest()
11 years ago
kondou
1832eb8872
Pass view in \OC_Avatar to constructor and use $_ for enable_avatars
12 years ago
kondou
e6473e6d49
Clean up some cruft
12 years ago
kondou
fac671b14e
Modularize get(), async getAvatar, avatars @ usermgmt
...
And other small improvements
12 years ago
Owen Winkler
cd7e57e8ec
Use JSON to send/receive group data.
...
Squashed commits from PR #4364 for master.
12 years ago
kondou
05084e03a0
Use !== and === in settings.
12 years ago
Björn Schießle
9d1e60325c
allow admin to recover users files in case of password lost
12 years ago
Bart Visscher
83f161d3f9
Style cleanup settings
12 years ago
Robin Appelman
e68e5cc849
Split editable select code used for quota selection into a jquery plugin
12 years ago
Björn Schießle
8d0b67e17a
fix typo in variable name
12 years ago
Björn Schießle
022a7b13b8
prepare user table to show and edit display names
12 years ago
Björn Schießle
19024de988
typo fixed
12 years ago
Björn Schießle
64e853394c
compare the correct uids
12 years ago
Björn Schießle
4271430e60
get all display names from users in a given group
12 years ago
Björn Schießle
9bb8e05839
get all display names
12 years ago
Bart Visscher
a8f963d9cf
Spaces to tabs
12 years ago
Daniel Molkentin
65ef780ed6
Fix regression caused by 31b1a73e1f
12 years ago
Lukas Reschke
31b1a73e1f
Check if user is admin - bool
...
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 :)
12 years ago
Michael Gapczynski
f922f836ce
Change old variable name $default_quota to $defaultQuota
12 years ago
Thomas Müller
7e78f8e15a
moving logic from template to the 'controller'
...
THX @VicDeo
12 years ago
Thomas Müller
24e0a2a358
remove unused code
12 years ago
Thomas Müller
436df6b67d
enable translations for quota sizes 'none' and 'default'
12 years ago
Jan-Christoph Borchardt
4ee9d39422
change storage space 'none' to 'Unlimited' and capitalize Default
12 years ago
Felix Moeller
a4b2ea586d
Style: Remove all the dangling white spaces
13 years ago
Felix Moeller
0e70ea9d8b
Checkstyle: Fix the last 25 NoSpaceAfterComma
13 years ago
Sam Tuke
8b01286a5d
Merged branch 'master'
13 years ago
Bart Visscher
d0bd2bbf27
Convert menu entries of settings pages to use router
13 years ago
Thomas Mueller
3829460ab8
adding space between) and {
13 years ago
Thomas Müller
e87387c956
Update settings/users.php
...
respect coding style
13 years ago
Michael Gapczynski
aad7dc8390
Remove sharing notice in users settings - The default is now share with anyone, groups only sharing is now a setting in the admin page
13 years ago
Michael Gapczynski
d6bb04a74e
Move jquery.inview from contacts app to core
13 years ago
Michael Gapczynski
651245effa
Use limit and offset for subadmin users
13 years ago
Michael Gapczynski
400533af2c
Start with 30 users, this fills my screen
13 years ago
Michael Gapczynski
9d2ae5fa1f
Add infinite scrolling to Settings -> Users, still a little buggy
13 years ago
Georg Ehrke
c3bd30cc6b
improve default qouta for subadmins
13 years ago
Georg Ehrke
e707e94857
subadmins can now add users
13 years ago
Georg Ehrke
d0b625352c
some work on subadmins
13 years ago