summaryrefslogtreecommitdiffstats
path: root/settings/templates
Commit message (Collapse)AuthorAgeFilesLines
* Better Logic to display user count for everyone.raghunayyar2014-06-241-1/+3
|
* Make sure last seen tooltip always appears even after searching and filteringArthur Schiwon2014-06-191-2/+2
|
* Migrate table layout to p layout for share settingsMorris Jobke2014-06-171-52/+39
| | | | ref #8906
* Merge pull request #9053 from owncloud/small_ux_improvementMorris Jobke2014-06-161-1/+2
|\ | | | | share settings, small ux improvement
| * show explenation only if the setting is activatedBjoern Schiessle2014-06-161-1/+2
| |
* | Merge pull request #8808 from owncloud/update_shipped_apps_from_appstoreGeorg Ehrke2014-06-161-0/+1
|\ \ | |/ |/| Make shipped apps updatable via appstore
| * Merge branch 'master' into update_shipped_apps_from_appstoreGeorg Ehrke2014-06-059-204/+347
| |\ | | | | | | | | | | | | | | | Conflicts: lib/private/app.php settings/templates/apps.php
| * | add button for properly uninstalling appsGeorg Ehrke2014-05-311-0/+1
| | |
* | | Merge pull request #9028 from owncloud/table-to-paragraph-layout-for-httpsLukas Reschke2014-06-141-29/+25
|\ \ \ | | | | | | | | migrate table layout to paragraph layout for HTTPS setting
| * | | migrate table layout to paragraph layout for HTTPS settingMorris Jobke2014-06-131-29/+25
| | | |
* | | | remove double spaceMorris Jobke2014-06-141-1/+1
| | | |
* | | | fix mail settings save function - ref #8854Morris Jobke2014-06-131-2/+2
|/ / /
* | | unify controls bar, remove duplicate from user managementJan-Christoph Borchardt2014-06-061-1/+1
| | |
* | | unify share settingsBjoern Schiessle2014-06-051-6/+3
| | |
* | | This settings doesn't belong togetherBjoern Schiessle2014-06-051-8/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | Revert "make reshare settings foldable" This reverts commit c01f196f723dcb3dea6947c821a70d4d80563bbd. Conflicts: settings/templates/admin.php
* | | improve share settings workingBjoern Schiessle2014-06-051-5/+2
| |/ |/|
* | fix related layout issues in user managementJan-Christoph Borchardt2014-06-041-1/+1
| |
* | Merge pull request #8264 from owncloud/app-enable-by-groupicewind19912014-06-031-1/+11
|\ \ | | | | | | Add the option to enable apps only for specific groups
| * | bring back the line breaksThomas Müller2014-06-031-1/+2
| | |
| * | Apps: fix wording and layout for 'enable only for specific groups'Jan-Christoph Borchardt2014-06-031-3/+3
| | |
| * | adding some line breaksThomas Müller2014-06-031-0/+2
| | |
| * | Add option to enable app for specific groupsRobin Appelman2014-06-031-1/+8
| | |
* | | Merge pull request #8840 from owncloud/share_settingsThomas Müller2014-06-031-2/+1
|\ \ \ | | | | | | | | by default don't show option to send mail notifications for shares
| * | | improve settings nameBjoern Schiessle2014-06-031-2/+1
| | | |
* | | | Merge pull request #8827 from owncloud/add-sqlite-infoThomas Müller2014-06-031-0/+14
|\ \ \ \ | | | | | | | | | | add info about sqlite on setup page
| * | | | simplify SQLite warningMorris Jobke2014-06-031-4/+4
| | | | |
| * | | | add notification on admin pageMorris Jobke2014-06-031-0/+14
| | |/ / | |/| |
* | | | Merge pull request #7151 from owncloud/user-jqueryThomas Müller2014-06-036-176/+271
|\ \ \ \ | |_|/ / |/| | | Continuing the New User management
| * | | fix grouplist behaviour (blank after filtering)Arthur Schiwon2014-06-021-1/+1
| | | |
| * | | remove group rename stuff, there is not support in the backends yet. to do ↵Arthur Schiwon2014-06-021-6/+1
| | | | | | | | | | | | | | | | for oc8.
| * | | user mgmt: hide group rename function because it’s not supported in the ↵Jan-Christoph Borchardt2014-06-021-2/+5
| | | | | | | | | | | | | | | | backend yet
| * | | Javascript cleanup for groups.ringmaster2014-06-021-7/+7
| | | |
| * | | Rebase cleanup.ringmaster2014-06-021-1/+0
| | | | | | | | | | | | | | | | | | | | Removing code that should not have been restored. Originally removed in 45fd8f6d.
| * | | Fix broken span.ringmaster2014-06-021-0/+1
| | | |
| * | | Add the admin group to the group list data.ringmaster2014-06-021-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | Fixes the admin group disappearing from the list when updating the display as the result of a search. This group data should probably be managed on the page entirely by the javascript GroupList object, but this seems like the interim method.
| * | | More specific selectors, javascript cleanup.ringmaster2014-06-022-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
| * | | user management: remove autocompletion of user/password fields, fix #8464Jan-Christoph Borchardt2014-06-021-2/+4
| | | |
| * | | user management: remove unneeded and erroneous user filter reset functionJan-Christoph Borchardt2014-06-021-1/+0
| | | |
| * | | Rename $isadmin to $isAdminLukas Reschke2014-06-021-2/+2
| | | |
| * | | add reset button for the filter fieldArthur Schiwon2014-06-021-1/+2
| | | |
| * | | more appropriate labelArthur Schiwon2014-06-021-1/+1
| | | |
| * | | unify and consolidate group fetching method for initial template fill and ↵Arthur Schiwon2014-06-021-3/+3
| | | | | | | | | | | | | | | | ajax request
| * | | make string translatableArthur Schiwon2014-06-021-1/+1
| | | |
| * | | enable group filteringArthur Schiwon2014-06-021-3/+6
| | | |
| * | | Enhancement: Adding Group on the Sidebar updates the multiselect on the ↵raghunayyar2014-06-022-30/+34
| | | | | | | | | | | | | | | | Userlist.
| * | | restructure group.js and put functions to object, also add group list ↵Arthur Schiwon2014-06-021-1/+1
| | | | | | | | | | | | | | | | sorting after adding.
| * | | move group-click initialization to groups.js and only react on elements with ↵Arthur Schiwon2014-06-021-1/+1
| | | | | | | | | | | | | | | | a data-gid attribute given
| * | | Enhancement : Toggle Add Group on Click, @blizzz have a look here.raghunayyar2014-06-021-2/+7
| | | |
| * | | set admin gid to Admins filter. I.e. hard-coding the admin group, but this ↵Arthur Schiwon2014-06-021-1/+1
| | | | | | | | | | | | | | | | is OC reality atm - other admin groups are not possible.
| * | | LDAP: adjust main template according to PR 7291Arthur Schiwon2014-06-021-2/+0
| | | |