Commit Graph

706 Commits (f67123c5a498e45a08900987b10779c7c60af601)

Author SHA1 Message Date
Thomas Müller c93ddf77b9 Use composer autoloader to load Patchwork 11 years ago
Adam Williamson 0e3f2055d2 use Composer autoloader not OC for non-Composer 3rdparty (#9643) 11 years ago
Lukas Reschke 233c49f4b9 Make supported DBs configurable within config.php 11 years ago
Robin Appelman 0b96297783 Use the TempManager to handle temporary files 11 years ago
Thomas Müller 2814a294c8 call initPaths() right before the server is instantiated 11 years ago
Thomas Müller d9907b6fa3 move some deprecated usage of OC_Config and OC_AppConfig to \OC::server 11 years ago
Robin Appelman 9fd234f63f Log some additional events 11 years ago
Robin Appelman 1e69f5e7ac Log some basic events 11 years ago
Lukas Reschke 4893d2c0ed Show login again instead of JSON if CSRF check fails 11 years ago
Thomas Müller bb18fe1384 send browsers timezone back tp the server on login 11 years ago
Lukas Reschke d0d3b7457b Move BasicAuth check to "isLoggedIn()" 11 years ago
Robin Appelman 6fa3280c2a Inject config into checkserver and cleanup tests 11 years ago
Lukas Reschke c19bc1917b Move basic auth check 11 years ago
Thomas Müller 59209e0f2b use intl's native normalizer_normalize() in case the module is available 11 years ago
kondou 69f2c0544e Refresh if maintenance mode is over 11 years ago
Lukas Reschke 2590a4dc85 Append port to trusted domain in case it's not 80 or 443 11 years ago
Vincent Petry d6bfd90bf8 Do not load extra user backends when an upgrade is due 11 years ago
Lukas Reschke c9afa60f62 Move trusted domain check to init() 11 years ago
Lukas Reschke 63a90a129b Use proper RNG generator 11 years ago
Robin Appelman 3c618a0252 Also setup the filesystem when matching routes 11 years ago
Robin Appelman a9a37b5363 Don't automatically setup the filesystem the moment we load OC\Files\FileSystem 11 years ago
Robin Appelman d0266c0bf8 Use public api for getting l10n 11 years ago
Jörn Friedrich Dreyer f687794a4a be correct in deprecation documentation 11 years ago
Jörn Friedrich Dreyer f551917a3c kill OC::$session 11 years ago
Georg Ehrke f82b788ba5 add moment.js 11 years ago
Lukas Reschke 97b536e3df Add a trusted domain wizard 11 years ago
Lukas Reschke ea2a45f19d Remove loadAppScriptFile 11 years ago
Lukas Reschke c33d1cacd4 Add a copied_sample_config switch 11 years ago
Lukas Reschke 5bb4772858 Move authentication failed logging to checkPassword 11 years ago
Lukas Reschke a4a897d26d Remove ability to trigger DEBUG mode via cookie 11 years ago
Jörn Friedrich Dreyer fd798fd982 update deprecation docs 11 years ago
Clark Tomlinson 691306cf4e Removing ini charset override due to shared hosting issues 11 years ago
gekmihesg 578a57f0fb Load authentication backends before tryBasicAuth 11 years ago
marc0s f2e20757f6 Fix checking of NULL or empty OC::$THIRDPARTYROOT/OC::$THIRDPARTYWEBROOT 11 years ago
Victor Dubiniuk eb9bd200fa Replace exit with return 11 years ago
Victor Dubiniuk 31e7fdb9bf Fix silent crash if 3rdparty dir is not available 11 years ago
Andreas Fischer a8fbc709ce Add registerAutoloaderCache(). 11 years ago
Andreas Fischer 9be8ac5867 Memcache\Factory: Remove static, use globalPrefix. 11 years ago
Andreas Fischer da391b8932 InstanceId is properly injected into factory. Remove comment. 11 years ago
Jörn Friedrich Dreyer ec7a10f882 reorder if statements to remove negation, indentation correction 11 years ago
Thomas Müller 07dc0b2fdf setting and checking default_charset in php.ini to be UTF-8 11 years ago
Thomas Müller 176ecbd311 ownCloud users are exported as address book 11 years ago
Thomas Müller 2594fb80aa don't silently exit in cli-mode in case ownCloud in not yet installed 11 years ago
Lukas Reschke 1c16d012ab Remove uneeded `strip_tags` 11 years ago
Andreas Fischer bfd59bddf4 Extract Auth Header logic into new function handleAuthHeaders(). 11 years ago
Andreas Fischer fafed17c60 Deduplicate user/password extraction from alternative HTTP headers. 11 years ago
Joas Schilling 5d3e1bc023 Only calculate the WEBROOT from scriptName if it contains $SUBURI 11 years ago
Bjoern Schiessle 3c45925e74 fix hook names 11 years ago
Volkan Gezer ae68a773c0 more strings to translate in utils also some fixes in defaults 11 years ago
Vincent Petry a120d6e9a3 Bring back loadApps() in base.php 11 years ago