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.
Adam Williamson 3b4823d89c add function to invalidate one opcache file, use it if possible #9885 9 years ago
..
appframework Update Pimple to V3.0 9 years ago
archive Update pear/archive_tar to 1.3.13 9 years ago
backgroundjob Dont try to execute jobs that no longer exist 10 years ago
cache Fix all PHPDoc types and variable names, in /lib 10 years ago
connector/sabre fix odd behaviour 9 years ago
contacts ownCloud users are exported as address book 10 years ago
db allow passing driver options, fixes #11718 9 years ago
diagnostics Allow adding events that hapend before the event logger was loaded 9 years ago
fileproxy move the private namespace OC into lib/private - OCP will stay in lib/public 10 years ago
files Merge pull request #11539 from owncloud/mount-setup-once 9 years ago
group make performance less bad. Still far from good, but at least it works 9 years ago
hooks polish documentation based on scrutinizer patches 10 years ago
l10n Use public api for getting l10n 10 years ago
legacy remove legacy class OC_Updater 9 years ago
log Do not show exception to the end-user 9 years ago
memcache Memcache\Factory: Remove static, use globalPrefix. 10 years ago
migration Remove all occurences of @brief and @returns from PHPDoc 10 years ago
ocs Fix unexisting class and PHPDoc 9 years ago
preview Merge pull request #11390 from Nemesiz/master 9 years ago
repair Explicily close the statement cursors 10 years ago
route Log some additional events 9 years ago
search mkae getRelativePath of file search results overwriteable in subclasses 10 years ago
security Add OCP\Security\IHasher 9 years ago
session Refactor internal session to write directly to $_SESSION 10 years ago
setup simplify mysql user creation flow 9 years ago
share Remove unreachable statement 9 years ago
tagging PHPDoc fixes as suggested by @MorrisJobke. 9 years ago
template Make second argument optional 9 years ago
user Merge pull request #12003 from owncloud/password-migration 9 years ago
vobject move the private namespace OC into lib/private - OCP will stay in lib/public 10 years ago
activitymanager.php Adding new interface \OCP\Activity\IExtentsion 10 years ago
allconfig.php Expose getAppKeys trough \OCP\IConfig 9 years ago
api.php introduce and use getCurrentConnection() 10 years ago
app.php prevent PHP notice 9 years ago
appconfig.php port of #9500 10 years ago
apphelper.php moving file to the right location 10 years ago
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. 10 years ago
arrayparser.php Use function outside of loop 9 years ago
avatar.php Use public api for getting l10n 10 years ago
avatarmanager.php Remove all occurences of @brief and @returns from PHPDoc 10 years ago
backgroundjob.php Remove all occurences of @brief and @returns from PHPDoc 10 years ago
cache.php More PHPDoc fixes, using scrutinizer patches as hints 10 years ago
config.php add function to invalidate one opcache file, use it if possible #9885 9 years ago
contactsmanager.php Merge branch 'master' into contactsmanager-register 10 years ago
davclient.php Upgrade SabreDAV to 1.8.10 10 years ago
db.php Add missing DB rollback functionality 9 years ago
defaults.php Support HTML in logo claim 9 years ago
eventsource.php Explicitly cast id and validate type 10 years ago
filechunking.php Fix PHPdoc in lib/private 10 years ago
fileproxy.php Fix all PHPDoc types and variable names, in /lib 10 years ago
files.php Add type hinting to functions 9 years ago
forbiddenexception.php Cache folder is now configurable 10 years ago
geo.php Remove all occurences of @brief and @returns from PHPDoc 10 years ago
group.php Add group management to the public api 10 years ago
helper.php Use the TempManager to handle temporary files 9 years ago
hintexception.php Do not show exception to the end-user 9 years ago
hook.php Dont connect hooks twice 10 years ago
httphelper.php Do only follow HTTP and HTTPS redirects 9 years ago
image.php Preserve transparency when loading from a file 10 years ago
installer.php introduce new app page layout 9 years ago
json.php Use public api for getting l10n 10 years ago
l10n.php Fix language file detection 9 years ago
largefilehelper.php Merge pull request #11565 from owncloud/fix-behaviourOnOSX 9 years ago
log.php fix logger implementation and test 10 years ago
mail.php Remove X-Mailer header from mails 10 years ago
migrate.php make sure class file is loaded once 10 years ago
mimetypes.list.php New generic class for Imagemagick conversions 9 years ago
naturalsort.php Fix PHPDoc 9 years ago
navigationmanager.php Remove all occurences of @brief and @returns from PHPDoc 10 years ago
needsupdateexception.php Throw an exception when we try to load an app that needs to be upgraded 10 years ago
notsquareexception.php move the private namespace OC into lib/private - OCP will stay in lib/public 10 years ago
ocs.php Remove invalid PHPDoc 9 years ago
ocsclient.php Use function outside of loop 9 years ago
preferences.php Remove implicit prepared statement cache and get the connection from the server container in \OC_DB 9 years ago
preview.php Add type hinting to functions 9 years ago
previewmanager.php Use svg mimeicons for empty text files 10 years ago
repair.php adding cssmin and jssmin(minify) 9 years ago
repairexception.php Added repair step for legacy storages 10 years ago
repairstep.php Added RepairStep interface and default repair step lists 10 years ago
request.php Add unit tests for convertToRelativePath 9 years ago
response.php Allow any outgoing XHR connections 9 years ago
search.php make search non-static, add ISearch to server container, make legacy a static wrapper for it, move provider and result to public api 10 years ago
server.php Add OCP\Security\IHasher 9 years ago
serviceunavailableexception.php Throw an exception when we try to load an app that needs to be upgraded 10 years ago
setup.php Fix stupid copy paste fail 9 years ago
subadmin.php Remove all occurences of @brief and @returns from PHPDoc 10 years ago
tagmanager.php Add option to include tags for shared items. 9 years ago
tags.php PHPDoc fixes as suggested by @MorrisJobke. 9 years ago
template.php Fix the "addHeader($tag, $attributes, $text)" methods to not ignore the $text parameter 9 years ago
templatelayout.php Merge pull request #11708 from owncloud/fix-momentjs 9 years ago
tempmanager.php Add \OC\TempManager to handle creating and cleaning temporary files 9 years ago
updater.php Remove implicit prepared statement cache and get the connection from the server container in \OC_DB 9 years ago
urlgenerator.php Set overwritemailurl* configs on setup 9 years ago
user.php Remove confusingly names \OC\User\Manager::delete and fix the automatic cache cleanup instead 9 years ago
util.php add function to invalidate one opcache file, use it if possible #9885 9 years ago
vobject.php Use function outside of loop 9 years ago