| Commit message (Expand) | Author | Age | Files | Lines |
* | SessionMiddleware: declare session property | Roeland Jago Douma | 2019-08-28 | 1 | -12/+4 |
* | Merge pull request #16879 from only-run-integration-tests-on-php-changes | John Molakvoæ | 2019-08-27 | 1 | -0/+15 |
|\ |
|
| * | Only run integration tests when PHP was modified | Joas Schilling | 2019-08-27 | 1 | -0/+15 |
* | | Merge pull request #16875 from nextcloud/bugfix/16874/welcome-mail-client-url | Roeland Jago Douma | 2019-08-27 | 1 | -5/+12 |
|\ \ |
|
| * | | Mock client URL in new user mail tests | Julius Härtl | 2019-08-27 | 1 | -5/+12 |
* | | | Merge pull request #16865 from nextcloud/bugfix/noid/5-min-cron | Roeland Jago Douma | 2019-08-26 | 1 | -23/+2 |
|\ \ \
| |_|/
|/| | |
|
| * | | Cleanup the Settings class | Joas Schilling | 2019-08-26 | 1 | -23/+2 |
| |/ |
|
* | | Merge pull request #16795 from nextcloud/enh/phpstan/limiter | John Molakvoæ | 2019-08-26 | 1 | -8/+0 |
|\ \
| |/
|/| |
|
| * | Fix report of phpstan in Limiter | Roeland Jago Douma | 2019-08-19 | 1 | -8/+0 |
* | | Merge pull request #16782 from nextcloud/fix/16729/stop-if-encrypted-token-null | blizzz | 2019-08-21 | 1 | -1/+17 |
|\ \
| |/
|/| |
|
| * | Add test case for existing user with token null | Daniel Kesselberg | 2019-08-18 | 1 | -0/+16 |
| * | Return the disabled user mock instead of the existing | Daniel Kesselberg | 2019-08-18 | 1 | -1/+1 |
* | | Allow Context subclasses in acceptance tests to access parent actor | Daniel Calviño Sánchez | 2019-08-16 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #16711 from nextcloud/fix/csp/form_actions/loginflow | Roeland Jago Douma | 2019-08-12 | 1 | -0/+6 |
|\ |
|
| * | Fix login flow form actions | Roeland Jago Douma | 2019-08-11 | 1 | -0/+6 |
* | | Merge pull request #16721 from nextcloud/fix/16644 | Roeland Jago Douma | 2019-08-11 | 1 | -2/+12 |
|\ \ |
|
| * | | Correctly handle emtpy string in proxyuserpwd config | Scott Shambarger | 2019-08-11 | 1 | -2/+12 |
| |/ |
|
* | | Add tests | Roeland Jago Douma | 2019-08-10 | 5 | -0/+492 |
* | | Add feature policy header | Roeland Jago Douma | 2019-08-10 | 3 | -1/+4 |
|/ |
|
* | Merge pull request #16592 from nextcloud/bugfix/noid/federated-reshare | Roeland Jago Douma | 2019-08-01 | 1 | -0/+33 |
|\ |
|
| * | Fix permission check on incoming federated shares | Julius Härtl | 2019-07-31 | 1 | -0/+33 |
* | | Update CSP test cases to handle the new form-action | Roeland Jago Douma | 2019-07-31 | 2 | -60/+64 |
|/ |
|
* | Merge pull request #16544 from nextcloud/bugfix/16540 | Roeland Jago Douma | 2019-07-31 | 1 | -5/+15 |
|\ |
|
| * | Move actual password reset to vue | Julius Härtl | 2019-07-31 | 1 | -5/+15 |
* | | Merge pull request #16594 from nextcloud/tech-debt/noid/remove-unused-checkPa... | Joas Schilling | 2019-07-30 | 1 | -29/+0 |
|\ \ |
|
| * | | Remove unused OC\Share\Share::checkPasswordProtectedShare | Morris Jobke | 2019-07-29 | 1 | -29/+0 |
* | | | Merge pull request #16579 from nextcloud/enh/PostLoginEvent | Roeland Jago Douma | 2019-07-30 | 1 | -44/+71 |
|\ \ \ |
|
| * | | | Update tests | Roeland Jago Douma | 2019-07-29 | 1 | -44/+71 |
| |/ / |
|
* | | | Merge pull request #16502 from nextcloud/bugfix/16474 | Morris Jobke | 2019-07-29 | 1 | -7/+14 |
|\ \ \
| |/ /
|/| | |
|
| * | | Check the if we can actually access the storage cache for recent files | Julius Härtl | 2019-07-24 | 1 | -7/+14 |
* | | | Merge pull request #16582 from nextcloud/enh/split_up_security_middleware | Roeland Jago Douma | 2019-07-29 | 2 | -97/+149 |
|\ \ \ |
|
| * | | | Split up security middleware | Roeland Jago Douma | 2019-07-27 | 2 | -97/+149 |
| | |/
| |/| |
|
* / | | Use proper exception in lostController | Roeland Jago Douma | 2019-07-27 | 1 | -3/+9 |
|/ / |
|
* | | Merge pull request #16555 from nextcloud/fix/16529/mask-keys | Morris Jobke | 2019-07-26 | 1 | -0/+2 |
|\ \ |
|
| * | | treat sensitive config keys by pattern | Arthur Schiwon | 2019-07-26 | 1 | -0/+2 |
| |/ |
|
* | | Merge pull request #16551 from nextcloud/fix/12735/displayname-email | Morris Jobke | 2019-07-26 | 1 | -0/+224 |
|\ \ |
|
| * | | supresses disclosing the userid for LDAP users in the welcome mail | Arthur Schiwon | 2019-07-26 | 1 | -0/+224 |
| |/ |
|
* / | Remove deprecated searchByTag | Roeland Jago Douma | 2019-07-26 | 3 | -125/+0 |
|/ |
|
* | Merge pull request #16492 from nextcloud/enh/exclude-rnd-files | Morris Jobke | 2019-07-23 | 1 | -0/+1 |
|\ |
|
| * | Exclude .rnd files from integrity check | Daniel Kesselberg | 2019-07-21 | 1 | -0/+1 |
* | | Add support for CSP_NONCE server variable | Sam Bull | 2019-07-18 | 1 | -2/+21 |
|/ |
|
* | Merge pull request #15040 from nextcloud/feature/13980/push-for-deleted-notif... | Morris Jobke | 2019-07-17 | 6 | -425/+198 |
|\ |
|
| * | Update unit tests | Joas Schilling | 2019-07-16 | 1 | -2/+2 |
| * | Keep the old method as a fallback and adjust the tests | Joas Schilling | 2019-07-16 | 5 | -423/+196 |
* | | Merge pull request #16075 from nextcloud/bugfix/15823/app-restricted-groups | Morris Jobke | 2019-07-17 | 2 | -7/+49 |
|\ \
| |/
|/| |
|
| * | Properly inject the logger | Morris Jobke | 2019-07-16 | 2 | -7/+13 |
| * | Remove deleted groups from app restrictions fixes #15823 | Greta Doci | 2019-06-27 | 1 | -0/+36 |
* | | Lock SCSS so we only run 1 job at a time | Roeland Jago Douma | 2019-07-12 | 1 | -2/+2 |
* | | Merge pull request #16331 from nextcloud/feature/noid/talk-guest-mentions | Roeland Jago Douma | 2019-07-12 | 1 | -4/+18 |
|\ \ |
|
| * | | Add a unit test for guests as well | Joas Schilling | 2019-07-11 | 1 | -4/+18 |