summaryrefslogtreecommitdiffstats
path: root/settings/routes.php
Commit message (Collapse)AuthorAgeFilesLines
* Migrate personal certificate handling into AppFramework controllersLukas Reschke2015-04-201-4/+2
| | | | Also added unit-tests and better error-handling
* allow user to start migration in admin settings if no external user ↵Bjoern Schiessle2015-04-161-0/+1
| | | | back-ends are enabled
* Merge pull request #15314 from owncloud/app-categories-15274Lukas Reschke2015-04-091-20/+20
|\ | | | | Add different trust levels to AppStore interface
| * Add experimental applications switchLukas Reschke2015-04-031-20/+20
| | | | | | | | Allows administrators to disable or enabled experimental applications as well as show the trust level.
* | Removing left overs from old encryption appThomas Müller2015-04-071-6/+0
|/
* Add check for activated local memcacheLukas Reschke2015-03-281-2/+1
| | | | | | Also used the opportunity to refactor it into an AppFramework controller so that we can unit test it. Fixes https://github.com/owncloud/core/issues/14956
* Update license headersJenkins for ownCloud2015-03-261-4/+28
|
* Let users configure security headers in their WebserverLukas Reschke2015-03-021-2/+0
| | | | | | | | | | Doing this in the PHP code is not the right approach for multiple reasons: 1. A bug in the PHP code prevents them from being added to the response. 2. They are only added when something is served via PHP and not in other cases (that makes for example the newest IE UXSS which is not yet patched by Microsoft exploitable on ownCloud) 3. Some headers such as the Strict-Transport-Security might require custom modifications by administrators. This was not possible before and lead to buggy situations. This pull request moves those headers out of the PHP code and adds a security check to the admin settings performed via JS.
* Revert "Updating license headers"Morris Jobke2015-02-261-29/+5
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-5/+29
|
* Remove unused function and correct PHPDocLukas Reschke2015-02-161-2/+0
|
* add Download logfile button to admin settingsGeorg Ehrke2015-01-071-5/+4
| | | | | | | | | | | | | | | | | | | | add logSettingsController add download logfile button move getEntries to LogSettingsController move set log level to logsettingscontroller.php add warning if logfile is bigger than 100MB add unit test for set log level fix typecasting, add new line at EoF show log and logfile download only if log_type is set to owncloud add unit test for getFilenameForDownload
* Mail address of users is now changable in the user managementMorris Jobke2014-12-181-2/+1
| | | | | | | | | | | * introduced new route settings/users/{id}/mailAddress * kept old responses * better error messages * dropped lostpassword.php from settings/ajax * cleaned up the UserList.add() and hand in user object instead of each attribute as another parameter * check for change permission of mail address * proper response messages
* Add REST route for user & group managementLukas Reschke2014-12-081-23/+16
| | | | First step of a somewhat testable user management. - I know, the JSON returns are in an ugly format but the JS expects it that way. So let's keep it that way until we have time to fix the JS in the future.
* Migrate "setsecurity.php" to the AppFrameworkLukas Reschke2014-11-031-3/+5
| | | | | | | | | | | | Add switch to enforce SSL for subdomains Add unit tests Add test for boolean values Camel-case Fix ugly JS
* Migrate new app settings to AppFrameworkLukas Reschke2014-10-151-4/+2
| | | | Let's migrate those two new files.
* Merge pull request #11570 from owncloud/backport-11408-masterLukas Reschke2014-10-151-7/+10
|\ | | | | Backport 11408 master
| * Refactor MailSettings controllerLukas Reschke2014-10-141-7/+10
| | | | | | | | | | | | | | | | | | - Do not store the password (fixes https://github.com/owncloud/core/issues/11385) - Refactor to AppFramework - Add unit tests Conflicts: settings/admin/controller.php
* | introduce new app page layoutThomas Müller2014-10-151-4/+4
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | filter installed and not-installed apps properly kill unneeded file load category 'Installed' on page load adding documentation links new apps mgmt: first style adjustment apps mgmt: only show license and preview if they exist adding buttons new apps mgmt: fix for mobile use app icon if available new apps mgmt: position enable/disable toggle to the right new apps mgmt: proper display of icons or previews new apps mgmt: fix loading spinner reenable group selection for apps new apps mgmt: position enable button normally again new apps mgmt: clarify wording from 'Installed' to 'Enabled' reintroduce enable/disable Move rating image path generation to client-side Move expression outside of l10n fix group handling add buttons for 'More apps' and 'Add your app' again disable changed date of app for now adding recommended label style 'Recommended' app tag fixing php warning sort by rating adding meta-category 'Recommended' Only show existing documentation links lacy loading of screenshots making group based app activation work again adding support to get the app icon not only by the app name but also simply by the fixed name 'app.svg' adding app.svg for all core apps query string '?installed' is not longer needed update and uninstall is back + error feedback remove unneeded parameter fix alignment of 'recommended' label
* 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
| | |