summaryrefslogtreecommitdiffstats
path: root/settings/templates/admin.php
Commit message (Collapse)AuthorAgeFilesLines
* fixes 1933 - the locale name is no longer part of the translation stringThomas Mueller2013-02-271-1/+4
|
* Merge pull request #1543 from owncloud/utf8-locale-masterThomas Müller2013-02-091-1/+1
|\ | | | | some systems use en_US.UTF8 instead of en_US.UTF-8
| * some systems use en_US.UTF8 instead of en_US.UTF-8Thomas Müller2013-02-081-1/+1
| |
* | Merge branch 'master' into fixing-1354-masterThomas Mueller2013-02-071-0/+14
|\| | | | | | | | | | | Conflicts: settings/admin.php settings/templates/admin.php
| * we get best results regarding mime type detection if we use fileinfo - let's ↵Thomas Mueller2013-02-041-1/+14
| | | | | | | | tell the admin about that
* | show webdav test results in admin section as wellThomas Mueller2013-02-071-0/+15
|/
* Spaces to tabsBart Visscher2013-01-161-141/+141
|
* Merge branch 'master' into fixing-unused-and-undefined-in-masterThomas Mueller2013-01-141-0/+27
|\
| * Removed uneeded HTML tagLukas Reschke2013-01-111-1/+1
| |
| * Add security section to admin menuLukas Reschke2013-01-111-0/+27
| | | | | | | | | | | | | | | | | | 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)
* | fixing <input> tagThomas Mueller2013-01-071-1/+1
|/
* [l18n] fixing typos in source textThomas Müller2012-12-191-100/+121
|
* add a check and a warning if setlocale is workingFrank Karlitschek2012-12-191-0/+14
|
* cleaning up the settings. standardize the format, add missing I10N and other ↵Frank Karlitschek2012-12-151-3/+4
| | | | small things. Yes. This is not perfect. But way better than before ;-)
* add a check and a warning if the ownClodu server is not able to establish ↵Frank Karlitschek2012-11-081-0/+14
| | | | http connections to the internet. The reason is that users complained that external filesystem support, the update checker, downloading of new apps or the nowledgebase don´t work and don´t know why.
* Checkstyle fixes: NoSpaceAfterCommaFelix Moeller2012-11-041-1/+1
|
* makes cron config layout similar to the sharing oneAlessandro Cosentino2012-09-161-6/+21
|
* structure the settings options a bit better.Frank Karlitschek2012-09-161-1/+5
|
* improve the documentation for the cron config a bitFrank Karlitschek2012-09-121-2/+2
|
* adding space between) and {Thomas Mueller2012-09-071-4/+4
|
* dont use shorthand php tagsRobin Appelman2012-09-011-1/+1
|
* translation support enhancedThomas Mueller2012-09-011-2/+4
|
* Add Share API settings to admin pageMichael Gapczynski2012-08-271-0/+28
|
* Change URL from gitorious to githubMichael Gapczynski2012-08-261-1/+1
|
* Backgroundjobs: Fix templateJakob Sack2012-08-121-3/+3
|
* Backgroundjobs: interface improvementsJakob Sack2012-08-121-5/+3
|
* Backgroundjobs: use correct var name in templateJakob Sack2012-08-101-4/+4
|
* Backgroundjobs: fix bugs in templateJakob Sack2012-08-101-4/+4
|
* Backgroundjobs: improve admin formJakob Sack2012-08-101-4/+4
|
* Add first version of backgroundjobs settingsJakob Sack2012-08-091-0/+13
|
* hide morelog button if there are no more log entries - bugfix for oc-1398Georg Ehrke2012-08-041-0/+3
|
* move the ownCloud version to admin which makes more sense. A normal user ↵Frank Karlitschek2012-06-291-0/+7
| | | | can´t update ownCloud anyways.
* check if the data directory is accessible via http. Show a big security ↵Frank Karlitschek2012-06-211-0/+15
| | | | warning if yes
* Make some apps compatibleLukas Reschke2012-06-111-1/+1
|
* The log message is not always shown in htmlBart Visscher2012-05-101-1/+1
| | | | The log message can also be logged with syslog, here we don't want to have html-entities. Also the log messages through json are displayed as text not html.
* merge log into adminRobin Appelman2012-04-161-2/+21
|
* make log level configurableRobin Appelman2011-10-161-2/+15
|
* allow apps to register form for the settings and admin pagesRobin Appelman2011-08-231-0/+9