summaryrefslogtreecommitdiffstats
path: root/lib/public/AppFramework
Commit message (Expand)AuthorAgeFilesLines
* Initialize \OCP\AppFramework\Http\ZipResponse::$resourcesChristoph Wurst2021-02-171-1/+1
* 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
* Merge pull request #22432 from nextcloud/enh/phpdocRoeland Jago Douma2020-08-2624-24/+0
|\
| * Remove @package annotations from public namespaceJulius Härtl2020-08-2623-23/+0
| * Remove wrongly annotated package namesJulius Härtl2020-08-261-1/+0
* | Update the license headers for Nextcloud 20Christoph Wurst2020-08-2412-11/+30
|/
* Fix CSJoas Schilling2020-08-191-0/+1
* Send "429 Too Many Requests" in case of brute force protectionJoas Schilling2020-08-191-0/+51
* Refactor API to match the widget wordingJulius Härtl2020-08-051-2/+2
* Merge pull request #22097 from nextcloud/enh/noid/empty-templateMorris Jobke2020-08-051-0/+5
|\
| * Add base renderAs templateJulius Härtl2020-08-041-0/+5
* | Move NotFoundResponse to a proper TemplateResponseJulius Härtl2020-07-241-13/+2
|/
* Use the proper IAppContainer and IServerContainer type hints to know which co...Morris Jobke2020-07-212-6/+4
* Make the bootstrap context return ContainerInterface instancesChristoph Wurst2020-07-212-4/+5
* Merge pull request #21850 from nextcloud/techdebt/noid/register-alternative-l...Morris Jobke2020-07-201-0/+13
|\
| * Allow to register AlternativeLogin on RegistrationContextJoas Schilling2020-07-161-0/+13
* | Undeprecate IAppContainer and IServerContainerChristoph Wurst2020-07-171-5/+10
* | Add constants for the magic strings of template renderingJoas Schilling2020-07-161-3/+34
* | Use PSR container interface and deprecate our own abstractionChristoph Wurst2020-07-163-4/+17
|/
* Better event description for BeforeTemplateRenderedEvent in files and files_s...Morris Jobke2020-07-151-2/+2
* Add real events to load additionalscriptsRoeland Jago Douma2020-07-152-0/+62
* Move to lazy panel registration during registration contextJulius Härtl2020-07-151-0/+9
* Deprecate registerRoutesRoeland Jago Douma2020-07-061-0/+1
* Callable parameter injectionChristoph Wurst2020-07-031-0/+22
* Fix robots "noindex, nofollow" signalsJoas Schilling2020-06-252-0/+2
* Add unified search APIChristoph Wurst2020-06-241-0/+15
* Allow to specify the cookie type for appframework responsesRoeland Jago Douma2020-06-222-3/+5
* Allow crash reporters registration during app bootstrapChristoph Wurst2020-06-191-0/+10
* Load the app.php before running apps' boot methodChristoph Wurst2020-06-171-0/+7