nextcloud-server/lib
Frank Karlitschek 28fdba2a78 4.0.9 2012-11-13 22:09:00 +07:00
..
MDB2/Driver strict standards fixes for sqlite3 2012-05-19 01:39:41 +07:00
archive Don't use substr to get first char of string 2012-06-19 23:16:17 +07:00
connector/sabre Fix OC_Connector_Sabre_Locks for SQLite 2012-08-12 09:06:46 +07:00
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 2012-06-20 19:24:45 +07:00
filestorage Fix filesystem hash, no longer using basicOperation() 2012-07-30 10:07:19 +07:00
group fix group backend 2012-04-16 10:36:21 +07:00
log Move line counter so we only count lines towards the offset that are equal or above the log level 2012-07-11 19:38:56 +07:00
migration Only try to delete migration.db if it was created. 2012-09-18 16:31:27 +07:00
public mark OCP\App::register as deprecated 2012-07-26 15:12:57 +07:00
search improve flexibility of search providers a bit 2012-04-14 11:29:54 +07:00
user Don't use substr to get first char of string 2012-06-19 23:16:17 +07:00
app.php Trim trailing whitespace from version. 2012-09-26 11:33:14 +07:00
appconfig.php cache app types in the db 2012-04-14 17:53:02 +07:00
archive.php move archive library to core so we can properly depend on it 2012-05-02 23:48:23 +07:00
base.php destroy invalid sessions 2012-10-08 13:53:08 +07:00
config.php Spelling fix hint text 2012-02-17 22:10:02 +07:00
db.php Sanitize user input 2012-09-22 10:55:25 +07:00
eventsource.php fix eventsource for ie 2012-03-31 16:40:42 +07:00
filecache.php mark unused variables 2012-09-10 16:04:05 +07:00
fileproxy.php Smarter code for OC_FileProxy 2012-06-19 23:15:33 +07:00
files.php no move (rename) operation for "Shared" directory 2012-06-04 14:00:35 +07:00
filestorage.php Fix filesystem hash, no longer using basicOperation() 2012-07-30 10:07:19 +07:00
filesystem.php check for filename blacklist in OC_Filesystem::isValidPath 2012-11-03 00:23:48 +07:00
filesystemview.php Fix incorrect copy/paste for file_put_contents() 2012-07-30 10:07:19 +07:00
geo.php add OC_Geo class 2012-02-26 13:45:20 +07:00
group.php sort users and groups. fixes oc-779 2012-06-01 14:21:24 +07:00
helper.php Migration: On import of user accounts only import folders in home dir, use OC_Helper::copyr 2012-11-08 21:38:04 +07:00
hook.php allow clearing hooks and fileproxies 2012-05-11 20:33:56 +07:00
image.php fix variable name and undefined index notice 2012-06-10 17:25:19 +07:00
installer.php Fix 'App already installed' for app with entry in DB and no files 2012-10-18 23:10:33 +07:00
json.php Remove the forced download§ 2012-07-02 12:19:48 +07:00
l10n.php Restoring stable4... 2012-07-02 10:47:45 +07:00
log.php The log message is not always shown in html 2012-05-10 09:13:09 +07:00
mail.php Add additional error handling for emailing private links 2012-07-30 10:07:20 +07:00
migrate.php Migration: On import of user accounts only import folders in home dir, use OC_Helper::copyr 2012-11-08 21:38:04 +07:00
mimetypes.fixlist.php fix mimetype for cdr files - bugfix for oc 559 2012-06-21 09:58:04 +07:00
mimetypes.list.php renamed extention to extension, also now only showing lowercase 2012-04-15 13:34:30 +07:00
ocs.php use our own serverHost call so that ownCloud works with reverse proxy servers 2012-05-31 20:16:44 +07:00
ocsclient.php paging not yet implemented. increasing pagesize to 100 as a temporary quickfix 2012-06-09 22:02:29 +07:00
preferences.php
response.php ETags must be quoted. 2012-02-18 11:49:31 +07:00
search.php improve flexibility of search providers a bit 2012-04-14 11:29:54 +07:00
setup.php "deny from all" instead directory 2012-10-16 15:58:59 +07:00
streamwrappers.php add streamwrapper that provides a callback on stream close 2012-03-02 18:42:57 +07:00
template.php use new sanitize HTML function backported 2012-06-20 16:59:51 +07:00
updater.php finally fix the updater. next is an automatic updater. but this is a bit more tricky. 2012-06-09 17:56:23 +07:00
user.php Set oc_token to httponly 2012-10-16 13:58:17 +07:00
util.php 4.0.9 2012-11-13 22:09:00 +07:00
vcategories.php Maybe fix out of memory..? 2012-06-25 19:42:38 +07:00
vobject.php replace Sabre_VObject_Element_DateTime with Sabre_VObject_Property_DateTime 2012-02-24 22:20:40 +07:00