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
Michael Gapczynski 4d17ed2f71 Make file actions permissions aware 14 years ago
..
MDB2/Driver remove superfluous ?> at the end of .php files (left out apps/*/templates) 14 years ago
archive
cache Cache: try to set the fast cache in the Broker 14 years ago
connector/sabre use readfile() instead iof fopen() for file download over webdav. 14 years ago
filecache don't show other users file if the filesystem is not index already 14 years ago
fileproxy Only call OC_FileCache::get('/Shared') if it exists in the file cache, prevents premature addition of the Shared folder to the file cache 14 years ago
filestorage Missed a is_readable() call in local filestorage 14 years ago
group
l10n Delay loading of translations until they are used 14 years ago
log Move line counter so we only count lines towards the offset that are equal or above the log level 14 years ago
migration
minimizer remove trailing slash in %appswebroot% placeholder 14 years ago
public Listen to post_deleteUser, post_addToGroup, and post_removeFromGroup hooks 14 years ago
search
user
app.php Spelling fix 14 years ago
appconfig.php
archive.php
base.php Remove referer check, this is unreliable. The header doesnt need te exist, or can be wrong 14 years ago
cache.php Cache: Add APC and XCache to global cache handler 14 years ago
config.php Do not close php tag on config file 14 years ago
db.php Correct Postgresql connection with space in password. Work around php bug 14 years ago
eventsource.php
filecache.php Sharing files working using share API 14 years ago
fileproxy.php
files.php Make file actions permissions aware 14 years ago
filestorage.php Add CRUDS permissions calls to filesystem, deprecate is_readable() and is_writable() 14 years ago
filesystem.php Add CRUDS permissions calls to filesystem, deprecate is_readable() and is_writable() 14 years ago
filesystemview.php Add CRUDS permissions calls to filesystem, deprecate is_readable() and is_writable() 14 years ago
geo.php
group.php
helper.php provide multibyte aware helper functions mb_str_replace, mb_substr_replace and mb_array_change_key_case for handling with UTF 8 14 years ago
hook.php
image.php fixed typo 14 years ago
installer.php close only if exist 14 years ago
json.php Remove forced download 14 years ago
l10n.php Don't display error messages 14 years ago
log.php
mail.php Fix log write() parameters in wrong order 14 years ago
migrate.php Return correct json response, fix syntax 14 years ago
mimetypes.fixlist.php fix mimetype for cdr files - bugfix for oc 559 14 years ago
mimetypes.list.php
minimizer.php Fix setting ETag header on cache miss 14 years ago
ocs.php
ocsclient.php Avoid fetch ocs info if the appstore is disabled 14 years ago
preferences.php All is good ;-) 14 years ago
request.php Fix errors for minimizer 14 years ago
response.php
search.php
setup.php remove superfluous ?> at the end of .php files (left out apps/*/templates) 14 years ago
streamwrappers.php
template.php Merge branch 'master' into multi_app_dir 14 years ago
templatelayout.php some path fixes for multi-dir app 14 years ago
updater.php remove superfluous ?> at the end of .php files (left out apps/*/templates) 14 years ago
user.php revert performance improvements in userExists() because it breaks new user creation 14 years ago
util.php More helpfull debug msg for redirectToDefaultPage 14 years ago
vcategories.php remove superfluous ?> at the end of .php files (left out apps/*/templates) 14 years ago
vobject.php