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
Georg Ehrke 3f64eb25ab some fixes fore movable apps 13 years ago
..
MDB2/Driver fix errors during database migration 13 years ago
connector/sabre fix for webdav when having additional storage backends mounted 13 years ago
fileproxy add a default user quota 13 years ago
filestorage renamed extention to extension, also now only showing lowercase 13 years ago
group fix group backend 13 years ago
log merge log into admin 13 years ago
migration Typo fix (breif->brief) 13 years ago
public first step to an public api of ownCloud for the apps. In the future they shouldn´t call internall classes, functions or session variables because this will change and break in upcoming versions. Apps should only call this public interface that we will kepp stable over different releases. The namespace is OCP for ownCloud public. This is just the first step. more coming soon 13 years ago
search improve flexibility of search providers a bit 13 years ago
user prevent users with the same name but different casing from being created 13 years ago
app.php OC_App::getStorage() failed if app dir didn't exist. 13 years ago
appconfig.php cache app types in the db 13 years ago
base.php some fixes fore movable apps 13 years ago
config.php Spelling fix hint text 13 years ago
db.php Typo fix (breif->brief) 13 years ago
eventsource.php fix eventsource for ie 13 years ago
filecache.php return user specific paths from oc_filecache::getpath 13 years ago
fileproxy.php add option to dissable fileproxies 13 years ago
files.php use the correct array indexes... 13 years ago
filestorage.php add touch() to all storage backands, and make parameter optional 13 years ago
filesystem.php tests for oc_filesystem 13 years ago
filesystemview.php typo 13 years ago
geo.php add OC_Geo class 13 years ago
group.php OC_Group_Backend.php misses function groupexists 13 years ago
helper.php some fixes fore movable apps 13 years ago
hook.php Fix comments/documentation 14 years ago
image.php fix square images not getting proper thumbnails 13 years ago
installer.php Add a static code checker for evil patterns in apps. 13 years ago
json.php reuse OC_L10N objects 13 years ago
l10n.php reuse OC_L10N objects 13 years ago
log.php Add support for logging to syslog 13 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 13 years ago
migrate.php don't rely on the old version in info.xml anymore 13 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. 13 years ago
mimetypes.list.php renamed extention to extension, also now only showing lowercase 13 years ago
ocs.php remove Log completely 14 years ago
ocsclient.php improve the app installer. 13 years ago
preferences.php use OC_Log instead of error_log 14 years ago
response.php ETags must be quoted. 13 years ago
search.php improve flexibility of search providers a bit 13 years ago
setup.php Add well-known redirects to htaccess 13 years ago
streamwrappers.php add streamwrapper that provides a callback on stream close 13 years ago
template.php some fixes fore movable apps 13 years ago
updater.php improved updater wording 13 years ago
user.php Fix a session fixation vulnerability 13 years ago
util.php Merge branch 'master' into movable_apps 13 years ago
vcategories.php OC_VCategories: sort categories in natural order using usort 13 years ago
vobject.php Update OC_VObject 13 years ago