Commit Graph

555 Commits (129bfad204b7e861533ae1cd99fcf8f441b9d4b3)

Author SHA1 Message Date
ringmaster 2910486979 Allow apps to create custom session handlers. 12 years ago
Lukas Reschke 283a8b9624 Clarify the trusted_domain error page 12 years ago
Lukas Reschke dacacacc4f Revert "Clarify the trusted_domain error page" 12 years ago
Lukas Reschke 4f9a5c9d3c Clarify the trusted_domain error page 12 years ago
Lukas Reschke 9f1788f202 Backport of #8183 to stable6 13 years ago
Vincent Petry d85d3a4493 Return 503 when a config/data dir error exists 13 years ago
Vincent Petry 9b6b02af6d Show warning page when accessing server from an untrusted domain 13 years ago
Jan-Christoph Borchardt c096c6edc3 add icons.css file, first step to get rid of %webroot% 13 years ago
Bjoern Schiessle 34069e00c4 also load error handler if debugging is enabled 13 years ago
Thomas Müller 9a1cbabdd6 rename user-id to loginname to stay consistent 13 years ago
Robin Appelman 0a0d89296b dont try to register background jobs if we haven't upgraded yet 13 years ago
Vincent Petry dd7b074dfa Fix webroot for update page 13 years ago
Arthur Schiwon c770089b50 coding style 13 years ago
Arthur Schiwon afaac05f61 coding style 13 years ago
Arthur Schiwon aba8199a82 On webdav sesssions, loginname was compared to username which does not need to match necessarily 13 years ago
Nico Kaiser 7eb505e6dd Fix user's displayName being overwritten by (old) cookie 13 years ago
Robin Appelman 71c1327691 Add "single user mode" which restricts access to users in the admin group 13 years ago
Robin Appelman 317d421874 provide more cli friendly error messages 13 years ago
Georg Ehrke 49cd5dad24 add trash bin and file versions delete hooks in OC::registerPreviewHooks 13 years ago
Bart Visscher a6d8854d2a Make working en_US.UTF-8 locale a hard requirement 13 years ago
Thomas Müller 4f24d4ba01 display the exception instead of meaningless message 13 years ago
Thomas Mueller eb3c5070c0 replace template function link_to_docs() with \OC_Helper::linkToDocs() 13 years ago
Andreas Fischer b6bb2b26dd Make "Please contact your system administrator" a full sentence. 13 years ago
Ramiro Aparicio 3a81c8e3af Changed update message to be more instructive, changed update style to be less aggresive 13 years ago
Vincent Petry c186f33428 Remove WebDAV redirect from the root path 13 years ago
Vincent Petry 086b82bd69 Fixed sharing dropdown placeholders in IE8/9 13 years ago
Andreas Fischer f5e2b92688 Only use autoloader cache when 'instanceid' is available. 13 years ago
Andreas Fischer eb6637682e Inject memoryCache into Autoloader. Remove recursion-prevention hack. 13 years ago
Thomas Müller 148d2616e5 introduce link_to_docs() and migrate links 13 years ago
Arthur Schiwon 33c4747fdf Use display name from magic cookie, fixes #4884 13 years ago
Tom Needham 6f8dd54788 Include exception message in log entry when session fails to start 13 years ago
Tom Needham cf7ea4bec5 Handle ownCloud logging when data dir not created 13 years ago
Tom Needham cb110c0679 Log the session exception when ownCloud is not installed 13 years ago
Axel Roenn 9b0454380c changed the argument to false for getValue , reformated else statement 13 years ago
Thomas Müller fda37ea09c PHPDoc added 13 years ago
Thomas Müller 621ab1c7ee fixing various PHPDoc comments 13 years ago
Thomas Müller 8c77cd1901 remove obsolete function login() 13 years ago
Thomas Müller 4cecede13d code cleanup - remove special case for webdav in handleApacheAuth() 13 years ago
Thomas Müller d8ada370d7 Squashed commit of the following: 13 years ago
Thomas Müller 9c9dc276b7 move the private namespace OC into lib/private - OCP will stay in lib/public 13 years ago
Bjoern Schiessle c486fc7608 introduce OC_Util::rememberLoginAllowed() 13 years ago
Bjoern Schiessle b693b5085c don't remember login if the encrypion app is enabled because the user 13 years ago
Thomas Tanghus 09d043729a Note to self 2: Do as you preach. Test! 13 years ago
Thomas Tanghus 79cd655920 Note to self: Test before pushing!!! 13 years ago
Thomas Tanghus 534933ee9b Use new emitter system 13 years ago
Thomas Tanghus fe86182dac OC_Cache namespace changes and add UserCache to server container. 13 years ago
Thomas Müller 5d4e9e0d25 /OC/Server has created too early causing issues with config operations as OC:$SERVERPATH was not yet initialized 13 years ago
Axel Roenn 7810e27dad Changed default behaviour to not log IP address in case of an auth failure. Can be configured in OC conf now. 13 years ago
Axel Roenn 0cd6473909 On an auth failure the uid and the IP address should be logged to the standard log file. 13 years ago
Thomas Müller e9849270e3 Revert "fixes #4574" 13 years ago