summaryrefslogtreecommitdiffstats
path: root/settings/application.php
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Updating license headers"Morris Jobke2015-02-261-18/+6
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-6/+18
|
* Switch to a factory and add unit testsLukas Reschke2015-01-301-3/+4
|
* Add unit testsLukas Reschke2015-01-301-2/+7
|
* Add value if restore of data is possible for a userMorris Jobke2015-01-271-1/+2
| | | | | | | | | | | * reason: nice to know before password change in user management * restore is possible: * encryption is disabled * encryption is enabled, admin and user has checked the restore option * if not possible: * highlight users row in red once the admin wants to change the password * show also a little tipsy
* Cache responses from the AppStore serverLukas Reschke2015-01-091-1/+5
| | | | | | | | | | Otherwise every time the AppStore was opened a lot of connections to the AppStore server were made which resulted in a terrible performance. This changeset will cache the response for a sensible time so that only the first request will be somewhat slow. Performance changes: - Loading a category took previously more than 3 seconds on my machine. Now for every follow-up request it takes less than 200ms, resulting in a performance gain of 1950% - Loading the category list took previously about 750ms - now it takes 154ms, a total performance gain of 395%
* add Download logfile button to admin settingsGeorg Ehrke2015-01-071-0/+10
| | | | | | | | | | | | | | | | | | | | 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
* add unit tests for new user create mailMorris Jobke2014-12-161-2/+8
|
* Send mail for new usersMorris Jobke2014-12-161-1/+6
| | | | | | * supply mail address * send mail with username and URL to that mail address * option to temporary enable this feature
* Add REST route for user & group managementLukas Reschke2014-12-081-10/+61
| | | | 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-0/+9
| | | | | | | | | | | | 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-1/+9
| | | | Let's migrate those two new files.
* Refactor MailSettings controllerLukas Reschke2014-10-141-0/+70
- Do not store the password (fixes https://github.com/owncloud/core/issues/11385) - Refactor to AppFramework - Add unit tests Conflicts: settings/admin/controller.php