aboutsummaryrefslogtreecommitdiffstats
path: root/settings/admin.php
Commit message (Collapse)AuthorAgeFilesLines
* Initial work on Apps page split:Arthur Schiwon2016-08-091-272/+0
| | | | | | * interfaces for the Admin settings (IAdmin) and section (ISection) * SettingsManager service * example setup with LDAP app
* Changed logtype to file instead of owncloud.Thomas Pulzer2016-07-221-3/+4
| | | | | | | | | | | | | | - Updated the config sample to point to log_type='file' - Renamed the Class for logfile logging to File in namespace 'OC\Log\'. Changed the occurrences of 'OC\Log\Owncloud' to 'OC\Log\File'. - Renamed the Class for log:file command to File in namespace 'OC\Core\Command\Log\File'. Changed registration of the command to use 'OC\Core\Command\Log\File'. - Changed default Syslog tag to Nextcloud - Retained backwards compatibility for configs with 'logtype' => 'owncloud' - Adjusted tests for the new file log. Closes #490.
* Update with robinJoas Schilling2016-07-211-1/+1
|
* Fix othersJoas Schilling2016-07-211-4/+5
|
* Remove unneeded checks if it runs on a Windows machineMorris Jobke2016-07-081-3/+0
| | | | * the setup check is still there
* Use temporary htaccesstest.txt for data dir security checkVincent Petry2016-06-071-0/+4
|
* Add a warning when the transaction isolation level is not READ_COMMITEDJoas Schilling2016-05-301-0/+13
|
* Update license headersLukas Reschke2016-05-261-3/+4
|
* Fix usages of OC\Log\OwncloudJoas Schilling2016-05-041-2/+3
|
* Merge pull request #24081 from owncloud/migrate-deprecated-jquery-v1-functionsThomas Müller2016-04-201-1/+0
|\ | | | | migrate deprecated jQuery 1.x functions
| * replace $.parseJSON() by JSON.parse()Christoph Wurst2016-04-191-1/+0
| |
* | Add loadAdditionalScripts events to admin and personal for plugins that have ↵Joas Schilling2016-04-201-0/+2
|/ | | | no section
* Add `allow sharing with groups` checkbox to admin pageRoeland Jago Douma2016-03-221-0/+1
|
* Merge pull request #21653 from owncloud/update-license-headers-2016Thomas Müller2016-01-131-2/+1
|\ | | | | Update license headers 2016
| * Happy new year!Thomas Müller2016-01-121-2/+1
| |
* | Merge pull request #21336 from owncloud/system-root-certsThomas Müller2016-01-121-0/+16
|\ \ | | | | | | Allow admins to add system wide root certificates
| * | Add a config option to enable certificate managementRobin Appelman2016-01-121-6/+8
| | |
| * | Allow admins to add system wide root certificatesRobin Appelman2016-01-121-0/+14
| |/
* / Add config switch to disable the .well-known URL checkMorris Jobke2016-01-121-0/+1
|/
* remove unneeded 'goto' prefix from settings anchorsJan-Christoph Borchardt2016-01-041-1/+1
|
* Remove unused setActiveNavigationEntry of OC_App - it's also in OCP\AppMorris Jobke2015-12-041-1/+1
|
* update licence headers via scriptMorris Jobke2015-10-051-1/+0
|
* Check if decoded JSON returned nullLukas Reschke2015-10-021-1/+1
| | | | | | The value might return null resulting in a PHP error. Fixes https://github.com/owncloud/core/issues/19542
* save excluded groups in json format - fixes #10983Thomas Müller2015-10-011-1/+1
|
* [settings] make it less staticMorris Jobke2015-09-301-1/+1
|
* Add option to disable autocomplete in share dialogMorris Jobke2015-09-231-0/+1
|
* Replace server status message about transitional file locking with setup ↵Robin Appelman2015-09-031-4/+6
| | | | warnings
* Merge pull request #17994 from owncloud/server-statusRobin McCorkell2015-07-301-1/+1
|\ | | | | correct order and capitalization of 'Server status' admin settings entry
| * correct order and capitalization of 'Server status' admin settings entry, ↵Jan-Christoph Borchardt2015-07-301-1/+1
| | | | | | | | fix #17395
* | [admin settings] only retrieve log file size if file existsMorris Jobke2015-07-291-1/+4
|/ | | | * fixes #17467
* Allow classes in <h2> tagsLukas Reschke2015-07-261-2/+2
| | | | Previously something like `<h2 class="inlineblock"><?php p($l->t('Some title')) ?></h2>` was shown as `<h2 class="inlineblock">Some title` within the sidebar instead as `Some Title` due to the fact that the regex was catching these classes but was not properly running the string replace function.
* update license headers and authorsMorris Jobke2015-06-251-0/+2
|
* Check for redis to be 2.2.5+Joas Schilling2015-06-021-4/+15
|
* Adding information on file locking status to admin sectionThomas Müller2015-06-011-0/+8
|
* Display the module settings in the list of the encryption modulesJoas Schilling2015-05-041-2/+8
|
* Can't use function return value in write contextJoas Schilling2015-04-271-1/+2
|
* Make getDefaultModuleId public and get module protectedJoas Schilling2015-04-271-6/+2
|
* Merge pull request #15617 from mmattel/getenv_system_check_and_warningThomas Müller2015-04-231-0/+3
|\ | | | | Checks if getenv returns proper system environment variable results
| * Checks if getenv returns proper system variable resultsroot2015-04-231-0/+3
| | | | | | | | | | | | | | | | | | | | Updated texts and changed the variable name to match the query Updated text + info which path for php config is used removed the term ownCloud and squashed the commits Updated text
* | Fix potential undefined variableJoas Schilling2015-04-181-2/+2
| |
* | fix capitalization for server-side encryption and email server, fix #15642Jan-Christoph Borchardt2015-04-171-2/+2
| |
* | always create a new instance of the encryption moduleBjoern Schiessle2015-04-171-4/+4
| |
* | allow user to start migration in admin settings if no external user ↵Bjoern Schiessle2015-04-161-0/+4
| | | | | | | | back-ends are enabled
* | add migration script from old encryption to new oneBjoern Schiessle2015-04-161-0/+1
|/
* Adding app icon and fixing admin settingThomas Müller2015-04-071-5/+7
|
* Fix link to the updaterJoas Schilling2015-03-271-0/+3
|
* Move federated cloud sharing, files externals and updater to special positionsJoas Schilling2015-03-271-2/+27
|
* Merge pull request #15234 from owncloud/encryption2_coreThomas Müller2015-03-261-0/+18
|\ | | | | core part of encryption 2.0
| * implement basic encryption functionallity in core to enable multiple ↵Bjoern Schiessle2015-03-261-0/+18
| | | | | | | | encryption modules
* | Merge pull request #15228 from owncloud/add-missing-navigation-for-tips-n-tricksThomas Müller2015-03-261-0/+1
|\ \ | | | | | | Add navigation entry for tips and tricks setion