Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #30056 from nextcloud/backport/29735/stable21 | Louis | 2021-12-08 | 1 | -1/+0 |
|\ | | | | | [stable21] find users for background scan one by one | ||||
| * | fix tests | Robin Appelman | 2021-12-02 | 1 | -1/+0 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | 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 |
| | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | | Improve normalizer detecting IPv4 inside of IPv6 | Vincent Petry | 2021-11-23 | 1 | -1/+9 |
| | | | | | | | | | | | | | | The subnet for an IPv4 address inside of IPv6 is now returned in its IPv4 form. Signed-off-by: Vincent Petry <vincent@nextcloud.com> | ||||
* | | Fix getting subnet of ipv4 mapped ipv6 addresses | Vincent Petry | 2021-11-23 | 1 | -0/+4 |
| | | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com> | ||||
* | | Normalize directory entries in Encoding wrapper | Vincent Petry | 2021-11-19 | 1 | -1/+43 |
|/ | | | | | | | | | | | | Directory entry file names are now normalized in getMetaData(), getDirectoryContents() and opendir(). This makes the scanner work properly as it assumes pre-normalized names. In case the names were not normalized, the scanner will now skip the entries and display a warning when applicable. Signed-off-by: Vincent Petry <vincent@nextcloud.com> | ||||
* | OC_Util: Add fallbacks to check if current locale is UTF8 | Naoto Kobayashi | 2021-11-17 | 1 | -2/+4 |
| | | | | | | | | | Using escapeshellcmd to get current locale causes error if the function is disabled. Add fallbacks to prevent the error. Signed-off-by: Naoto Kobayashi <naoto.kobayashi4c@gmail.com> | ||||
* | Add check whether escapeshellcmd behaves the same as basename | Naoto Kobayashi | 2021-11-17 | 1 | -0/+2 |
| | | | | Signed-off-by: Naoto Kobayashi <naoto.kobayashi4c@gmail.com> | ||||
* | Fix missing setlocale with php 8 | Naoto Kobayashi | 2021-11-17 | 1 | -0/+8 |
| | | | | | | | | | When php version = 8, basename('§') does not bug even if LC_ALL is non-UTF-8 locale. This cause OC_Util::isSetLocaleWorking() to skip setlocale("C.UTF-8"). Fix it by using escapeshellcmd instead of basename. Signed-off-by: Naoto Kobayashi <naoto.kobayashi4c@gmail.com> | ||||
* | Apply changes from master's update to 3.1.3 | Joas Schilling | 2021-11-15 | 1 | -7/+3 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Merge branch 'stable21' into backport/29479/stable21 | Côme Chilliet | 2021-11-04 | 1 | -0/+1 |
|\ | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | 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 |
| | | | | | | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> | ||||
* | | | Enable Avatar tests as well for PHP>=8 | Côme Chilliet | 2021-11-02 | 1 | -20/+0 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | | Revert "Do not run image tests on php8" | Côme Chilliet | 2021-11-02 | 1 | -68/+0 |
|/ / | | | | | | | | | | | This reverts commit d690f909284ae4bb4dee7d00318104ee76720bfa. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | Merge pull request #29416 from nextcloud/backport/27440/stable21 | MichaIng | 2021-10-30 | 1 | -2/+2 |
|\ \ | | | | | | | [stable21] Handle files with `is_file` instead of `file_exists` | ||||
| * | | 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 |
|/ | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | explicitly close source stream on local storage | Daniel Kesselberg | 2021-10-08 | 1 | -1/+2 |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | Add email addresses to contacts menu | Daniel Kesselberg | 2021-09-17 | 1 | -1/+3 |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | Add database ratelimiting backend | Lukas Reschke | 2021-09-13 | 2 | -36/+19 |
| | | | | | | | In case no distributed memory cache is specified this adds a database backend for ratelimit purposes. Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Merge pull request #28741 from nextcloud/backport/28725/stable21 | Lukas Reschke | 2021-09-07 | 1 | -27/+0 |
|\ | | | | | [stable21] Remove 2FA exemption from PublicPage annotation | ||||
| * | Adjust tests | Lukas Reschke | 2021-09-07 | 1 | -27/+0 |
| | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | Merge pull request #27406 from nextcloud/backport/24966/stable21 | John Molakvoæ | 2021-09-07 | 1 | -4/+14 |
|\ \ | |/ |/| | |||||
| * | 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 |
| | | |||||
* | | Resolve absolute path in tests | Lukas Reschke | 2021-09-07 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Use IURLGenerator function to get value of `\OC::$WEBROOT` global | Jonas Meurer | 2021-08-16 | 1 | -0/+6 |
| | | | | Signed-off-by: Jonas Meurer <jonas@freesources.org> | ||||
* | better cleanup of user files on user deletion | Robin Appelman | 2021-08-12 | 1 | -0/+3 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | fix Folder->getById() when a single storage is mounted multiple times | Robin Appelman | 2021-08-09 | 1 | -68/+30 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | add test for searching within a "root jail" | Robin Appelman | 2021-07-29 | 1 | -0/+18 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Let memory limit set in tests fit the used amount | Julius Härtl | 2021-07-22 | 1 | -4/+3 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Use minio for s3 tests | Julius Härtl | 2021-07-05 | 2 | -4/+10 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Run s3 tests again | Julius Härtl | 2021-07-05 | 1 | -6/+1 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Handle single action unshare | Julius Härtl | 2021-06-29 | 1 | -4/+16 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Merge pull request #27359 from nextcloud/backport/27354/stable21 | Morris Jobke | 2021-06-07 | 1 | -11/+25 |
|\ | | | | | [stable21] Escape filename in Content-Disposition | ||||
| * | Escape filename in Content-Disposition | Lukas Reschke | 2021-06-02 | 1 | -11/+25 |
| | | | | | | | | | | | | We should escape all occurences of ' and \ in here. Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | Set umask before operations that create local files | Robin Appelman | 2021-06-04 | 1 | -3/+34 |
|/ | | | | | | this solves issues where "other php stuff" is messing with the umask Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Fix ratelimit template | Joas Schilling | 2021-04-27 | 1 | -11/+9 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Validate the website field input to be a valid URL | Joas Schilling | 2021-04-26 | 1 | -0/+26 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Make Testcase class compatible with phpunit-9.5 | Joas Schilling | 2021-04-22 | 1 | -3/+15 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix empty password check for mail shares | Vincent Petry | 2021-04-19 | 1 | -2/+2 |
| | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com> | ||||
* | Increase subnet matcher | Lukas Reschke | 2021-04-12 | 1 | -2/+10 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Merge pull request #26400 from nextcloud/backport/26061/stable21 | Lukas Reschke | 2021-04-06 | 1 | -13/+17 |
|\ | | | | | [stable21] Log and continue when failing to update encryption keys during for individual files | ||||
| * | Log and continue when failing to update encryption keys during for ↵ | Julius Härtl | 2021-04-01 | 1 | -13/+17 |
| | | | | | | | | | | | | individual files Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | Get the parent directory before creating a file from a template | Julius Härtl | 2021-04-01 | 1 | -6/+16 |
|/ | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | gracefully handle deleteFromSelf when share is already gone | Arthur Schiwon | 2021-03-30 | 1 | -3/+0 |
| | | | | | | - handling race conditions Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> |