summaryrefslogtreecommitdiffstats
path: root/settings/templates/admin.php
Commit message (Collapse)AuthorAgeFilesLines
* [stable8] add note about SSL in admin settingsMorris Jobke2015-07-281-0/+1
| | | | | * reborn #16867 * fixes #16778
* Add detection for invalid CLI configuration for settings pageLukas Reschke2015-03-021-0/+22
| | | | | | | | | | | | | | This change will log all failures that prevent the CLI cronjob from happening to the database and display a warning to administrators when an error happened. To test: 1. Configure some invalid CLI php.ini settings 2. Enable the CLI cronjob and run php cron.php 3. See the errors printed and also in the admin page 4. Configure the CLI settings correctly 5. Errors should be gone. Fixes https://github.com/owncloud/core/issues/13994
* Use APCu only if available in version 4.0.6 and higherLukas Reschke2015-02-171-0/+15
| | | | | | | | APCu before 4.0.6 is unbelievable buggy and tend to segfault the PHP process (i.e. the whole webserver) This potentially fixes https://github.com/owncloud/core/issues/14175 Requires a backport to stable8
* Coherent use of "SQLite" in lines 119 and 124cmeh2015-02-061-1/+1
| | | Just a cosmetic detail, but very obvious when working on localisations.
* Don't highly discourageThomas Müller2015-02-051-1/+1
|
* enhance sqlite warning on admin page as well as during setup - fixes #13906Thomas Müller2015-02-041-2/+12
|
* Revert "Disable autocomplete for SMTP Password"Clark Tomlinson2015-02-041-1/+1
|
* Disable autocomplete for SMTP PasswordLukas Reschke2015-02-041-1/+1
| | | | While really nearly no modern browser cares about it anymore too much it's still not wrong to have it here (and also stops some automated scanners reporting this...)
* add a Windows warningFrank Karlitschek2015-01-201-5/+16
|
* Merge pull request #12988 from owncloud/logfile_downloadMorris Jobke2015-01-091-1/+11
|\ | | | | Logfile download
| * add Download logfile button to admin settingsGeorg Ehrke2015-01-071-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | Fix incorrect warning about setting the overwrite.cli.urlJoas Schilling2015-01-071-2/+2
|/
* Add an option to disallow sending sharing emails to non-owncloud usersJoas Schilling2014-12-091-1/+6
| | | | Fix #10836
* Check for working .htaccess via AJAXLukas Reschke2014-12-061-15/+1
| | | | Fixes https://github.com/owncloud/core/issues/12650
* Merge pull request #12607 from owncloud/this-is-an-awesome-dayClark Tomlinson2014-12-041-14/+0
|\ | | | | PHP 5.4 is now required for master
| * PHP 5.4 is now required for masterLukas Reschke2014-12-041-14/+0
| | | | | | | | :beers:
* | adding @ sign between email address and domain name to make the syntax clearerSimon Whittaker2014-12-021-1/+1
|/
* Allow read-only configurationLukas Reschke2014-11-251-3/+17
| | | | | | Workaround required for IIS setups running ownCloud to prevent dataloss. Long-term solution would be to move some configuration settings to the database
* update grammarVolkan Gezer2014-11-211-1/+1
| | | Suggested by mnestis on Transifex.
* Merge pull request #11917 from owncloud/fix-11909Thomas Müller2014-11-111-3/+19
|\ | | | | Add checkbox to enforce SSL for subdomains
| * Migrate "setsecurity.php" to the AppFrameworkLukas Reschke2014-11-031-3/+19
| | | | | | | | | | | | | | | | | | | | | | | | Add switch to enforce SSL for subdomains Add unit tests Add test for boolean values Camel-case Fix ugly JS
* | manage select2 via bowerMorris Jobke2014-11-061-2/+2
|/
* Capitalize Checks in admin pageVincent Petry2014-11-031-1/+1
|
* fix loading of more log entriesThomas Müller2014-10-301-1/+1
|
* introduce sidebar for admin pageThomas Müller2014-10-301-7/+33
|
* fixing typosThomas Müller2014-10-141-0/+1
|
* Refactor MailSettings controllerLukas Reschke2014-10-141-73/+76
| | | | | | | | | - Do not store the password (fixes https://github.com/owncloud/core/issues/11385) - Refactor to AppFramework - Add unit tests Conflicts: settings/admin/controller.php
* Merge pull request #7051 from owncloud/postsetupajaxcheckVincent Petry2014-09-231-30/+11
|\ | | | | Moved WebDAV check to client side JS
| * Moved WebDAV and internet checks to client side JSVincent Petry2014-09-231-30/+11
| | | | | | | | | | | | | | - Added setup checks in JavaScript - Moved isWebDAVWorking to JS using SetupChecks - Moved internet connection checks to an ajax call that goes through the server
* | date printed in the admin section regarding last execution time is already ↵Thomas Müller2014-09-221-1/+1
|/ | | | displayed in the users timezone - no need to append UTC
* Now using select2 for the groups excluded from sharingVincent Petry2014-09-091-8/+1
|
* Don't show warning when has_internet_connection is set to falseLukas Reschke2014-09-051-1/+1
| | | | | | Revert Add disabled
* Add a note about overwritewebroot when using system cronJoas Schilling2014-08-181-1/+18
| | | | | | | | If the current webroot is non-empty but the webroot from the config is, and system cron is used, the URL generator fails to build valid URLs. So we notify the admin to set it up correctly. Fix #9995
* ascii typoVolkan Gezer2014-08-141-1/+1
|
* setting and checking default_charset in php.ini to be UTF-8Thomas Müller2014-07-251-6/+20
|
* fix apostrophe fixes #9486Volkan Gezer2014-07-081-1/+1
|
* Migrate table layout to p layout for share settingsMorris Jobke2014-06-171-52/+39
| | | | ref #8906
* show explenation only if the setting is activatedBjoern Schiessle2014-06-161-1/+2
|
* Merge pull request #9028 from owncloud/table-to-paragraph-layout-for-httpsLukas Reschke2014-06-141-29/+25
|\ | | | | migrate table layout to paragraph layout for HTTPS setting
| * migrate table layout to paragraph layout for HTTPS settingMorris Jobke2014-06-131-29/+25
| |
* | remove double spaceMorris Jobke2014-06-141-1/+1
| |
* | fix mail settings save function - ref #8854Morris Jobke2014-06-131-2/+2
|/
* unify share settingsBjoern Schiessle2014-06-051-6/+3
|
* This settings doesn't belong togetherBjoern Schiessle2014-06-051-8/+10
| | | | | | | | | Revert "make reshare settings foldable" This reverts commit c01f196f723dcb3dea6947c821a70d4d80563bbd. Conflicts: settings/templates/admin.php
* improve share settings workingBjoern Schiessle2014-06-051-5/+2
|
* Merge pull request #8840 from owncloud/share_settingsThomas Müller2014-06-031-2/+1
|\ | | | | by default don't show option to send mail notifications for shares
| * improve settings nameBjoern Schiessle2014-06-031-2/+1
| |
* | simplify SQLite warningMorris Jobke2014-06-031-4/+4
| |
* | add notification on admin pageMorris Jobke2014-06-031-0/+14
|/
* Merge pull request #8784 from owncloud/fold-reshare-settingsMorris Jobke2014-06-021-10/+8
|\ | | | | make reshare settings foldable