aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* fix!: Migrate jobs away from deprecated interfacesCôme Chilliet2024-02-082-17/+6
* fix(migration): Make naming constraint fail softer on updatesJoas Schilling2024-02-071-10/+49
* Merge pull request #43317 from nextcloud/fix/contacts-nameJohn Molakvoæ2024-02-071-2/+2
|\
| * fix(ContactsStore): Sanitize user ID given to guest avatar routeFerdinand Thiessen2024-02-031-2/+2
* | Merge pull request #41015 from nextcloud/background-scan-catch-storage-errorRobin Appelman2024-02-071-23/+27
|\ \
| * \ Merge branch 'master' into background-scan-catch-storage-errorRobin Appelman2024-01-31567-3629/+14950
| |\ \
| * | | continue background scanning different storages if one failsRobin Appelman2023-10-201-23/+27
* | | | Merge pull request #43361 from nextcloud/fix/add-missing-phpdoc-template-para...Ferdinand Thiessen2024-02-068-0/+14
|\ \ \ \
| * | | | chore: Add missing ArrayAccess template parametersCôme Chilliet2024-02-068-0/+14
* | | | | Merge pull request #43131 from nextcloud/fix/files/cache-wrapper-no-partial-c...Christoph Wurst2024-02-061-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | fix(files): Don't attempt to format a partial cache entryChristoph Wurst2024-01-251-1/+1
* | | | | returns non lazy value while searching for lazyMaxence Lange2024-02-061-5/+8
* | | | | Merge pull request #43275 from nextcloud/enh/noid/no-exception-on-missing-key...Maxence Lange2024-02-051-6/+12
|\ \ \ \ \
| * | | | | return false on AppConfigUnknownKeyExceptionMaxence Lange2024-02-011-6/+12
* | | | | | chore: Add references to phpdoc deprecation notice for IL10NCôme Chilliet2024-02-051-1/+1
* | | | | | chore: Replace OC::$server->getL10N by OCP\Util::getL10N in lib and some appsCôme Chilliet2024-02-056-12/+12
* | | | | | Make it clear in the deprecation comment that DI is preferredCôme Chilliet2024-02-051-1/+1
* | | | | | Use OCP\Util::getL10N instead of OC::$server->getL10NCôme Chilliet2024-02-0513-17/+14
| |_|_|_|/ |/| | | |
* | | | | Merge pull request #40981 from nextcloud/fix/object-storage-userArthur Schiwon2024-02-023-37/+31
|\ \ \ \ \
| * | | | | refactor(objectstorage): cleanup typesThomas Citharel2024-02-023-15/+21
| * | | | | refactor(objectstorage): move $user property from ObjectStoreStorage class to...Thomas Citharel2024-02-022-14/+6
| * | | | | fix(objectstorage): cleanup HomeObjectStoreStorageThomas Citharel2024-02-021-8/+4
| |/ / / /
* / / / / make failure to load app commands non-fatalRobin Appelman2024-02-021-1/+8
|/ / / /
* | | | Merge pull request #43132 from nextcloud/enh/41755/update-appframework-apiMaxence Lange2024-02-013-14/+529
|\ \ \ \
| * | | | adding testMaxence Lange2024-01-312-3/+3
| * | | | fix psalmMaxence Lange2024-01-313-7/+12
| * | | | sync with new OCP\IAppConfigMaxence Lange2024-01-312-14/+524
| | |_|/ | |/| |
* | | | Merge pull request #43203 from nextcloud/fix/cleanup-register-command-with-diJoas Schilling2024-02-017-68/+33
|\ \ \ \ | |/ / / |/| | |
| * | | fix: Make Repair object injectable and fix BackgroundRepair testCôme Chilliet2024-02-011-5/+4
| * | | chore: Fix DI for integrity checker before installationCôme Chilliet2024-01-301-1/+2
| * | | chore: use DI for \OC\RepairCôme Chilliet2024-01-304-16/+14
| * | | chore: Fix DI for Encryption\DecryptAll commandCôme Chilliet2024-01-302-47/+14
* | | | also updated parent etags when a changed etag is detected during scanningRobin Appelman2024-01-312-7/+30
* | | | dont reuse etag for folders marked explicitly unscannedRobin Appelman2024-01-311-1/+2
* | | | dav: fix wrong decoding of pluses in URLsLorenz Brun2024-01-311-1/+1
* | | | Merge pull request #38173 from arawa/feature/37677/exclude-some-groups-from-s...Louis2024-01-316-1/+69
|\ \ \ \
| * | | | feat(php,vue): Create a new parameterBaptiste Fotia2024-01-316-1/+69
* | | | | Merge pull request #42933 from nextcloud/fix/db/dirty-read-on-primaryChristoph Wurst2024-01-311-0/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | fix(db): Execute dirty reads on the primary nodeChristoph Wurst2024-01-301-0/+4
* | | | | Revert "switching to new IAppConfig"Maxence Lange2024-01-301-16/+52
* | | | | switching to new IAppConfigMaxence Lange2024-01-301-52/+16
| |/ / / |/| | |
* | | | Merge pull request #43194 from nextcloud/fix/fix-psalm-missing-template-param...Côme Chilliet2024-01-304-0/+4
|\ \ \ \ | |/ / / |/| | |
| * | | chore: Fix missing template parameter for IEventListenerCôme Chilliet2024-01-304-0/+4
* | | | Merge pull request #43185 from nextcloud/feat/db/dirty-queries-productionJoas Schilling2024-01-301-1/+9
|\ \ \ \
| * | | | feat(db): Make dirty query logging available in productionChristoph Wurst2024-01-301-1/+9
| |/ / /
* | | | Merge pull request #43191 from nextcloud/fix/use-di-for-setup-classCôme Chilliet2024-01-305-223/+139
|\ \ \ \ | |/ / / |/| | |
| * | | chore: Cleanup Installer class as wellCôme Chilliet2024-01-292-69/+33
| * | | fix: Use DI for Setup class and move away from deprecated methodsCôme Chilliet2024-01-294-154/+106
* | | | Merge pull request #43031 from nextcloud/fix/fix-throw-phpdoc-in-setupresultCôme Chilliet2024-01-291-0/+9
|\ \ \ \
| * | | | Document throwing behavior of SetupResult upon invalid rich objectCôme Chilliet2024-01-291-0/+9
| |/ / /