server/lib
Bjoern Schiessle 9af74a9c80 use readfile() instead iof fopen() for file download over webdav.
fopen() didn't work for large files on some servers while readfile()
seems to work for all files on all configurations.
2012-07-11 12:04:20 +02:00
..
archive Don't use substr to get first char of string 2012-06-19 23:16:17 +02:00
connector/sabre use readfile() instead iof fopen() for file download over webdav. 2012-07-11 12:04:20 +02: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 -04:00
filestorage add temporary filestorage backend for testing purposed 2012-05-11 20:33:56 +02:00
group fix group backend 2012-04-16 10:36:21 +02:00
log Supress any warnings if log file does not exist 2012-06-05 18:42:16 -04:00
MDB2/Driver strict standards fixes for sqlite3 2012-05-19 01:39:41 +02:00
migration Typo fix (breif->brief) 2012-04-14 18:31:42 +02:00
public backport of sanitizeHTML() function 2012-06-20 16:43:31 +02:00
search improve flexibility of search providers a bit 2012-04-14 11:29:54 +02:00
user Don't use substr to get first char of string 2012-06-19 23:16:17 +02:00
app.php Only check for apps owncloud version requirment when there is a new owncloud version 2012-06-21 20:13:30 +02:00
appconfig.php cache app types in the db 2012-04-14 17:53:02 +02:00
archive.php move archive library to core so we can properly depend on it 2012-05-02 23:48:23 +02:00
base.php Only check for apps owncloud version requirment when there is a new owncloud version 2012-06-21 20:13:30 +02:00
config.php Spelling fix hint text 2012-02-17 22:10:02 +01:00
db.php add support for custom ports for mysql/pgsql by adding :portnumber to the database host 2012-05-17 01:06:22 +02:00
eventsource.php fix eventsource for ie 2012-03-31 16:40:42 +02:00
filecache.php when checking for updates in the filecache, explicitly state that we are querying a folder 2012-07-10 14:42:15 +02:00
fileproxy.php Smarter code for OC_FileProxy 2012-06-19 23:15:33 +02:00
files.php no move (rename) operation for "Shared" directory 2012-06-04 14:00:35 +02:00
filestorage.php add touch() to all storage backands, and make parameter optional 2012-02-29 23:44:05 +01:00
filesystem.php Don't use substr to get first char of string 2012-06-19 23:16:17 +02:00
filesystemview.php fix encryption for binary files 2012-06-20 20:18:42 +02:00
geo.php add OC_Geo class 2012-02-26 13:45:20 +01:00
group.php sort users and groups. fixes oc-779 2012-06-01 14:21:24 +02:00
helper.php fixes oc-668 2012-06-19 22:37:25 +02:00
hook.php allow clearing hooks and fileproxies 2012-05-11 20:33:56 +02:00
image.php fix variable name and undefined index notice 2012-06-10 17:25:19 +02:00
installer.php work with non existing apps directory. thanks toAntonio for the hint 2012-06-23 16:20:31 +02:00
json.php Remove the forced download§ 2012-07-02 12:19:48 +02:00
l10n.php Restoring stable4... 2012-07-02 10:47:45 +02:00
log.php The log message is not always shown in html 2012-05-10 09:13:09 +02:00
mail.php fix oc-780 2012-05-31 21:27:46 +02:00
migrate.php Move user import to personal settings. Fix user migration between servers. 2012-06-15 23:17:31 +00:00
mimetypes.fixlist.php fix mimetype for cdr files - bugfix for oc 559 2012-06-21 09:58:04 +02:00
mimetypes.list.php renamed extention to extension, also now only showing lowercase 2012-04-15 13:34:30 +02:00
ocs.php use our own serverHost call so that ownCloud works with reverse proxy servers 2012-05-31 20:16:44 +02:00
ocsclient.php paging not yet implemented. increasing pagesize to 100 as a temporary quickfix 2012-06-09 22:02:29 +02:00
preferences.php use OC_Log instead of error_log 2011-10-16 21:42:24 +02:00
response.php ETags must be quoted. 2012-02-18 11:49:31 +01:00
search.php improve flexibility of search providers a bit 2012-04-14 11:29:54 +02:00
setup.php Return login errors for PostgreSQL setup 2012-06-27 20:25:46 -04:00
streamwrappers.php add streamwrapper that provides a callback on stream close 2012-03-02 18:42:57 +01:00
template.php use new sanitize HTML function backported 2012-06-20 16:59:51 +02: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 +02:00
user.php Remember result of OC_User::isLoggedIn, can be very expensive to check 2012-06-21 20:14:53 +02:00
util.php 4.0.4 2012-06-26 21:51:32 +02:00
vcategories.php Maybe fix out of memory..? 2012-06-25 19:42:38 +02:00
vobject.php replace Sabre_VObject_Element_DateTime with Sabre_VObject_Property_DateTime 2012-02-24 22:20:40 +01:00