Add well known handlers API
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
Showing
- .htaccess 0 additions, 4 deletions.htaccess
- apps/settings/js/admin.js 4 additions, 4 deletionsapps/settings/js/admin.js
- apps/settings/lib/AppInfo/Application.php 0 additions, 21 deletionsapps/settings/lib/AppInfo/Application.php
- core/Controller/WellKnownController.php 67 additions, 0 deletionscore/Controller/WellKnownController.php
- core/js/setupchecks.js 4 additions, 3 deletionscore/js/setupchecks.js
- core/js/tests/specs/setupchecksSpec.js 4 additions, 4 deletionscore/js/tests/specs/setupchecksSpec.js
- core/routes.php 3 additions, 0 deletionscore/routes.php
- lib/composer/composer/autoload_classmap.php 7 additions, 0 deletionslib/composer/composer/autoload_classmap.php
- lib/composer/composer/autoload_static.php 7 additions, 0 deletionslib/composer/composer/autoload_static.php
- lib/private/AppFramework/Bootstrap/RegistrationContext.php 24 additions, 0 deletionslib/private/AppFramework/Bootstrap/RegistrationContext.php
- lib/private/Http/WellKnown/RequestManager.php 124 additions, 0 deletionslib/private/Http/WellKnown/RequestManager.php
- lib/public/AppFramework/Bootstrap/IRegistrationContext.php 14 additions, 0 deletionslib/public/AppFramework/Bootstrap/IRegistrationContext.php
- lib/public/Http/WellKnown/GenericResponse.php 51 additions, 0 deletionslib/public/Http/WellKnown/GenericResponse.php
- lib/public/Http/WellKnown/IHandler.php 48 additions, 0 deletionslib/public/Http/WellKnown/IHandler.php
- lib/public/Http/WellKnown/IRequestContext.php 46 additions, 0 deletionslib/public/Http/WellKnown/IRequestContext.php
- lib/public/Http/WellKnown/IResponse.php 39 additions, 0 deletionslib/public/Http/WellKnown/IResponse.php
- lib/public/Http/WellKnown/JrdResponse.php 170 additions, 0 deletionslib/public/Http/WellKnown/JrdResponse.php
- tests/Core/Controller/WellKnownControllerTest.php 86 additions, 0 deletionstests/Core/Controller/WellKnownControllerTest.php
- tests/lib/Http/WellKnown/GenericResponseTest.php 40 additions, 0 deletionstests/lib/Http/WellKnown/GenericResponseTest.php
- tests/lib/Http/WellKnown/JrdResponseTest.php 108 additions, 0 deletionstests/lib/Http/WellKnown/JrdResponseTest.php
Loading
Please register or sign in to comment