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 857695ec87 Return false if the login is canceled in a hook 10 years ago
..
app HHVM: Call libxml_use_internal_errors() instead of surpressing errors. 10 years ago
appframework degraded logging policy for server container in AppFramework 10 years ago
archive Update pear/archive_tar to 1.3.13 11 years ago
assetic Fix JS asset generation 10 years ago
backgroundjob Dont try to execute jobs that no longer exist 11 years ago
cache Fix all PHPDoc types and variable names, in /lib 11 years ago
connector/sabre Improve debugging for ServiceUnavailable exceptions 10 years ago
contacts Replace deprecated constant with new class constant 10 years ago
db Use a special filter expression for Oracle to filter the prefix - fixes #13220 10 years ago
diagnostics Allow adding events that hapend before the event logger was loaded 11 years ago
fileproxy
files Merge pull request #13301 from owncloud/drop-etag-message 10 years ago
group add isAdmin and isInGroup methods for the group manager 10 years ago
hooks
l10n Correctly fallback to english, if the plural case is not translated 10 years ago
legacy introduce preCondition for setUserValue to provide atomic check-and-update 10 years ago
log add Download logfile button to admin settings 10 years ago
memcache Add Null memcacher 10 years ago
ocs reduce OC_Preferences, OC_Config and \OCP\Config usage 10 years ago
preview Split bitmap providers into one per file 10 years ago
repair Explicily close the statement cursors 11 years ago
route Intelligent container 10 years ago
search new OC.Search, add search result formatters and handlers, use full content width for results 10 years ago
security Next step in server-to-server sharing next generation, see #12285 10 years ago
session Refactor internal session to write directly to $_SESSION 11 years ago
setup Correctly namespace DatabaseSetupException 10 years ago
share don't delete share table entries for the unique name if re-share permission was removed 10 years ago
tagging PHPDoc fixes as suggested by @MorrisJobke. 11 years ago
template Deprecate Util::formatDate() 10 years ago
user Return false if the login is canceled in a hook 10 years ago
vobject
activitymanager.php Allow extensions to specify the list of special parameters 10 years ago
allconfig.php Add type of the variables to the docs 10 years ago
api.php Merge pull request #12918 from owncloud/use-uid-instead-of-login-name 10 years ago
app.php rework api of DependencyAnalyzer 10 years ago
appconfig.php port of #9500 11 years ago
apphelper.php
archive.php Previous commit was not based on master, retry. Removed broken tar cutter, double extensions are not possible in temp files. Added tar support. Fixed extension switch. 11 years ago
arrayparser.php Replace exception with standard exception 10 years ago
avatar.php Use public api for getting l10n 11 years ago
avatarmanager.php Remove all occurences of @brief and @returns from PHPDoc 11 years ago
backgroundjob.php Remove all occurences of @brief and @returns from PHPDoc 11 years ago
cache.php
config.php drop unused isDebugMode and setDebugMode of OC_Config 10 years ago
contactsmanager.php Fix permissions 10 years ago
databaseexception.php Correctly namespace and autoload DatabaseException 10 years ago
databasesetupexception.php Correctly namespace DatabaseSetupException 10 years ago
datetimeformatter.php Correctly inject the language into the subcall 10 years ago
datetimezone.php Move timezone logic out of server.php 10 years ago
db.php Add tableExists to public db api 10 years ago
defaults.php Support HTML in logo claim 11 years ago
eventsource.php Explicitly cast id and validate type 11 years ago
filechunking.php Fix PHPdoc in lib/private 11 years ago
fileproxy.php Fix all PHPDoc types and variable names, in /lib 11 years ago
files.php removed a little duplication 10 years ago
forbiddenexception.php Cache folder is now configurable 11 years ago
geo.php Remove all occurences of @brief and @returns from PHPDoc 11 years ago
group.php Add REST route for user & group management 10 years ago
helper.php Memcache binary executable searching 10 years ago
hintexception.php Do not show exception to the end-user 11 years ago
hook.php Dont connect hooks twice 11 years ago
httphelper.php Next step in server-to-server sharing next generation, see #12285 10 years ago
image.php Do not call filesize(null), this function expects a string. 10 years ago
installer.php Limit blacklist to php files 10 years ago
json.php Use public api for getting l10n 11 years ago
l10n.php Correctly fallback to english, if the plural case is not translated 10 years ago
largefilehelper.php Check if open_basedir is set 10 years ago
log.php Remove changes which were inadvertently pushed to master 10 years ago
mail.php Remove X-Mailer header from mails 11 years ago
mimetypes.list.php New generic class for Imagemagick conversions 11 years ago
naturalsort.php Move NaturalSort_DefaultCollator to its own file 10 years ago
naturalsort_defaultcollator.php Move NaturalSort_DefaultCollator to its own file 10 years ago
navigationmanager.php Remove all occurences of @brief and @returns from PHPDoc 11 years ago
needsupdateexception.php Throw an exception when we try to load an app that needs to be upgraded 11 years ago
notsquareexception.php
ocs.php Remove invalid PHPDoc 11 years ago
ocsclient.php Cache responses from the AppStore server 10 years ago
preferences.php introduce preCondition for setUserValue to provide atomic check-and-update 10 years ago
preview.php Verify whether type is correct 10 years ago
previewmanager.php Make files non executable 11 years ago
repair.php Adding repair step to fix missing etags - fixes #12172 10 years ago
repairexception.php Added repair step for legacy storages 11 years ago
repairstep.php Added RepairStep interface and default repair step lists 11 years ago
request.php Add workaround for older instances 10 years ago
response.php Allow any outgoing XHR connections 11 years ago
search.php move search results below filelist, show hint when results are off screen, use js plugin mechanism 10 years ago
server.php Next step in server-to-server sharing next generation, see #12285 10 years ago
serviceunavailableexception.php Throw an exception when we try to load an app that needs to be upgraded 11 years ago
setup.php Add version to .htaccess 10 years ago
subadmin.php Remove all occurences of @brief and @returns from PHPDoc 11 years ago
systemconfig.php Extract interaction with config.php into SystemConfig 10 years ago
tagmanager.php Add user parameter to tag manager 10 years ago
tags.php Fix Undefined variable: result at tags.php#231 10 years ago
template.php allow css/js asset directory to be relocated (#13053) 10 years ago
templatelayout.php Merge pull request #13063 from AdamWill/assets-relocate 10 years ago
tempmanager.php Add \OC\TempManager to handle creating and cleaning temporary files 11 years ago
updater.php Add version to .htaccess 10 years ago
urlgenerator.php Introduce app info xml parser including basic unit test - necessary for #10777 10 years ago
user.php Merge pull request #12923 from owncloud/ultra-slim-version-of-incognito-mode 10 years ago
util.php Verify whether value is already normalized 10 years ago
vobject.php Use function outside of loop 11 years ago