summaryrefslogtreecommitdiffstats
path: root/settings/admin.php
Commit message (Expand)AuthorAgeFilesLines
* Add an option to disallow sending sharing emails to non-owncloud usersJoas Schilling2014-12-091-0/+1
* Remove unexisting `htAccessWorkinght`Lukas Reschke2014-12-081-1/+1
* Check for working .htaccess via AJAXLukas Reschke2014-12-061-2/+0
* PHP 5.4 is now required for masterLukas Reschke2014-12-041-2/+1
* Allow read-only configurationLukas Reschke2014-11-251-0/+1
* Deduplicate function by moving it to the OC_HelperJoas Schilling2014-11-201-17/+1
* Remove exec() call with invalid name on windowsJoas Schilling2014-11-191-1/+1
* Merge pull request #12110 from owncloud/fix-12080Thomas Müller2014-11-121-1/+1
|\
| * add 'namespace' for automatically created navigation divs, fixes #12080Arthur Schiwon2014-11-121-1/+1
* | Migrate "setsecurity.php" to the AppFrameworkLukas Reschke2014-11-031-1/+2
|/
* fix loading of more log entriesThomas Müller2014-10-301-1/+1
* introduce sidebar for admin pageThomas Müller2014-10-301-67/+95
* Make files non executableLukas Reschke2014-10-241-0/+0
* Moved WebDAV and internet checks to client side JSVincent Petry2014-09-231-5/+4
* Fixed select2 for admin and apps pageVincent Petry2014-09-101-1/+2
* Added select2 on the apps pageVincent Petry2014-09-091-1/+2
* Load select2 on admin pageVincent Petry2014-09-091-0/+2
* Now using select2 for the groups excluded from sharingVincent Petry2014-09-091-15/+1
* Don't show warning when has_internet_connection is set to falseLukas Reschke2014-09-051-1/+1
* Add a note about overwritewebroot when using system cronJoas Schilling2014-08-181-6/+9
* Merge pull request #9890 from owncloud/check-php-charset-masterThomas Müller2014-08-111-0/+1
|\
| * setting and checking default_charset in php.ini to be UTF-8Thomas Müller2014-07-251-0/+1
* | only call exec() if allowed toThomas Müller2014-07-291-3/+5
|/
* Fixes typo with sendmail detection - fixes #9203Steffen Lindner2014-06-301-1/+1
* unify share settingsBjoern Schiessle2014-06-051-1/+1
* Merge pull request #8840 from owncloud/share_settingsThomas Müller2014-06-031-1/+1
|\
| * set "allow users to send mail notification for shared files default" setting ...Bjoern Schiessle2014-06-031-1/+1
* | simplify SQLite warningMorris Jobke2014-06-031-21/+1
* | check for user count and files countMorris Jobke2014-06-031-3/+22
* | add notification on admin pageMorris Jobke2014-06-031-0/+5
|/
* Merge pull request #7614 from owncloud/test_annotations_workingThomas Müller2014-05-301-0/+1
|\
| * Merge branch 'master' into test_annotations_workingThomas Müller2014-05-191-0/+1
| |\
| * | Check if ReflectionMethod::getDocComment is workingThomas Tanghus2014-05-091-0/+1
* | | allow admin to disable sharing for specific groups of usersBjoern Schiessle2014-05-221-0/+18
| |/ |/|
* | allow admin to enforce passwords for public link sharesBjoern Schiessle2014-05-161-0/+1
|/
* add setting to set default expire dateBjoern Schiessle2014-04-241-0/+4
* Some more PHPDoc fixesLukas Reschke2014-04-211-1/+1
* Always define sendmail_is_availableJoas Schilling2014-04-091-3/+1
* Merge pull request #7107 from owncloud/load-apps-proper-masterThomas Müller2014-03-281-1/+0
|\
| * killing some more calls to OC_App::loadApps(); - because we load all apps in ...Thomas Müller2014-03-251-1/+0
* | Merge branch 'master' of https://github.com/owncloud/core into last_cron_logkondou2014-03-211-0/+19
|\|
| * Use command -v to check for sendmailJoas Schilling2014-03-121-1/+15
| * Hide QMail when not selected and hide sendmail when not available on the serverJoas Schilling2014-03-051-0/+5
* | Log last cron executionkondou2014-03-121-0/+2
|/
* Add option to change email settings in admin sectionJoas Schilling2014-02-181-0/+10
* lower required php version to 5.3.3Frank Karlitschek2013-12-041-0/+1
* Update error messagesBart Visscher2013-11-151-1/+1
* Merge branch 'master' into sharing_mail_notification_masterBjoern Schiessle2013-09-051-2/+2
|\
| * Merge branch 'master' into clean_up_utilkondou2013-08-201-1/+1
| |\
| * | Fix some naming and spacing in lib/util.phpkondou2013-08-181-2/+2