aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/AppFramework
Commit message (Expand)AuthorAgeFilesLines
* Cleanup route registration logicRoeland Jago Douma2020-11-031-0/+269
* Fix type errors detected by PsalmChristoph Wurst2020-10-141-2/+7
* Fix typo 'shared'Robin Windey2020-10-121-1/+1
* Format code to a single space around binary operatorsChristoph Wurst2020-10-058-13/+13
* Merge pull request #21821 from nextcloud/enh/bootstrap/initial_stateRoeland Jago Douma2020-10-041-0/+24
|\
| * Move initial state provider to boostrapRoeland Jago Douma2020-10-041-0/+24
* | Merge pull request #23047 from nextcloud/techdebt/noid/warn-on-database-abuseRoeland Jago Douma2020-10-042-3/+56
|\ \ | |/ |/|
| * Fix testsJoas Schilling2020-10-021-2/+0
| * Log the number of queries built and executedJoas Schilling2020-09-252-2/+57
* | Add acutal response to BeforeTemplateRenderedEventJulius Härtl2020-09-241-1/+1
|/
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-2419-16/+40
* Fix CSJoas Schilling2020-08-191-0/+1
* Send "429 Too Many Requests" in case of brute force protectionJoas Schilling2020-08-191-1/+27
* Merge pull request #22133 from nextcloud/boot-app-onceMorris Jobke2020-08-071-0/+8
|\
| * only boot apps onceRobin Appelman2020-08-071-0/+8
* | Refactor API to match the widget wordingJulius Härtl2020-08-051-3/+3
|/
* Merge pull request #21542 from nextcloud/activity-notificationsMorris Jobke2020-07-291-0/+14
|\
| * basic settings system for activity notificationsRobin Appelman2020-07-211-0/+14
* | Move NotFoundResponse to a proper TemplateResponseJulius Härtl2020-07-241-9/+8
* | Use the proper IAppContainer and IServerContainer type hints to know which co...Morris Jobke2020-07-211-5/+5
* | Make the bootstrap context return ContainerInterface instancesChristoph Wurst2020-07-212-11/+11
|/
* Merge pull request #21875 from nextcloud/techdebt/deprecate-iloggerMorris Jobke2020-07-201-0/+36
|\
| * Deprecate ILoggerChristoph Wurst2020-07-161-0/+36
* | Merge pull request #21850 from nextcloud/techdebt/noid/register-alternative-l...Morris Jobke2020-07-201-0/+24
|\ \
| * | Allow to register AlternativeLogin on RegistrationContextJoas Schilling2020-07-161-0/+24
* | | Add a scoped PSR logger for appsChristoph Wurst2020-07-162-1/+162
| |/ |/|
* | Use PSR container interface and deprecate our own abstractionChristoph Wurst2020-07-162-121/+180
|/
* Add real events to load additionalscriptsRoeland Jago Douma2020-07-151-5/+15
* Move to lazy panel registration during registration contextJulius Härtl2020-07-152-0/+42
* Merge pull request #21825 from nextcloud/fix/appframework/servicesMorris Jobke2020-07-141-2/+14
|\
| * Fix AppFramework servicesRoeland Jago Douma2020-07-141-2/+14
* | Merge pull request #21812 from nextcloud/feature/noid/app-bootstrap-without-a...Morris Jobke2020-07-141-1/+7
|\ \
| * | Do not load app.php if Application implements IBootstrapMorris Jobke2020-07-141-1/+7
| |/
* | Merge pull request #21833 from nextcloud/docfix/noid/irequest_getHeaderRoeland Jago Douma2020-07-141-1/+1
|\ \
| * | Fix PHPDoc of IRequest::getHeaderGeorg Ehrke2020-07-141-1/+1
| |/
* / Delegate bootstrap registration lazilyChristoph Wurst2020-07-142-28/+22
|/
* Fix supporting defaults for routesRoeland Jago Douma2020-07-081-6/+10
* Do not create a RouteActionHandler object for each routeRoeland Jago Douma2020-07-071-7/+4
* Update SecurityMiddleware.phpHolger Hees2020-07-061-1/+1
* Callable parameter injectionChristoph Wurst2020-07-032-0/+73
* Fix IPv6 remote addresses from X_FORWARDED_FOR headers before validatingJoas Schilling2020-07-021-0/+6
* Add unified search APIChristoph Wurst2020-06-242-0/+42
* Make annotations case insensitiveJoas Schilling2020-06-231-0/+3
* Allow to specify the cookie type for appframework responsesRoeland Jago Douma2020-06-222-3/+18
* Merge pull request #21469 from nextcloud/bugfix/noid/event-service-listener-r...Roeland Jago Douma2020-06-191-1/+1
|\
| * Fix event service listener registrationJoas Schilling2020-06-181-1/+1
* | Allow crash reporters registration during app bootstrapChristoph Wurst2020-06-192-0/+42
|/
* Continue with next app when one errors during registerChristoph Wurst2020-06-181-1/+1
* Catch all exceptions when an app is registering or bootingChristoph Wurst2020-06-171-1/+15
* Add dedicated API for apps' bootstrapping processChristoph Wurst2020-06-173-0/+473