aboutsummaryrefslogtreecommitdiffstats
path: root/settings/routes.php
Commit message (Collapse)AuthorAgeFilesLines
* Moved WebDAV and internet checks to client side JSVincent Petry2014-09-231-0/+2
| | | | | | | - Added setup checks in JavaScript - Moved isWebDAVWorking to JS using SetupChecks - Moved internet connection checks to an ajax call that goes through the server
* Merge pull request #10740 from owncloud/fix-everyone-group-countLukas Reschke2014-09-081-0/+2
|\ | | | | Using countUsers method to return true count of users
| * Using countUsers method to return true count of usersClark Tomlinson2014-09-051-0/+2
| |
* | Cleanup routesRobin Appelman2014-08-311-2/+2
| |
* | Move certificate management interface from files_external to coreRobin Appelman2014-08-311-0/+4
|/
* Merge branch 'master' into update_shipped_apps_from_appstoreGeorg Ehrke2014-06-051-0/+4
|\ | | | | | | | | | | Conflicts: lib/private/app.php settings/templates/apps.php
| * enable group filteringArthur Schiwon2014-06-021-0/+2
| |
| * Initial Commit : Changes Storage to Quota, Implements GroupName editing.raghunayyar2014-06-021-0/+2
| |
| * Reverts last commit, implements user in group count.raghunayyar2014-06-021-2/+0
| |
| * Add GroupList Ajax to Users.raghunayyar2014-06-021-0/+2
| |
* | add button for properly uninstalling appsGeorg Ehrke2014-05-311-0/+2
|/
* allow admin to disable sharing for specific groups of usersBjoern Schiessle2014-05-221-0/+2
|
* backup the encryption key after the encryption was disabled so that the userBjoern Schiessle2014-05-131-0/+4
| | | | can restore them if needed
* update type hint in PHPDocThomas Müller2014-03-251-1/+1
|
* Merge branch 'master' into fix-7307Thomas Müller2014-03-061-0/+3
|\ | | | | | | | | | | Conflicts: core/js/router.js settings/js/admin.js
| * Add button to send a test mail after changing the email settingsJoas Schilling2014-03-051-0/+3
| | | | | | | | Fix #7175
* | Replace OC.Router.generate() with OC.generateUrl()Thomas Müller2014-03-021-0/+2
|/
* Merge pull request #7174 from owncloud/issue/7166Jan-Christoph Borchardt2014-02-261-0/+3
|\ | | | | Add option to change email settings in admin section
| * Add option to change email settings in admin sectionJoas Schilling2014-02-181-0/+3
| | | | | | | | Fix issue #7166
* | Move isadmin to template and rename it to oc_isadminLukas Reschke2014-02-191-2/+0
|/
* Improve changepassword route namingkondou2013-09-131-2/+2
|
* Move ajax/changepassword to changepassword/controller to use autoloadingkondou2013-09-131-3/+0
|
* Use a controller instead of two files for changepassword.phpkondou2013-09-111-5/+10
|
* Split personal and user-mgmt password change logickondou2013-09-061-0/+2
|
* register decrypt all routeBjörn Schießle2013-07-291-0/+2
|
* Whitespace fixesBart Visscher2013-02-221-1/+1
|
* Style cleanup settingsBart Visscher2013-02-211-1/+1
|
* merge masterFrank Karlitschek2013-01-301-0/+6
|\ | | | | | | | | | | | | | | Merge branch 'master' into improved_appsmanagement Conflicts: settings/apps.php settings/templates/apps.php
| * Merge pull request #1360 from owncloud/display_nameLukas Reschke2013-01-291-0/+2
| |\ | | | | | | introduction of display names
| | * interface and API to change display namesBjörn Schießle2013-01-281-0/+2
| | |
| * | External JSON for the AppsLukas Reschke2013-01-211-0/+2
| | |
| * | Move isadmin to external fileLukas Reschke2013-01-211-0/+2
| |/
* / we are getting closer. updating is not working yet.Frank Karlitschek2013-01-211-0/+2
|/
* Merge pull request #1157 owncloud/move-OpenIDBart Visscher2013-01-111-4/+0
|\ | | | | | | | | | | | | Move openid.php to apps repo Conflicts: settings/routes.php
| * Remove OpenID from the routerLukas Reschke2013-01-111-5/+1
| |
* | Add security section to admin menuLukas Reschke2013-01-111-0/+2
|/ | | | | | | | | Currently it only allows the admin to enable or disable the HTTPS enforcement, but in the future it could be expanded to further options. The HTTPS enforcement only allows the admin to enforce it, if he is connected via HTTPS. (To prevent admins to enable it without a proper SSL setup)
* Merge pull request #136 from scambra/users-fixesBart Visscher2012-10-291-2/+2
|\ | | | | fix settings' routes
| * fix settings routesscambra2012-10-291-2/+2
| |
* | Move and fix app setting navigation detectBart Visscher2012-10-291-0/+2
|/
* Fix route nameBart Visscher2012-10-051-1/+1
|
* Make the settings ajax calls use the routerBart Visscher2012-10-021-0/+62