summaryrefslogtreecommitdiffstats
path: root/lib/private/AppFramework
Commit message (Expand)AuthorAgeFilesLines
* Move TemplateProvider registration to boot context and make template type reg...Julius Härtl2021-01-281-1/+22
* Remove unneeded casts that were found by PsalmMorris Jobke2021-01-112-3/+3
* Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst2021-01-081-7/+6
* Update license headersChristoph Wurst2020-12-301-0/+1
* Merge pull request #22916 from J0WI/unifiy-links-to-php.netRoeland Jago Douma2020-12-221-1/+1
|\
| * Unify links to php.netJ0WI2020-09-171-1/+1
* | Merge pull request #24730 from J0WI/fix-trusted-ipv6Julius Härtl2020-12-211-1/+1
|\ \
| * | Fix IPv6 localhost regexJ0WI2020-12-161-1/+1
* | | Merge pull request #24702 from nextcloud/enhancement/well-known-handler-apiChristoph Wurst2020-12-181-0/+24
|\ \ \
| * | | Add well known handlers APIChristoph Wurst2020-12-161-0/+24
* | | | Update all license headers for Nextcloud 21Christoph Wurst2020-12-167-7/+7
| |/ / |/| |
* | | Make $vars and $secureRandom required.Daniel Kesselberg2020-12-101-2/+2
|/ /
* | Fix reverse registration and missing comments tabChristoph Wurst2020-11-241-6/+6
* | Merge pull request #24164 from nextcloud/fix/lazy-app-registrationMorris Jobke2020-11-192-13/+21
|\ \
| * | Allow lazy app registrationChristoph Wurst2020-11-182-13/+21
* | | missing levelMaxence Lange2020-11-181-0/+1
|/ /
* | Remove some IRouter methodsRoeland Jago Douma2020-11-171-4/+4
* | ReflectionParamter::getClass is deprecatedRoeland Jago Douma2020-11-111-6/+6
* | Remove the cookie paths for php<7.3Christoph Wurst2020-11-061-12/+8
* | 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