.. |
MDB2/Driver
|
fix errors during database migration
|
2012-01-08 01:57:53 +01:00 |
connector/sabre
|
Merge branch 'master' into sabredav_1.6
|
2012-03-19 08:33:36 +01:00 |
fileproxy
|
add a default user quota
|
2012-02-24 23:54:38 +01:00 |
filestorage
|
renamed extention to extension, also now only showing lowercase
|
2012-04-15 13:34:30 +02:00 |
group
|
fix group backend
|
2012-04-16 10:36:21 +02:00 |
log
|
merge log into admin
|
2012-04-16 12:21:48 +02:00 |
migration
|
Typo fix (breif->brief)
|
2012-04-14 18:31:42 +02:00 |
public
|
first step to an public api of ownCloud for the apps. In the future they shouldn´t call internall classes, functions or session variables because this will change and break in upcoming versions. Apps should only call this public interface that we will kepp stable over different releases. The namespace is OCP for ownCloud public. This is just the first step. more coming soon
|
2012-04-23 15:50:30 +02:00 |
search
|
improve flexibility of search providers a bit
|
2012-04-14 11:29:54 +02:00 |
user
|
prevent users with the same name but different casing from being created
|
2012-04-14 12:57:10 +02:00 |
app.php
|
OC_App::getStorage() failed if app dir didn't exist.
|
2012-04-24 01:44:07 +02:00 |
appconfig.php
|
cache app types in the db
|
2012-04-14 17:53:02 +02:00 |
base.php
|
first step to an public api of ownCloud for the apps. In the future they shouldn´t call internall classes, functions or session variables because this will change and break in upcoming versions. Apps should only call this public interface that we will kepp stable over different releases. The namespace is OCP for ownCloud public. This is just the first step. more coming soon
|
2012-04-23 15:50:30 +02:00 |
config.php
|
Spelling fix hint text
|
2012-02-17 22:10:02 +01:00 |
db.php
|
Typo fix (breif->brief)
|
2012-04-14 18:31:42 +02:00 |
eventsource.php
|
fix eventsource for ie
|
2012-03-31 16:40:42 +02:00 |
filecache.php
|
minor filecache improvements
|
2012-04-25 00:12:12 +02:00 |
fileproxy.php
|
add option to dissable fileproxies
|
2012-02-21 20:48:47 +01:00 |
files.php
|
use the correct array indexes...
|
2012-04-14 17:52:49 +02:00 |
filestorage.php
|
add touch() to all storage backands, and make parameter optional
|
2012-02-29 23:44:05 +01:00 |
filesystem.php
|
initial mount configuration work
|
2012-04-25 00:12:12 +02:00 |
filesystemview.php
|
emit the correct hooks for file_put_contents and some readfile improvements
|
2012-04-25 00:12:12 +02:00 |
geo.php
|
add OC_Geo class
|
2012-02-26 13:45:20 +01:00 |
group.php
|
OC_Group_Backend.php misses function groupexists
|
2012-04-15 17:11:03 +02:00 |
helper.php
|
add function to get mimetype from string
|
2012-04-18 20:54:28 +02:00 |
hook.php
|
Fix comments/documentation
|
2011-11-09 11:35:50 +01:00 |
image.php
|
fix square images not getting proper thumbnails
|
2012-03-27 00:42:15 +02:00 |
installer.php
|
Add a static code checker for evil patterns in apps.
|
2012-04-21 22:47:56 +02:00 |
json.php
|
reuse OC_L10N objects
|
2012-04-14 16:44:15 +02:00 |
l10n.php
|
reuse OC_L10N objects
|
2012-04-14 16:44:15 +02:00 |
log.php
|
Add support for logging to syslog
|
2012-03-30 23:41:53 +02:00 |
mail.php
|
new OC_Mail class to handle all mail sending. The benefit is that is way mor flexible than the standard mail command. can be configured to use a remote smtp relay for example. also port the lostpassword code
|
2012-04-20 20:49:35 +02:00 |
migrate.php
|
don't rely on the old version in info.xml anymore
|
2012-04-14 19:01:59 +02: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 |
ocs.php
|
remove Log completely
|
2011-08-10 14:03:54 +02:00 |
ocsclient.php
|
improve the app installer.
|
2012-04-21 15:30:58 +02:00 |
preferences.php
|
use OC_Log instead of error_log
|
2011-10-16 21:42:24 +02:00 |
response.php
|
ETags must be quoted.
|
2012-02-18 11:49:31 +01:00 |
search.php
|
improve flexibility of search providers a bit
|
2012-04-14 11:29:54 +02:00 |
setup.php
|
Add well-known redirects to htaccess
|
2012-04-15 17:11:03 +02:00 |
streamwrappers.php
|
add streamwrapper that provides a callback on stream close
|
2012-03-02 18:42:57 +01:00 |
template.php
|
renamed extention to extension, also now only showing lowercase
|
2012-04-15 13:34:30 +02:00 |
updater.php
|
improved updater wording
|
2012-04-14 18:41:09 +02:00 |
user.php
|
Fix a session fixation vulnerability
|
2012-04-12 19:15:38 +02:00 |
util.php
|
check if PHP mod GD is installed
|
2012-04-17 19:09:41 +02:00 |
vcategories.php
|
OC_VCategories: sort categories in natural order using usort
|
2012-04-12 23:10:49 +02:00 |
vobject.php
|
replace Sabre_VObject_Element_DateTime with Sabre_VObject_Property_DateTime
|
2012-02-24 22:20:40 +01:00 |