summaryrefslogtreecommitdiffstats
path: root/lib/public/AppFramework
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add dedicated API for apps' bootstrapping processChristoph Wurst2020-06-173-0/+209
* Copy over the ETag and LastModified when formatting a DataresponseRoeland Jago Douma2020-05-191-0/+8
* Merge pull request #20897 from nextcloud/bugfix/httpcacheRoeland Jago Douma2020-05-131-5/+4
|\
| * Add public argument to Http cacheFor()Clement Wong2020-05-101-5/+4
| * Proxy server could cache http response when it is not privateClement Wong2020-05-101-2/+2
* | Fix OCPSinceChecker and php-csMorris Jobke2020-05-081-0/+4
* | Add InitialState Appframework serviceRoeland Jago Douma2020-05-071-0/+54
* | Merge pull request #20782 from nextcloud/enh/appframework/appconfig_wrapperRoeland Jago Douma2020-05-071-0/+111
|\ \
| * | Simple AppConfig wrapper for the AppFrameworkRoeland Jago Douma2020-05-021-0/+111
* | | PHP 7.4 excludes the arguments from stack traces by default.Daniel Kesselberg2020-04-301-1/+4
|/ /
* / Update license headers for 19Christoph Wurst2020-04-2917-4/+16
|/
* Allow some apps to have root URLs in their own routing fileJoas Schilling2020-04-181-3/+1
* Add visibility to all constantsChristoph Wurst2020-04-102-61/+61
* Format control structures, classes, methods and functionChristoph Wurst2020-04-1035-113/+67
* Use elseif instead of else ifChristoph Wurst2020-04-102-2/+2
* Remove trailing and in between spacesChristoph Wurst2020-04-092-2/+2
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-0914-40/+40
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-0910-9/+1
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-096-56/+56
* Fix multiline commentsChristoph Wurst2020-04-081-2/+2
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-319-2/+11