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
Frank Karlitschek 8e99475886 first part of the config stuff 14 years ago
..
MDB2/Driver fix errors during database migration 15 years ago
connector/sabre Merge branch 'master' into sabredav_1.6 15 years ago
fileproxy add a default user quota 15 years ago
filestorage renamed extention to extension, also now only showing lowercase 15 years ago
group fix group backend 15 years ago
log merge log into admin 15 years ago
migration Typo fix (breif->brief) 15 years ago
public first part of the config stuff 14 years ago
search improve flexibility of search providers a bit 15 years ago
user prevent users with the same name but different casing from being created 15 years ago
app.php files is not internal any more, part II 14 years ago
appconfig.php cache app types in the db 15 years ago
base.php remove debug message 15 years ago
config.php Spelling fix hint text 15 years ago
db.php Typo fix (breif->brief) 15 years ago
eventsource.php fix eventsource for ie 15 years ago
filecache.php improve rescanning folders 14 years ago
fileproxy.php add option to dissable fileproxies 15 years ago
files.php send downloadfile piece by piece. saves RAM and is better suited for large files. 14 years ago
filestorage.php add touch() to all storage backands, and make parameter optional 15 years ago
filesystem.php remove non existing files from the cache when rescanning a folder 14 years ago
filesystemview.php emit the correct hooks for file_put_contents and some readfile improvements 15 years ago
geo.php add OC_Geo class 15 years ago
group.php OC_Group_Backend.php misses function groupexists 15 years ago
helper.php ported the rest of the OC_Helper calls 14 years ago
hook.php Fix comments/documentation 15 years ago
image.php fix square images not getting proper thumbnails 15 years ago
installer.php only install shipped apps on setup that should be enabled by default 14 years ago
json.php reuse OC_L10N objects 15 years ago
l10n.php reuse OC_L10N objects 15 years ago
log.php Add support for logging to syslog 15 years ago
mail.php new OC_Mail class to handle all mail sending. The benefit is that is way mor flexible than the standard mail command. can be configured to use a remote smtp relay for example. also port the lostpassword code 15 years ago
migrate.php don't rely on the old version in info.xml anymore 15 years ago
mimetypes.fixlist.php as preperation for the sgf viewer app i added a file icon for .sgf files (saved go games), and an according mimetype. 15 years ago
mimetypes.list.php renamed extention to extension, also now only showing lowercase 15 years ago
ocs.php remove Log completely 15 years ago
ocsclient.php removing executable bit from various files 14 years ago
preferences.php use OC_Log instead of error_log 15 years ago
response.php ETags must be quoted. 15 years ago
search.php improve flexibility of search providers a bit 15 years ago
setup.php Add well-known redirects to htaccess 15 years ago
streamwrappers.php add streamwrapper that provides a callback on stream close 15 years ago
template.php fix loading of css files that are core related 15 years ago
updater.php improved updater wording 15 years ago
user.php some more porting 14 years ago
util.php some more porting 14 years ago
vcategories.php OC_VCategories: sort categories in natural order using usort 15 years ago
vobject.php replace Sabre_VObject_Element_DateTime with Sabre_VObject_Property_DateTime 15 years ago