Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Check style update | Carl Schwan | 2022-01-13 | 2 | -14/+8 | |
| | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> | |||||
* | Fix PHP deprecation warning in File/ViewTest | Côme Chilliet | 2021-12-16 | 1 | -1/+4 | |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | fix tests | Robin Appelman | 2021-12-02 | 1 | -20/+0 | |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | Make mock config return default value to fix warnings | Côme Chilliet | 2021-11-23 | 1 | -1/+12 | |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | Fix FolderTest calls to Mountpoint constructor with wrong type | Côme Chilliet | 2021-11-23 | 1 | -3/+3 | |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | Merge pull request #29622 from nextcloud/feat/objectstore_multibucket-shift | Vincent Petry | 2021-11-19 | 2 | -17/+41 | |
|\ | | | | | Implement multibucket shift for ObjectStore | |||||
| * | Implement multibucket shift for ObjectStore | John Molakvoæ | 2021-11-11 | 2 | -17/+41 | |
| | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | |||||
* | | Normalize directory entries in Encoding wrapper | Vincent Petry | 2021-11-17 | 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> | |||||
* | Merge pull request #27440 from nextcloud/is-file-handle | John Molakvoæ | 2021-10-23 | 1 | -2/+2 | |
|\ | ||||||
| * | Update Tests | acsfer | 2021-10-22 | 1 | -1/+1 | |
| | | ||||||
| * | Tests update | acsfer | 2021-08-15 | 1 | -1/+1 | |
| | | ||||||
* | | Merge pull request #29220 from nextcloud/s3-external-list | John Molakvoæ | 2021-10-22 | 1 | -0/+3 | |
|\ \ | ||||||
| * | | ci | Robin Appelman | 2021-10-15 | 1 | -0/+3 | |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | | Merge pull request #26347 from J0WI/clean-path-regex | John Molakvoæ | 2021-10-22 | 1 | -5/+22 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Cleaner normalizePath regex | J0WI | 2021-03-27 | 1 | -5/+22 | |
| | | | | | | | | | | | | Signed-off-by: J0WI <J0WI@users.noreply.github.com> | |||||
* | | | explicitly close source stream on local storage | Daniel Kesselberg | 2021-09-21 | 1 | -1/+2 | |
| | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | |||||
* | | | Refactor writeObject to only use MultipartUpload when required | Bernd Rederlechner | 2021-08-20 | 2 | -0/+105 | |
| |/ |/| | | | | | | | | | Signed-off-by: Bernd Rederlechner <Bernd.Rederlechner@t-systems.com> Co-authored-by: Julius Härtl <jus@bitgrid.net> | |||||
* | | Merge pull request #28220 from ↵ | John Molakvoæ | 2021-08-09 | 1 | -68/+30 | |
|\ \ | | | | | | | | | | nextcloud/get-by-id-multiple-mounts-single-storage | |||||
| * | | fix Folder->getById() when a single storage is mounted multiple times | Robin Appelman | 2021-07-28 | 1 | -68/+30 | |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | | add test for searching within a "root jail" | Robin Appelman | 2021-07-28 | 1 | -0/+18 | |
|/ / | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | Run s3 tests again | Julius Härtl | 2021-06-30 | 1 | -6/+1 | |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | | split of query building bits from searchhelper | Robin Appelman | 2021-06-14 | 1 | -20/+9 | |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | update tests and fix some edge cases around new search | Robin Appelman | 2021-06-14 | 1 | -77/+69 | |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | rework search api to allow searching on multiple caches at once | Robin Appelman | 2021-06-14 | 2 | -3/+17 | |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | Merge pull request #26322 from nextcloud/recent-search | Julius Härtl | 2021-05-18 | 1 | -0/+13 | |
|\ \ | | | | | | | Use file search for recent files and optimize getting share types | |||||
| * | | adjust tests | Robin Appelman | 2021-04-21 | 1 | -0/+13 | |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | | set mimetype for objects uploaded to object storages | Robin Appelman | 2021-04-21 | 3 | -4/+4 | |
|/ / | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | Merge pull request #24966 from nextcloud/jknockaert-patch-1 | Lukas Reschke | 2021-04-06 | 1 | -4/+14 | |
|\ \ | | | | | | | avoid fread on directories and unencrypted files | |||||
| * | | 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 | |
| | | | ||||||
* | | | Set umask before operations that create local files | Robin Appelman | 2021-03-23 | 1 | -3/+34 | |
| |/ |/| | | | | | | | | | this solves issues where "other php stuff" is messing with the umask Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | handle ordering in folder search | Robin Appelman | 2021-03-19 | 1 | -20/+34 | |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | folder filtering in sql | Robin Appelman | 2021-03-19 | 1 | -1/+0 | |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | cleanup fileinfo creation | Robin Appelman | 2021-03-19 | 1 | -60/+30 | |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | handle limit and offset in folder file search | Robin Appelman | 2021-03-18 | 1 | -41/+157 | |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | only require user to be set in a query that handles tags | Robin Appelman | 2021-03-18 | 1 | -16/+11 | |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | Merge pull request #25136 from nextcloud/cachejail-search-filter | Vincent Petry | 2021-03-15 | 1 | -0/+70 | |
|\ \ | | | | | | | do cachejail search filtering in sql | |||||
| * | | fix search in nested jails | Robin Appelman | 2021-01-26 | 1 | -0/+18 | |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
| * | | fix cachjail searching for root | Robin Appelman | 2021-01-26 | 1 | -2/+17 | |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
| * | | do cachejail search filtering in sql | Robin Appelman | 2021-01-26 | 1 | -0/+37 | |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | | apply object store copy optimization when 'cross storage' copy is within the ↵ | Robin Appelman | 2021-03-09 | 1 | -0/+24 | |
| | | | | | | | | | | | | | | | | | | same object store Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | | Add some typing to SharedStorage | Roeland Jago Douma | 2021-03-04 | 1 | -5/+4 | |
| | | | | | | | | | | | | | | | | | | Makes psalm a bit more happy. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | |||||
* | | | Bump nextcloud/coding-standard from 0.3.0 to 0.5.0 | dependabot-preview[bot] | 2021-02-18 | 5 | -26/+26 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [nextcloud/coding-standard](https://github.com/nextcloud/coding-standard) from 0.3.0 to 0.5.0. - [Release notes](https://github.com/nextcloud/coding-standard/releases) - [Changelog](https://github.com/nextcloud/coding-standard/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/coding-standard/compare/v0.3.0...v0.5.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | | | Cache the user backend info for 300s | Joas Schilling | 2021-02-15 | 3 | -5/+28 | |
|/ / | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | Bump doctrine/dbal from 2.12.0 to 3.0.0 | Christoph Wurst | 2021-01-08 | 2 | -2/+2 | |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | | Properly handle result when copying with failure and throw in tests | Julius Härtl | 2021-01-05 | 1 | -1/+2 | |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | | Fix writeStream mocking | Julius Härtl | 2021-01-05 | 1 | -1/+1 | |
|/ | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | Replace static call to Share::unshare with ShareManager->deleteShare in tests | Morris Jobke | 2020-11-30 | 1 | -1/+3 | |
| | | | | | | And then cleanup all the code that is dead then... Signed-off-by: Morris Jobke <hey@morrisjobke.de> | |||||
* | use in objectstore copy | Robin Appelman | 2020-11-24 | 3 | -0/+24 | |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> |