Commit Graph

561 Commits (742f54b6d556797bbef2847e546861de0008a28a)

Author SHA1 Message Date
Jörn Friedrich Dreyer 2a6a9a8cef polish documentation based on scrutinizer patches 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
Vincent Petry df1a404466 Fix webroot for update page 11 years ago
Morris Jobke 9c4bbf9ad7 Revert "Revert "Fix user's displayName being overwritten by (old) cookie"" 11 years ago
Morris Jobke eba35d28cd Revert "Fix user's displayName being overwritten by (old) cookie" 11 years ago
Nico Kaiser 2a7380cc21 Fix user's displayName being overwritten by (old) cookie 11 years ago
Robin Appelman 71c1327691 Add "single user mode" which restricts access to users in the admin group 11 years ago
Robin Appelman 317d421874 provide more cli friendly error messages 11 years ago
Georg Ehrke 49cd5dad24 add trash bin and file versions delete hooks in OC::registerPreviewHooks 12 years ago
Bart Visscher a6d8854d2a Make working en_US.UTF-8 locale a hard requirement 12 years ago
Thomas Müller 4f24d4ba01 display the exception instead of meaningless message 12 years ago
Thomas Mueller eb3c5070c0 replace template function link_to_docs() with \OC_Helper::linkToDocs() 12 years ago
Andreas Fischer b6bb2b26dd Make "Please contact your system administrator" a full sentence. 12 years ago
Ramiro Aparicio 3a81c8e3af Changed update message to be more instructive, changed update style to be less aggresive 12 years ago
Vincent Petry c186f33428 Remove WebDAV redirect from the root path 12 years ago
Vincent Petry 086b82bd69 Fixed sharing dropdown placeholders in IE8/9 12 years ago
Andreas Fischer f5e2b92688 Only use autoloader cache when 'instanceid' is available. 12 years ago
Andreas Fischer eb6637682e Inject memoryCache into Autoloader. Remove recursion-prevention hack. 12 years ago
Thomas Müller 148d2616e5 introduce link_to_docs() and migrate links 12 years ago
Arthur Schiwon 33c4747fdf Use display name from magic cookie, fixes #4884 12 years ago
Tom Needham 6f8dd54788 Include exception message in log entry when session fails to start 12 years ago
Tom Needham cf7ea4bec5 Handle ownCloud logging when data dir not created 12 years ago
Tom Needham cb110c0679 Log the session exception when ownCloud is not installed 12 years ago
Axel Roenn 9b0454380c changed the argument to false for getValue , reformated else statement 12 years ago
Thomas Müller fda37ea09c PHPDoc added 12 years ago
Thomas Müller 621ab1c7ee fixing various PHPDoc comments 12 years ago
Thomas Müller 8c77cd1901 remove obsolete function login() 12 years ago
Thomas Müller 4cecede13d code cleanup - remove special case for webdav in handleApacheAuth() 12 years ago
Thomas Müller d8ada370d7 Squashed commit of the following: 12 years ago
Thomas Müller 9c9dc276b7 move the private namespace OC into lib/private - OCP will stay in lib/public 12 years ago
Bjoern Schiessle c486fc7608 introduce OC_Util::rememberLoginAllowed() 12 years ago
Bjoern Schiessle b693b5085c don't remember login if the encrypion app is enabled because the user 12 years ago
Thomas Tanghus 09d043729a Note to self 2: Do as you preach. Test! 12 years ago
Thomas Tanghus 79cd655920 Note to self: Test before pushing!!! 12 years ago
Thomas Tanghus 534933ee9b Use new emitter system 12 years ago
Thomas Tanghus fe86182dac OC_Cache namespace changes and add UserCache to server container. 12 years ago
Thomas Müller 5d4e9e0d25 /OC/Server has created too early causing issues with config operations as OC:$SERVERPATH was not yet initialized 12 years ago
Bart Visscher 8ae612f693 Move core setup code to controller class 12 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. 12 years ago