| .. |
|
appframework
|
Merge pull request #8178 from owncloud/fix-request-parameters
|
2014-04-14 20:42:26 +07:00 |
|
archive
|
…
|
|
|
backgroundjob
|
…
|
|
|
cache
|
Fix PHPdoc in lib/private
|
2014-04-15 22:55:20 +07:00 |
|
connector/sabre
|
Merge pull request #8222 from owncloud/type-hinting
|
2014-04-17 16:08:15 +07:00 |
|
db
|
adding @method annotation to declare methods which can be called on the wrapped statement object
|
2014-03-28 12:57:27 +07:00 |
|
fileproxy
|
…
|
|
|
files
|
Merge pull request #8222 from owncloud/type-hinting
|
2014-04-17 16:08:15 +07:00 |
|
group
|
Remove limit and offset manipulation when getting users or groups, because it does not work when more than one user or group backend. Fixing it would be too costly performancewise, so we switch back to the model used in OC 5: limit and offset are effective per backend, and not a general constraint
|
2014-04-15 17:46:48 +07:00 |
|
hooks
|
…
|
|
|
l10n
|
…
|
|
|
legacy
|
…
|
|
|
log
|
…
|
|
|
memcache
|
…
|
|
|
migration
|
…
|
|
|
ocs
|
Merge pull request #8018 from owncloud/ocs_result_success_is_100
|
2014-04-10 13:03:10 +07:00 |
|
preview
|
escape $second + update PHPDoc
|
2014-04-16 19:45:55 +07:00 |
|
route
|
Fix PHPdoc in lib/private
|
2014-04-15 22:55:20 +07:00 |
|
search
|
…
|
|
|
session
|
redefine reopen() in class \OC\Session\Internal to avoid accidental calls in productive code
|
2014-03-18 11:44:22 +07:00 |
|
setup
|
…
|
|
|
share
|
Merge pull request #7780 from owncloud/share-file-exists
|
2014-04-15 11:23:17 +07:00 |
|
template
|
p() and print_unescaped() also take arrays as parameter
|
2014-04-13 16:18:05 +07:00 |
|
user
|
Merge pull request #8205 from owncloud/fix-8202
|
2014-04-17 16:10:33 +07:00 |
|
vobject
|
…
|
|
|
activitymanager.php
|
…
|
|
|
allconfig.php
|
…
|
|
|
api.php
|
Merge pull request #7649 from owncloud/routing-public
|
2014-03-17 21:07:05 +07:00 |
|
app.php
|
Fix PHPdoc in lib/private
|
2014-04-15 22:55:20 +07:00 |
|
appconfig.php
|
using array_key_exists() instead of isset() - required because in case the value is null isset is returning false
|
2014-04-07 21:05:48 +07:00 |
|
apphelper.php
|
…
|
|
|
archive.php
|
…
|
|
|
arrayparser.php
|
…
|
|
|
avatar.php
|
…
|
|
|
avatarmanager.php
|
…
|
|
|
backgroundjob.php
|
…
|
|
|
cache.php
|
…
|
|
|
config.php
|
Fix admin-dir_permissions redirection when cannot write warning
|
2014-04-02 12:41:46 +07:00 |
|
contactsmanager.php
|
…
|
|
|
davclient.php
|
Fix a wrong WebDAV Warning with self-signed-certs
|
2014-04-13 05:24:29 +07:00 |
|
db.php
|
…
|
|
|
defaults.php
|
Switch to HTTPS
|
2014-04-06 22:06:38 +07:00 |
|
eventsource.php
|
…
|
|
|
filechunking.php
|
Fix PHPdoc in lib/private
|
2014-04-15 22:55:20 +07:00 |
|
fileproxy.php
|
…
|
|
|
files.php
|
Use the correct resolve method to resolve file storage
|
2014-03-26 18:14:35 +07:00 |
|
forbiddenexception.php
|
Cache folder is now configurable
|
2014-03-24 12:57:11 +07:00 |
|
geo.php
|
…
|
|
|
group.php
|
…
|
|
|
helper.php
|
White-list known secure mime types. Refs. #8184
|
2014-04-14 17:17:50 +07:00 |
|
hintexception.php
|
…
|
|
|
hook.php
|
…
|
|
|
image.php
|
Fix PHPdoc in lib/private
|
2014-04-15 22:55:20 +07:00 |
|
installer.php
|
…
|
|
|
json.php
|
Remove uneeded usages of nosniff
|
2014-04-13 12:48:16 +07:00 |
|
l10n.php
|
introduce new function to force a language
|
2014-04-15 15:12:25 +07:00 |
|
log.php
|
…
|
|
|
mail.php
|
idn_to_ascii is only used if available
|
2014-03-26 11:17:23 +07:00 |
|
migrate.php
|
…
|
|
|
mimetypes.list.php
|
Added explanation to mimetypes.list.php to avoid future confusion.
|
2014-04-14 18:21:19 +07:00 |
|
navigationmanager.php
|
…
|
|
|
notsquareexception.php
|
…
|
|
|
ocs.php
|
…
|
|
|
ocsclient.php
|
…
|
|
|
preferences.php
|
…
|
|
|
preview.php
|
Merge pull request #8019 from owncloud/thumbnail_fixes
|
2014-04-14 16:23:03 +07:00 |
|
previewmanager.php
|
…
|
|
|
repair.php
|
…
|
|
|
request.php
|
Fix PHPdoc in lib/private
|
2014-04-15 22:55:20 +07:00 |
|
response.php
|
…
|
|
|
search.php
|
…
|
|
|
server.php
|
Correctly process request parameters other than GET or POST, dont use globals in the class but inject it
|
2014-04-12 15:02:19 +07:00 |
|
setup.php
|
…
|
|
|
subadmin.php
|
…
|
|
|
tagmanager.php
|
…
|
|
|
tags.php
|
…
|
|
|
template.php
|
Fix indentation
|
2014-04-13 11:52:31 +07:00 |
|
templatelayout.php
|
adding checks and log messages regarding the assets folder
|
2014-04-15 16:26:12 +07:00 |
|
updater.php
|
Merge pull request #7611 from owncloud/fix-updater
|
2014-03-21 12:16:51 +07:00 |
|
urlgenerator.php
|
Fix PHPdoc in lib/private
|
2014-04-15 22:55:20 +07:00 |
|
user.php
|
Merge branch 'master' into load-apps-proper-master
|
2014-03-21 14:05:08 +07:00 |
|
util.php
|
Fix a wrong WebDAV Warning with self-signed-certs
|
2014-04-13 05:24:29 +07:00 |
|
vobject.php
|
…
|
|