| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #30056 from nextcloud/backport/29735/stable21 | Louis | 2021-12-08 | 1 | -1/+0 |
|\ |
|
| * | fix tests | Robin Appelman | 2021-12-02 | 1 | -1/+0 |
* | | Merge pull request #29834 from nextcloud/carl/bugfix/file-search-21 | John Molakvoæ | 2021-12-06 | 1 | -0/+24 |
|\ \
| |/
|/| |
|
| * | Fix search results filtering | Carl Schwan | 2021-11-26 | 1 | -0/+24 |
* | | Improve normalizer detecting IPv4 inside of IPv6 | Vincent Petry | 2021-11-23 | 1 | -1/+9 |
* | | Fix getting subnet of ipv4 mapped ipv6 addresses | Vincent Petry | 2021-11-23 | 1 | -0/+4 |
* | | Normalize directory entries in Encoding wrapper | Vincent Petry | 2021-11-19 | 1 | -1/+43 |
|/ |
|
* | OC_Util: Add fallbacks to check if current locale is UTF8 | Naoto Kobayashi | 2021-11-17 | 1 | -2/+4 |
* | Add check whether escapeshellcmd behaves the same as basename | Naoto Kobayashi | 2021-11-17 | 1 | -0/+2 |
* | Fix missing setlocale with php 8 | Naoto Kobayashi | 2021-11-17 | 1 | -0/+8 |
* | Apply changes from master's update to 3.1.3 | Joas Schilling | 2021-11-15 | 1 | -7/+3 |
* | Merge branch 'stable21' into backport/29479/stable21 | Côme Chilliet | 2021-11-04 | 1 | -0/+1 |
|\ |
|
| * | Merge pull request #29384 from nextcloud/backport/26725/stable21 | John Molakvoæ | 2021-11-03 | 1 | -0/+1 |
| |\ |
|
| | * | Add missing scope to test | Daniel Calviño Sánchez | 2021-10-22 | 1 | -0/+1 |
* | | | Enable Avatar tests as well for PHP>=8 | Côme Chilliet | 2021-11-02 | 1 | -20/+0 |
* | | | Revert "Do not run image tests on php8" | Côme Chilliet | 2021-11-02 | 1 | -68/+0 |
|/ / |
|
* | | Merge pull request #29416 from nextcloud/backport/27440/stable21 | MichaIng | 2021-10-30 | 1 | -2/+2 |
|\ \ |
|
| * | | Update Tests | acsfer | 2021-10-23 | 1 | -1/+1 |
| * | | Tests update | acsfer | 2021-10-23 | 1 | -1/+1 |
| |/ |
|
* / | ci | Robin Appelman | 2021-10-26 | 1 | -0/+3 |
|/ |
|
* | explicitly close source stream on local storage | Daniel Kesselberg | 2021-10-08 | 1 | -1/+2 |
* | Add email addresses to contacts menu | Daniel Kesselberg | 2021-09-17 | 1 | -1/+3 |
* | Add database ratelimiting backend | Lukas Reschke | 2021-09-13 | 2 | -36/+19 |
* | Update EncryptionTest.php | Jasper Knockaert | 2021-09-03 | 1 | -3/+3 |
* | 2nd attempt to fix tests | Jasper Knockaert | 2021-09-03 | 1 | -7/+11 |
* | attemtp to fix test | Jasper Knockaert | 2021-09-03 | 1 | -1/+7 |
* | Use IURLGenerator function to get value of `\OC::$WEBROOT` global | Jonas Meurer | 2021-08-16 | 1 | -0/+6 |
* | better cleanup of user files on user deletion | Robin Appelman | 2021-08-12 | 1 | -0/+3 |
* | fix Folder->getById() when a single storage is mounted multiple times | Robin Appelman | 2021-08-09 | 1 | -68/+30 |
* | add test for searching within a "root jail" | Robin Appelman | 2021-07-29 | 1 | -0/+18 |
* | Let memory limit set in tests fit the used amount | Julius Härtl | 2021-07-22 | 1 | -4/+3 |
* | Run s3 tests again | Julius Härtl | 2021-07-05 | 1 | -6/+1 |
* | Merge pull request #27359 from nextcloud/backport/27354/stable21 | Morris Jobke | 2021-06-07 | 1 | -11/+25 |
|\ |
|
| * | Escape filename in Content-Disposition | Lukas Reschke | 2021-06-02 | 1 | -11/+25 |
* | | Set umask before operations that create local files | Robin Appelman | 2021-06-04 | 1 | -3/+34 |
|/ |
|
* | Fix ratelimit template | Joas Schilling | 2021-04-27 | 1 | -11/+9 |
* | Validate the website field input to be a valid URL | Joas Schilling | 2021-04-26 | 1 | -0/+26 |
* | Make Testcase class compatible with phpunit-9.5 | Joas Schilling | 2021-04-22 | 1 | -3/+15 |
* | Fix empty password check for mail shares | Vincent Petry | 2021-04-19 | 1 | -2/+2 |
* | Increase subnet matcher | Lukas Reschke | 2021-04-12 | 1 | -2/+10 |
* | Merge pull request #26400 from nextcloud/backport/26061/stable21 | Lukas Reschke | 2021-04-06 | 1 | -13/+17 |
|\ |
|
| * | Log and continue when failing to update encryption keys during for individual... | Julius Härtl | 2021-04-01 | 1 | -13/+17 |
* | | Get the parent directory before creating a file from a template | Julius Härtl | 2021-04-01 | 1 | -6/+16 |
|/ |
|
* | gracefully handle deleteFromSelf when share is already gone | Arthur Schiwon | 2021-03-30 | 1 | -3/+0 |
* | Add known user check in avatar when v2-private scope | Vincent Petry | 2021-03-29 | 1 | -22/+89 |
* | Added PlaceholderAvatar with own cached images | Vincent Petry | 2021-03-29 | 1 | -4/+7 |
* | Add property scope tests for AccountManager | Vincent Petry | 2021-03-29 | 1 | -0/+123 |
* | Map old account scope properties to new names | Vincent Petry | 2021-03-29 | 3 | -34/+63 |
* | Add new v2-private account scope | Vincent Petry | 2021-03-29 | 1 | -2/+59 |
* | handle ordering in folder search | Robin Appelman | 2021-03-23 | 1 | -20/+34 |