Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feat: move primary object store configuration to a single placeprimary-object-store-settings | Robin Appelman | 2025-05-28 | 2 | -110/+139 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | test: Finish migrating tests/Core/ to PHPUnit 10 compatible codetest/noid/more-phpunit-10 | Joas Schilling | 2025-05-02 | 1 | -9/+5 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | refactor(Storage): Make all parameter types strong types | provokateurin | 2024-10-07 | 1 | -5/+3 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | test: Fix IStorage return types | provokateurin | 2024-09-26 | 1 | -1/+1 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | fix: Remove OCP\Files\Storage interface deprecated since version 9 | Côme Chilliet | 2024-09-16 | 1 | -2/+2 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | refactor: Add void return type to PHPUnit test methods | Christoph Wurst | 2024-09-15 | 6 | -19/+19 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | style: update codestyle for coding-standard 1.2.3 | Daniel Kesselberg | 2024-08-25 | 1 | -22/+22 |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-13 | 7 | -67/+20 |
| | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | ||||
* | test: add test for cache mount provider | Daniel Kesselberg | 2023-09-20 | 1 | -0/+108 |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | composer run cs:fix | Côme Chilliet | 2023-01-20 | 2 | -2/+0 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Remove some more at matchers in tests/lib | Côme Chilliet | 2022-06-20 | 1 | -10/+10 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Migrate from ILogger to LoggerInterface where needed in the tests | Côme Chilliet | 2022-03-24 | 1 | -3/+3 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | type fixes | Robin Appelman | 2022-03-04 | 1 | -4/+0 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | simplify setup of circular SetupManager<->Manager | Robin Appelman | 2022-03-04 | 1 | -6/+2 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | move logic to decide what to setup to setupmanager | Robin Appelman | 2022-03-04 | 1 | -2/+2 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | adjust tests to new fs setup | Robin Appelman | 2022-03-04 | 1 | -3/+10 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | move root mount setup to mountproviders | Robin Appelman | 2022-02-24 | 1 | -0/+141 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Implement multibucket shift for ObjectStore | John Molakvoæ | 2021-11-11 | 1 | -6/+6 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to ↵ | Morris Jobke | 2020-08-12 | 1 | -4/+4 |
| | | | | | | \PHPUnit\Framework\MockObject\MockObject Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Add config option to enable multibucket preview distribution | Morris Jobke | 2020-08-06 | 1 | -14/+21 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Mount the old previews in a separate folder for the multi bucket setup and ↵ | Morris Jobke | 2020-08-06 | 1 | -0/+106 |
| | | | | | | check in them before using the actual locations Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | To continue this formatting madness, here's a tiny patch that adds unified formatting for control structures like if and loops as well as classes, their methods and anonymous functions. This basically forces the constructs to start on the same line. This is not exactly what PSR2 wants, but I think we can have a few exceptions with "our" style. The starting of braces on the same line is pracrically standard for our code. This also removes and empty lines from method/function bodies at the beginning and end. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Unify function spacing to PSR2 recommendation | Christoph Wurst | 2020-04-09 | 1 | -1/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Use exactly one empty line after the namespace declaration | Christoph Wurst | 2020-04-09 | 1 | -1/+0 |
| | | | | | | For PSR2 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Use the short array syntax, everywhere | Christoph Wurst | 2020-03-26 | 2 | -11/+11 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Use the shorter phpunit syntax for mocked return values | Christoph Wurst | 2020-03-25 | 1 | -2/+2 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Mode to modern phpunit | Roeland Jago Douma | 2019-11-27 | 1 | -1/+1 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | More fixes | Roeland Jago Douma | 2019-11-27 | 1 | -2/+6 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Make phpunit8 compatible | Roeland Jago Douma | 2019-11-27 | 2 | -2/+2 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 1 | -1/+1 |
| | | | | | | | | | | | * Order the imports * No leading slash on imports * Empty line before namespace * One line per import * Empty after imports * Emmpty line at bottom of file Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Allow setting a maximun number of buckets for multibucket | Robin Appelman | 2016-11-02 | 1 | -4/+4 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | File getMock Files tests | Roeland Jago Douma | 2016-09-07 | 2 | -7/+10 |
| | |||||
* | prevent infinite recursion while getting storage from mount | Robin Appelman | 2016-08-23 | 1 | -4/+4 |
| | |||||
* | Store user bucket in preferences | Roeland Jago Douma | 2016-05-23 | 1 | -8/+82 |
| | |||||
* | Fix Name | Roeland Jago Douma | 2016-05-23 | 1 | -3/+3 |
| | |||||
* | Add unit tests for ObjectHomeMountProvider | Roeland Jago Douma | 2016-05-23 | 1 | -0/+170 |
| | |||||
* | Move tests/ to PSR-4 (#24731) | Joas Schilling | 2016-05-20 | 3 | -0/+187 |
* Move a-b to PSR-4 * Move c-d to PSR-4 * Move e+g to PSR-4 * Move h-l to PSR-4 * Move m-r to PSR-4 * Move s-u to PSR-4 * Move files/ to PSR-4 * Move remaining tests to PSR-4 * Remove Test\ from old autoloader |