| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #11786 from nextcloud/feature/password_confirmation_backend | Morris Jobke | 2018-11-06 | 1 | -0/+8 |
|\ |
|
| * | Update password confirmation middleware | Roeland Jago Douma | 2018-11-02 | 1 | -0/+8 |
* | | Properly query the methodreflector | Roeland Jago Douma | 2018-11-02 | 1 | -1/+1 |
* | | Fix tests | Roeland Jago Douma | 2018-11-02 | 3 | -14/+14 |
* | | The identityproof manager should be in Server | Roeland Jago Douma | 2018-11-02 | 1 | -8/+0 |
* | | No need to register it also in the DI Container | Roeland Jago Douma | 2018-11-02 | 1 | -4/+0 |
* | | The Encryption manager belongs in Server.php | Roeland Jago Douma | 2018-11-02 | 1 | -4/+0 |
* | | SearchResult should be difined in Server as it is a core component | Roeland Jago Douma | 2018-11-02 | 1 | -5/+0 |
* | | The UserSession is constructed in the server | Roeland Jago Douma | 2018-11-02 | 1 | -2/+0 |
* | | TimeFactory is already regsitsered in the Server Container | Roeland Jago Douma | 2018-11-02 | 1 | -3/+0 |
* | | Request is already regsitered in the Server container | Roeland Jago Douma | 2018-11-02 | 1 | -5/+0 |
* | | Was already registered in Server | Roeland Jago Douma | 2018-11-02 | 1 | -3/+0 |
|/ |
|
* | Merge pull request #12036 from olivermg/master | Morris Jobke | 2018-10-30 | 1 | -1/+39 |
|\ |
|
| * | Adding handling of CIDR notation to trusted_proxies for IPv4 | Oliver Wegner | 2018-10-30 | 1 | -1/+39 |
* | | Merge pull request #12085 from nextcloud/add-gss-to-excluded-backends | Morris Jobke | 2018-10-30 | 1 | -1/+3 |
|\ \ |
|
| * | | add global site selector as user back-end which doesn't support password conf... | Bjoern Schiessle | 2018-10-27 | 1 | -1/+3 |
| |/ |
|
* / | Add REMOTE_ADDR to getHeader | Daniel Kesselberg | 2018-10-25 | 1 | -2/+6 |
|/ |
|
* | Allow to inject/mock `new \DateTime()` similar to time() | Joas Schilling | 2018-10-09 | 1 | -1/+10 |
* | only catch QueryException when trying to build class | Robin Appelman | 2018-09-21 | 1 | -7/+1 |
* | Add wrapper Logger in DIContainer | Roeland Jago Douma | 2018-09-04 | 2 | -0/+94 |
* | ensure we always return an array from `Request::getParams` | Robin Appelman | 2018-08-28 | 1 | -1/+1 |
* | Do not use file as template parameter | Roeland Jago Douma | 2018-08-09 | 1 | -1/+1 |
* | Add PublicShareMiddlewareTest | Roeland Jago Douma | 2018-06-20 | 1 | -1/+1 |
* | Don't allow public share pages if link sharing is disabled | Roeland Jago Douma | 2018-06-20 | 1 | -1/+27 |
* | Move public preview endpoint over | Roeland Jago Douma | 2018-06-20 | 1 | -1/+2 |
* | Add the new PublicShareController and PublicShareMiddleware | Roeland Jago Douma | 2018-06-20 | 3 | -1/+99 |
* | Do not send a body for "No content", "Not modified" and others | Joas Schilling | 2018-05-04 | 1 | -3/+55 |
* | Allow to inject ISearchResult | Joas Schilling | 2018-04-26 | 1 | -1/+4 |
* | move log constants to ILogger | Arthur Schiwon | 2018-04-26 | 2 | -6/+7 |
* | OCP\AppFramework\App strict | Roeland Jago Douma | 2018-03-09 | 1 | -3/+4 |
* | Merge pull request #8593 from eneiluj/master | Morris Jobke | 2018-03-08 | 1 | -28/+18 |
|\ |
|
| * | Add tests | Roeland Jago Douma | 2018-03-08 | 1 | -18/+8 |
| * | Make SecurityMiddleware strict | Roeland Jago Douma | 2018-03-08 | 1 | -10/+9 |
| * | Do not throw AppNotEnabledException for app public pages - refs #6962, refs #... | Julien Veyssier | 2018-02-28 | 1 | -1/+2 |
* | | Single quotes | Joas Schilling | 2018-03-07 | 1 | -1/+1 |
* | | Suppress phan error | Joas Schilling | 2018-03-07 | 1 | -0/+1 |
* | | Try without autoloading | Joas Schilling | 2018-03-06 | 1 | -1/+1 |
* | | Better debugging for "Your test case is not allowed to access the database." | Joas Schilling | 2018-03-05 | 1 | -0/+6 |
|/ |
|
* | Merge pull request #8541 from nextcloud/translate-permission-error-page | Morris Jobke | 2018-02-26 | 3 | -4/+12 |
|\ |
|
| * | Provide translated error message for permission error | Morris Jobke | 2018-02-26 | 3 | -4/+12 |
* | | Fix comments | Roeland Jago Douma | 2018-02-22 | 1 | -2/+2 |
* | | Fix proper types | Roeland Jago Douma | 2018-02-22 | 1 | -2/+10 |
* | | Make Request strict | Roeland Jago Douma | 2018-02-22 | 1 | -53/+59 |
|/ |
|
* | Merge pull request #8473 from nextcloud/strict_cmr | Roeland Jago Douma | 2018-02-21 | 1 | -26/+28 |
|\ |
|
| * | Don't try to match on false | Roeland Jago Douma | 2018-02-21 | 1 | -17/+19 |
| * | Strict OCP\AppFramework\Utility\IControllerMethodReflector | Roeland Jago Douma | 2018-02-21 | 1 | -10/+10 |
* | | Fix tests | Roeland Jago Douma | 2018-02-21 | 2 | -4/+1 |
* | | Make the middlewareDispatcher strict | Roeland Jago Douma | 2018-02-21 | 1 | -9/+10 |
|/ |
|
* | Make AppFramework/Http/Dispatcher strict | Roeland Jago Douma | 2018-02-21 | 1 | -8/+16 |
* | Merge pull request #8336 from nextcloud/cleanup-unused-parameter | Roeland Jago Douma | 2018-02-20 | 1 | -4/+0 |
|\ |
|