nextcloud-server/lib/public
Bernhard Posselt 9a4d204b55 add cors middleware
remove methodannotationreader namespace

fix namespace for server container

fix tests

fail if with cors credentials header is set to true, implement a reusable preflighted cors method in the controller baseclass, make corsmiddleware private and register it for every request

remove uneeded  local in cors middleware registratio

dont uppercase cors to easily use it from routes

fix indention

comment fixes

explicitely set allow credentials header to false

dont depend on better controllers PR, fix that stuff later

split cors methods to be in a seperate controller for exposing apis

remove protected definitions from apicontroller since controller has it
2014-05-09 23:34:41 +02:00
..
activity polish documentation based on scrutinizer patches 2014-02-06 17:02:21 +01:00
appframework add cors middleware 2014-05-09 23:34:41 +02:00
authentication
backgroundjob Scrutinizer Auto-Fixes 2014-02-19 09:31:54 +01:00
contacts More PHPDoc fixes, using scrutinizer patches as hints 2014-02-28 13:53:41 +01:00
files Fix FileInfo->getType errors 2014-03-07 14:52:44 +01:00
route Fix PHPdoc in lib/public 2014-04-15 22:55:47 +02:00
api.php
app.php Fix more documentation failes 2014-02-08 11:47:55 +01:00
backgroundjob.php Scrutinizer Auto-Fixes 2014-02-19 09:31:54 +01:00
config.php fixing undefined exception classes 2014-04-07 20:57:08 +02:00
constants.php Added extra checks for invalid file chars in newfile.php and newfolder.php 2014-02-18 17:54:32 +01:00
contacts.php
db.php Fix more documentation failes 2014-02-08 11:47:55 +01:00
defaults.php
files.php Scrutinizer Auto-Fixes 2014-02-19 09:31:54 +01:00
groupinterface.php
iaddressbook.php
iappconfig.php More PHPDoc fixes, using scrutinizer patches as hints 2014-02-28 13:53:41 +01:00
iavatar.php polish documentation based on scrutinizer patches 2014-02-06 17:02:21 +01:00
iavatarmanager.php
icache.php
icachefactory.php Fix some phpdoc errors and rename interface 2014-01-24 16:01:19 +01:00
iconfig.php Scrutinizer Auto-Fixes 2014-02-19 09:31:54 +01:00
icontainer.php
idbconnection.php
ihelper.php
il10n.php More PHPDoc updates 2014-02-28 21:03:43 +01:00
image.php
inavigationmanager.php polish documentation based on scrutinizer patches 2014-02-06 17:02:21 +01:00
ipreview.php
irequest.php polish documentation based on scrutinizer patches 2014-02-06 17:02:21 +01:00
iservercontainer.php Merge branch 'master' into type-hinting 2014-03-31 21:38:54 +02:00
isession.php adding an explicit close method to class session - write operations (set and remove) being called after close() will throw an exception 2014-03-10 14:21:12 +01:00
itagmanager.php
itags.php Scrutinizer Auto-Fixes 2014-02-19 09:31:54 +01:00
iurlgenerator.php
iusersession.php polish documentation based on scrutinizer patches 2014-02-06 17:02:21 +01:00
json.php polish documentation based on scrutinizer patches 2014-02-06 17:02:21 +01:00
response.php
share.php Correct return type for getFilePath 2014-05-01 18:12:17 +02:00
template.php Fix PHPdoc in lib/public 2014-04-15 22:55:47 +02:00
user.php Fix more documentation failes 2014-02-08 11:47:55 +01:00
userinterface.php
util.php Some expected Sabre exceptions are now logged with DEBUG level 2014-05-07 11:43:50 +02:00