| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #26758 from J0WI/more-strict | Christoph Wurst | 2021-04-28 | 1 | -0/+2 |
|\ |
|
| * | Use strict | J0WI | 2021-04-26 | 1 | -0/+2 |
* | | Merge pull request #26591 from nextcloud/techdebt/noid/less-ilogger | Christoph Wurst | 2021-04-27 | 18 | -77/+81 |
|\ \ |
|
| * | | Fix unit tests | Joas Schilling | 2021-04-27 | 18 | -77/+81 |
* | | | Merge pull request #26718 from nextcloud/bugfix/noid/fix-ratelimit-template | Joas Schilling | 2021-04-27 | 1 | -11/+9 |
|\ \ \ |
|
| * | | | Fix ratelimit template | Joas Schilling | 2021-04-27 | 1 | -11/+9 |
| |/ / |
|
* | | | Merge pull request #26572 from nextcloud/bugfix/noid/throw-401-when-authentic... | Joas Schilling | 2021-04-27 | 1 | -4/+5 |
|\ \ \
| |/ /
|/| | |
|
| * | | Fix Authentication test | Joas Schilling | 2021-04-22 | 1 | -4/+5 |
* | | | Merge pull request #26259 from nextcloud/feature/noid/validate-website-to-be-... | Joas Schilling | 2021-04-26 | 1 | -0/+26 |
|\ \ \
| |_|/
|/| | |
|
| * | | Validate the website field input to be a valid URL | Joas Schilling | 2021-04-22 | 1 | -0/+26 |
| |/ |
|
* | | Merge pull request #26375 from nextcloud/techdebt/noid/symfony-component-tran... | Morris Jobke | 2021-04-22 | 3 | -2/+30 |
|\ \
| |/
|/| |
|
| * | Fix test by defining plurals | Joas Schilling | 2021-04-20 | 1 | -1/+5 |
| * | Correctly replace all PHP placeholders with the parameters | Joas Schilling | 2021-04-20 | 2 | -1/+25 |
* | | Merge pull request #23529 from Simounet/feat/23397-settings-new-user-modal | John Molakvoæ | 2021-04-21 | 1 | -1/+1 |
|\ \ |
|
| * | | Settings: new user row replaced by a modal | Simounet | 2021-04-21 | 1 | -1/+1 |
* | | | set mimetype for objects uploaded to object storages | Robin Appelman | 2021-04-21 | 3 | -4/+4 |
|/ / |
|
* | | Merge pull request #26669 from nextcloud/nickvergessen-patch-1 | Morris Jobke | 2021-04-21 | 1 | -3/+0 |
|\ \ |
|
| * | | Update CredentialsManagerTest.php | Joas Schilling | 2021-04-21 | 1 | -3/+0 |
* | | | Merge pull request #25991 from nextcloud/update-acceptance-tests-to-selenium3 | John Molakvoæ | 2021-04-21 | 8 | -8/+57 |
|\ \ \
| |/ /
|/| | |
|
| * | | Add automatic handling of "ElementNotInteractable" exceptions | Daniel Calviño Sánchez | 2021-04-19 | 1 | -1/+24 |
| * | | Update acceptance tests to Selenium 3 | Daniel Calviño Sánchez | 2021-04-16 | 2 | -2/+26 |
| * | | Replace carriage return with WebDriver "ENTER" constant | Daniel Calviño Sánchez | 2021-04-16 | 2 | -2/+4 |
| * | | Do not send "enter" key when not needed | Daniel Calviño Sánchez | 2021-04-16 | 3 | -3/+3 |
* | | | Merge pull request #26654 from nextcloud/bugfix/noid/fix-security-credentials... | Morris Jobke | 2021-04-20 | 1 | -18/+11 |
|\ \ \ |
|
| * | | | Fix security credentials manager test | Joas Schilling | 2021-04-20 | 1 | -18/+11 |
| | |/
| |/| |
|
* | | | Move 2FA registration to IBootstrap | Roeland Jago Douma | 2021-04-20 | 1 | -1/+38 |
* | | | Fix support tests | Joas Schilling | 2021-04-20 | 1 | -2/+5 |
|/ / |
|
* | | save a whitespace today | blizzz | 2021-04-20 | 1 | -1/+1 |
* | | ignore mail shares of related remote share results | Arthur Schiwon | 2021-04-20 | 1 | -22/+75 |
* | | Merge pull request #26555 from nextcloud/techdebt/noid/run-migrator-tests-on-OCI | Joas Schilling | 2021-04-19 | 1 | -3/+49 |
|\ \
| |/
|/| |
|
| * | Integer 0 is not stored as Null and therefor works | Joas Schilling | 2021-04-16 | 1 | -1/+3 |
| * | Test that oracle throws on EmptyValues in a NotNull columns | Joas Schilling | 2021-04-16 | 1 | -14/+28 |
| * | Run migrator tests on OCI | Joas Schilling | 2021-04-16 | 1 | -3/+33 |
* | | Allow registering NotifierServices trough IBootstrap | Roeland Jago Douma | 2021-04-16 | 1 | -1/+29 |
|/ |
|
* | Fix unit test | Roeland Jago Douma | 2021-04-16 | 14 | -19/+18 |
* | Separate settings for remote share expiration | Vincent Petry | 2021-04-15 | 1 | -70/+207 |
* | Merge pull request #26266 from nextcloud/future-proof-networking | Roeland Jago Douma | 2021-04-12 | 4 | -42/+328 |
|\ |
|
| * | Adjust test | Lukas Reschke | 2021-04-06 | 1 | -7/+14 |
| * | Improve networking checks | Lukas Reschke | 2021-04-06 | 4 | -42/+321 |
* | | Increase subnet matcher | Lukas Reschke | 2021-04-07 | 1 | -2/+10 |
* | | Merge pull request #24966 from nextcloud/jknockaert-patch-1 | Lukas Reschke | 2021-04-06 | 1 | -4/+14 |
|\ \
| |/
|/| |
|
| * | Update EncryptionTest.php | Jasper Knockaert | 2021-01-05 | 1 | -3/+3 |
| * | 2nd attempt to fix tests | Jasper Knockaert | 2021-01-05 | 1 | -7/+11 |
| * | attemtp to fix test | Jasper Knockaert | 2021-01-05 | 1 | -1/+7 |
* | | Merge pull request #24055 from nextcloud/bugfix/noid/enfore-no-notnull-for-bo... | Morris Jobke | 2021-04-01 | 1 | -20/+61 |
|\ \ |
|
| * | | Rename the method to match what it does | Joas Schilling | 2021-03-31 | 1 | -22/+22 |
| * | | Don't allow Notnull for boolean columns | Joas Schilling | 2021-03-31 | 1 | -0/+41 |
* | | | Get the parent directory before creating a file from a template | Julius Härtl | 2021-04-01 | 1 | -6/+16 |
|/ / |
|
* | | Merge pull request #25961 from nextcloud/enh/events/2fa_provider | kesselb | 2021-03-30 | 1 | -0/+7 |
|\ \ |
|
| * | | Add real events for enabled 2fa providers for users | Roeland Jago Douma | 2021-03-22 | 1 | -0/+7 |