nextcloud/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 page level doc blocks and class descriptions 2013-11-25 16:39:01 +01:00
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 unify license headers for public API files 2013-11-03 13:51:39 +01:00
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 as a quick example the public contacts API has been ported over as a service hosted within the server container 2013-08-26 23:48:18 +02:00
db.php Fix more documentation failes 2014-02-08 11:47:55 +01:00
defaults.php fix defaults.php doc 2013-11-25 14:26:26 +01:00
files.php Scrutinizer Auto-Fixes 2014-02-19 09:31:54 +01:00
groupinterface.php unify license headers for public API files 2013-11-03 13:51:39 +01:00
iaddressbook.php page level doc blocks and class descriptions 2013-11-25 16:39:01 +01:00
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 Round out Avatar Public API 2013-11-21 23:40:25 +01:00
icache.php unify license headers for public API files 2013-11-03 13:51:39 +01:00
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 AppFramework(Controller|HTTP|HTTP-Responses|Middleware), IContainer API fixes 2013-11-25 16:28:24 +01:00
idbconnection.php fix some capital letters 2013-11-25 16:42:28 +01:00
ihelper.php unify license headers for public API files 2013-11-03 13:51:39 +01:00
il10n.php More PHPDoc updates 2014-02-28 21:03:43 +01:00
image.php unify license headers for public API files 2013-11-03 13:51:39 +01:00
inavigationmanager.php polish documentation based on scrutinizer patches 2014-02-06 17:02:21 +01:00
ipreview.php unify license headers for public API files 2013-11-03 13:51:39 +01:00
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 unify license headers for public API files 2013-11-03 13:51:39 +01:00
itags.php Scrutinizer Auto-Fixes 2014-02-19 09:31:54 +01:00
iurlgenerator.php unify license headers for public API files 2013-11-03 13:51:39 +01:00
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 Moved content disposition code+workarounds to OCP\Response 2013-12-10 12:42:26 +01:00
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 unify license headers for public API files 2013-11-03 13:51:39 +01:00
util.php Some expected Sabre exceptions are now logged with DEBUG level 2014-05-07 11:43:50 +02:00