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
Robin Appelman 434835b326 also set user in UserSession when doing OC_User::setUserId 11 years ago
..
app Update cache when enabling/disabling apps 11 years ago
appframework Merge pull request #13425 from owncloud/phpdoc_cleanup 11 years ago
archive
assetic Fix JS asset generation 11 years ago
backgroundjob
cache readd is_file 11 years ago
connector/sabre Revert "adding OC-ETag header" 11 years ago
contacts
db set MySQL autocommit on connection setup 11 years ago
diagnostics
fileproxy
files Dont lower the mtime of a folder when propagating changes 11 years ago
group better user group caching 11 years ago
hooks
l10n Correctly fallback to english, if the plural case is not translated 11 years ago
legacy drop OC_Preferences 11 years ago
log Respect `mod_unique_id` and refactor `OC_Request::getRequestId` 11 years ago
memcache Json_(en|de)code values on redis to be able to cache arrays 11 years ago
ocs
preview add config-option for an image's maximum filesize when generating previews 11 years ago
repair
route Intelligent container 11 years ago
search Scroll to file in folder, when using "search in other places" link 11 years ago
security URLEncode logout attribute 11 years ago
session
setup naming fixes while reviewing 11 years ago
share Merge pull request #13979 from owncloud/group-share-collition-wrong-type-in-post-hook 11 years ago
tagging
template Deprecate Util::formatDate() 11 years ago
user Throw an exception when login is canceled by an app 11 years ago
vobject
activitymanager.php Allow extensions to specify the list of special parameters 11 years ago
allconfig.php Add a method to set/unset multiple config values in one call 11 years ago
api.php Merge pull request #12918 from owncloud/use-uid-instead-of-login-name 11 years ago
app.php Use the app manager from oc_app 11 years ago
appconfig.php Cleanup of PHPDoc return types 11 years ago
apphelper.php
archive.php
arrayparser.php
avatar.php Add a better way to check if an avatar exists for the user 11 years ago
avatarmanager.php
backgroundjob.php
cache.php
config.php Merge pull request #11056 from AdamWill/9885-opcode 11 years ago
contactsmanager.php
databaseexception.php
databasesetupexception.php
datetimeformatter.php Correctly inject the language into the subcall 11 years ago
datetimezone.php Move timezone logic out of server.php 11 years ago
db.php
defaults.php Merge pull request #13890 from owncloud/add-no-referrer 11 years ago
eventsource.php
filechunking.php
fileproxy.php
files.php removed a little duplication 11 years ago
forbiddenexception.php
geo.php
group.php
helper.php Merge pull request #13854 from owncloud/avatar-exists 11 years ago
hintexception.php
hook.php Cleanup of PHPDoc return types 11 years ago
httphelper.php add timeout to curl request 11 years ago
image.php Check if imageflip is available 11 years ago
installer.php App install behind a Proxy 11 years ago
json.php Deprecate `OC_JSON` and `OCP\JSON` 11 years ago
l10n.php Correctly fallback to english, if the plural case is not translated 11 years ago
largefilehelper.php Check if open_basedir is set 11 years ago
log.php
mail.php Fix undefined offset 1 for wrong user mail address 11 years ago
mimetypes.list.php Updated the media type of some font types 11 years ago
naturalsort.php Performance improvements for NaturalSort 11 years ago
naturalsort_defaultcollator.php
navigationmanager.php
needsupdateexception.php
notsquareexception.php
ocs.php add a controller and reponse for ocs 11 years ago
ocsclient.php Cache responses from the AppStore server 11 years ago
preview.php Verify whether type is correct 11 years ago
previewmanager.php
repair.php Revert "enabled disabled files app in repair step" 11 years ago
repairexception.php
repairstep.php
request.php Respect `mod_unique_id` and refactor `OC_Request::getRequestId` 11 years ago
response.php
search.php move search results below filelist, show hint when results are off screen, use js plugin mechanism 11 years ago
server.php Respect `mod_unique_id` and refactor `OC_Request::getRequestId` 11 years ago
serviceunavailableexception.php
setup.php Reference module with `.c` 11 years ago
subadmin.php
systemconfig.php Add a method to set/unset multiple config values in one call 11 years ago
tagmanager.php Add user parameter to tag manager 11 years ago
tags.php Merge pull request #13425 from owncloud/phpdoc_cleanup 11 years ago
template.php Respect `mod_unique_id` and refactor `OC_Request::getRequestId` 11 years ago
templatelayout.php include core version into js/css version tag - fixes #13702 11 years ago
tempmanager.php Check directory handle before we use it 11 years ago
updater.php Add version to .htaccess 11 years ago
urlgenerator.php Remove internal annotation 11 years ago
user.php also set user in UserSession when doing OC_User::setUserId 11 years ago
util.php catch any whitespaces which might get written to the output buffer while loading a theme 11 years ago
vobject.php