summaryrefslogtreecommitdiffstats
path: root/lib/base.php
Commit message (Expand)AuthorAgeFilesLines
* Use the TempManager to handle temporary filesRobin Appelman2015-01-081-1/+2
* Merge pull request #10440 from owncloud/enforce-debugClark Tomlinson2014-08-151-7/+0
* Remove uneeded `strip_tags`Lukas Reschke2014-07-221-2/+2
* Extract Auth Header logic into new function handleAuthHeaders().Andreas Fischer2014-07-221-20/+21
* Deduplicate user/password extraction from alternative HTTP headers.Andreas Fischer2014-07-221-16/+14
* Add deprecation notice to load* functionsLukas Reschke2014-06-141-5/+16
* Allow apps to create custom session handlers.ringmaster2014-06-031-2/+11
* Clarify the trusted_domain error pageLukas Reschke2014-04-271-1/+1
* Revert "Clarify the trusted_domain error page"Lukas Reschke2014-04-271-1/+1
* Clarify the trusted_domain error pageLukas Reschke2014-04-271-1/+1
* Backport of #8183 to stable6Lukas Reschke2014-04-181-0/+29
* Return 503 when a config/data dir error existsVincent Petry2014-03-201-0/+1
* Show warning page when accessing server from an untrusted domainVincent Petry2014-03-051-0/+16
* add icons.css file, first step to get rid of %webroot%Jan-Christoph Borchardt2014-02-061-0/+1
* also load error handler if debugging is enabledBjoern Schiessle2014-02-031-1/+2
* rename user-id to loginname to stay consistentThomas Müller2014-01-091-2/+2
* dont try to register background jobs if we haven't upgraded yetRobin Appelman2013-12-131-44/+45
* Merge pull request #6308 from owncloud/fix_webdav_session_login_user_comparisonblizzz2013-12-131-3/+3
|\
| * coding styleArthur Schiwon2013-12-111-0/+1
| * coding styleArthur Schiwon2013-12-111-1/+1
| * On webdav sesssions, loginname was compared to username which does not need t...Arthur Schiwon2013-12-111-4/+3
* | Fix webroot for update pageVincent Petry2013-12-131-0/+1
|/
* Fix user's displayName being overwritten by (old) cookieNico Kaiser2013-12-051-1/+0
* merge master into single-user-modeRobin Appelman2013-11-251-6/+21
|\
| * provide more cli friendly error messagesRobin Appelman2013-11-251-6/+21
* | Add "single user mode" which restricts access to users in the admin groupRobin Appelman2013-11-251-1/+18
|/
* Merge pull request #5773 from owncloud/fix-2152-masterThomas Müller2013-11-211-7/+1
|\
| * Make working en_US.UTF-8 locale a hard requirementBart Visscher2013-11-081-7/+1
* | add trash bin and file versions delete hooks in OC::registerPreviewHooksGeorg Ehrke2013-11-121-0/+2
* | display the exception instead of meaningless messageThomas Müller2013-11-041-8/+3
|/
* replace template function link_to_docs() with \OC_Helper::linkToDocs()Thomas Mueller2013-11-021-1/+1
* Merge pull request #5443 from owncloud/fix-autoloader-cachingBart Visscher2013-11-011-0/+8
|\
| * Only use autoloader cache when 'instanceid' is available.Andreas Fischer2013-10-221-5/+9
| * Inject memoryCache into Autoloader. Remove recursion-prevention hack.Andreas Fischer2013-10-221-1/+5
* | Make "Please contact your system administrator" a full sentence.Andreas Fischer2013-11-011-1/+1
* | Merge pull request #3889 from owncloud/apps_preloadMorris Jobke2013-10-281-1/+1
|\ \
| * | Don't load the apps when we need to upgradeBart Visscher2013-06-281-1/+1
* | | Merge pull request #5528 from frisco82/changeUpadateNotificationThomas Müller2013-10-241-2/+4
|\ \ \
| * | | Changed update message to be more instructive, changed update style to be les...Ramiro Aparicio2013-10-241-2/+4
* | | | Merge pull request #5507 from owncloud/webdav-removeredirectfromindexThomas Müller2013-10-241-1/+5
|\ \ \ \ | |/ / / |/| | |
| * | | Remove WebDAV redirect from the root pathVincent Petry2013-10-241-1/+5
| | |/ | |/|
* / | Fixed sharing dropdown placeholders in IE8/9Vincent Petry2013-10-231-0/+1
|/ /
* | introduce link_to_docs() and migrate linksThomas Müller2013-10-211-1/+1
* | Use display name from magic cookie, fixes #4884Arthur Schiwon2013-10-181-0/+1
* | Merge branch 'master' into fixing-appframework-masterThomas Müller2013-10-161-2/+8
|\ \
| * | Include exception message in log entry when session fails to startTom Needham2013-10-121-1/+1
| * | Handle ownCloud logging when data dir not createdTom Needham2013-10-111-6/+2
| * | Log the session exception when ownCloud is not installedTom Needham2013-10-111-3/+6
| * | Merge pull request #4780 from AxelRb/masterMorris Jobke2013-10-101-0/+7
| |\ \
| | * | changed the argument to false for getValue , reformated else statementAxel Roenn2013-10-101-3/+2