aboutsummaryrefslogtreecommitdiffstats
path: root/settings/ajax
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #12611 from owncloud/use-uid-instead-of-loginnameLukas Reschke2014-12-101-1/+1
|\
| * Use UID instead of login nameLukas Reschke2014-12-041-1/+1
* | Fix namespace of Files_Encryption outside of the appJoas Schilling2014-12-091-1/+1
* | reduce OC_Preferences, OC_Config and \OCP\Config usageMorris Jobke2014-12-083-3/+3
* | Add REST route for user & group managementLukas Reschke2014-12-086-258/+0
* | Check for working .htaccess via AJAXLukas Reschke2014-12-061-2/+3
|/
* Migrate "setsecurity.php" to the AppFrameworkLukas Reschke2014-11-031-21/+0
* Migrate new app settings to AppFrameworkLukas Reschke2014-10-152-95/+0
* introduce new app page layoutThomas Müller2014-10-154-77/+107
* Moved WebDAV and internet checks to client side JSVincent Petry2014-09-231-0/+23
* Remove excludegroup.phpVincent Petry2014-09-091-18/+0
* Merge pull request #10740 from owncloud/fix-everyone-group-countLukas Reschke2014-09-081-0/+49
|\
| * Using countUsers method to return true count of usersClark Tomlinson2014-09-051-0/+49
* | Check for admin user instead of subadminLukas Reschke2014-09-081-1/+1
* | Merge pull request #10420 from owncloud/external-share-self-signedLukas Reschke2014-08-312-0/+39
|\ \
| * | Add unit tests and fix rootcerts creation bugLukas Reschke2014-08-311-3/+4
| * | Cleanup certificate codeRobin Appelman2014-08-311-7/+6
| * | remove outdated checksRobin Appelman2014-08-312-4/+0
| * | 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
* Add a trusted domain wizardLukas Reschke2014-08-211-2/+10
* Merge pull request #9866 from owncloud/app-upgradeRobin Appelman2014-08-191-0/+3
|\
| * 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 emptyJoas Schilling2014-07-211-7/+9
* | 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
|/
* remove dead codeArthur Schiwon2014-07-141-7/+7
* 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
|\
| * Merge pull request #8264 from owncloud/app-enable-by-groupicewind19912014-06-031-1/+3
| |\
| | * 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 fo...Arthur Schiwon2014-06-021-24/+0
| * | 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 aja...Arthur Schiwon2014-06-021-35/+46
| * | 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
| * | Adds admin check on groupname changes.raghunayyar2014-06-021-0/+2
| * | load groups when clicking on themArthur Schiwon2014-06-021-1/+16