aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* fix: fix share reminder job for oracleoracle-share-reminderRobin Appelman2024-09-181-1/+1
* fix: ensure parent folder exists when writing a file to object storageRobin Appelman2024-09-181-0/+4
* fix: verify that parent exists in cache when insertingRobin Appelman2024-09-181-0/+3
* fix: fix object store id for test object storeRobin Appelman2024-09-181-2/+2
* fix: cleanup objectstore file_put_contentRobin Appelman2024-09-181-7/+4
* fix: create intermediate directories for objectstore moveFromStorageRobin Appelman2024-09-181-0/+1
* fix: get source file before moving the cache item in objectstore moveFromStorageRobin Appelman2024-09-181-1/+5
* Merge pull request #44013 from nextcloud/fieat/profile-pronouncesJohn Molakvoæ2024-09-182-9/+22
|\
| * fix(core): profile design and pronouns supportfieat/profile-pronouncesJohn Molakvoæ (skjnldsv)2024-09-181-1/+1
| * feat: add profile pronounsJohn Molakvoæ (skjnldsv)2024-09-172-9/+22
* | Merge pull request #45020 from Noodlesalat/fix-lastlogin-update-token-loginJohn Molakvoæ2024-09-171-0/+1
|\ \ | |/ |/|
| * fix: update last_login timestamp for token based-loginsFabian Dreßler2024-09-061-0/+1
* | fix(psalm): Fix @throws annotationsfix/psalm/throws-annotationsprovokateurin2024-09-172-2/+2
* | Merge pull request #47986 from cfiehe/fix_move_on_same_bucketStephan Orbaugh2024-09-171-0/+5
|\ \
| * | perf(ObjectStoreStorage): Improve (slow) move on same object bucketChristoph Fiehe2024-09-161-0/+5
* | | fix: Remove legacy settings formschore/remove-legacy-settings-forsFerdinand Thiessen2024-09-172-45/+5
* | | Merge pull request #48129 from nextcloud/feat/zstJohn Molakvoæ2024-09-172-31/+80
|\ \ \
| * | | chore: update RepairMimeTypes migrationfeat/zstJohn Molakvoæ (skjnldsv)2024-09-172-31/+80
* | | | Merge pull request #48080 from nextcloud/fix/storage/method-docs-inheritanceKate2024-09-1710-155/+16
|\ \ \ \
| * | | | fix(Storage): Fix method docs inheritancefix/storage/method-docs-inheritanceprovokateurin2024-09-1710-155/+16
* | | | | Merge pull request #48094 from nextcloud/fix/storage/get-owner-falseJohn Molakvoæ2024-09-1711-55/+62
|\| | | |
| * | | | fix(Files): Handle getOwner() returning falsefix/storage/get-owner-falseprovokateurin2024-09-174-12/+52
| * | | | fix(Storage): Document getOwner() can return falseprovokateurin2024-09-178-43/+10
* | | | | Merge pull request #48114 from nextcloud/fix/AppStore--remove-unneeded-warningJohn Molakvoæ2024-09-172-9/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | fix(appstoreFetcher): get app list from custom app storefix/AppStore--remove-unneeded-warningGrigorii K. Shartsev2024-09-172-8/+1
| * | | | fix(appstoreFetcher): remove unneeded warningGrigorii K. Shartsev2024-09-171-1/+0
* | | | | Merge pull request #48110 from nextcloud/chore/remove-deprecated-aliasesCôme Chilliet2024-09-172-134/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | chore: Replace DI alias with real classchore/remove-deprecated-aliasesFerdinand Thiessen2024-09-171-3/+4
| * | | | chore: Remove deprecated aliases from dependency injectionCôme Chilliet2024-09-161-131/+0
* | | | | Merge pull request #48009 from nextcloud/fix/remove-references-to-deprected-s...Côme Chilliet2024-09-1610-91/+50
|\ \ \ \ \
| * | | | | chore: Check storage is an instance of the correct class instead of psalm-sup...fix/remove-references-to-deprected-storage-interfaceCôme Chilliet2024-09-161-6/+9
| * | | | | chore: Remove deprecated Storage::search method instead of moving it to IStorageCôme Chilliet2024-09-164-34/+0
| * | | | | chore: psalm-suppress legacy code weirdnessCôme Chilliet2024-09-161-2/+12
| * | | | | chore: Fix psalm issues, put back private versions of getter in private Stora...Côme Chilliet2024-09-166-15/+71
| * | | | | fix: Fix other uses of removed Storage interfaceCôme Chilliet2024-09-162-84/+8
| |/ / / /
* | | | | Merge pull request #46480 from nextcloud/fix/mailer-binaryfinder-fallbackRobin Appelman2024-09-161-1/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | fix(Mailer): Fix sendmail binary fallbackfix/mailer-binaryfinder-fallbackJosh2024-09-161-1/+4
| | |/ / | |/| |
* | | | Merge pull request #46218 from nextcloud/artonge/fix/hash_return_typeJohn Molakvoæ2024-09-162-1/+2
|\ \ \ \
| * | | | chore: improve hash_file php usage in Local Storageartonge/fix/hash_return_typeJohn 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 #46140 from nextcloud/fix-nc-env-inclusionRobin Appelman2024-09-161-5/+13
|\ \ \ \
| * | | | Merge branch 'master' into fix-nc-env-inclusionfix-nc-env-inclusionRobin Appelman2024-09-16309-3533/+8141
| |\| | |
| * | | | fix: switch from explode to substr (faster)Josh Richards2024-07-081-1/+2
| * | | | fix(config): Add missing handling for envCache in getKeys()Josh Richards2024-07-081-5/+12
* | | | | Merge pull request #47316 from Farcry69/fix/metadata-refresh-crashJohn Molakvoæ2024-09-161-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | fix: Prevent crash when refreshing metadata for files without an ownerVincent FarZz2024-08-181-1/+1
* | | | | Merge pull request #47852 from nextcloud/sharding-code-fixesJohn Molakvoæ2024-09-166-11/+11
|\ \ \ \ \
| * | | | | fix: misc code fixes around db shardingsharding-code-fixesRobin Appelman2024-09-096-11/+11
* | | | | | Merge pull request #48063 from nextcloud/bugfix/noid/fix-otf-loadingJoas Schilling2024-09-161-1/+1
|\ \ \ \ \ \
| * | | | | | fix(a11y): Add OTF font loading checkbugfix/noid/fix-otf-loadingJoas Schilling2024-09-161-1/+1