Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feat(AppManager): Provide `getAppIcon` function | Ferdinand Thiessen | 2024-03-07 | 3 | -6/+25 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | Merge pull request #44061 from ↵ | John Molakvoæ | 2024-03-07 | 4 | -22/+5 |
|\ | | | | | | | | | nextcloud/revert-32163-file-cache-gc-no-full-setup Revert "don't perform an explicit setup when using the file cache" | ||||
| * | Revert "don't perform an explicit setup when using the file cache" | Joas Schilling | 2024-03-07 | 4 | -22/+5 |
| | | |||||
* | | fix: Swap method and uri parameter in request to match upstream order | Côme Chilliet | 2024-03-07 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | feat(IClient): Add `request` function to do arbitrary HTTP requests | Ferdinand Thiessen | 2024-03-07 | 1 | -0/+37 |
|/ | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | Merge pull request #32163 from nextcloud/file-cache-gc-no-full-setup | John Molakvoæ | 2024-03-07 | 4 | -5/+22 |
|\ | | | | | don't perform an explicit setup when using the file cache | ||||
| * | fix: fix user folder init | Robin Appelman | 2024-03-06 | 3 | -3/+13 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | fix: ensure user home mounts is registered | Robin Appelman | 2024-03-06 | 1 | -0/+9 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | perf: don't perform an explicit setup when using the file cache | Robin Appelman | 2024-03-06 | 1 | -2/+0 |
| | | | | | | | | | | | | the automated partial setup does it's job already Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Merge pull request #43996 from nextcloud/feat/store-last-known-quota-usage | Côme Chilliet | 2024-03-07 | 1 | -0/+5 |
|\ \ | | | | | | | feat: Store last known quota usage for a user | ||||
| * | | fix: Avoid calling setUserValue on null user id | Côme Chilliet | 2024-03-06 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | feat: Store last known quota usage for a user | Côme Chilliet | 2024-03-06 | 1 | -0/+5 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | | Merge pull request #43086 from nextcloud/s3-internal-multipart-copy-disable | Robin Appelman | 2024-03-07 | 1 | -1/+2 |
|\ \ \ | | | | | | | | | disable the internal s3sdk multi part copy logic | ||||
| * | | | fix: disable the internal s3sdk multi part copy logic | Robin Appelman | 2024-03-06 | 1 | -1/+2 |
| |/ / | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | Merge pull request #43114 from ↵ | Joas Schilling | 2024-03-07 | 1 | -5/+43 |
|\ \ \ | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/automatically-encrypt-sensitive-values feat(appconfig): Automatically store "sensitive" appconfigs encrypted in the database | ||||
| * | | | fix(appconfig): Make sure sensitive values stay sensitive | Joas Schilling | 2024-03-06 | 1 | -5/+4 |
| | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | | feat(appconfig): Automatically store "sensitive" appconfigs encrypted in the ↵ | Joas Schilling | 2024-03-06 | 1 | -6/+45 |
| | | | | | | | | | | | | | | | | | | | | | | | | database Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | | Merge pull request #43917 from nextcloud/fix/jsresourcelocator-apppath | Ferdinand Thiessen | 2024-03-07 | 1 | -40/+22 |
|\ \ \ \ | |/ / / |/| | | | fix(JSResourceLocator): Consider configured app roots for files | ||||
| * | | | fix(JSResourceLocator): Consider configured app roots for files | Ferdinand Thiessen | 2024-02-29 | 1 | -40/+22 |
| | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | | | Merge pull request #42638 from nextcloud/shares-in-folder-storage | Robin Appelman | 2024-03-06 | 1 | -2/+9 |
|\ \ \ \ | | | | | | | | | | | also filter by storage when getting shares in folder | ||||
| * | | | | fix: also filter by storage when getting shares in folder | Robin Appelman | 2024-03-06 | 1 | -2/+9 |
| | |/ / | |/| | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | | Merge pull request #43437 from nextcloud/cleanup-mount-by-id-duplication | John Molakvoæ | 2024-03-06 | 1 | -24/+17 |
|\ \ \ \ | | | | | | | | | | | use lazy user in UserMountCache for getting user for cached mount instead of duplicating logic | ||||
| * | | | | fix: clearify logic around getMountsForFileId filtering | Robin Appelman | 2024-03-06 | 1 | -2/+9 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | | | Revert "Filter mounts for file id before trying to get user information" | Robin Appelman | 2024-03-06 | 1 | -16/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 1e2cf820c89b774d0a8d6f85bfd8d2fd1b4ab2d6. Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | | | perf: use lazy user in UserMountCache for getting user for cached mount | Robin Appelman | 2024-03-06 | 1 | -6/+4 |
| |/ / / | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | | Merge pull request #44000 from nextcloud/more-sharing-cleaup | Robin Appelman | 2024-03-06 | 1 | -309/+0 |
|\ \ \ \ | |_|_|/ |/| | | | cleanup: remove long depricated share code | ||||
| * | | | chore: remove long depricated share code | Robin Appelman | 2024-03-06 | 1 | -309/+0 |
| |/ / | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | Merge pull request #44015 from nextcloud/fix/remove-oc-json-encode-usages | Côme Chilliet | 2024-03-06 | 3 | -16/+4 |
|\ \ \ | | | | | | | | | fix: Remove calls to deprecated OC_JSON::encode | ||||
| * | | | fix: Remove calls to deprecated OC_JSON::encode | Côme Chilliet | 2024-03-06 | 3 | -16/+4 |
| |/ / | | | | | | | | | | | | | | | | | | | | | | to_string was useless because L10N string is json serializable now and serialize to string correctly. Removed all external calls to OC_JSON::encode to ease removing the rest of it later. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* / / | refactor: make share manager buildable | Robin Appelman | 2024-03-06 | 2 | -29/+6 |
|/ / | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Merge pull request #43471 from nextcloud/cache-path-by-id | Robin Appelman | 2024-03-05 | 14 | -45/+75 |
|\ \ | | | | | | | Cache path by id | ||||
| * | | perf: cache path by id to speedup getting nodes by id | Robin Appelman | 2024-03-04 | 2 | -3/+32 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | perf: switch places that always use the first getById result to getFirstNodeById | Robin Appelman | 2024-03-04 | 8 | -30/+22 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | feat: add interface to get only a single node by id instead of all nodes for ↵ | Robin Appelman | 2024-03-04 | 6 | -14/+23 |
| | | | | | | | | | | | | | | | | | | | | | | | | the id this should be enough in most(?) cases and makes efficient implementation and caching easier Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | Merge pull request #43855 from nextcloud/feat/team-provider | Julius Härtl | 2024-03-05 | 3 | -0/+152 |
|\ \ \ | | | | | | | | | Implement team provider api | ||||
| * | | | feat: Implement team provider api | Julius Härtl | 2024-03-05 | 3 | -0/+152 |
| |/ / | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | | Merge pull request #43975 from nextcloud/search-optimize-fixes | Robin Appelman | 2024-03-05 | 2 | -39/+18 |
|\ \ \ | | | | | | | | | Handle more cases in the MergeDistributive search query optimizer | ||||
| * | | | fix: handle cases where non-binary operators are mixed in for optimizing ↵ | Robin Appelman | 2024-03-04 | 1 | -38/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | search queries Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | | fix: don't short circuit query optimizer | Robin Appelman | 2024-03-04 | 1 | -1/+3 |
| |/ / | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | Merge pull request #43791 from nextcloud/share-api-cleanup | Robin Appelman | 2024-03-04 | 2 | -493/+29 |
|\ \ \ | | | | | | | | | Share api cleanup | ||||
| * | | | fix: update "move into share" check to share manager | Robin Appelman | 2024-02-27 | 2 | -458/+29 |
| | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | | fix: remove old test-only methods | Robin Appelman | 2024-02-26 | 1 | -35/+0 |
| | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | | fix: Fetch custom app store url without internet connection | Julius Härtl | 2024-03-04 | 1 | -2/+4 |
| |/ / |/| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | | Merge pull request #43057 from nextcloud/feat/cache-authtoken | John Molakvoæ | 2024-03-01 | 2 | -63/+78 |
|\ \ \ | |_|/ |/| | | |||||
| * | | feat(perf): add cache for authtoken lookup | Benjamin Gaussorgues | 2024-02-28 | 2 | -63/+78 |
| | | | | | | | | | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | ||||
* | | | Merge pull request #42542 from nextcloud/aac-mimetype | John Molakvoæ | 2024-02-29 | 1 | -0/+12 |
|\ \ \ | |||||
| * | | | Add .aac mime type mapping | Unpublished | 2024-02-27 | 1 | -0/+12 |
| | |/ | |/| | | | | | | | Signed-off-by: Unpublished <Unpublished@users.noreply.github.com> | ||||
* | | | Merge pull request #30957 from ↵ | John Molakvoæ | 2024-02-29 | 1 | -2/+2 |
|\ \ \ | | | | | | | | | | | | | rotdrop/bugfix/collaboration-mail-plugin-fix-array-access-resulting-in-type-error | ||||
| * | | | fix(collaboration): collaboration MailPlugin: Protect access to a ↵ | Claus-Justus Heine | 2024-02-27 | 1 | -2/+2 |
| |/ / | | | | | | | | | | | | | | | | potentially missing array component by ??. Signed-off-by: Claus-Justus Heine <himself@claus-justus-heine.de> | ||||
* | | | fix: Enforce forbidden filename characters on backend | Ferdinand Thiessen | 2024-02-28 | 2 | -7/+9 |
| | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> |