| .. |
|
archive
|
Don't use substr to get first char of string
|
2012-06-08 21:38:10 +02:00 |
|
cache
|
Fix errors for minimizer
|
2012-06-18 11:33:24 +02:00 |
|
connector/sabre
|
Optimize WebDav access by preloading dav custom properties
|
2012-06-15 21:21:42 +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
|
added new user settings interface for deleting old file versions
|
2012-06-20 18:25:12 +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 |
|
MDB2/Driver
|
|
|
|
migration
|
|
|
|
minimizer
|
Use TemplateLayout functions for finding js and css files in minimizer
|
2012-06-18 15:40:48 +02:00 |
|
public
|
remove unnecessary comment
|
2012-06-20 16:29:19 +02:00 |
|
search
|
|
|
|
user
|
Don't use substr to get first char of string
|
2012-06-08 21:38:10 +02:00 |
|
app.php
|
Only check for apps owncloud version requirment when there is a new owncloud version
|
2012-06-16 20:52:10 +02:00 |
|
appconfig.php
|
|
|
|
archive.php
|
|
|
|
base.php
|
Delay setup of FS until OC_Filesystem is used
|
2012-06-20 17:10:49 +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
|
fixes http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-987
|
2012-06-12 23:16:26 +02:00 |
|
db.php
|
Revert "Set default charset to utf-8."
|
2012-06-16 19:48:03 -04:00 |
|
eventsource.php
|
|
|
|
filecache.php
|
when checking if the content of a folder has been updated, exlicitly state that we are checking a folder
|
2012-06-17 01:31:57 +02: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
|
Fixed deleteAll function for deleting all old versions of files (expireAll)
|
2012-06-19 19:42:40 +01:00 |
|
geo.php
|
|
|
|
group.php
|
Merge branch 'unstable'
|
2012-06-04 23:02:05 +02:00 |
|
helper.php
|
fixes oc-668
|
2012-06-18 23:33:02 +02:00 |
|
hook.php
|
|
|
|
image.php
|
fix variable name and undefined index notice
|
2012-06-10 17:25:50 +02:00 |
|
installer.php
|
Don't use substr to get first char of string
|
2012-06-08 21:38:10 +02:00 |
|
json.php
|
Added JSON methods for CSRF prevention. Make request token accessible from template and add js var.
|
2012-06-13 17:33:19 +02:00 |
|
l10n.php
|
Delay loading of translations until they are used
|
2012-06-18 23:07:32 +02:00 |
|
log.php
|
|
|
|
mail.php
|
fix wrong documentation
|
2012-06-06 14:18:30 +02:00 |
|
migrate.php
|
Move user import to personal settings. Fix user migration between servers.
|
2012-06-15 23:14:40 +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
|
Use TemplateLayout functions for finding js and css files in minimizer
|
2012-06-18 15:40:48 +02:00 |
|
ocs.php
|
|
|
|
ocsclient.php
|
apps paging is not yet implemented. increase pagesize to 100 as a quickfix
|
2012-06-09 22:00:28 +02:00 |
|
preferences.php
|
|
|
|
request.php
|
Fix errors for minimizer
|
2012-06-18 11:33:24 +02:00 |
|
response.php
|
|
|
|
search.php
|
|
|
|
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
|
|
|
|
template.php
|
removing sanitizeHTML() function from template.php since I moved it to util.php
|
2012-06-19 19:29:43 +02:00 |
|
templatelayout.php
|
Prepare template js and css functions for use in the js and css minimizers
|
2012-06-18 15:40:48 +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
|
check if the data directory is accessible via http. Show a big security warning if yes
|
2012-06-21 14:07:04 +02:00 |
|
vcategories.php
|
Categories: Turned the debugging down a bit.
|
2012-06-11 03:05:33 +02:00 |
|
vobject.php
|
|
|