summaryrefslogtreecommitdiffstats
path: root/lib/private/AppFramework
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #11786 from nextcloud/feature/password_confirmation_backendMorris Jobke2018-11-061-0/+8
|\
| * Update password confirmation middlewareRoeland Jago Douma2018-11-021-0/+8
* | Properly query the methodreflectorRoeland Jago Douma2018-11-021-1/+1
* | Fix testsRoeland Jago Douma2018-11-023-14/+14
* | The identityproof manager should be in ServerRoeland Jago Douma2018-11-021-8/+0
* | No need to register it also in the DI ContainerRoeland Jago Douma2018-11-021-4/+0
* | The Encryption manager belongs in Server.phpRoeland Jago Douma2018-11-021-4/+0
* | SearchResult should be difined in Server as it is a core componentRoeland Jago Douma2018-11-021-5/+0
* | The UserSession is constructed in the serverRoeland Jago Douma2018-11-021-2/+0
* | TimeFactory is already regsitsered in the Server ContainerRoeland Jago Douma2018-11-021-3/+0
* | Request is already regsitered in the Server containerRoeland Jago Douma2018-11-021-5/+0
* | Was already registered in ServerRoeland Jago Douma2018-11-021-3/+0
|/
* Merge pull request #12036 from olivermg/masterMorris Jobke2018-10-301-1/+39
|\
| * Adding handling of CIDR notation to trusted_proxies for IPv4Oliver Wegner2018-10-301-1/+39
* | Merge pull request #12085 from nextcloud/add-gss-to-excluded-backendsMorris Jobke2018-10-301-1/+3
|\ \
| * | add global site selector as user back-end which doesn't support password conf...Bjoern Schiessle2018-10-271-1/+3
| |/
* / Add REMOTE_ADDR to getHeaderDaniel Kesselberg2018-10-251-2/+6
|/
* Allow to inject/mock `new \DateTime()` similar to time()Joas Schilling2018-10-091-1/+10
* only catch QueryException when trying to build classRobin Appelman2018-09-211-7/+1
* Add wrapper Logger in DIContainerRoeland Jago Douma2018-09-042-0/+94
* ensure we always return an array from `Request::getParams`Robin Appelman2018-08-281-1/+1
* Do not use file as template parameterRoeland Jago Douma2018-08-091-1/+1
* Add PublicShareMiddlewareTestRoeland Jago Douma2018-06-201-1/+1
* Don't allow public share pages if link sharing is disabledRoeland Jago Douma2018-06-201-1/+27
* Move public preview endpoint overRoeland Jago Douma2018-06-201-1/+2
* Add the new PublicShareController and PublicShareMiddlewareRoeland Jago Douma2018-06-203-1/+99
* Do not send a body for "No content", "Not modified" and othersJoas Schilling2018-05-041-3/+55
* Allow to inject ISearchResultJoas Schilling2018-04-261-1/+4
* move log constants to ILoggerArthur Schiwon2018-04-262-6/+7
* 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
|\