.. |
MDB2/Driver
|
strict standards fixes for sqlite3
|
13 years ago |
archive
|
Don't use substr to get first char of string
|
13 years ago |
cache
|
Cache: try to set the fast cache in the Broker
|
13 years ago |
connector/sabre
|
allow user to upload his own root certificate for secure webdav mount
|
13 years ago |
filecache
|
don't show other users file if the filesystem is not index already
|
13 years ago |
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
|
13 years ago |
filestorage
|
Implemented deleteAll() method in OC_FilesystemView (interface) and OC_Filestorage_Common (logic)
|
13 years ago |
group
|
make groups not static, fixes oc-919
|
13 years ago |
l10n
|
Delay loading of translations until they are used
|
13 years ago |
log
|
Move line counter so we only count lines towards the offset that are equal or above the log level
|
13 years ago |
migration
|
Typo fix (breif->brief)
|
13 years ago |
minimizer
|
remove trailing slash in %appswebroot% placeholder
|
13 years ago |
public
|
provide multibyte aware helper functions mb_str_replace, mb_substr_replace and mb_array_change_key_case for handling with UTF 8
|
13 years ago |
search
|
improve flexibility of search providers a bit
|
13 years ago |
user
|
Don't use substr to get first char of string
|
13 years ago |
app.php
|
Spelling fix
|
13 years ago |
appconfig.php
|
update copyright
|
13 years ago |
archive.php
|
move archive library to core so we can properly depend on it
|
13 years ago |
base.php
|
Remove referer check, this is unreliable. The header doesnt need te exist, or can be wrong
|
13 years ago |
cache.php
|
Cache: Add APC and XCache to global cache handler
|
13 years ago |
config.php
|
Do not close php tag on config file
|
13 years ago |
db.php
|
Correct Postgresql connection with space in password. Work around php bug
|
13 years ago |
eventsource.php
|
fix eventsource for ie
|
13 years ago |
filecache.php
|
Fix the fix about filecache and postgres
|
13 years ago |
fileproxy.php
|
Smarter code for OC_FileProxy
|
13 years ago |
files.php
|
typo fixed
|
13 years ago |
filestorage.php
|
removed readdir to fix bug oc-1054
|
13 years ago |
filesystem.php
|
use filesystem abstraction layer to copy file versions
|
13 years ago |
filesystemview.php
|
use filesystem abstraction layer to copy file versions
|
13 years ago |
geo.php
|
add OC_Geo class
|
13 years ago |
group.php
|
Merge branch 'unstable'
|
13 years ago |
helper.php
|
provide multibyte aware helper functions mb_str_replace, mb_substr_replace and mb_array_change_key_case for handling with UTF 8
|
13 years ago |
hook.php
|
allow clearing hooks and fileproxies
|
13 years ago |
image.php
|
fix variable name and undefined index notice
|
13 years ago |
installer.php
|
close only if exist
|
13 years ago |
json.php
|
Remove forced download
|
13 years ago |
l10n.php
|
Don't display error messages
|
13 years ago |
log.php
|
The log message is not always shown in html
|
13 years ago |
mail.php
|
fix wrong documentation
|
13 years ago |
migrate.php
|
Return correct json response, fix syntax
|
13 years ago |
mimetypes.fixlist.php
|
fix mimetype for cdr files - bugfix for oc 559
|
13 years ago |
mimetypes.list.php
|
renamed extention to extension, also now only showing lowercase
|
13 years ago |
minimizer.php
|
Fix setting ETag header on cache miss
|
13 years ago |
ocs.php
|
use our own serverHost call so that ownCloud works with reverse proxy servers
|
13 years ago |
ocsclient.php
|
Avoid fetch ocs info if the appstore is disabled
|
13 years ago |
preferences.php
|
All is good ;-)
|
13 years ago |
request.php
|
Fix errors for minimizer
|
13 years ago |
response.php
|
ETags must be quoted.
|
13 years ago |
search.php
|
update copyright
|
13 years ago |
setup.php
|
Escape pg connection string on setup
|
13 years ago |
streamwrappers.php
|
add streamwrapper that provides a callback on stream close
|
13 years ago |
template.php
|
Merge branch 'master' into multi_app_dir
|
13 years ago |
templatelayout.php
|
some path fixes for multi-dir app
|
13 years ago |
updater.php
|
finally fix the updater. next is an automatic updater. but this is a bit more tricky.
|
13 years ago |
user.php
|
Uninitialized variable
|
13 years ago |
util.php
|
More helpfull debug msg for redirectToDefaultPage
|
13 years ago |
vcategories.php
|
Make Categories a bit quieter.
|
13 years ago |
vobject.php
|
replace Sabre_VObject_Element_DateTime with Sabre_VObject_Property_DateTime
|
13 years ago |