Commit Graph

613 Commits (71e1d919de274e30aa043dc6cae67d4e993b2f26)

Author SHA1 Message Date
scolebrook 954d5b27ff use custom logfile path if defined, otherwise use default of owncloud.log in data directory 11 years ago
Morris Jobke dc36d30953 Remove all occurences of @brief and @returns from PHPDoc 11 years ago
Robin McCorkell bd3bf4b507 Change parameter order of implode 11 years ago
ringmaster 75bc25f906 Allow apps to create custom session handlers. 11 years ago
Thomas Müller 3cd32dcb7c adding X-Robots-Tag to all responses of ownCloud + move addSecurityHeaders() to OC_Response, which seems to be a more reasonable place 11 years ago
Lukas Reschke fd5b2d11d6 Rename issubdirectory to isSubDirectory 11 years ago
Thomas Müller 6935364b33 add class Pimple to autloader 11 years ago
Lukas Reschke 1d9ac38da6 Remove an added t by the github webeditor 11 years ago
Lukas Reschke 7a8bfeae6e Grammatical fixes 11 years ago
Lukas Reschke b6612ef04a Clarify the trusted_domain error page 11 years ago
Volkan Gezer ff0dab6e92 This adds one more missing untranslated text from lib/share 11 years ago
Lukas Reschke e88731a477 Some more PHPDoc fixes 11 years ago
Lukas Reschke c123dc7de4 Fix typo 11 years ago
Lukas Reschke 387d46cb98 Typo + Line breaks 11 years ago
Lukas Reschke df67a04385 Move security headers to base.php 11 years ago
Thomas Müller 647abe512b reduce code duplication, fix parse error, prevent page reload on hitting enter while changing the display name - refs #8085 11 years ago
josh4trunks 5b402aa846 Fixed Typo 11 years ago
josh4trunks a266144750 Don't always $cookie_path, only set it when needed 11 years ago
josh4trunks d1106f1749 cookie would be useless if value is not set 11 years ago
josh4trunks 63df8354da Don't to set the cookie it wasn't needed. 11 years ago
josh4trunks 4ddf5d92f2 Fixes login / logout when HTTP Basic Headers are avilable. 11 years ago
Bjoern Schiessle b602662578 add a "helper" and a "hooks" class. Move constants needed by multiple classes 11 years ago
Thomas Müller 96e6cb3db4 all authentication apps are loaded at first - everything else relies on these apps 11 years ago
Vincent Petry b619ff6076 Return 503 when a config/data dir error exists 11 years ago
Robin Appelman a8eb7a5092 Allow setting the config dir to use as enviroment variable for phpunit 11 years ago
Georg Ehrke 8048868bd7 use preDelete instead of postDelete hook 11 years ago
Robin Appelman 26793e1f94 switch OC::getRouter usages to OC::$server->getRouter 11 years ago
Robin Appelman 8ab7d18a6a Move the router classes to a namespace and expose it with a public interface 11 years ago
Vincent Petry 421cff00bd Show warning page when accessing server from an untrusted domain 11 years ago
Thomas Müller 1291303c5a Replace OC.Router.generate() with OC.generateUrl() 11 years ago
kondou da19109f40 Config to disable basic_auth username chacking 11 years ago
Thomas Müller fbea02bebb kill $coreStyles and $coreScripts 11 years ago
Thomas Müller bf22ed7bdb kill old minimizer code 11 years ago
Jan-Christoph Borchardt 3e2c56157b reduce width of searchbox on mobile, fix overlap, fix #7282 11 years ago
Jörn Friedrich Dreyer 2a6a9a8cef polish documentation based on scrutinizer patches 11 years ago
Thomas Müller 79fc4f3126 Within OC:init() the minimum set of apps is loaded - which is filesystem, authentication and logging 11 years ago
Thomas Müller 0db5fead8e remove some more global variable $RUNTIME_NOAPPS 11 years ago
Thomas Müller afbe50d09c remove global variable $RUNTIME_NOAPPS - it's just superfluous 11 years ago
Bjoern Schiessle cf5277b558 also load error handler if debugging is enabled 11 years ago
Jan-Christoph Borchardt 25e9b7a742 add icons.css file, first step to get rid of %webroot% 11 years ago
Robin Appelman 164915a3f8 Move test config folder to tests/config 11 years ago
Robin Appelman 6b4c3df087 Load a separate config (if present) when running unit tests 11 years ago
Vincent Petry 350214c609 Added Javascript unit tests 11 years ago
Thomas Müller c3829dfa61 rename user-id to loginname to stay consistent 11 years ago
Thomas Müller e0bd7e145c Remove @ in order to get proper error handling 11 years ago
Thomas Müller 214aecac78 require composer's autoload.php if present 11 years ago
Robin Appelman 4c45c6f418 dont try to register background jobs if we haven't upgraded yet 11 years ago
Arthur Schiwon f26ba5846d coding style 11 years ago
Arthur Schiwon dcfda5c2a9 coding style 11 years ago
Arthur Schiwon 91d6a6dd7c On webdav sesssions, loginname was compared to username which does not need to match necessarily 11 years ago