Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #27035 from nextcloud/techdebt/26866/userscontroller-accou... | blizzz | 2021-05-25 | 3 | -18/+40 |
|\ | |||||
| * | do not use private AccountManager in UsersController | Arthur Schiwon | 2021-05-25 | 3 | -18/+40 |
* | | Merge pull request #26600 from hosting-de/feature/occ-tags | Morris Jobke | 2021-05-25 | 4 | -0/+552 |
|\ \ | |/ |/| | |||||
| * | Add commands to manage tags via OCC | Johannes Leuker | 2021-05-25 | 4 | -0/+552 |
* | | Merge pull request #26727 from nextcloud/group-exclude-link-share | Morris Jobke | 2021-05-21 | 2 | -59/+23 |
|\ \ | |||||
| * | | load share settings from the share manager in more places | Robin Appelman | 2021-05-12 | 2 | -59/+23 |
* | | | l10n: Fix test | Valdnet | 2021-05-20 | 1 | -23/+23 |
* | | | Merge pull request #26322 from nextcloud/recent-search | Julius Härtl | 2021-05-18 | 1 | -0/+13 |
|\ \ \ | |||||
| * | | | adjust tests | Robin Appelman | 2021-04-21 | 1 | -0/+13 |
* | | | | Merge pull request #26626 from J0WI/strict-security | Roeland Jago Douma | 2021-05-18 | 22 | -0/+64 |
|\ \ \ \ | |||||
| * | | | | Make Security module strict | J0WI | 2021-04-19 | 22 | -0/+64 |
* | | | | | Merge pull request #26679 from nextcloud/bugfix/noid/fix-unauthorized-ocs-sta... | blizzz | 2021-05-13 | 1 | -50/+49 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | |||||
| * | | | | Fix unauthorized OCS status in provisioning | Joas Schilling | 2021-05-12 | 1 | -50/+49 |
* | | | | | allow to set valid scopes only in AccountProperty | Arthur Schiwon | 2021-05-12 | 2 | -7/+25 |
|/ / / / | |||||
* | | | | 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 |
|/ |