Volkan Gezer
6f3b95052f
app manager forgets the documentation links
12 years ago
Bjoern Schiessle
cf9099c788
This settings doesn't belong together
Revert "make reshare settings foldable"
This reverts commit c01f196f72 .
Conflicts:
settings/templates/admin.php
12 years ago
Jan-Christoph Borchardt
218131d30d
fix leading decimal Scrutinizer coding style issue
12 years ago
Jan-Christoph Borchardt
e26936e94f
remove obsolete placeholder call, fix #8881
12 years ago
Morris Jobke
210a1ef7e6
add to app navigation after enabling
12 years ago
Georg Ehrke
56a8010c9f
remove console.log in apps.js
12 years ago
Jan-Christoph Borchardt
9396b22fe3
add missing placeholder shim for change password fields in IE8/9
12 years ago
Bart Visscher
49f1e4a811
Fix syntax error
12 years ago
Robin Appelman
0f82b8efb3
Preserve changed groups when switching between apps
12 years ago
Robin Appelman
953e194245
Dont show group settings for login, filesystem, etc apps after enabling them
12 years ago
Robin Appelman
e3567242b2
Remove debug statements
12 years ago
Robin Appelman
7e07ff6f4f
Disable enabling apps by groups for filesystem, authentication and loggin apps
12 years ago
Robin Appelman
7272779456
Prevent js error
12 years ago
Robin Appelman
53dc30af4f
Add option to enable app for specific groups
12 years ago
Arthur Schiwon
39982c2aea
fix grouplist behaviour (blank after filtering)
12 years ago
Arthur Schiwon
75cc16f2bd
remove debug output
12 years ago
Arthur Schiwon
28a012410a
polish JSDoc
12 years ago
Arthur Schiwon
92b8344489
replace setTimeout and clearTimeout handling by _.debounce
12 years ago
Arthur Schiwon
ec572607e1
remove group rename stuff, there is not support in the backends yet. to do for oc8.
12 years ago
Arthur Schiwon
7b63c2c036
cleanup
12 years ago
Arthur Schiwon
d030c28d69
bind undo to current deleteHandler
12 years ago
ringmaster
fc7438b221
Fix UserList.empty(), use _.defer() instead of setTimeout()
12 years ago
ringmaster
4de14fe6da
Javascript cleanup for groups.
12 years ago
ringmaster
c38548a1aa
Rebase cleanup.
Removing code that should not have been restored.
Originally removed in 45fd8f6d.
12 years ago
ringmaster
ad1c34db45
Revisions from review.
* Explicit toString()-based getters for uid and displayname data.
* Restored user check for group multiselect in new user creation form.
* Removed jQuery colon expr for uid.
12 years ago
ringmaster
747c011615
More specific selectors, javascript cleanup.
* Assigned jQuery selector results to variables for speed.
* Moved all .attr('data') calls to .data() calls.
* Added :data(uid) selector.
* Split the multiselect checkhandlers into separate functions.
* De-duped click event on password change/img.
* Used fluent interface on jQuery object for event binding.
* Removed redundant tag names in class selectors.
* Fixed incorrect date display for last login.
* Added Userlist.has() to search for uid.
* General code convention compliance fixes.
to-do: Group dropdowns currently don't add the admin group after the search result, not sure why yet.
12 years ago
Thomas Müller
f324aa7b24
fix some jshint errors
12 years ago
Jan-Christoph Borchardt
66d00cf782
user management: remove unneeded and erroneous user filter reset function
12 years ago
Lukas Reschke
0067306fd6
Remove uneeded last comma
12 years ago
Arthur Schiwon
a9bd416643
add reset button for the filter field
12 years ago
Arthur Schiwon
dea7f45782
stick with current group when the filter is used
12 years ago
Arthur Schiwon
7b8935abda
show users whose username starts with the search pattern first
We may want to switch or extend it to display name. I leave it like this for now, continued work on this needs to have sortable columns in mind
12 years ago
Arthur Schiwon
d87347e64e
update GroupList when a users is added or removed to a group
12 years ago
Thomas Müller
3c9788d40c
js cleanup + typos
12 years ago
Thomas Müller
d779db5aba
js cleanup
12 years ago
Arthur Schiwon
249e42c4cd
enable group filtering
12 years ago
Arthur Schiwon
dbc854d8b8
Fire up server request only on typing printed or modifying characters and when the string actually changed
12 years ago
Arthur Schiwon
8df50acce7
some documentation
12 years ago
Arthur Schiwon
68dc665c65
dynamically decide whether to load 10 or 30 users
12 years ago
Arthur Schiwon
5b8ba79356
make filter work on server-side
12 years ago
Arthur Schiwon
19fd7cd9c7
When emptying a list, a hidden entry remains. If the user uid is the same as of a user being to be loaded, it will not be appended but removed. Thus, add a random user name to avoid such happenings.
12 years ago
Arthur Schiwon
5f57d72b93
kick out deprecated and dislodged OC.Router
12 years ago
raghunayyar
fe4b1f8b10
Enhancement: Adds Group to grouplist when added via multiselect
12 years ago
raghunayyar
d3cee79b5a
Enhancement: Adding Group on the Sidebar updates the multiselect on the Userlist.
12 years ago
raghunayyar
e159f7e4a9
Enhancement: Implements Grouplist Toggle, Courtesy Calendar App Settings.
12 years ago
raghunayyar
7aca126086
Adds @blizzz to authors
12 years ago
Arthur Schiwon
b3d68fc175
refactor delete handling and apply it to users and groups
12 years ago
raghunayyar
b6b133237a
Initial Commit with Group Toggle.
12 years ago
Arthur Schiwon
cfba7e20cf
don't hide add group when text is entered (except for ESC press)
12 years ago
Arthur Schiwon
853ced644d
hide Add Group when clicking away or pressing ESC
12 years ago