.. |
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 layer to select fast or slow cache for storing values
|
2012-06-06 22:41:36 +02:00 |
connector/sabre
|
Optimize WebDav access by preloading dav custom properties
|
2012-06-15 21:21:42 +02:00 |
filecache
|
get the correct metadate from updated folders to put in the cache
|
2012-06-17 02:15:11 +02:00 |
fileproxy
|
cleanup oc_filecache, splitting it in several parts and using the new hasUpdated
|
2012-06-15 19:56:15 +02:00 |
filestorage
|
add hasUpdated to oc_filestorage
|
2012-06-15 16:43:24 +02:00 |
group
|
make groups not static, fixes oc-919
|
2012-06-05 14:02:13 +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
|
Disable minizing when DEBUG is true
|
2012-06-15 11:18:44 +02:00 |
public
|
White-space fix.
|
2012-06-14 13:23:12 +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
|
Only check for apps owncloud version requirment when there is a new owncloud version
|
2012-06-16 20:52:10 +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
|
Only check for apps owncloud version requirment when there is a new owncloud version
|
2012-06-16 20:52:10 +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
|
fix eventsource for ie
|
2012-03-31 16:40:42 +02:00 |
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
|
cleanup oc_filecache, splitting it in several parts and using the new hasUpdated
|
2012-06-15 19:56:15 +02:00 |
filestorage.php
|
add hasUpdated to oc_filestorage
|
2012-06-15 16:43:24 +02:00 |
filesystem.php
|
also add hasUpdated to oc_filesystem and oc_filesystemview
|
2012-06-15 17:42:39 +02:00 |
filesystemview.php
|
also add hasUpdated to oc_filesystem and oc_filesystemview
|
2012-06-15 17:42:39 +02: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
|
White-space fix.
|
2012-06-14 13:23:12 +02: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
|
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
|
Be smarter when checking single app language availability
|
2012-06-16 20:52:10 +02: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
|
Move user import to personal settings. Fix user migration between servers.
|
2012-06-15 23:14:40 +00:00 |
mimetypes.fixlist.php
|
as preperation for the sgf viewer app i added a file icon for .sgf files (saved go games), and an according mimetype.
|
2012-03-23 13:34:07 +01:00 |
mimetypes.list.php
|
renamed extention to extension, also now only showing lowercase
|
2012-04-15 13:34:30 +02:00 |
minimizer.php
|
Merge branch 'unstable'
|
2012-06-04 23:02:05 +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
|
apps paging is not yet implemented. increase pagesize to 100 as a quickfix
|
2012-06-09 22:00:28 +02:00 |
preferences.php
|
update copyright
|
2012-05-26 19:14: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 commit 'refs/merge-requests/127' of git://gitorious.org/owncloud/owncloud into merge-requests/127
|
2012-06-13 15:17:46 -04: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
|
Merge branch 'unstable'
|
2012-06-04 23:02:05 +02:00 |
util.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 |
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 |