summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | 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
| |/ / / / / / / / / |/| | | | | | | | |
* | | | | | | | | | feat(comments): Allow mentions of federated users, groups and teams in the fu...Joas Schilling2024-02-271-1/+11
|/ / / / / / / / /
* | | | | | | | | Merge pull request #43428 from nextcloud/feat/share-expiration-with-timeBenjamin Gaussorgues2024-02-262-11/+18
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | feat(share): save date and time for expirationBenjamin Gaussorgues2024-02-222-11/+18
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | fix: Avoid unitialized access of fts manager propertiesJulius Härtl2024-02-261-3/+3
| |_|_|_|/ / / / |/| | | | | | |
* | | | | | | | Merge branch 'master' into fix/42480/user-admin-not-adminJohn Molakvoæ2024-02-2441-743/+426
|\ \ \ \ \ \ \ \
| * | | | | | | | feat: theme error pageRichard Steinmetz2024-02-241-9/+36
| * | | | | | | | Merge pull request #43787 from nextcloud/fix/opendir-temporary-failureJohn Molakvoæ2024-02-241-0/+6
| |\ \ \ \ \ \ \ \
| | * | | | | | | | fix: Throw instead of yielding nothing when listing local directoriesJulius Härtl2024-02-231-0/+6
| | |/ / / / / / /