Commit Graph

770 Commits (01ea056ac8ad46ea59c56ca8c9aa7e7c90564bc4)

Author SHA1 Message Date
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
Axel Roenn 0cd6473909 On an auth failure the uid and the IP address should be logged to the standard log file. 12 years ago
Thomas Müller e9849270e3 Revert "fixes #4574" 12 years ago
kondou 76b1b5b6a3 Provide 'enable_avatars' in config.php, to disable avatars 12 years ago
Bart Visscher 0aba549e7f Use more object oriented way for console commands 12 years ago
Arthur Schiwon 7d398ba622 Use the real username in preferences and magic cookie instead of case-insensitive user input. Fixes 4616. 12 years ago
Jan-Christoph Borchardt 9c23ed580a move CSS for browser-specific fixes out of styles.css into new fixes.css 12 years ago
Jan-Christoph Borchardt cc8e19ad11 move CSS for apps out of styles.css into new apps.css 12 years ago
kondou 0c708be76b Use defaultavatars 12 years ago
Bart Visscher 3fd2df4088 Only enable logrotate when configured. Also rotate size is settable. 12 years ago
Bart Visscher 42f3ecb60f Check for installed state before registering the logrotate background job 12 years ago
Bart Visscher b5e2842e00 Very simple log rotation 12 years ago
Stephane Martin 81a45cfcf1 fixes #4574 12 years ago
Thomas Müller ba029ef4b2 initial setup of the server container 12 years ago
kondou 65d802329f Fix some naming and spacing in lib/util.php 12 years ago
kondou 9c5416fe4a Clean up \OC\Util 12 years ago
Thomas Tanghus ca495758bd Fix octemplate string escaping. 12 years ago
Robin Appelman 10d3e63ce5 add quota streamwrapper that limits the amount of data that can be written to a stream 12 years ago
Jan-Christoph Borchardt 93b227d803 shorten wording on config directory errors 12 years ago
Bart Visscher aa22194a09 In debug mode uncaught exceptions should display a nice page 12 years ago
Bart Visscher 49fca86f3c Cleanup error generation in base.php 12 years ago
Bart Visscher 7d86e262e1 Use autoloader for Patchwork/PHP/Shim/Normalizer 12 years ago
Björn Schießle 9b9ea7cd8e Merge https://github.com/owncloud/core/pull/3827 12 years ago
Bart Visscher 2db839c4d3 Move error handlers from OC_Log to OC\Log\ErrorHandler 12 years ago
Bart Visscher 57370353ad Check if the app is enabled and the app path is found before trying to load the script file 12 years ago
Bart Visscher 9a50a8f0cc Don't load the apps when we need to upgrade 12 years ago
Thomas Mueller 3b91ce695f session_life_time -> session_lifetime 12 years ago
Thomas Mueller 794c189650 session life time is now configurable and set to the same value 12 years ago
Florian Scholz b1fd9b3907 - add slash if webroot is an empty string 12 years ago
Victor Dubiniuk fbbb6ef8ef Init dummy session first 12 years ago
Florian Scholz efea868704 - removed slash-adding for logout-header-redirect 12 years ago
Thomas Tanghus 9cd6645037 Move comment and set requesttoken. 12 years ago
Thomas Tanghus 901b1150ff Replacement for jquery.dialog to fit better with ownCloud design. 12 years ago
Robin Appelman b8b0b7606a initialize the session earlier 12 years ago
Thomas Tanghus ad5c4bf771 Cleanup hacke v.2 12 years ago
Thomas Tanghus e21649ccff Revert "Clean up hack." 12 years ago