| .. |
|
MDB2/Driver
|
remove superfluous ?> at the end of .php files (left out apps/*/templates)
|
2012-07-09 16:51:16 +07:00 |
|
archive
|
Don't use substr to get first char of string
|
2012-06-08 21:38:10 +07:00 |
|
cache
|
Cache: try to set the fast cache in the Broker
|
2012-06-25 21:05:10 +07:00 |
|
connector/sabre
|
webdav ssl cleanup
|
2012-07-09 09:40:33 +07:00 |
|
filecache
|
don't show other users file if the filesystem is not index already
|
2012-06-20 11:34:17 +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:39:17 +07:00 |
|
filestorage
|
Implemented deleteAll() method in OC_FilesystemView (interface) and OC_Filestorage_Common (logic)
|
2012-06-21 18:15:22 +07:00 |
|
group
|
make groups not static, fixes oc-919
|
2012-06-05 14:02:13 +07:00 |
|
l10n
|
Delay loading of translations until they are used
|
2012-06-18 23:07:32 +07:00 |
|
log
|
Move line counter so we only count lines towards the offset that are equal or above the log level
|
2012-07-06 17:29:45 +07:00 |
|
migration
|
Typo fix (breif->brief)
|
2012-04-14 18:31:42 +07:00 |
|
minimizer
|
remove trailing slash in %appswebroot% placeholder
|
2012-06-23 16:59:55 +07:00 |
|
public
|
remove superfluous ?> at the end of .php files (left out apps/*/templates)
|
2012-07-09 16:51:16 +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-08 21:38:10 +07:00 |
|
app.php
|
Spelling fix
|
2012-06-28 22:11:04 +07:00 |
|
appconfig.php
|
update copyright
|
2012-05-26 19:14:24 +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
|
Remove referer check, this is unreliable. The header doesnt need te exist, or can be wrong
|
2012-07-04 17:51:07 +07:00 |
|
cache.php
|
Cache: Add APC and XCache to global cache handler
|
2012-06-25 21:05:10 +07:00 |
|
config.php
|
Do not close php tag on config file
|
2012-06-22 21:01:12 +07:00 |
|
db.php
|
Correct Postgresql connection with space in password. Work around php bug
|
2012-07-04 10:13:00 +07:00 |
|
eventsource.php
|
fix eventsource for ie
|
2012-03-31 16:40:42 +07:00 |
|
filecache.php
|
Fix the fix about filecache and postgres
|
2012-06-24 20:49:48 +07:00 |
|
fileproxy.php
|
Smarter code for OC_FileProxy
|
2012-06-08 21:38:10 +07:00 |
|
files.php
|
typo fixed
|
2012-06-29 16:49:22 +07:00 |
|
filestorage.php
|
removed readdir to fix bug oc-1054
|
2012-06-20 16:24:49 +07:00 |
|
filesystem.php
|
use filesystem abstraction layer to copy file versions
|
2012-07-03 18:25:49 +07:00 |
|
filesystemview.php
|
use filesystem abstraction layer to copy file versions
|
2012-07-03 18:25:49 +07:00 |
|
geo.php
|
add OC_Geo class
|
2012-02-26 13:45:20 +07:00 |
|
group.php
|
Merge branch 'unstable'
|
2012-06-04 23:02:05 +07:00 |
|
helper.php
|
provide multibyte aware helper functions mb_str_replace, mb_substr_replace and mb_array_change_key_case for handling with UTF 8
|
2012-07-02 20:31:19 +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:50 +07:00 |
|
installer.php
|
close only if exist
|
2012-06-23 16:21:47 +07:00 |
|
json.php
|
Remove forced download
|
2012-07-02 12:20:43 +07:00 |
|
l10n.php
|
Don't display error messages
|
2012-07-02 10:24:22 +07:00 |
|
log.php
|
The log message is not always shown in html
|
2012-05-10 09:13:09 +07:00 |
|
mail.php
|
fix wrong documentation
|
2012-06-06 14:18:30 +07:00 |
|
migrate.php
|
Return correct json response, fix syntax
|
2012-06-30 22:56:47 +07:00 |
|
mimetypes.fixlist.php
|
fix mimetype for cdr files - bugfix for oc 559
|
2012-06-21 09:58:38 +07:00 |
|
mimetypes.list.php
|
renamed extention to extension, also now only showing lowercase
|
2012-04-15 13:34:30 +07:00 |
|
minimizer.php
|
Fix setting ETag header on cache miss
|
2012-06-25 21:05:10 +07:00 |
|
ocs.php
|
use our own serverHost call so that ownCloud works with reverse proxy servers
|
2012-05-31 20:26:09 +07:00 |
|
ocsclient.php
|
Avoid fetch ocs info if the appstore is disabled
|
2012-06-22 16:06:46 +07:00 |
|
preferences.php
|
All is good ;-)
|
2012-06-26 02:47:59 +07:00 |
|
request.php
|
Fix errors for minimizer
|
2012-06-18 11:33:24 +07:00 |
|
response.php
|
ETags must be quoted.
|
2012-02-18 11:49:31 +07:00 |
|
search.php
|
update copyright
|
2012-05-26 19:14:24 +07:00 |
|
setup.php
|
remove superfluous ?> at the end of .php files (left out apps/*/templates)
|
2012-07-09 16:51:16 +07:00 |
|
streamwrappers.php
|
add streamwrapper that provides a callback on stream close
|
2012-03-02 18:42:57 +07:00 |
|
template.php
|
Merge branch 'master' into multi_app_dir
|
2012-06-21 17:15:35 +07:00 |
|
templatelayout.php
|
some path fixes for multi-dir app
|
2012-06-22 09:56:54 +07:00 |
|
updater.php
|
remove superfluous ?> at the end of .php files (left out apps/*/templates)
|
2012-07-09 16:51:16 +07:00 |
|
user.php
|
revert performance improvements in userExists() because it breaks new user creation
|
2012-07-09 10:31:50 +07:00 |
|
util.php
|
More helpfull debug msg for redirectToDefaultPage
|
2012-07-04 17:51:07 +07:00 |
|
vcategories.php
|
remove superfluous ?> at the end of .php files (left out apps/*/templates)
|
2012-07-09 16:51:16 +07:00 |
|
vobject.php
|
replace Sabre_VObject_Element_DateTime with Sabre_VObject_Property_DateTime
|
2012-02-24 22:20:40 +07:00 |