aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/AppFramework
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-272-2/+0
|\
| * Remove unused importsChristoph Wurst2020-03-252-2/+0
* | Use the short array syntax, everywhereChristoph Wurst2020-03-267-14/+14
|/
* add docs for useJsNoncePavel Krasikov2020-03-151-0/+1
* Allow non integer ids in Entity MapperJoas Schilling2020-02-261-2/+7
* Fix requested changesTimObert2020-02-141-10/+5
* Change the route generation of AuthPublicShareController.php and adjust the r...Tim Obert2020-02-141-3/+13
* Fix license headersChristoph Wurst2020-01-131-0/+1
* Split the menu entry for external shares in twoDaniel Calviño Sánchez2019-12-301-5/+6
* Format HTML elementsDaniel Calviño Sánchez2019-12-301-8/+8
* Update license headersChristoph Wurst2019-12-0551-84/+145
* Merge pull request #17948 from nextcloud/enh/check-if-property-is-boolRoeland Jago Douma2019-11-261-6/+18
|\
| * Make isXXX available for bool properties onlyDaniel Kesselberg2019-11-161-6/+18
* | Some php-cs fixesRoeland Jago Douma2019-11-2222-17/+13
|/
* Do not throw an exception for base App classJulius Härtl2019-11-081-1/+1
* mark getAppContainer as a valid way to construct app containersRobin Appelman2019-11-041-0/+8
* Merge pull request #17562 from nextcloud/techdebt/17509/log-error-when-settin...Roeland Jago Douma2019-10-291-2/+25
|\