aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* fix: gracefully parse non-standard trusted certificatesbackport/48307/stable28Richard Steinmetz2024-09-301-0/+10
* Merge pull request #48379 from nextcloud/backport/48142/stable28Joas Schilling2024-09-261-5/+17
|\
| * fix(share): Ensure unique share tokensbackport/48142/stable28ernolf2024-09-261-5/+17
* | fix(s3): suppress php deprecation warning on php8dependaniel/aws-sdk-for-28Daniel Kesselberg2024-09-261-0/+1
|/
* Merge pull request #48283 from nextcloud/backport/48207/stable28Louis2024-09-242-9/+19
|\
| * fix(users): Don't crash if disabled user is missing in the databasebackport/48207/stable28Louis Chemineau2024-09-232-9/+19
* | fix: skip the integrity check for nextcloud-init-sync.lockbackport/48268/stable28Daniel Kesselberg2024-09-231-2/+3
|/
* Merge pull request #48099 from nextcloud/backport/46140/stable28Robin Appelman2024-09-231-5/+13
|\
| * fix: switch from explode to substr (faster)backport/46140/stable28Josh Richards2024-09-161-1/+2
| * fix(config): Add missing handling for envCache in getKeys()Josh Richards2024-09-161-5/+12
* | Merge pull request #48166 from nextcloud/backport/48114/stable28Grigorii K. Shartsev2024-09-222-9/+1
|\ \
| * | fix(appstoreFetcher): get app list from custom app storebackport/48114/stable28Grigorii K. Shartsev2024-09-182-8/+1
| * | fix(appstoreFetcher): remove unneeded warningGrigorii K. Shartsev2024-09-181-1/+0
* | | fix: Prevent crash when refreshing metadata for files without an ownerVincent FarZz2024-09-221-1/+1
|/ /
* | chore: improve hash_file php usage in Local Storagebackport/46218/stable28John Molakvoæ2024-09-161-8/+1
* | fix(files): Ensure that the hash method does not return nullLouis Chemineau2024-09-162-2/+10
|/
* Merge pull request #47870 from nextcloud/backport/47834/stable28John Molakvoæ2024-09-161-2/+9
|\
| * fix(appstore): disabled appstore log level bump from debug to infobackport/47834/stable28John Molakvoæ2024-09-101-1/+1
| * fix(appstore): return if appstore is manually disabledGit'Fellow2024-09-101-2/+9
* | Merge pull request #47866 from nextcloud/backport/47858/stable28John Molakvoæ2024-09-161-0/+3
|\ \
| * | fix(preview): gracefully handle file not being opened in ProviderV2backport/47858/stable28Richard Steinmetz2024-09-101-0/+3
| |/
* | Merge pull request #47942 from nextcloud/backport/47933/stable28Joas Schilling2024-09-161-3/+3
|\ \
| * | fix(config): Throw PreconditionException always when it didn't matchbackport/47933/stable28Joas Schilling2024-09-131-3/+3
| |/
* | Merge pull request #47935 from nextcloud/backport/47854/stable28John Molakvoæ2024-09-151-1/+2
|\ \
| * | fix: check if key is setbackport/47854/stable28Git'Fellow2024-09-131-1/+1
| * | fix(appstore): Ensure returned apps from AppStore are validGit'Fellow2024-09-131-1/+2
| |/
* | Merge pull request #47979 from nextcloud/backport/47971/stable28John Molakvoæ2024-09-151-1/+2
|\ \
| * | fix: Do not try to set HTTP response code on already closed connectionbackport/47971/stable28Côme Chilliet2024-09-141-1/+2
* | | Merge pull request #48032 from nextcloud/backport/48013/stable28John Molakvoæ2024-09-151-1/+3
|\ \ \
| * | | fix(BaseResponse): Cast XML element values to stringbackport/48013/stable28provokateurin2024-09-151-1/+3
* | | | Merge pull request #47861 from nextcloud/backport/47860/stable28John Molakvoæ2024-09-151-3/+1
|\ \ \ \
| * | | | fix: Only write once to template instead of create/copybackport/47860/stable28Julius Knorr2024-09-101-3/+1
| | |_|/ | |/| |
* | | | Merge pull request #48019 from nextcloud/backport/48015/stable28John Molakvoæ2024-09-151-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | fix(Storage\Local): Do not call getSourcePath() on SplFileInfobackport/48015/stable28provokateurin2024-09-151-1/+1
| | |/ | |/|
* | | Merge pull request #48022 from nextcloud/backport/48017/stable28Kate2024-09-151-1/+1
|\ \ \
| * | | fix(Comment): Initialize childrenCount as integerbackport/48017/stable28provokateurin2024-09-151-1/+1
| |/ /
* / / fix(Tags): Return boolean for userHasTags()backport/48014/stable28provokateurin2024-09-151-2/+1
|/ /
* / fix(files): Adjust Cache::searchQuery() parameter name to match interfacebackport/47954/stable28provokateurin2024-09-132-4/+4
|/
* fix: Use sha256 to hash arguments of background jobsLouis Chemineau2024-09-051-5/+4
* Merge pull request #47749 from nextcloud/backport/47417/stable28Arthur Schiwon2024-09-051-0/+9
|\
| * fix(files): Create non-existent parents of mountpointsprovokateurin2024-09-041-0/+9
* | fix(appstore): Cache apps.json also on dev instancesMarcel Müller2024-09-051-8/+9
|/
* fix: Pass the mountpoint target user to storages without ownerJulius Härtl2024-09-032-0/+17
* fix(linkReferenceProvider): better size checkJulien Veyssier2024-09-031-4/+14
* fix(config): Avoid error messages for restricted opcache APIJosh2024-08-301-1/+1
* fix: gracefully handle unexpected exif orientation typesRichard Steinmetz2024-08-271-9/+15
* fix call to custom mail_template_classChristoph Klaffl2024-08-261-12/+14
* fix(theming): Make getImage() call save against missing non-SVG versionJoas Schilling2024-08-211-3/+14
* fix(setupcheck): Fix mimetype server version check in backportJoas Schilling2024-08-211-1/+1
* Merge pull request #47353 from nextcloud/backport/47346/stable28John Molakvoæ2024-08-202-5/+6
|\