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
Thomas Müller 7028c7150d Merge pull request #12664 from owncloud/fix-12164 11 years ago
..
app no nested xml tags on dependencies 11 years ago
appframework Use server container 11 years ago
archive
backgroundjob
cache
connector/sabre Fix namespace of Files_Encryption outside of the app 11 years ago
contacts Replace deprecated constant with new class constant 11 years ago
db Quote identifiers for oracle 11 years ago
diagnostics
fileproxy
files Add public api for mount configurations 11 years ago
group Add REST route for user & group management 11 years ago
hooks
l10n
legacy introduce preCondition for setUserValue to provide atomic check-and-update 11 years ago
log Implement a logger to log to error_log 11 years ago
memcache
ocs reduce OC_Preferences, OC_Config and \OCP\Config usage 11 years ago
preview Split bitmap providers into one per file 11 years ago
repair
route drop unneeded var_dump - fixes #9997 11 years ago
search
security Remove workaround for 5.3 11 years ago
session
setup Correctly namespace DatabaseSetupException 11 years ago
share reduce OC_Preferences, OC_Config and \OCP\Config usage 11 years ago
tagging
template Drop form_factor that is appended to JS, CSS and template filenames 11 years ago
user reduce OC_Preferences, OC_Config and \OCP\Config usage 11 years ago
vobject
activitymanager.php concatenate queries with 'or' 11 years ago
allconfig.php reduce OC_Preferences, OC_Config and \OCP\Config usage 11 years ago
api.php because OC_User::login will create a new session we shall only try to login if user and pass are set 11 years ago
app.php translate labels properly 11 years ago
appconfig.php
apphelper.php
archive.php
arrayparser.php Replace exception with standard exception 11 years ago
avatar.php
avatarmanager.php
backgroundjob.php
cache.php
config.php drop unused isDebugMode and setDebugMode of OC_Config 11 years ago
contactsmanager.php Fix permissions 11 years ago
databaseexception.php Correctly namespace and autoload DatabaseException 11 years ago
databasesetupexception.php Correctly namespace DatabaseSetupException 11 years ago
db.php Add tableExists to public db api 11 years ago
defaults.php
eventsource.php
filechunking.php
fileproxy.php
files.php Move constants from GET_TYPE to OC\Files so they can be autoloaded 11 years ago
forbiddenexception.php
geo.php
group.php Add REST route for user & group management 11 years ago
helper.php Improve the bitmap and vector mime icons 11 years ago
hintexception.php
hook.php
httphelper.php migrate \OC\AllConfig to \OCP\IConfig 11 years ago
image.php Use \OCP\ILogger 11 years ago
installer.php Limit blacklist to php files 11 years ago
json.php
l10n.php Cache results of available languages 11 years ago
largefilehelper.php
log.php Remove changes which were inadvertently pushed to master 11 years ago
mail.php
mimetypes.list.php
naturalsort.php Move NaturalSort_DefaultCollator to its own file 11 years ago
naturalsort_defaultcollator.php Move NaturalSort_DefaultCollator to its own file 11 years ago
navigationmanager.php
needsupdateexception.php
notsquareexception.php
ocs.php
ocsclient.php
preferences.php introduce preCondition for setUserValue to provide atomic check-and-update 11 years ago
preview.php Stop flooding the log, when previews are disabled 11 years ago
previewmanager.php
repair.php delete old previews 11 years ago
repairexception.php
repairstep.php
request.php Add workaround for older instances 11 years ago
response.php
search.php
server.php Merge pull request #12406 from owncloud/drop-getApps-getUsers 11 years ago
serviceunavailableexception.php
setup.php Trim port from domain 11 years ago
subadmin.php
systemconfig.php Extract interaction with config.php into SystemConfig 11 years ago
tagmanager.php
tags.php Add getTagsForObjects in ITags 11 years ago
template.php Drop form_factor that is appended to JS, CSS and template filenames 11 years ago
templatelayout.php Inject config 11 years ago
tempmanager.php
updater.php Inject config 11 years ago
urlgenerator.php Introduce app info xml parser including basic unit test - necessary for #10777 11 years ago
user.php Add REST route for user & group management 11 years ago
util.php Remove checks for safe mode and magic quotes 11 years ago
vobject.php