aboutsummaryrefslogtreecommitdiffstats
path: root/lib
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-072-4/+4
* | feat(IClient): Add `request` function to do arbitrary HTTP requestsFerdinand Thiessen2024-03-072-0/+68
|/
* 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-062-402/+1
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | chore: remove long depricated share codeRobin Appelman2024-03-062-402/+1
| | |/ / / | |/| | |
* | | | | 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
| | |/ / / | |/| | |
* | | | | Merge pull request #44029 from nextcloud/share-manager-buildRobin Appelman2024-03-062-29/+6
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | refactor: make share manager buildableRobin Appelman2024-03-062-29/+6
| | |_|/ | |/| |
* / | | chore(IURLGenerater): Document changes to `URL_REGEX_NO_MODIFIERS`Jonas2024-03-061-0/+2
|/ / /
* | | Merge pull request #43997 from nextcloud/fix/url_regexJonas2024-03-061-1/+1
|\ \ \ | |/ / |/| |
| * | fix: Make URL pattern regexes match localhost and URLs with portsJonas2024-03-061-1/+1
* | | fix: Remove unused endpoint from base.phpCôme Chilliet2024-03-061-15/+0
|/ /
* | Merge pull request #43471 from nextcloud/cache-path-by-idRobin Appelman2024-03-0517-47/+115
|\ \
| * | 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-049-31/+23
| * | feat: add interface to get only a single node by id instead of all nodes for ...Robin Appelman2024-03-048-15/+62
* | | Merge pull request #43855 from nextcloud/feat/team-providerJulius Härtl2024-03-0513-6/+588
|\ \ \
| * | | feat: Implement team provider apiJulius Härtl2024-03-0513-6/+588
| |/ /
* | | 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
| |/ /
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-03-052-0/+42
* | | Merge pull request #43791 from nextcloud/share-api-cleanupRobin Appelman2024-03-043-495/+31
|\ \ \
| * | | fix: update "move into share" check to share managerRobin Appelman2024-02-273-460/+31
| * | | fix: remove old test-only methodsRobin Appelman2024-02-261-35/+0
* | | | Merge pull request #43972 from nextcloud/fix/fetch-custom-appstoreJulius Härtl2024-03-041-2/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | fix: Fetch custom app store url without internet connectionJulius Härtl2024-03-041-2/+4
* | | | fix(IUrlGenerator): Add `throws` documentation for `imagePath` functionFerdinand Thiessen2024-03-021-0/+1
|/ / /