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
Bernhard Posselt 37e8969d34 ignore cursorclosing 11 years ago
..
app Check new and old ways of required oC version for app compatibility 12 years ago
appframework Use proper namespace 12 years ago
archive
assetic Fix JS asset generation 12 years ago
backgroundjob
cache
connector/sabre let init() take an INode - fixes PHP message 12 years ago
contacts Replace deprecated constant with new class constant 12 years ago
db ignore cursorclosing 11 years ago
diagnostics
fileproxy
files Merge pull request #13717 from owncloud/storage-donotwrapnullstorage 12 years ago
group add isAdmin and isInGroup methods for the group manager 12 years ago
hooks
l10n Correctly fallback to english, if the plural case is not translated 12 years ago
legacy Add a method to set/unset multiple config values in one call 12 years ago
log add Download logfile button to admin settings 12 years ago
memcache Json_(en|de)code values on redis to be able to cache arrays 12 years ago
ocs reduce OC_Preferences, OC_Config and \OCP\Config usage 12 years ago
preview add config-option for an image's maximum filesize when generating previews 12 years ago
repair
route Intelligent container 12 years ago
search new OC.Search, add search result formatters and handlers, use full content width for results 12 years ago
security certificate manager should always use a \OC\Files\View otherwise we will get problems for different primary storages 12 years ago
session
setup naming fixes while reviewing 12 years ago
share Do not retrieve shares through group if user has no group 12 years ago
tagging
template Deprecate Util::formatDate() 12 years ago
user Throw an exception when login is canceled by an app 12 years ago
vobject
activitymanager.php Allow extensions to specify the list of special parameters 12 years ago
allconfig.php Add a method to set/unset multiple config values in one call 12 years ago
api.php Merge pull request #12918 from owncloud/use-uid-instead-of-login-name 12 years ago
app.php Merge pull request #13319 from owncloud/replace-line-breaks-in-app-description 12 years ago
appconfig.php
apphelper.php
archive.php
arrayparser.php Replace exception with standard exception 12 years ago
avatar.php
avatarmanager.php
backgroundjob.php
cache.php
config.php Use `file_exists` to verify that config file exists 12 years ago
contactsmanager.php Fix permissions 12 years ago
databaseexception.php Correctly namespace and autoload DatabaseException 12 years ago
databasesetupexception.php Correctly namespace DatabaseSetupException 12 years ago
datetimeformatter.php Correctly inject the language into the subcall 12 years ago
datetimezone.php Move timezone logic out of server.php 12 years ago
db.php Add tableExists to public db api 12 years ago
defaults.php Support HTML in logo claim 12 years ago
eventsource.php
filechunking.php
fileproxy.php
files.php removed a little duplication 12 years ago
forbiddenexception.php
geo.php
group.php Add REST route for user & group management 12 years ago
helper.php Reuse the array key of mimetypes 12 years ago
hintexception.php
hook.php
httphelper.php Next step in server-to-server sharing next generation, see #12285 12 years ago
image.php remove insane debug-log from OC_Image 12 years ago
installer.php disable the app code checker - some previous shipped apps cannot be installed from the appstore now 👊 12 years ago
json.php
l10n.php Correctly fallback to english, if the plural case is not translated 12 years ago
largefilehelper.php Check if open_basedir is set 12 years ago
log.php Remove changes which were inadvertently pushed to master 12 years ago
mail.php Fix undefined offset 1 for wrong user mail address 12 years ago
mimetypes.list.php
naturalsort.php Move NaturalSort_DefaultCollator to its own file 12 years ago
naturalsort_defaultcollator.php Move NaturalSort_DefaultCollator to its own file 12 years ago
navigationmanager.php
needsupdateexception.php
notsquareexception.php
ocs.php
ocsclient.php Cache responses from the AppStore server 12 years ago
preferences.php introduce preCondition for setUserValue to provide atomic check-and-update 12 years ago
preview.php Verify whether type is correct 12 years ago
previewmanager.php
repair.php Add a repair step to clean up orphan tags and tag entries 12 years ago
repairexception.php
repairstep.php
request.php Remove duplicated slashes from the requested url 12 years ago
response.php
search.php move search results below filelist, show hint when results are off screen, use js plugin mechanism 12 years ago
server.php certificate manager should always use a \OC\Files\View otherwise we will get problems for different primary storages 12 years ago
serviceunavailableexception.php
setup.php Make error more descriptive 12 years ago
subadmin.php
systemconfig.php Add a method to set/unset multiple config values in one call 12 years ago
tagmanager.php Add user parameter to tag manager 12 years ago
tags.php Fix chunked query for tags + unit test 12 years ago
template.php allow css/js asset directory to be relocated (#13053) 12 years ago
templatelayout.php Merge pull request #13063 from AdamWill/assets-relocate 12 years ago
tempmanager.php
updater.php Add version to .htaccess 12 years ago
urlgenerator.php Introduce app info xml parser including basic unit test - necessary for #10777 12 years ago
user.php Fix WebDAV auth for session authentication only 12 years ago
util.php Don't check for `always_populate_raw_post_data` on HHVM 12 years ago
vobject.php