Commit Graph

625 Commits (8a6063ff076cba636f4049298d00cd592f2dbdb6)

Author SHA1 Message Date
Jan-Christoph Borchardt 7177d3a496 first step of infield label removal, fix login screen 11 years ago
Arthur Schiwon b15a5a7ca0 undo lastLogin changes in base and user/user as this has now been properly done in #8681 11 years ago
Arthur Schiwon 57ffaddf26 add Last Login column 11 years ago
Thomas Müller f03a3d9d05 remove legacy OC_Filesystem being used in a hook callback 11 years ago
Vincent Petry 02f682b156 Now showing disabled apps as upgrade status line 11 years ago
Vincent Petry 146583a98d Added update overview page 11 years ago
Lukas Reschke c03e7fcfa9 Clarify comment 11 years ago
Arthur Schiwon 2c89962919 clean up tryRememberLogin and save the timestamp of users last login 11 years ago
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
Lukas Reschke e1e1009ccc Redirect to index if the logout link is accessed without valid session 11 years ago
Lukas Reschke 73b914ddbc Add CSRF check on login and logout 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