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
Bart Visscher cae089df91 Cache: Create global cache in OC_Cache 14 years ago
..
MDB2/Driver strict standards fixes for sqlite3 14 years ago
archive Don't use substr to get first char of string 14 years ago
cache Add compatability function for APC cache 14 years ago
connector/sabre Fix initialization of OC_Filesystem setup from DAV 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 Implemented deleteAll() method in OC_FilesystemView (interface) and OC_Filestorage_Common (logic) 14 years ago
group make groups not static, fixes oc-919 14 years ago
l10n Delay loading of translations until they are used 14 years ago
log Supress any warnings if log file does not exist 14 years ago
migration
minimizer remove trailing slash in %appswebroot% placeholder 14 years ago
public remove unnecessary comment 14 years ago
search
user Don't use substr to get first char of string 14 years ago
app.php Trim trailing whitespace from version. 14 years ago
appconfig.php update copyright 14 years ago
archive.php
base.php Trim url and path of appsroot to have and standart type of path fix oc-1107 14 years ago
cache.php Cache: Create global cache in OC_Cache 14 years ago
config.php Do not close php tag on config file 14 years ago
db.php write sql errors into the error log for better debugging 14 years ago
eventsource.php
filecache.php Fix the fix about filecache and postgres 14 years ago
fileproxy.php Smarter code for OC_FileProxy 14 years ago
files.php Remove OC::$CONFIG_DATADIRECTORY, not used 14 years ago
filestorage.php removed readdir to fix bug oc-1054 14 years ago
filesystem.php Merge branch 'audit' 14 years ago
filesystemview.php Implemented deleteAll() method in OC_FilesystemView (interface) and OC_Filestorage_Common (logic) 14 years ago
geo.php
group.php Merge branch 'unstable' 14 years ago
helper.php Merge branch 'master' into multi_app_dir 14 years ago
hook.php allow clearing hooks and fileproxies 14 years ago
image.php fix variable name and undefined index notice 14 years ago
installer.php close only if exist 14 years ago
json.php Convert OC_L10N_String to a string in OC_JSON::encodedPrint 14 years ago
l10n.php Merge branch 'master' into multi_app_dir 14 years ago
log.php
mail.php fix wrong documentation 14 years ago
migrate.php Correction of path looking for apps and css 14 years ago
mimetypes.fixlist.php fix mimetype for cdr files - bugfix for oc 559 14 years ago
mimetypes.list.php
minimizer.php Cache: Create global cache in OC_Cache 14 years ago
ocs.php use our own serverHost call so that ownCloud works with reverse proxy servers 14 years ago
ocsclient.php Avoid fetch ocs info if the appstore is disabled 14 years ago
preferences.php update copyright 14 years ago
request.php Fix errors for minimizer 14 years ago
response.php
search.php update copyright 14 years ago
setup.php generate a random salt during installation and store it in the config.php. use it to salt the password hashing. 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 finally fix the updater. next is an automatic updater. but this is a bit more tricky. 14 years ago
user.php Remember result of OC_User::isLoggedIn, can be very expensive to check 14 years ago
util.php Spelling fixes 14 years ago
vcategories.php Categories: Turned the debugging down a bit. 14 years ago
vobject.php