aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #37772 from nextcloud/enh/30986/follow-upSimon L2023-04-181-0/+4
|\
| * fix php-lintSimon L2023-04-171-1/+0
| * Update lib/private/Preview/Bundled.phpClaus-Justus Heine2023-04-171-1/+1
| * Prevent the OpenDocument preview generator from trying to open empty files.Claus-Justus Heine2023-04-171-0/+5
* | Merge pull request #36617 from nextcloud/update/psr-containerSimon L2023-04-181-3/+3
|\ \
| * | fix: Adjust console formatter code to match with Symfony type hintsFerdinand Thiessen2023-04-171-3/+3
* | | Merge pull request #37316 from nextcloud/fix/security/strict-cookie-check-sta...Simon L2023-04-182-1/+6
|\ \ \
| * | | fix(security)!: Use consistent HTTP status for strict cookie checksChristoph Wurst2023-04-172-1/+6
| |/ /
* | | Merge pull request #36774 from nextcloud/bugfix/noid/sabre-nodesSimon L2023-04-181-1/+5
|\ \ \
| * | | fix: Use proper path when creating node instancesJulius Härtl2023-04-171-1/+5
* | | | Merge pull request #37534 from Rsplwe/masterSimon L2023-04-181-7/+18
|\ \ \ \
| * | | | Update lib/private/Files/ObjectStore/S3.phpRsplwe2023-04-031-1/+1
| * | | | s3: get remaining truncation partRsplwe2023-04-011-7/+18
| * | | | Adjust the value of 'maxparts' to 1000Rsplwe2023-04-011-1/+1
* | | | | Merge pull request #37324 from nextcloud/fix/mapper-exceptionSimon L2023-04-181-1/+1
|\ \ \ \ \
| * | | | | fix: Allow to catch `IMapperException` by implementing `Throwable`Ferdinand Thiessen2023-04-171-1/+1
| | |_|/ / | |/| | |
* | | | | Merge pull request #37676 from nextcloud/fix/auth/atomic-password-db-statementsSimon L2023-04-171-51/+55
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | fix(auth): Run token statements in atomic transactionChristoph Wurst2023-04-121-51/+55
* | | | | Merge pull request #32314 from nextcloud/object-mkdir-loggingSimon L2023-04-171-0/+3
|\ \ \ \ \
| * | | | | additional logging when mkdir fails for object storageRobin Appelman2023-04-051-0/+3
* | | | | | Merge pull request #35129 from Glandos/previewperf2Simon L2023-04-171-93/+47
|\ \ \ \ \ \
| * | | | | | try to make linters happyGlandos2023-04-171-2/+2
| * | | | | | gather code from small and max previewGlandos2023-04-171-90/+36
| * | | | | | Revert 0e49b40Glandos2023-04-171-3/+0
| * | | | | | improve parameter docGlandos2023-04-171-1/+1
| * | | | | | Ensure max preview image is not nullGlandos2023-04-171-0/+3
| * | | | | | php-cs-fixGlandos2023-04-171-1/+1
| * | | | | | List preview directory only onceGlandos2023-04-171-5/+13
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #31286 from rotdrop/bugfix/dont-start-session-when-session...Simon L2023-04-171-0/+1
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Don't call session_start() when PHP session is still or already open.Claus-Justus Heine2023-04-171-0/+1
| |/ / / /
* / / / / Put Mimeloader insertion and read in the same transactionThomas Citharel2023-04-171-18/+41
|/ / / /
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-04-152-2/+2
* | | | Merge pull request #37429 from nextcloud/object-store-rmdirJulius Härtl2023-04-131-36/+50
|\ \ \ \
| * | | | improve objectstore rmdir handlingRobin Appelman2023-04-031-36/+50
* | | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-04-132-2/+2
* | | | | app type extended_authenticationMaxence Lange2023-04-122-1/+2
| |_|/ / |/| | |
* | | | Merge pull request #37617 from nextcloud/notify-self-test-errorArthur Schiwon2023-04-111-0/+3
|\ \ \ \
| * | | | handle not being able to write file for notify self-testRobin Appelman2023-04-061-0/+3
* | | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-04-092-2/+2
* | | | | Add type hints for mappersjld31032023-04-0710-13/+25
* | | | | Merge pull request #34607 from nextcloud/encryption-size-not-foundVincent Petry2023-04-061-1/+3
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | fix encryption wrapper filesize for non existing filesRobin Appelman2023-04-041-1/+3
* | | | | Merge pull request #22943 from nextcloud/scanner-no-access-handlingRobin Appelman2023-04-051-5/+11
|\ \ \ \ \
| * | | | | improve handling of files we can't access in the scannerRobin Appelman2023-04-051-5/+11
| |/ / / /
* | | | | Merge pull request #27538 from nextcloud/scanner-home-not-writable-better-errorsCôme Chilliet2023-04-051-7/+20
|\ \ \ \ \
| * | | | | better error messages if the users home is not writable during scanningRobin Appelman2023-04-051-7/+20
| | |_|/ / | |/| | |
* | | | | Merge pull request #33292 from nextcloud/no-profilerRobin Appelman2023-04-051-3/+15
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | don't hard error when trying to load profiles with no profiler registeredRobin Appelman2023-04-041-3/+15
| |/ / /
* | | | Merge pull request #36836 from nextcloud/fix/view-type-cleanupCôme Chilliet2023-04-0520-323/+204
|\ \ \ \
| * | | | Remove unecessary fully qualified namespaces from phpdocCôme Chilliet2023-04-051-4/+4