Commit Graph

106 Commits (b5fad75e579b9aeada87e63b4e7866956e1e20ff)

Author SHA1 Message Date
Bjoern Schiessle ff9c85ce60 implement basic encryption functionallity in core to enable multiple encryption modules 10 years ago
Joas Schilling cd09b949a6 Add navigation entry for tips and tricks setion 10 years ago
Jenkins for ownCloud b585d87d9d Update license headers 10 years ago
Jan-Christoph Borchardt 6d384e5f7c consolidate all admin warnings and notices into one section 10 years ago
Lukas Reschke 9926cb36de Remove unused section 10 years ago
Lukas Reschke bbd5f28415 Let users configure security headers in their Webserver 10 years ago
Lukas Reschke b6d8a48ce1 Add detection for invalid CLI configuration for settings page 10 years ago
Morris Jobke 06aef4e8b1 Revert "Updating license headers" 10 years ago
Lukas Reschke 06cf93e6ee Move UTF-8 check to setup 10 years ago
Jenkins for ownCloud 6a1a4880f0 Updating license headers 10 years ago
Lukas Reschke b701bbd8c5 Use APCu only if available in version 4.0.6 and higher 10 years ago
Lukas Reschke 886bda5f81 Refactor OC_Request into TrustedDomainHelper and IRequest 10 years ago
Frank Karlitschek 828d7d6cf5 add a Windows warning 10 years ago
Morris Jobke 7b9343f385 fix typo - caused by 3d997e8c62 10 years ago
Georg Ehrke f579f2bd94 add Download logfile button to admin settings 10 years ago
Joas Schilling 3d997e8c62 Fix incorrect warning about setting the overwrite.cli.url 10 years ago
Joas Schilling 539c0aeb04 Add an option to disallow sending sharing emails to non-owncloud users 10 years ago
Lukas Reschke 8b9cc5c25b Remove unexisting `htAccessWorkinght` 10 years ago
Lukas Reschke 2b76227180 Check for working .htaccess via AJAX 10 years ago
Lukas Reschke 1b0bc2e099 PHP 5.4 is now required for master 10 years ago
Lukas Reschke fc116f563f Allow read-only configuration 10 years ago
Joas Schilling 64421d76fd Deduplicate function by moving it to the OC_Helper 10 years ago
Joas Schilling e32968cfce Remove exec() call with invalid name on windows 10 years ago
Arthur Schiwon c5c74792d1 add 'namespace' for automatically created navigation divs, fixes #12080 10 years ago
Lukas Reschke e73ccbd4ca Migrate "setsecurity.php" to the AppFramework 11 years ago
Thomas Müller 1076a77840 fix loading of more log entries 11 years ago
Thomas Müller d9db791c67 introduce sidebar for admin page 11 years ago
Lukas Reschke 2d2a4741ce Make files non executable 11 years ago
Vincent Petry e65ceb08fc Moved WebDAV and internet checks to client side JS 11 years ago
Vincent Petry a064536ec1 Fixed select2 for admin and apps page 11 years ago
Vincent Petry 0d28ba0662 Added select2 on the apps page 11 years ago
Vincent Petry 4a27f4b8b5 Load select2 on admin page 11 years ago
Vincent Petry d23621536c Now using select2 for the groups excluded from sharing 11 years ago
Lukas Reschke c13a8acbb5 Don't show warning when has_internet_connection is set to false 11 years ago
Joas Schilling 64d64610d2 Add a note about overwritewebroot when using system cron 11 years ago
Thomas Müller 673a8bb2b8 only call exec() if allowed to 11 years ago
Thomas Müller 07dc0b2fdf setting and checking default_charset in php.ini to be UTF-8 11 years ago
Steffen Lindner 1b871da59e Fixes typo with sendmail detection - fixes #9203 11 years ago
Bjoern Schiessle 6578f00b4b unify share settings 11 years ago
Morris Jobke 25c676f203 simplify SQLite warning 11 years ago
Morris Jobke f88482355f check for user count and files count 11 years ago
Bjoern Schiessle 8e583f55dc set "allow users to send mail notification for shared files default" setting to "no" now that we have the activity app 11 years ago
Morris Jobke 68a4fd44e6 add notification on admin page 11 years ago
Bjoern Schiessle 12338e0ef0 allow admin to disable sharing for specific groups of users 11 years ago
Bjoern Schiessle b6e14af861 allow admin to enforce passwords for public link shares 11 years ago
Thomas Tanghus 287c8981bc Check if ReflectionMethod::getDocComment is working 11 years ago
Bjoern Schiessle 6650be9913 add setting to set default expire date 11 years ago
Lukas Reschke e88731a477 Some more PHPDoc fixes 11 years ago
Joas Schilling e79a027e77 Always define sendmail_is_available 11 years ago
Thomas Müller f9279ac77a killing some more calls to OC_App::loadApps(); - because we load all apps in handleRequest() 11 years ago