nextcloud/lib
Frank Karlitschek aa60771736 4.0.6 2012-07-31 10:13:10 +02:00
..
MDB2/Driver strict standards fixes for sqlite3 2012-05-19 01:39:41 +02:00
archive Don't use substr to get first char of string 2012-06-19 23:16:17 +02:00
connector/sabre Check if user is already logged in for DAV auth, instead of logging in and creating new sessions for every request 2012-07-30 10:07:18 -04: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 Fix filesystem hash, no longer using basicOperation() 2012-07-30 10:07:19 -04:00
group fix group backend 2012-04-16 10:36:21 +02: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 -04:00
migration Typo fix (breif->brief) 2012-04-14 18:31:42 +02:00
public mark OCP\App::register as deprecated 2012-07-26 15:12:57 +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 if the '/Shared' was the modified directory, than scan it. 2012-07-13 11:57:14 +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 Fix filesystem hash, no longer using basicOperation() 2012-07-30 10:07:19 -04:00
filesystem.php Fix filesystem hash, no longer using basicOperation() 2012-07-30 10:07:19 -04:00
filesystemview.php Fix incorrect copy/paste for file_put_contents() 2012-07-30 10:07:19 -04: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 Add additional error handling for emailing private links 2012-07-30 10:07:20 -04: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 Delete old session files, suggested by Torben Nehmer, see bug oc-736 2012-07-30 10:07:19 -04:00
util.php 4.0.6 2012-07-31 10:13:10 +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