server/lib
2012-07-05 11:30:37 +02:00
..
archive
cache Cache: try to set the fast cache in the Broker 2012-06-25 21:05:10 +02:00
connector/sabre fix webdav errors for empty folders 2012-06-27 13:08:16 +02:00
filecache don't show other users file if the filesystem is not index already 2012-06-20 11:34:17 +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:39:17 -04:00
filestorage Implemented deleteAll() method in OC_FilesystemView (interface) and OC_Filestorage_Common (logic) 2012-06-21 18:15:22 +01:00
group
l10n Delay loading of translations until they are used 2012-06-18 23:07:32 +02:00
log
MDB2/Driver
migration
minimizer remove trailing slash in %appswebroot% placeholder 2012-06-23 16:59:55 +02:00
public 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 +02:00
search
user
app.php Spelling fix 2012-06-28 22:11:04 +02:00
appconfig.php
archive.php
base.php Remove referer check, this is unreliable. The header doesnt need te exist, or can be wrong 2012-07-04 17:51:07 +02:00
cache.php Cache: Add APC and XCache to global cache handler 2012-06-25 21:05:10 +02:00
config.php Do not close php tag on config file 2012-06-22 21:01:12 +00:00
db.php Correct Postgresql connection with space in password. Work around php bug 2012-07-04 10:13:00 +00:00
eventsource.php
exception.php
filecache.php Fix the fix about filecache and postgres 2012-06-24 20:49:48 +00:00
fileproxy.php
files.php typo fixed 2012-06-29 16:49:22 +02:00
filestorage.php removed readdir to fix bug oc-1054 2012-06-20 16:24:49 +01:00
filesystem.php use filesystem abstraction layer to copy file versions 2012-07-03 18:25:49 +02:00
filesystemview.php use filesystem abstraction layer to copy file versions 2012-07-03 18:25:49 +02:00
geo.php
group.php
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 +02:00
hook.php
image.php fix variable name and undefined index notice 2012-06-10 17:25:50 +02:00
installer.php close only if exist 2012-06-23 16:21:47 +02:00
json.php Remove forced download 2012-07-02 12:20:43 +02:00
l10n.php Don't display error messages 2012-07-02 10:24:22 +02:00
log.php
mail.php
migrate.php Return correct json response, fix syntax 2012-06-30 22:56:47 +00:00
mimetypes.fixlist.php fix mimetype for cdr files - bugfix for oc 559 2012-06-21 09:58:38 +02:00
mimetypes.list.php
minimizer.php Fix setting ETag header on cache miss 2012-06-25 21:05:10 +02:00
ocs.php
ocsclient.php Avoid fetch ocs info if the appstore is disabled 2012-06-22 16:06:46 +02:00
preferences.php All is good ;-) 2012-06-26 02:47:59 +02:00
request.php Fix errors for minimizer 2012-06-18 11:33:24 +02:00
response.php
search.php
setup.php Escape pg connection string on setup 2012-07-03 09:20:42 +02:00
streamwrappers.php
template.php Merge branch 'master' into multi_app_dir 2012-06-21 17:15:35 +00:00
templatelayout.php some path fixes for multi-dir app 2012-06-22 09:56:54 +02:00
updater.php finally fix the updater. next is an automatic updater. but this is a bit more tricky. 2012-06-09 17:43:02 +02:00
user.php Remember result of OC_User::isLoggedIn, can be very expensive to check 2012-06-19 17:54:19 +02:00
util.php More helpfull debug msg for redirectToDefaultPage 2012-07-04 17:51:07 +02:00
vcategories.php Make Categories a bit quieter. 2012-06-27 01:03:53 +02:00
vobject.php