aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | 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
|/ / / / / /
* | | | | | Merge pull request #37429 from nextcloud/object-store-rmdirJulius Härtl2023-04-131-36/+50
|\ \ \ \ \ \
| * | | | | | improve objectstore rmdir handlingRobin Appelman2023-04-031-36/+50
* | | | | | | app type extended_authenticationMaxence Lange2023-04-121-1/+1
| |_|/ / / / |/| | | | |
* | | | | | 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
* | | | | | Add type hints for mappersjld31032023-04-077-9/+22
* | | | | | 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-0515-313/+194
|\ \ \ \ \
| * | | | | Remove unecessary fully qualified namespaces from phpdocCôme Chilliet2023-04-051-4/+4
| * | | | | View needs to return an instance of OC\Files\FileInfo explicitelyCôme Chilliet2023-04-032-8/+3
| * | | | | More type cleanup in View and FileInfoCôme Chilliet2023-04-032-95/+82
| * | | | | Fix return type of methods returning false on errorCôme Chilliet2023-04-0311-57/+33
| * | | | | Improve typing for fopen/toTmpFileCôme Chilliet2023-04-032-4/+5
| * | | | | Remove unused method getLocalFolderCôme Chilliet2023-04-034-30/+0
| * | | | | Tidy up typing in OC\Files\ViewCôme Chilliet2023-04-032-122/+74
* | | | | | Fix types for reading and writing config valuesjld31032023-04-054-7/+7
* | | | | | Merge pull request #36360 from nextcloud/new-share-existing-nodeRobin Appelman2023-04-041-0/+4
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | also set the node when re-using existing share on share createRobin Appelman2023-04-031-0/+4
* | | | | | fix(initial-state): Log an error when initial-state can not be JSON encodedJoas Schilling2023-04-041-1/+5
* | | | | | Merge pull request #37146 from nextcloud/artonge/feat/migrate_metadata_to_valueLouis2023-04-044-12/+23
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Migrate metadata as JSON to value as STRINGLouis Chemineau2023-04-034-12/+23
* | | | | | Merge pull request #36097 from nextcloud/path-prefix-optimizeRobin Appelman2023-04-033-13/+58
|\ \ \ \ \ \
| * | | | | | extend path-prefix optimizer to remove all cases of path_hash= when encounter...Robin Appelman2023-01-113-13/+58
* | | | | | | Merge pull request #37543 from nextcloud/fix/inherited-parameter-namesCôme Chilliet2023-04-033-8/+8
|\ \ \ \ \ \ \
| * | | | | | | Fix inherited parameter namesjld31032023-04-033-8/+8
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #37542 from nextcloud/bugfix/noid/allow-to-opt-out-of-rate...Joas Schilling2023-04-033-12/+31
|\ \ \ \ \ \ \
| * | | | | | | feat(security): Allow to opt-out of ratelimit protection, e.g. for testing on CIJoas Schilling2023-04-033-12/+31
| |/ / / / / /
* | | | | | | Merge pull request #37520 from nextcloud/fix/noid/fix-dbal-exception-handlingArthur Schiwon2023-04-031-7/+11
|\ \ \ \ \ \ \
| * | | | | | | fix DBAL exception handling in setValuesArthur Schiwon2023-03-311-7/+11
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #36652 from nextcloud/perf/autoloading/theming-authoritati...Julius Härtl2023-04-031-10/+4
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Revert "Dark autoloader magic for ThemingDefaults"Christoph Wurst2023-03-271-10/+4
* | | | | | | clear encrypted flag when moving away from encrypted storageRobin Appelman2023-04-012-0/+31
| |_|_|_|/ / |/| | | | |
* | | | | | Remove useless coalescing operator on non-null return valueCôme Chilliet2023-04-011-1/+1
* | | | | | Fix quota typing for 32bits after forward port from 25Côme Chilliet2023-04-012-5/+4