aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #44061 from nextcloud/revert-32163-file-cache-gc-no-full-s...John Molakvoæ2024-03-074-22/+5
|\
| * Revert "don't perform an explicit setup when using the file cache"Joas Schilling2024-03-074-22/+5
* | fix: Swap method and uri parameter in request to match upstream orderCôme Chilliet2024-03-071-2/+2
* | feat(IClient): Add `request` function to do arbitrary HTTP requestsFerdinand Thiessen2024-03-071-0/+37
|/
* Merge pull request #32163 from nextcloud/file-cache-gc-no-full-setupJohn Molakvoæ2024-03-074-5/+22
|\
| * fix: fix user folder initRobin Appelman2024-03-063-3/+13
| * fix: ensure user home mounts is registeredRobin Appelman2024-03-061-0/+9
| * perf: don't perform an explicit setup when using the file cacheRobin Appelman2024-03-061-2/+0
* | Merge pull request #43996 from nextcloud/feat/store-last-known-quota-usageCôme Chilliet2024-03-071-0/+5
|\ \
| * | fix: Avoid calling setUserValue on null user idCôme Chilliet2024-03-061-1/+1
| * | feat: Store last known quota usage for a userCôme Chilliet2024-03-061-0/+5
* | | Merge pull request #43086 from nextcloud/s3-internal-multipart-copy-disableRobin Appelman2024-03-071-1/+2
|\ \ \
| * | | fix: disable the internal s3sdk multi part copy logicRobin Appelman2024-03-061-1/+2
| |/ /
* | | Merge pull request #43114 from nextcloud/bugfix/noid/automatically-encrypt-se...Joas Schilling2024-03-071-5/+43
|\ \ \
| * | | fix(appconfig): Make sure sensitive values stay sensitiveJoas Schilling2024-03-061-5/+4
| * | | feat(appconfig): Automatically store "sensitive" appconfigs encrypted in the ...Joas Schilling2024-03-061-6/+45
* | | | Merge pull request #43917 from nextcloud/fix/jsresourcelocator-apppathFerdinand Thiessen2024-03-071-40/+22
|\ \ \ \ | |/ / / |/| | |
| * | | fix(JSResourceLocator): Consider configured app roots for filesFerdinand Thiessen2024-02-291-40/+22
* | | | Merge pull request #42638 from nextcloud/shares-in-folder-storageRobin Appelman2024-03-061-2/+9
|\ \ \ \
| * | | | fix: also filter by storage when getting shares in folderRobin Appelman2024-03-061-2/+9
| | |/ / | |/| |
* | | | Merge pull request #43437 from nextcloud/cleanup-mount-by-id-duplicationJohn Molakvoæ2024-03-061-24/+17
|\ \ \ \
| * | | | fix: clearify logic around getMountsForFileId filteringRobin Appelman2024-03-061-2/+9
| * | | | Revert "Filter mounts for file id before trying to get user information"Robin Appelman2024-03-061-16/+4
| * | | | perf: use lazy user in UserMountCache for getting user for cached mountRobin Appelman2024-03-061-6/+4
| |/ / /
* | | | Merge pull request #44000 from nextcloud/more-sharing-cleaupRobin Appelman2024-03-061-309/+0
|\ \ \ \ | |_|_|/ |/| | |
| * | | chore: remove long depricated share codeRobin Appelman2024-03-061-309/+0
| |/ /
* | | Merge pull request #44015 from nextcloud/fix/remove-oc-json-encode-usagesCôme Chilliet2024-03-063-16/+4
|\ \ \
| * | | fix: Remove calls to deprecated OC_JSON::encodeCôme Chilliet2024-03-063-16/+4
| |/ /
* / / refactor: make share manager buildableRobin Appelman2024-03-062-29/+6
|/ /
* | Merge pull request #43471 from nextcloud/cache-path-by-idRobin Appelman2024-03-0514-45/+75
|\ \
| * | perf: cache path by id to speedup getting nodes by idRobin Appelman2024-03-042-3/+32
| * | perf: switch places that always use the first getById result to getFirstNodeByIdRobin Appelman2024-03-048-30/+22
| * | feat: add interface to get only a single node by id instead of all nodes for ...Robin Appelman2024-03-046-14/+23
* | | Merge pull request #43855 from nextcloud/feat/team-providerJulius Härtl2024-03-053-0/+152
|\ \ \
| * | | feat: Implement team provider apiJulius Härtl2024-03-053-0/+152
| |/ /
* | | Merge pull request #43975 from nextcloud/search-optimize-fixesRobin Appelman2024-03-052-39/+18
|\ \ \
| * | | fix: handle cases where non-binary operators are mixed in for optimizing sear...Robin Appelman2024-03-041-38/+15
| * | | fix: don't short circuit query optimizerRobin Appelman2024-03-041-1/+3
| |/ /
* | | Merge pull request #43791 from nextcloud/share-api-cleanupRobin Appelman2024-03-042-493/+29
|\ \ \
| * | | fix: update "move into share" check to share managerRobin Appelman2024-02-272-458/+29
| * | | fix: remove old test-only methodsRobin Appelman2024-02-261-35/+0
* | | | fix: Fetch custom app store url without internet connectionJulius Härtl2024-03-041-2/+4
| |/ / |/| |
* | | Merge pull request #43057 from nextcloud/feat/cache-authtokenJohn Molakvoæ2024-03-012-63/+78
|\ \ \ | |_|/ |/| |
| * | feat(perf): add cache for authtoken lookupBenjamin Gaussorgues2024-02-282-63/+78
* | | Merge pull request #42542 from nextcloud/aac-mimetypeJohn Molakvoæ2024-02-291-0/+12
|\ \ \
| * | | Add .aac mime type mappingUnpublished2024-02-271-0/+12
| | |/ | |/|
* | | Merge pull request #30957 from rotdrop/bugfix/collaboration-mail-plugin-fix-a...John Molakvoæ2024-02-291-2/+2
|\ \ \
| * | | fix(collaboration): collaboration MailPlugin: Protect access to a potentially...Claus-Justus Heine2024-02-271-2/+2
| |/ /
* | | fix: Enforce forbidden filename characters on backendFerdinand Thiessen2024-02-282-7/+9
* | | fix(federation): Allow cloud federation providers to handle unsuccessful retu...Joas Schilling2024-02-282-0/+77
| |/ |/|