summaryrefslogtreecommitdiffstats
path: root/lib/public/AppFramework
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into enhancement/noid/IURLGenerator-linkToDefaultPageUrlDaniel Rudolf2021-08-041-1/+1
|\
| * Remove some mentions of ownCloud from our api documentationCarl Schwan2021-07-291-1/+1
* | Add RedirectToDefaultAppResponse::__construct() annotationsDaniel Rudolf2021-07-011-0/+3
* | Deprecate RedirectToDefaultAppResponseDaniel Rudolf2021-07-011-3/+2
* | Remove \OC::$server->getURLGenerator() usageDaniel Rudolf2021-07-011-1/+4
* | Add IUrlGenerator::linkToDefaultPageUrl()Daniel Rudolf2021-06-301-1/+2
|/
* Merge pull request #27635 from nextcloud/fix/datetime-constantsPytal2021-06-231-2/+2
|\
| * Move DateTime::RFC2822 to DateTimeInterface::2822Christoph Wurst2021-06-231-2/+2
* | Add security.txtLukas Reschke2021-06-231-0/+62
|/
* Phase out the controller reflectorChristoph Wurst2021-06-171-0/+6
* Merge pull request #26494 from rigrig/fix-php8-deprecationsMorris Jobke2021-06-071-1/+1
|\
| * Fix a usort comparison function returning a boolean instead of an integerRichard de Boer2021-05-291-1/+1
* | Update php licensesJohn Molakvoæ (skjnldsv)2021-06-0458-146/+46
* | Escape filename in Content-DispositionLukas Reschke2021-06-021-6/+2
|/
* Add DB exception throws tag to QBMapper PHPDocAnna Larch2021-05-261-7/+17
* Merge pull request #26848 from nextcloud/bugfix/noid/add-datetime-support-to-...Morris Jobke2021-05-072-3/+12
|\
| * Add datetime support to QBMapperJoas Schilling2021-05-012-3/+12
* | Rename IQueryBuilder::executeUpdate to IQueryBuilder::executeStatementChristoph Wurst2021-05-051-3/+3
|/
* Move 2FA registration to IBootstrapRoeland Jago Douma2021-04-201-0/+10
* Allow registering NotifierServices trough IBootstrapRoeland Jago Douma2021-04-161-0/+10
* Fix constraint violation detection in QB MapperJoas Schilling2021-04-161-3/+6
* Make debugging easier which header is being setJoas Schilling2021-03-241-3/+3
* Use executeQuery and executeUpdate in the QBMapperChristoph Wurst2021-03-181-11/+11
* Allow overwriting isAuthenticatedRoeland Jago Douma2021-03-091-1/+1
* Fix some redundant castsRoeland Jago Douma2021-03-081-1/+1
* Remove deprecated \OCP\APIRoeland Jago Douma2021-03-031-0/+4
* Initialize \OCP\AppFramework\Http\ZipResponse::$resourcesChristoph Wurst2021-02-171-1/+1
* Type the service registrationChristoph Wurst2021-02-101-0/+2
* Move TemplateProvider registration to boot context and make template type reg...Julius Härtl2021-01-281-0/+11
* Add a hint about the direction of priorityJoas Schilling2021-01-151-1/+2
* Update license headersChristoph Wurst2020-12-301-1/+0
* Merge pull request #24702 from nextcloud/enhancement/well-known-handler-apiChristoph Wurst2020-12-181-0/+14
|\
| * Add well known handlers APIChristoph Wurst2020-12-161-0/+14
* | Update all license headers for Nextcloud 21Christoph Wurst2020-12-167-2/+8
* | Log an error when setting a custom header on "Not Modified" responsesJoas Schilling2020-12-151-0/+14
|/
* Update comment to reflect current CSP policyThomas Citharel2020-12-121-1/+1
* Fix DataResponse typehintsRoeland Jago Douma2020-11-191-4/+4
* Merge pull request #24189 from nextcloud/enh/csp/frame-ancestorsRoeland Jago Douma2020-11-181-0/+2
|\
| * Set frame-ancestors to none if none are filledRoeland Jago Douma2020-11-181-0/+2
* | Remove some IRouter methodsRoeland Jago Douma2020-11-171-0/+5
|/
* Remove deprecated OCSResponseRoeland Jago Douma2020-11-011-95/+0
* Type the \OCP\AppFramework\Services\IInitialState::provideLazyInitialState cl...Christoph Wurst2020-10-281-1/+4
* Add psalm types for the event dispatcherChristoph Wurst2020-10-151-2/+3
* Add Psalm type for the bootstrap registration contextChristoph Wurst2020-10-121-2/+13
* Add template typing to the QBMapperChristoph Wurst2020-10-121-2/+17
* Format code to a single space around binary operatorsChristoph Wurst2020-10-0512-28/+28
* Move initial state provider to boostrapRoeland Jago Douma2020-10-042-0/+62
* Add acutal response to BeforeTemplateRenderedEventJulius Härtl2020-09-241-1/+12
* Remove @suppress SqlInjectionCheckerMorris Jobke2020-09-161-3/+0
* Fix writing BLOBs to postgres with recent contacts interactionChristoph Wurst2020-08-282-1/+8