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
Jan-Christoph Borchardt e3fd72dc16 introducing simple file size, only MB as unit, details on hover 14 years ago
..
Group Even more fixes on user management. Any designers here that want to make it good looking? 14 years ago
HTTP/WebDAV/Server Fix to make the Unlock mechanism of WebDAV work. Previously when using unlock in cadaver etc was used the lock entry corresponding to the file was not deleted in the sqlite database table oc_locks. The error was because the delete query in the Unlock function was not getting executed :) 14 years ago
MDB2/Driver fix sqlite3 driver for php<5.3 14 years ago
User Detect backend features dynamically instead of trial-and-error usage 14 years ago
app.php Activate "active" for subentries 14 years ago
appconfig.php Renamed a few columns in order t ohave both sqlite and mysql up and running 14 years ago
base.php not all http server add index.php to $_SERVER[SCRIPT_NAME], do it manually 14 years ago
config.php store numbers as strings to prevent errors with numeric passwords 14 years ago
connect.php Use OC_CONFIG where possible 14 years ago
database.php make OC_DB work with the sqlite3 driver 14 years ago
files.php fix 404 14 years ago
filestorage.php fix delTree 14 years ago
filesystem.php add post_* hooks to filesystem for write, create, delete, rename and copy 14 years ago
group.php More error checking in user management 14 years ago
helper.php redirect_url to be respected in linkTo function 14 years ago
installer.php install shipped apps also in "installed apps" page 14 years ago
l10n.php add oc_user::getUser to get the user id of the loggedin user 14 years ago
log.php Adding clear logs functions 14 years ago
ocs.php port OC_OCS to prepared statements 14 years ago
ocsclient.php handle app repo connection failure 14 years ago
preferences.php improved check in oc_preferences if a key already exists 14 years ago
remotestorage.php Start of the refactoring. Commit is quite big because I forgot to use git right from the beginning. Sorry. 14 years ago
search.php add search functionality, for now only searches files but plugins/apps can extend that 14 years ago
setup.php fix 404 14 years ago
template.php introducing simple file size, only MB as unit, details on hover 14 years ago
testcase.php test case library and start of filesystem test 14 years ago
user.php fix creating users 14 years ago