Commit Graph

608 Commits (a7ae2e874a28aed2c190840634db50a19ab1d2e7)

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