summaryrefslogtreecommitdiffstats
path: root/lib/private/AppFramework
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1426 from nextcloud/sanitze_optLukas Reschke2016-09-261-1/+4
|\
| * Optimize sanitizeNameRoeland Jago Douma2016-09-161-1/+4
* | Use default value instead of throwing when the service could not be foundJoas Schilling2016-09-201-1/+10
* | Add trict CSP to OCS responsesRoeland Jago Douma2016-09-152-1/+7
|/
* Cache the build ControllerNameRoeland Jago Douma2016-09-111-1/+15
* Set proper content type on OCS responsesRoeland Jago Douma2016-09-071-0/+10
* Split OCS version handlingRoeland Jago Douma2016-09-064-38/+286
* Cache parsing of info.xmlRoeland Jago Douma2016-09-021-2/+11
* No body or content-length for 204 and 304 responsesRoeland Jago Douma2016-08-311-5/+14
* Merge pull request #797 from nextcloud/only-match-for-auth-cookieJoas Schilling2016-08-311-2/+15
|\
| * Match only for actual session cookieLukas Reschke2016-08-091-2/+15
* | Remove reading PATH_INFO from server variableLukas Reschke2016-08-191-4/+0
* | Merge pull request #846 from nextcloud/provisioning_api_ocsJoas Schilling2016-08-172-3/+61
|\ \
| * | Extend OCSMiddlewareRoeland Jago Douma2016-08-141-2/+60
| * | Move OCS Middleware before security middlewareRoeland Jago Douma2016-08-141-1/+1
* | | Merge pull request #893 from nextcloud/ie8_be_goneMarius Blüm2016-08-171-1/+0
|\ \ \
| * | | Remove IE_8 user agent stringRoeland Jago Douma2016-08-161-1/+0
| |/ /
* | | satisfy dependencies for files_externalArthur Schiwon2016-08-151-0/+4
* | | simplify encryption manager fetching in DIContainerArthur Schiwon2016-08-131-16/+2
* | | Merge branch 'master' into implement_712Lukas Reschke2016-08-111-1/+7
|\| |
| * | Merge pull request #691 from nextcloud/ocs_allow_all_old_routesLukas Reschke2016-08-091-1/+7
| |\ \ | | |/ | |/|
| | * Allow ocs/v2.php/cloud/... routesRoeland Jago Douma2016-08-081-1/+7
* | | adjust files_externalArthur Schiwon2016-08-111-0/+18
* | | more admin page splitup improvementsArthur Schiwon2016-08-101-0/+4
|/ /
* / Hanlde Core and Settings app in AppFrameworkRoeland Jago Douma2016-08-081-1/+7
|/
* We should properly check for 'true' instaed of the boolRoeland Jago Douma2016-08-011-1/+1
* Dark hackery to not always disable CSRF for OCS controllersRoeland Jago Douma2016-07-291-2/+10
* Support subdir in the OCS v2 endpointRoeland Jago Douma2016-07-271-1/+1
* Allow DI of the workflow manager by the OCP interfaceJoas Schilling2016-07-271-0/+4
* Merge pull request #509 from nextcloud/appframework_magic_allow_default_varsMorris Jobke2016-07-251-0/+6
|\
| * Inject parametersRoeland Jago Douma2016-07-221-0/+6
* | Set proper status code in OCS AppFramework MiddlewareRoeland Jago Douma2016-07-221-1/+6
|/
* Merge pull request #507 from nextcloud/run-le-scriptMorris Jobke2016-07-2124-40/+66
|\
| * Update with robinJoas Schilling2016-07-214-4/+4
| * Fix othersJoas Schilling2016-07-2124-36/+62
* | Merge pull request #480 from nextcloud/fix_ocs_response_formatLukas Reschke2016-07-212-3/+7
|\ \ | |/ |/|
| * AppFramework do not get default responseRoeland Jago Douma2016-07-202-3/+7
* | Merge pull request #479 from nextcloud/add-bruteforce-throttlerLukas Reschke2016-07-212-15/+13
|\ \ | |/ |/|
| * Implement brute force protectionLukas Reschke2016-07-202-15/+13
* | Merge pull request #476 from nextcloud/port-same-site-cookiesLukas Reschke2016-07-203-1/+86
|\ \
| * | [master] Port Same-Site Cookies to masterLukas Reschke2016-07-203-1/+86
| |/
* / Add OCSMiddleware to catch OCS exceptionsRoeland Jago Douma2016-07-202-0/+88
|/
* Merge pull request #400 from nextcloud/ocs_appframeworkRoeland Douma2016-07-191-0/+55
|\
| * Add route testsRoeland Jago Douma2016-07-181-1/+1
| * Allow registering of OCS routes with the appframeworkRoeland Jago Douma2016-07-181-0/+55
* | Copy the regexes to the public interfaceJoas Schilling2016-07-181-1/+11
|/
* add PasswordLoginForbiddenExceptionChristoph Wurst2016-06-171-2/+7
* create session token on all APIsChristoph Wurst2016-06-131-1/+1
* use client login method on CORS routesChristoph Wurst2016-06-081-6/+6
* remember redirect_url when solving the 2FA challengeChristoph Wurst2016-06-011-1/+2