aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* fix: ensure parent folder exists when writing a file to object storageRobin Appelman2024-09-191-0/+4
* fix: verify that parent exists in cache when insertingRobin Appelman2024-09-191-0/+3
* fix: fix object store id for test object storeRobin Appelman2024-09-191-2/+2
* fix: cleanup objectstore file_put_contentRobin Appelman2024-09-191-7/+4
* fix: create intermediate directories for objectstore moveFromStorageRobin Appelman2024-09-191-0/+1
* fix: get source file before moving the cache item in objectstore moveFromStorageRobin Appelman2024-09-191-1/+5
* Merge pull request #48104 from nextcloud/backport/46218/stable29John Molakvoæ2024-09-172-1/+2
|\
| * chore: improve hash_file php usage in Local Storagebackport/46218/stable29John Molakvoæ2024-09-161-8/+1
| * fix(files): Ensure that the hash method does not return nullLouis Chemineau2024-09-162-2/+10
* | fix: switch from explode to substr (faster)backport/46140/stable29Josh Richards2024-09-161-1/+2
* | fix(config): Add missing handling for envCache in getKeys()Josh Richards2024-09-161-5/+12
|/
* Merge pull request #47983 from nextcloud/backport/47928/stable29John Molakvoæ2024-09-161-1/+1
|\
| * fix(a11y): Add OTF font loading checkbackport/47928/stable29Joas Schilling2024-09-161-1/+1
* | Merge pull request #47862 from nextcloud/backport/47860/stable29John Molakvoæ2024-09-161-3/+1
|\ \
| * | fix: Only write once to template instead of create/copybackport/47860/stable29Julius Knorr2024-09-101-3/+1
* | | Merge pull request #47840 from nextcloud/backport/47640/stable29John Molakvoæ2024-09-161-1/+1
|\ \ \ | |_|/ |/| |
| * | fix: Run migration sql as statement so that the primary db node is usedbackport/47640/stable29Julius Härtl2024-09-091-1/+1
| |/
* | Merge pull request #47941 from nextcloud/backport/47933/stable29Joas Schilling2024-09-161-3/+3
|\ \
| * | fix(config): Throw PreconditionException always when it didn't matchbackport/47933/stable29Joas Schilling2024-09-131-3/+3
| |/
* | Merge pull request #47936 from nextcloud/backport/47854/stable29Andy Scherzinger2024-09-151-1/+2
|\ \
| * | fix: check if key is setbackport/47854/stable29Git'Fellow2024-09-131-1/+1
| * | fix(appstore): Ensure returned apps from AppStore are validGit'Fellow2024-09-131-1/+2
| |/
* | Merge pull request #47867 from nextcloud/backport/47858/stable29John Molakvoæ2024-09-151-0/+3
|\ \
| * | fix(preview): gracefully handle file not being opened in ProviderV2backport/47858/stable29Richard Steinmetz2024-09-101-0/+3
| |/
* | Merge pull request #48033 from nextcloud/backport/48013/stable29John Molakvoæ2024-09-151-1/+3
|\ \
| * | fix(BaseResponse): Cast XML element values to stringbackport/48013/stable29provokateurin2024-09-151-1/+3
* | | Merge pull request #47871 from nextcloud/backport/47834/stable29John Molakvoæ2024-09-151-2/+9
|\ \ \
| * | | fix(appstore): disabled appstore log level bump from debug to infobackport/47834/stable29John Molakvoæ2024-09-101-1/+1
| * | | fix(appstore): return if appstore is manually disabledGit'Fellow2024-09-101-2/+9
| | |/ | |/|
* | | Merge pull request #47795 from nextcloud/backport/47756/stable29John Molakvoæ2024-09-151-1/+2
|\ \ \
| * | | fix(files): Check if the target path is a descendant of the shared folder pathbackport/47756/stable29Git'Fellow2024-09-061-1/+2
| |/ /
* | | Merge pull request #47873 from nextcloud/backport/47853/stable29John Molakvoæ2024-09-151-4/+4
|\ \ \
| * | | fix: make swift connect exception message more informativebackport/47853/stable29Robin Appelman2024-09-101-4/+4
| |/ /
* | | Merge pull request #48034 from nextcloud/backport/48016/stable29John Molakvoæ2024-09-151-1/+1
|\ \ \
| * | | fix(S3ConfigTrait): Allow proxy field to take falsebackport/48016/stable29provokateurin2024-09-151-1/+1
| | |/ | |/|
* | | Merge pull request #48026 from nextcloud/backport/48014/stable29Kate2024-09-151-2/+1
|\ \ \
| * | | fix(Tags): Return boolean for userHasTags()backport/48014/stable29provokateurin2024-09-151-2/+1
* | | | Merge pull request #48020 from nextcloud/backport/48015/stable29John Molakvoæ2024-09-151-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | fix(Storage\Local): Do not call getSourcePath() on SplFileInfobackport/48015/stable29provokateurin2024-09-151-1/+1
| |/ /
* / / fix(Comment): Initialize childrenCount as integerbackport/48017/stable29provokateurin2024-09-151-1/+1
|/ /
* | fix: Do not try to set HTTP response code on already closed connectionbackport/47971/stable29Côme Chilliet2024-09-141-1/+2
* | fix(files): Adjust Cache::searchQuery() parameter name to match interfacebackport/47954/stable29provokateurin2024-09-132-4/+4
|/
* fix: Use sha256 to hash arguments of background jobsLouis Chemineau2024-09-051-5/+4
* Merge pull request #47486 from nextcloud/backport/46013/stable29Andy Scherzinger2024-09-051-0/+25
|\
| * fix: write object to the correct urn when moving from another storage to obje...Robin Appelman2024-08-261-0/+25
* | Merge pull request #47284 from nextcloud/backport/47038/stable29Arthur Schiwon2024-09-051-1/+2
|\ \
| * | fix: check for correct storage class when checking for link parentRobin Appelman2024-09-041-1/+2
* | | fix(appstore): Cache apps.json also on dev instancesMarcel Müller2024-09-051-8/+9
|/ /
* | fix(files): Create non-existent parents of mountpointsprovokateurin2024-09-041-0/+9
* | fix: lintGit'Fellow2024-09-041-1/+1