summaryrefslogtreecommitdiffstats
path: root/lib/private/AppFramework
Commit message (Expand)AuthorAgeFilesLines
* Move browserSupportsCspV3 to CSPNonceManagerRoeland Jago Douma2016-10-252-20/+10
* Add support for CSP noncesLukas Reschke2016-10-242-2/+30
* Added method to DB and fix testRoeland Jago Douma2016-10-241-0/+11
* Merge pull request #1449 from nextcloud/comments-user-mentionMorris Jobke2016-10-171-0/+4
|\
| * Notificacations for simple @-mentioning in commentsArthur Schiwon2016-10-071-0/+4
* | [9.2] Register commands in info.xml (#26248)Thomas Müller2016-10-111-1/+4
* | Don't parse info.xml but reuse already cached app infos - fixes #25603 (#25968)Thomas Müller2016-10-071-17/+4
|/
* Merge pull request #1629 from nextcloud/cleanup-settings-applicationJoas Schilling2016-10-061-0/+3
|\
| * When we can not create the class, try if the variable is a registered serviceJoas Schilling2016-10-051-0/+3
* | Add for proper DIRoeland Jago Douma2016-10-051-0/+5
|/
* 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
|\ \