summaryrefslogtreecommitdiffstats
path: root/lib/private/AppFramework/DependencyInjection
Commit message (Expand)AuthorAgeFilesLines
* Add the new PublicShareController and PublicShareMiddlewareRoeland Jago Douma2018-06-201-1/+7
* Allow to inject ISearchResultJoas Schilling2018-04-261-1/+4
* move log constants to ILoggerArthur Schiwon2018-04-261-5/+6
* Provide translated error message for permission errorMorris Jobke2018-02-261-1/+2
* Remove fromMailAddress from MailSettingsControllerMorris Jobke2018-02-131-4/+0
* Use ::class statement instead of stringMorris Jobke2018-01-291-3/+5
* Use $var[] = $a instead of array_push - 2x fasterMorris Jobke2018-01-251-1/+1
* Remove deprecated core APIJoas Schilling2018-01-151-23/+0
* Remove deprecated functions from DI ContainerRoeland Jago Douma2018-01-131-2/+2
* Move passwordconfirmation to its own midlewareRoeland Jago Douma2018-01-021-3/+14
* disable password confirmation with SSOBjoern Schiessle2018-01-021-1/+2
* Update license headersMorris Jobke2017-11-061-0/+3
* Use proper DI for security middleware for app enabled checkMorris Jobke2017-10-241-1/+2
* Handle SameSiteCookie check for index.php in AppFramework MiddlewareRoeland Jago Douma2017-09-241-0/+8
* Rethrow the correct exception when there was an error in an app containerJoas Schilling2017-09-121-3/+10
* extend the identity proof manager to allow system wide key pairsBjoern Schiessle2017-08-101-1/+2
* Fix L10N::tRoeland Jago Douma2017-08-011-1/+1
* More phpstorm inspection fixesRoeland Jago Douma2017-07-241-7/+7
* add new config switched for the global scale architectureBjoern Schiessle2017-05-291-0/+5
* Automatic creation of Identity managerJoas Schilling2017-05-101-1/+1
* Make BruteForceProtection annotation more cleverLukas Reschke2017-04-131-3/+14
* Move to dedicated MiddleWareLukas Reschke2017-04-131-3/+16
* Register in ServerContainerLukas Reschke2017-04-131-18/+0
* Add support for ratelimiting via annotationsLukas Reschke2017-04-131-3/+21
* Don't do a recursive searchJoas Schilling2017-03-221-1/+21
* buildAppNamespace already has the fallbackJoas Schilling2017-03-221-11/+1
* Make DI work for all appsRoeland Jago Douma2017-03-211-6/+13
* Core is also a special appRoeland Jago Douma2017-03-211-0/+2
* Move a lot of stuff over to the ServerContainerRoeland Jago Douma2017-03-211-204/+20
* Fix settings testsRoeland Jago Douma2017-03-211-12/+2
* Add DI intergration testsRoeland Jago Douma2017-03-211-7/+9
* Extend DI testsRoeland Jago Douma2017-03-211-4/+12
* More elegant handling of recursionRoeland Jago Douma2017-03-211-3/+7
* PoC of moving the interface classes to the servercontainerRoeland Jago Douma2017-03-211-8/+0
* Update query method for DIContainerRoeland Jago Douma2017-03-211-4/+12
* Merge pull request #3607 from nextcloud/api-to-resend-welcome-messageRoeland Jago Douma2017-03-031-0/+9
|\
| * Fix injection of defaultsMorris Jobke2017-02-281-0/+4
| * OCS API endpoint to resend welcome messageMorris Jobke2017-02-281-0/+5
* | Remove deprecated OC_User::isLoggedInSebastian Wessalowski2017-03-021-1/+1
|/
* Fix DI of the cloud id manager into appsJoas Schilling2017-02-141-0/+5
* Make sure to use the right appdata directoryJoas Schilling2017-02-091-0/+7
* Merge pull request #2044 from nextcloud/login-credential-storeMorris Jobke2017-01-301-0/+4
|\
| * add login credential storeChristoph Wurst2017-01-111-0/+4
* | introduce brute force protection for api callsBjoern Schiessle2017-01-181-7/+14
|/
* Remove IDb interface which was deprecated for 3 years alreadyJoas Schilling2016-12-141-4/+0
* Add an event merger and use it for the files activitiesJoas Schilling2016-11-251-0/+3
* Introduce PasswordConfirmRequired annotationJoas Schilling2016-11-181-0/+1
* bring back remember-meChristoph Wurst2016-11-021-0/+1
* Move away from OC_L10NRoeland Jago Douma2016-10-281-0/+3
* Merge pull request #1800 from nextcloud/nextcloud-rich-object-stringsMorris Jobke2016-10-271-0/+6
|\