summaryrefslogtreecommitdiffstats
path: root/lib/private/AppFramework
Commit message (Expand)AuthorAgeFilesLines
* OCP\AppFramework\App strictRoeland Jago Douma2018-03-091-3/+4
* Merge pull request #8593 from eneiluj/masterMorris Jobke2018-03-081-28/+18
|\
| * Add testsRoeland Jago Douma2018-03-081-18/+8
| * Make SecurityMiddleware strictRoeland Jago Douma2018-03-081-10/+9
| * Do not throw AppNotEnabledException for app public pages - refs #6962, refs #...Julien Veyssier2018-02-281-1/+2
* | Single quotesJoas Schilling2018-03-071-1/+1
* | Suppress phan errorJoas Schilling2018-03-071-0/+1
* | Try without autoloadingJoas Schilling2018-03-061-1/+1
* | Better debugging for "Your test case is not allowed to access the database."Joas Schilling2018-03-051-0/+6
|/
* Merge pull request #8541 from nextcloud/translate-permission-error-pageMorris Jobke2018-02-263-4/+12
|\
| * Provide translated error message for permission errorMorris Jobke2018-02-263-4/+12
* | Fix commentsRoeland Jago Douma2018-02-221-2/+2
* | Fix proper typesRoeland Jago Douma2018-02-221-2/+10
* | Make Request strictRoeland Jago Douma2018-02-221-53/+59
|/
* Merge pull request #8473 from nextcloud/strict_cmrRoeland Jago Douma2018-02-211-26/+28
|\
| * Don't try to match on falseRoeland Jago Douma2018-02-211-17/+19
| * Strict OCP\AppFramework\Utility\IControllerMethodReflectorRoeland Jago Douma2018-02-211-10/+10
* | Fix testsRoeland Jago Douma2018-02-212-4/+1
* | Make the middlewareDispatcher strictRoeland Jago Douma2018-02-211-9/+10
|/
* Make AppFramework/Http/Dispatcher strictRoeland Jago Douma2018-02-211-8/+16
* Merge pull request #8336 from nextcloud/cleanup-unused-parameterRoeland Jago Douma2018-02-201-4/+0
|\
| * Remove fromMailAddress from MailSettingsControllerMorris Jobke2018-02-131-4/+0
* | Remove unused import statementsMorris Jobke2018-02-142-2/+0
|/
* Merge pull request #8062 from nextcloud/use-classMorris Jobke2018-01-292-6/+10
|\
| * Use ::class statement instead of stringMorris Jobke2018-01-292-6/+10
* | Don't perform CSRF check on OCS routes with Bearer authRoeland Jago Douma2018-01-291-2/+8
|/
* Use $var[] = $a instead of array_push - 2x fasterMorris Jobke2018-01-252-2/+2
* Properly log the full exception instead of only the messageMorris Jobke2018-01-231-1/+4
* Request->getHeader() should always return a stringMorris Jobke2018-01-171-3/+2
* Remove deprecated core APIJoas Schilling2018-01-152-211/+0
* Merge pull request #7838 from nextcloud/timefactory_strictRoeland Jago Douma2018-01-151-2/+2
|\
| * Make the ITimeFactory strict + return typesRoeland Jago Douma2018-01-141-2/+2
* | Remove deprecated functions from DI ContainerRoeland Jago Douma2018-01-131-2/+2
|/
* Move passwordconfirmation to its own midlewareRoeland Jago Douma2018-01-023-31/+96
* disable password confirmation with SSOBjoern Schiessle2018-01-022-3/+18
* Also check for empty content lenthRoeland Jago Douma2017-12-141-0/+1
* Change @georgehrke's emailMorris Jobke2017-11-061-1/+1
* Update license headersMorris Jobke2017-11-0616-4/+29
* Merge pull request #6921 from nextcloud/appmanager-securitymiddlewareRoeland Jago Douma2017-10-242-3/+10
|\
| * Use proper DI for security middleware for app enabled checkMorris Jobke2017-10-242-3/+10
* | Doc: Fix phpDoc issuesJulius Härtl2017-10-231-1/+1
|/
* Handle SameSiteCookie check for index.php in AppFramework MiddlewareRoeland Jago Douma2017-09-244-1/+153
* 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
* If there is no content don't errorRoeland Jago Douma2017-08-091-1/+1
* Remove explicit type hints for ControllerLukas Reschke2017-08-016-15/+15
* Merge pull request #5907 from nextcloud/add-metadata-to-throttle-callMorris Jobke2017-08-011-1/+1
|\
| * Add metadata to \OCP\AppFramework\Http\Response::throttleLukas Reschke2017-07-271-1/+1
* | Merge pull request #5877 from nextcloud/typehint_middlewareMorris Jobke2017-08-016-23/+26
|\ \
| * | Fix middleware implementations signaturesRoeland Jago Douma2017-07-316-23/+26
| |/