summaryrefslogtreecommitdiffstats
path: root/settings/ajax
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Move certificate management interface from files_external to coreRobin Appelman2014-08-312-0/+43
| |/
* / Use public api for getting l10nRobin Appelman2014-08-3114-17/+17
|/
* Redirect user after clicking on linkLukas Reschke2014-08-221-3/+3
| | | | Use DI
* Add a trusted domain wizardLukas Reschke2014-08-211-2/+10
| | | | | | Adds a little button to the trusted domain warning, if an admin clicks on the warning he will be redirected to ownCloud and asked whether he want to trust this domain. By far not the cleanest code, or clean at all, but does the job and I don't see a reason to make a lot of changes for this little improvement.
* Merge pull request #9866 from owncloud/app-upgradeRobin Appelman2014-08-191-0/+3
|\ | | | | Don't do app upgrades in the background
| * Set maintaince mode when updating an app from the app storeRobin Appelman2014-08-041-0/+3
| |
* | properly encode groups as json, not ',' separatedJörn Friedrich Dreyer2014-08-181-3/+3
|/
* Merge pull request #9750 from owncloud/issue/9745Vincent Petry2014-07-211-7/+9
|\ | | | | Correctly use groups parameter only when its not empty
| * Correctly use groups parameter only when its not emptyJoas Schilling2014-07-211-7/+9
| | | | | | | | Fix #9745
* | Do not force isAdmin as true and so the list is filtered correctlyJoas Schilling2014-07-211-3/+1
| |
* | Fix username for subadmins and only send subadmin groupsJoas Schilling2014-07-211-2/+5
|/ | | | Fix #9748
* remove dead codeArthur Schiwon2014-07-141-7/+7
| | | | | | | | | | do not filter groups. but update the user count according to the filter improve phpdoc improve metadata runtime cache add metadata tests
* magic strings - bad kungfuThomas Müller2014-07-091-0/+3
|
* skip certain tests for shipped appsGeorg Ehrke2014-06-131-1/+4
|
* Merge branch 'master' into update_shipped_apps_from_appstoreGeorg Ehrke2014-06-055-15/+98
|\ | | | | | | | | | | Conflicts: lib/private/app.php settings/templates/apps.php
| * Merge pull request #8264 from owncloud/app-enable-by-groupicewind19912014-06-031-1/+3
| |\ | | | | | | Add the option to enable apps only for specific groups
| | * Add option to enable app for specific groupsRobin Appelman2014-06-031-1/+3
| | |
| * | remove group rename stuff, there is not support in the backends yet. to do ↵Arthur Schiwon2014-06-021-24/+0
| | | | | | | | | | | | for oc8.
| * | Make sure group data is returned.ringmaster2014-06-021-1/+1
| | |
| * | Rename $accessiblegroups to $accessibleGroupsLukas Reschke2014-06-021-2/+2
| | |
| * | cleanupArthur Schiwon2014-06-021-38/+0
| | |
| * | unify and consolidate group fetching method for initial template fill and ↵Arthur Schiwon2014-06-021-35/+46
| | | | | | | | | | | | ajax request
| * | get translations from settings, not coreArthur Schiwon2014-06-022-3/+3
| | |
| * | enable group filteringArthur Schiwon2014-06-021-0/+75
| | |
| * | make filter work on server-sideArthur Schiwon2014-06-021-3/+8
| | |
| * | refactor delete handling and apply it to users and groupsArthur Schiwon2014-06-021-0/+1
| | |
| * | fix user creation, checkSubAdminUser is only available in OC_JSONArthur Schiwon2014-06-021-1/+1
| | |
| * | Let's switch to OCP\JSONLukas Reschke2014-06-021-3/+3
| | |
| * | Use OCP\JSON instead of OC_JSONLukas Reschke2014-06-021-3/+3
| | |
| * | Remove legacy "Check for user comment"Lukas Reschke2014-06-021-3/+1
| | | | | | | | | | | | I don't think these comments are necessary anymore and therefore they should get killed.
| * | Adds admin check on groupname changes.raghunayyar2014-06-021-0/+2
| | |
| * | load groups when clicking on themArthur Schiwon2014-06-021-1/+16
| | |
| * | add Last Login columnArthur Schiwon2014-06-021-2/+6
| | |
| * | Initial Commit : Changes Storage to Quota, Implements GroupName editing.raghunayyar2014-06-021-0/+24
| | |
| * | add Storage Location colArthur Schiwon2014-06-022-10/+18
| | |
| * | Initial Commit : User Search, Fixes Typosraghunayyar2014-06-021-1/+1
| | |
| * | Reverts Bogus Changes.raghunayyar2014-06-021-2/+2
| | |
| * | Implements Group Creation from Sidebarraghunayyar2014-06-021-2/+2
| | |
| * | Reverts last commit, implements user in group count.raghunayyar2014-06-021-75/+0
| | |
| * | Add GroupList Ajax to Users.raghunayyar2014-06-021-0/+75
| |/
* | add unit testGeorg Ehrke2014-06-041-1/+1
| |
* | various fixes as requested by pr reviewersGeorg Ehrke2014-06-023-6/+4
| |
* | Merge branch 'master' into update_shipped_apps_from_appstoreGeorg Ehrke2014-05-314-1/+60
|\| | | | | | | | | | | Conflicts: lib/private/app.php lib/private/installer.php
| * allow admin to disable sharing for specific groups of usersBjoern Schiessle2014-05-221-0/+18
| |
| * Merge pull request #8398 from owncloud/enc_backup_keysBjörn Schießle2014-05-132-0/+41
| |\ | | | | | | backup the encryption key after the encryption was disabled
| | * backup the encryption key after the encryption was disabled so that the userBjoern Schiessle2014-05-132-0/+41
| | | | | | | | | | | | can restore them if needed
| * | remove legacy aka deprecated code: OC_FilesystemViewThomas Müller2014-05-121-1/+1
| |/
* / make it possible to update shipped apps via the appstoreGeorg Ehrke2014-05-314-9/+80
|/
* Make email display name change translatable againVolkan Gezer2014-04-152-2/+2
|
* Fix some localization issues with file encryption/decription stringsVolkan Gezer2014-04-051-3/+4
|