.. |
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-08 21:38:10 +02:00 |
cache
|
Add compatability function for APC cache
|
2012-06-22 17:21:57 +02:00 |
connector/sabre
|
Fix initialization of OC_Filesystem setup from DAV
|
2012-06-22 17:21:56 +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
|
make groups not static, fixes oc-919
|
2012-06-05 14:02:13 +02:00 |
l10n
|
Delay loading of translations until they are used
|
2012-06-18 23:07:32 +02:00 |
log
|
Supress any warnings if log file does not exist
|
2012-06-05 17:44:07 -04:00 |
migration
|
Typo fix (breif->brief)
|
2012-04-14 18:31:42 +02:00 |
minimizer
|
remove trailing slash in %appswebroot% placeholder
|
2012-06-23 16:59:55 +02:00 |
public
|
remove unnecessary comment
|
2012-06-20 16:29:19 +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-08 21:38:10 +02:00 |
app.php
|
Trim trailing whitespace from version.
|
2012-06-24 15:07:44 +02:00 |
appconfig.php
|
update copyright
|
2012-05-26 19:14:24 +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
|
Trim url and path of appsroot to have and standart type of path fix oc-1107
|
2012-06-25 15:50:27 +02:00 |
cache.php
|
Add layer to select fast or slow cache for storing values
|
2012-06-06 22:41:36 +02:00 |
config.php
|
Do not close php tag on config file
|
2012-06-22 21:01:12 +00:00 |
db.php
|
write sql errors into the error log for better debugging
|
2012-06-25 11:55:51 +02:00 |
eventsource.php
|
fix eventsource for ie
|
2012-03-31 16:40:42 +02:00 |
filecache.php
|
Fix the fix about filecache and postgres
|
2012-06-24 20:49:48 +00:00 |
fileproxy.php
|
Smarter code for OC_FileProxy
|
2012-06-08 21:38:10 +02:00 |
files.php
|
Remove OC::$CONFIG_DATADIRECTORY, not used
|
2012-06-19 22:54:14 +02:00 |
filestorage.php
|
removed readdir to fix bug oc-1054
|
2012-06-20 16:24:49 +01:00 |
filesystem.php
|
Merge branch 'audit'
|
2012-06-20 17:20:39 +02:00 |
filesystemview.php
|
Implemented deleteAll() method in OC_FilesystemView (interface) and OC_Filestorage_Common (logic)
|
2012-06-21 18:15:22 +01:00 |
geo.php
|
add OC_Geo class
|
2012-02-26 13:45:20 +01:00 |
group.php
|
Merge branch 'unstable'
|
2012-06-04 23:02:05 +02:00 |
helper.php
|
Merge branch 'master' into multi_app_dir
|
2012-06-21 17:15:35 +00: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:50 +02:00 |
installer.php
|
close only if exist
|
2012-06-23 16:21:47 +02:00 |
json.php
|
Convert OC_L10N_String to a string in OC_JSON::encodedPrint
|
2012-06-22 17:21:56 +02:00 |
l10n.php
|
Merge branch 'master' into multi_app_dir
|
2012-06-21 17:15:35 +00:00 |
log.php
|
The log message is not always shown in html
|
2012-05-10 09:13:09 +02:00 |
mail.php
|
fix wrong documentation
|
2012-06-06 14:18:30 +02:00 |
migrate.php
|
Correction of path looking for apps and css
|
2012-06-22 20:58:52 +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
|
renamed extention to extension, also now only showing lowercase
|
2012-04-15 13:34:30 +02:00 |
minimizer.php
|
Use TemplateLayout functions for finding js and css files in minimizer
|
2012-06-18 15:40:48 +02:00 |
ocs.php
|
use our own serverHost call so that ownCloud works with reverse proxy servers
|
2012-05-31 20:26:09 +02:00 |
ocsclient.php
|
Avoid fetch ocs info if the appstore is disabled
|
2012-06-22 16:06:46 +02:00 |
preferences.php
|
update copyright
|
2012-05-26 19:14:24 +02:00 |
request.php
|
Fix errors for minimizer
|
2012-06-18 11:33:24 +02:00 |
response.php
|
ETags must be quoted.
|
2012-02-18 11:49:31 +01:00 |
search.php
|
update copyright
|
2012-05-26 19:14:24 +02:00 |
setup.php
|
generate a random salt during installation and store it in the config.php. use it to salt the password hashing.
|
2012-06-08 12:31:37 +02:00 |
streamwrappers.php
|
add streamwrapper that provides a callback on stream close
|
2012-03-02 18:42:57 +01:00 |
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
|
Spelling fixes
|
2012-06-22 17:21:56 +02:00 |
vcategories.php
|
Categories: Turned the debugging down a bit.
|
2012-06-11 03:05:33 +02:00 |
vobject.php
|
replace Sabre_VObject_Element_DateTime with Sabre_VObject_Property_DateTime
|
2012-02-24 22:20:40 +01:00 |