You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nextcloud-server/lib/private
Niklas Sombert 2d75914f2a Added support for extra backends (see pull request #5043) 13 years ago
..
appframework add PHPDoc for urlParams 13 years ago
archive
backgroundjob remove background jobs if they are failing 13 years ago
cache Merge branch 'master' into fixing-4546-master 13 years ago
connector/sabre Added support for extra backends (see pull request #5043) 13 years ago
db Remove OC_DB_StatementWrapper::numRows(). 13 years ago
fileproxy
files Merge pull request #6201 from owncloud/backgroundscan-reuse-etag 13 years ago
group remove unneeded ; in comment 13 years ago
hooks
l10n Merge branch 'master' into fixing-appframework-master 13 years ago
legacy Merge pull request #4796 from owncloud/config-no-catch 13 years ago
log remove passwords from logfile 13 years ago
memcache Merge remote-tracking branch 'owncloud/master' into fixing-3417-master 13 years ago
migration
minimizer
ocs Get rid of the SELECT query. Try UPDATE, on failure INSERT. 13 years ago
preview we better use 5MB (1024 * 1024 * 5 = 5242880) instead of 1MB. 13 years ago
search
session check if a $_SESSION entry exists before we try to remove it 13 years ago
setup fixing PHPDoc and spelling 13 years ago
template introduce OC_Helper::linkToDocs() 13 years ago
user On webdav sesssions, loginname was compared to username which does not need to match necessarily 13 years ago
vobject
activitymanager.php adding OC6 public API for activities 13 years ago
allconfig.php Also add default to the \OCP\IConfig interface 13 years ago
api.php Merge multiple failed third party responses when returning the result 13 years ago
app.php Fixed apps loading order 13 years ago
appconfig.php Fixed apps loading order 13 years ago
apphelper.php moving file to the right location 13 years ago
archive.php
arrayparser.php
avatar.php Avatar: accept OC_Image as in setParameter 13 years ago
avatarmanager.php Round out Avatar Public API 13 years ago
backgroundjob.php
cache.php
config.php use OC_Helper::linkToDocs() in lib/private/config.php 13 years ago
contactsmanager.php
davclient.php Fixed spaces 13 years ago
db.php Send "SET NAMES utf8" to MySQL for PHP below 5.3.6 13 years ago
defaults.php fix defaults.php doc 13 years ago
eventsource.php Fixed download file from URL error messages 13 years ago
filechunking.php fixes #5367 13 years ago
fileproxy.php Added test cleanup listener to detect untidy tests 13 years ago
files.php XSendfile and encryption don't work together 13 years ago
geo.php
group.php dispayNamesInGroup(s) should always return uid as key in the result attr, fixes #5209 13 years ago
helper.php External storage space is now not counted in total space 13 years ago
hintexception.php
hook.php Added test cleanup listener to detect untidy tests 13 years ago
image.php Revert "use relative paths to create images from a file. This way it also works if" 13 years ago
installer.php switch code checker on by default. apps are not allowed to access some of the internal classes where we have a public api for now 13 years ago
json.php only walk an array 13 years ago
l10n.php fix plural translation - fixes #6226 13 years ago
log.php
mail.php
migrate.php
mimetypes.list.php Added missing mime types 13 years ago
minimizer.php
navigationmanager.php
notsquareexception.php
ocs.php fix the privatedata key value store 13 years ago
ocsclient.php Merge branch 'master' into lib-private-master-2 13 years ago
preferences.php
preview.php add PHPDoc for setMimetype() 13 years ago
previewmanager.php
repair.php Add a (currently) empty system for running common repair steps 13 years ago
request.php Fix getRawPathInfo for the '/' edge case 13 years ago
response.php
route.php Add patch method to OC_Route 13 years ago
router.php Symfonys addCollection() with multiple arguments is deprecated, fix deprecation warning 13 years ago
search.php
server.php fixing PHPDoc comments and syntax 13 years ago
setup.php implementing solution using <ifModule mod_authz_core> 13 years ago
subadmin.php
tagmanager.php
tags.php Use DEBUG instead of ERROR when favourites not found. Fix #6419 13 years ago
template.php Do not use L10n when logging exceptions 13 years ago
templatelayout.php correctly mark app management active 13 years ago
updater.php Add a (currently) empty system for running common repair steps 13 years ago
urlgenerator.php use SERVERROOT instead of WEBROOT in all file_exists checks, whitespace 13 years ago
user.php return false if user is in incognito mode 13 years ago
util.php Merge remote-tracking branch 'owncloud/master' into fixing-3417-master 13 years ago
vobject.php