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
Arthur Schiwon 4e8c7570d4 make performance less bad. Still far from good, but at least it works 12 years ago
..
appframework Remove dead code 12 years ago
archive Add files as string to tar archives 12 years ago
backgroundjob Dont try to execute jobs that no longer exist 12 years ago
cache Fix all PHPDoc types and variable names, in /lib 12 years ago
connector/sabre Use the cached fileinfo to get creatable permissions 12 years ago
contacts ownCloud users are exported as address book 12 years ago
db Add PHPDoc about sanitization of "insertIfNotExist" 12 years ago
fileproxy move the private namespace OC into lib/private - OCP will stay in lib/public 13 years ago
files make trashbin compatible with objectstore, replace glob with search in cache, make unknown free space work like unlimited free space 12 years ago
group make performance less bad. Still far from good, but at least it works 12 years ago
hooks polish documentation based on scrutinizer patches 13 years ago
l10n Use public api for getting l10n 12 years ago
legacy Add flock to config 12 years ago
log Do not show exception to the end-user 12 years ago
memcache Memcache\Factory: Remove static, use globalPrefix. 12 years ago
migration Remove all occurences of @brief and @returns from PHPDoc 12 years ago
ocs Fix unexisting class and PHPDoc 12 years ago
preview Merge pull request #11390 from Nemesiz/master 12 years ago
repair Explicily close the statement cursors 12 years ago
route Also match routes without trailing slash 12 years ago
search mkae getRelativePath of file search results overwriteable in subclasses 12 years ago
security Remove unused and overflowing function 12 years ago
session Refactor internal session to write directly to $_SESSION 12 years ago
setup simplify mysql user creation flow 12 years ago
share Add option to include tags for shared items. 12 years ago
tagging PHPDoc fixes as suggested by @MorrisJobke. 12 years ago
template adding cssmin and jssmin(minify) 12 years ago
user strip whitespace from the beginning and end of the display name to avoid empty display names 12 years ago
vobject move the private namespace OC into lib/private - OCP will stay in lib/public 13 years ago
activitymanager.php Adding new interface \OCP\Activity\IExtentsion 12 years ago
allconfig.php Expose getAppKeys trough \OCP\IConfig 12 years ago
api.php introduce and use getCurrentConnection() 12 years ago
app.php Encapsulate require_once to avoid name space bleedind 12 years ago
appconfig.php port of #9500 12 years ago
apphelper.php moving file to the right location 13 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. 12 years ago
arrayparser.php Some more PHPDoc fixes 12 years ago
avatar.php Use public api for getting l10n 12 years ago
avatarmanager.php Remove all occurences of @brief and @returns from PHPDoc 12 years ago
backgroundjob.php Remove all occurences of @brief and @returns from PHPDoc 12 years ago
cache.php More PHPDoc fixes, using scrutinizer patches as hints 13 years ago
config.php Add flock to config 12 years ago
contactsmanager.php Merge branch 'master' into contactsmanager-register 12 years ago
davclient.php Upgrade SabreDAV to 1.8.10 12 years ago
db.php Ensure db connection before changing cache state 12 years ago
defaults.php Merge pull request #10667 from pmjdebruijn/itunes-appid 12 years ago
eventsource.php Explicitly cast id and validate type 12 years ago
filechunking.php Fix PHPdoc in lib/private 13 years ago
fileproxy.php Fix all PHPDoc types and variable names, in /lib 12 years ago
files.php Make 404 page easier to understand 12 years ago
forbiddenexception.php Cache folder is now configurable 13 years ago
geo.php Remove all occurences of @brief and @returns from PHPDoc 12 years ago
group.php Add group management to the public api 12 years ago
helper.php adding cssmin and jssmin(minify) 12 years ago
hintexception.php Do not show exception to the end-user 12 years ago
hook.php Dont connect hooks twice 12 years ago
httphelper.php Do only follow HTTP and HTTPS redirects 12 years ago
image.php Preserve transparency when loading from a file 12 years ago
installer.php introduce new app page layout 12 years ago
json.php Use public api for getting l10n 12 years ago
l10n.php Move certificate management interface from files_external to core 12 years ago
largefilehelper.php Merge pull request #11565 from owncloud/fix-behaviourOnOSX 12 years ago
log.php fix logger implementation and test 12 years ago
mail.php Remove X-Mailer header from mails 12 years ago
migrate.php Remove all occurences of @brief and @returns from PHPDoc 12 years ago
mimetypes.list.php New generic class for Imagemagick conversions 12 years ago
naturalsort.php Fix PHPDoc 12 years ago
navigationmanager.php Remove all occurences of @brief and @returns from PHPDoc 12 years ago
needsupdateexception.php Throw an exception when we try to load an app that needs to be upgraded 12 years ago
notsquareexception.php move the private namespace OC into lib/private - OCP will stay in lib/public 13 years ago
ocs.php Remove invalid PHPDoc 12 years ago
ocsclient.php introduce new app page layout 12 years ago
preferences.php port of #9500 12 years ago
preview.php Remove insane comment 12 years ago
previewmanager.php Use svg mimeicons for empty text files 12 years ago
repair.php adding cssmin and jssmin(minify) 12 years ago
repairexception.php Added repair step for legacy storages 12 years ago
repairstep.php Added RepairStep interface and default repair step lists 12 years ago
request.php Do not show exception to the end-user 12 years ago
response.php Merge branch 'master' into cleanup-list-code 12 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 12 years ago
server.php Implement Tag and TagMapper classes. 12 years ago
serviceunavailableexception.php Throw an exception when we try to load an app that needs to be upgraded 12 years ago
setup.php Set overwritemailurl* configs on setup 12 years ago
subadmin.php Remove all occurences of @brief and @returns from PHPDoc 12 years ago
tagmanager.php Add option to include tags for shared items. 12 years ago
tags.php PHPDoc fixes as suggested by @MorrisJobke. 12 years ago
template.php adding cssmin and jssmin(minify) 12 years ago
templatelayout.php adding cssmin and jssmin(minify) 12 years ago
updater.php Merge pull request #11119 from owncloud/removeOldUpgradeRoutines 12 years ago
urlgenerator.php Set overwritemailurl* configs on setup 12 years ago
user.php Move BasicAuth check to "isLoggedIn()" 12 years ago
util.php in cli mode return true for isHtaccessWorking 12 years ago
vobject.php Remove all occurences of @brief and @returns from PHPDoc 12 years ago