Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-24 | 1 | -21/+4 |
| | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | ||||
* | optimize builtin storage wrappers | Robin Appelman | 2023-11-08 | 1 | -1/+1 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Convert isset ternary to null coalescing operator | Hamid Dehnavi | 2023-09-28 | 1 | -1/+1 |
| | | | | Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com> | ||||
* | Migrate more classes of lib/private to LoggerInterface | Côme Chilliet | 2022-04-26 | 1 | -3/+3 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | store mountprovider for each mount in the mounts table | Robin Appelman | 2022-02-23 | 1 | -1/+1 |
| | | | | | | this enabled more fine grained filesystem setup Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Implement multibucket shift for ObjectStore | John Molakvoæ | 2021-11-11 | 1 | -1/+1 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 1 | -1/+0 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 1 | -1/+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> | ||||
* | Update license headers | Christoph Wurst | 2019-12-05 | 1 | -1/+3 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Store user object later in the code | Vlastimil Pecinka | 2019-03-21 | 1 | -1/+2 |
| | | | | Signed-off-by: Vlastimil Pecinka <pecinka@email.cz> | ||||
* | move log constants to ILogger | Arthur Schiwon | 2018-04-26 | 1 | -2/+3 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | better error message on catalog error | Robin Appelman | 2018-02-08 | 1 | -1/+2 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Improve isMounted to handle primary storage object store | Robin Appelman | 2016-11-16 | 1 | -1/+1 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Allow setting a maximun number of buckets for multibucket | Robin Appelman | 2016-11-02 | 1 | -1/+2 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Update with robin | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
| | |||||
* | Fix others | Joas Schilling | 2016-07-21 | 1 | -2/+3 |
| | |||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 1 | -0/+1 |
| | |||||
* | Store user bucket in preferences | Roeland Jago Douma | 2016-05-23 | 1 | -8/+16 |
| | |||||
* | Fix Name | Roeland Jago Douma | 2016-05-23 | 1 | -4/+4 |
| | |||||
* | Allow multibucket in objectstore | Roeland Jago Douma | 2016-05-23 | 1 | -2/+55 |
| | |||||
* | use mount providers to setup home storages (#24567) | Robin Appelman | 2016-05-17 | 1 | -0/+73 |