Commit Graph

800 Commits (2fccfbe2789cbf41beba8f080a6721feaf7d50d2)

Author SHA1 Message Date
Georg Ehrke 745c3c64fa fix preview hooks, enable_previews default is true 11 years ago
Bjoern Schiessle 0d5c7a11e2 use hooks to update encryption keys instead of the storage wrapper if a file gets renamed/restored, as long as we 11 years ago
Hugo Gonzalez Labrador 3e647afbd4 Do not trigger preview hooks if enable_previews is false 11 years ago
Hugo Gonzalez Labrador 3a3a58f248 Do not trigger preview hooks if enable_previews is false 11 years ago
Lukas Reschke 9530e819eb Don't display errors and log them 11 years ago
Lukas Reschke 8a85d8bc17 Try to set required ini values in base.php 11 years ago
Robin Appelman d0ad69aa9c use the preSetup hook to ensure the encryption wrapper is applied correctly 11 years ago
Thomas Müller d9990c2b4e Delay initialization of the OC\Encryption\Update - introducing 'OC\Encryption\HookManager' 11 years ago
Bjoern Schiessle b25c06f576 detect system wide mount points correctly 11 years ago
Thomas Müller a33edcd2f0 Fix singe user mode on public.php - take two 11 years ago
Jörn Friedrich Dreyer 8964c5068c do not disclose information, show generic error on login page 11 years ago
Thomas Müller f05e19348d Fix single user check in case no user is logged in 11 years ago
Thomas Müller f099c9883e Adding check command to validate server environment - fixes #15429 11 years ago
Thomas Müller ba9a797eaa Encryption storage wrapper is enabled by default - necessary to detect encrypted files even if encryption was disabled after files have been encrypted - prevents data corruption 11 years ago
Bjoern Schiessle e4895bda01 add helper class accessible for encryption modules to ask for a list of users with access to a file, needed to apply the recovery key to all files 11 years ago
Thomas Müller 4db75e3407 Setting up the encryption wrapper in a setup hook - temporarily fixes the wrapping order 11 years ago
Thomas Müller dbdd754c3f Further cleanup of files_encryption 11 years ago
Bjoern Schiessle 937efe856d fix lib/private/encryption/util.php call 11 years ago
Robin Appelman bac9b54bef Add mount point to disable the encryption wrapper 11 years ago
Bjoern Schiessle ff9c85ce60 implement basic encryption functionallity in core to enable multiple encryption modules 11 years ago
Lukas Reschke 73af302d39 Remove custom `arg_separator.output` 11 years ago
Jenkins for ownCloud b585d87d9d Update license headers 11 years ago
Thomas Müller 843fef0490 Handle session initialization errors and display error page - fixes #15053 11 years ago
Joas Schilling 0bed187613 Stop executing, when 3rdparty is missing or apps directory is invalid 11 years ago
Thomas Müller 6c1a1234f8 Properly handle available databases at runtime and respect setup checks in command line as well 11 years ago
Thomas Müller 7181840665 Use occ to install ownCloud in autotest.sh 11 years ago
Robin McCorkell 0e4933e6d2 Refactor \OC\Memcache\Factory 11 years ago
Lukas Reschke bbd5f28415 Let users configure security headers in their Webserver 11 years ago
Lukas Reschke afb0d742b9 Simplify code 11 years ago
Lukas Reschke b6d8a48ce1 Add detection for invalid CLI configuration for settings page 11 years ago
Morris Jobke 06aef4e8b1 Revert "Updating license headers" 11 years ago
Lukas Reschke c1d7b22d08 Always load authentication apps 11 years ago
Thomas Müller 0a9b8242ee properly initialize OC::$WEBROOT and host name 11 years ago
Thomas Müller bcd10d3dc5 implement command maintenance:install 11 years ago
Jenkins for ownCloud 6a1a4880f0 Updating license headers 11 years ago
Lukas Reschke 593681a4a9 Fix invalid `ini_set` directives 11 years ago
Lukas Reschke cd4c064ebf Revert "add debug log for memcache instantiation" 11 years ago
Lukas Reschke 1a41f8f6f9 Check if instance is not yet installed 11 years ago
Lukas Reschke cebf9f6a5a Incorporate review changes 11 years ago
Lukas Reschke 992164446c Add blackmagic due to cyclic dependency 🙈 11 years ago
Lukas Reschke 886bda5f81 Refactor OC_Request into TrustedDomainHelper and IRequest 11 years ago
Jörn Friedrich Dreyer 87db136508 add debug log for memcache instantiation 11 years ago
Lukas Reschke a7df23ceba Manually type-case all AJAX files 11 years ago
Morris Jobke 573aa196d4 Properly show the warning about the missing composer autoloader 11 years ago
Robin Appelman 8eda661761 Throw an exception when login is canceled by an app 11 years ago
Lukas Reschke 5f31207e84 Add some more sanity checks for maintenance mode 11 years ago
Lukas Reschke 1c75b73239 Verify authentication before initializing apps and routing 11 years ago
Jörn Friedrich Dreyer 606f802b7b move search results below filelist, show hint when results are off screen, use js plugin mechanism 11 years ago
Jörn Friedrich Dreyer 088323aad5 move code from js.js to search.js in the search app 11 years ago
Lukas Reschke 058324b80e Check basic auth header only for not-logged-in users 11 years ago