Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | | | | | | | Merge pull request #44064 from nextcloud/deprecate-getNumberOfUnreadCommentsF... | Robin Appelman | 2024-03-08 | 2 | -60/+27 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | refactor: depricate getNumberOfUnreadCommentsForFolder and redo it's implemen... | Robin Appelman | 2024-03-07 | 2 | -60/+27 | |
* | | | | | | | | | | | | | | | | fix: Avoid clear cache with prefix | Julius Härtl | 2024-03-08 | 1 | -1/+10 | |
* | | | | | | | | | | | | | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-03-08 | 6 | -82/+152 | |
* | | | | | | | | | | | | | | | | Merge pull request #43982 from nextcloud/fixMemExaust | John Molakvoæ | 2024-03-07 | 1 | -2/+7 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | fix(filecache): Move from array_merge to avoid memory exhaustion | Git'Fellow | 2024-03-04 | 1 | -2/+7 | |
* | | | | | | | | | | | | | | | | | feat(AppManager): Provide `getAppIcon` function | Ferdinand Thiessen | 2024-03-07 | 4 | -6/+34 | |
* | | | | | | | | | | | | | | | | | Merge pull request #44061 from nextcloud/revert-32163-file-cache-gc-no-full-s... | John Molakvoæ | 2024-03-07 | 4 | -22/+5 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | 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 | 2 | -4/+4 | |
* | | | | | | | | | | | | | | | | feat(IClient): Add `request` function to do arbitrary HTTP requests | Ferdinand Thiessen | 2024-03-07 | 2 | -0/+68 | |
|/ / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | Merge pull request #32163 from nextcloud/file-cache-gc-no-full-setup | John Molakvoæ | 2024-03-07 | 4 | -5/+22 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | fix: fix user folder init | Robin Appelman | 2024-03-06 | 3 | -3/+13 | |
| * | | | | | | | | | | | | | | | fix: ensure user home mounts is registered | Robin Appelman | 2024-03-06 | 1 | -0/+9 | |
| * | | | | | | | | | | | | | | | perf: don't perform an explicit setup when using the file cache | Robin Appelman | 2024-03-06 | 1 | -2/+0 | |
* | | | | | | | | | | | | | | | | Merge pull request #43996 from nextcloud/feat/store-last-known-quota-usage | Côme Chilliet | 2024-03-07 | 1 | -0/+5 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | fix: Avoid calling setUserValue on null user id | Côme Chilliet | 2024-03-06 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | feat: Store last known quota usage for a user | Côme Chilliet | 2024-03-06 | 1 | -0/+5 | |
* | | | | | | | | | | | | | | | | | Merge pull request #43086 from nextcloud/s3-internal-multipart-copy-disable | Robin Appelman | 2024-03-07 | 1 | -1/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | fix: disable the internal s3sdk multi part copy logic | Robin Appelman | 2024-03-06 | 1 | -1/+2 | |
* | | | | | | | | | | | | | | | | | | Merge pull request #43114 from nextcloud/bugfix/noid/automatically-encrypt-se... | Joas Schilling | 2024-03-07 | 1 | -5/+43 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | fix(appconfig): Make sure sensitive values stay sensitive | Joas Schilling | 2024-03-06 | 1 | -5/+4 | |
| * | | | | | | | | | | | | | | | | | | feat(appconfig): Automatically store "sensitive" appconfigs encrypted in the ... | Joas Schilling | 2024-03-06 | 1 | -6/+45 | |
* | | | | | | | | | | | | | | | | | | | 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 | Ferdinand Thiessen | 2024-02-29 | 1 | -40/+22 | |
| | |_|_|_|_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | Merge pull request #42638 from nextcloud/shares-in-folder-storage | Robin Appelman | 2024-03-06 | 1 | -2/+9 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | fix: also filter by storage when getting shares in folder | Robin Appelman | 2024-03-06 | 1 | -2/+9 | |
| | |/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | Merge pull request #43437 from nextcloud/cleanup-mount-by-id-duplication | John Molakvoæ | 2024-03-06 | 1 | -24/+17 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | fix: clearify logic around getMountsForFileId filtering | Robin Appelman | 2024-03-06 | 1 | -2/+9 | |
| * | | | | | | | | | | | | | | | | | | Revert "Filter mounts for file id before trying to get user information" | Robin Appelman | 2024-03-06 | 1 | -16/+4 | |
| * | | | | | | | | | | | | | | | | | | perf: use lazy user in UserMountCache for getting user for cached mount | Robin Appelman | 2024-03-06 | 1 | -6/+4 | |
* | | | | | | | | | | | | | | | | | | | Merge pull request #44000 from nextcloud/more-sharing-cleaup | Robin Appelman | 2024-03-06 | 2 | -402/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | chore: remove long depricated share code | Robin Appelman | 2024-03-06 | 2 | -402/+1 | |
| | |/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | 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 | Côme Chilliet | 2024-03-06 | 3 | -16/+4 | |
| | |/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | Merge pull request #44029 from nextcloud/share-manager-build | Robin Appelman | 2024-03-06 | 2 | -29/+6 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | refactor: make share manager buildable | Robin Appelman | 2024-03-06 | 2 | -29/+6 | |
| | |_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | ||||||
* / | | | | | | | | | | | | | | | | chore(IURLGenerater): Document changes to `URL_REGEX_NO_MODIFIERS` | Jonas | 2024-03-06 | 1 | -0/+2 | |
|/ / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | Merge pull request #43997 from nextcloud/fix/url_regex | Jonas | 2024-03-06 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | fix: Make URL pattern regexes match localhost and URLs with ports | Jonas | 2024-03-06 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | | fix: Remove unused endpoint from base.php | Côme Chilliet | 2024-03-06 | 1 | -15/+0 | |
|/ / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | Merge pull request #43471 from nextcloud/cache-path-by-id | Robin Appelman | 2024-03-05 | 17 | -47/+115 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | perf: cache path by id to speedup getting nodes by id | Robin Appelman | 2024-03-04 | 2 | -3/+32 | |
| * | | | | | | | | | | | | | | | perf: switch places that always use the first getById result to getFirstNodeById | Robin Appelman | 2024-03-04 | 9 | -31/+23 | |
| * | | | | | | | | | | | | | | | feat: add interface to get only a single node by id instead of all nodes for ... | Robin Appelman | 2024-03-04 | 8 | -15/+62 | |
| | |_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | Merge pull request #43855 from nextcloud/feat/team-provider | Julius Härtl | 2024-03-05 | 13 | -6/+588 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | feat: Implement team provider api | Julius Härtl | 2024-03-05 | 13 | -6/+588 | |
| |/ / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | Merge pull request #43975 from nextcloud/search-optimize-fixes | Robin Appelman | 2024-03-05 | 2 | -39/+18 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | fix: handle cases where non-binary operators are mixed in for optimizing sear... | Robin Appelman | 2024-03-04 | 1 | -38/+15 | |
| * | | | | | | | | | | | | | | | fix: don't short circuit query optimizer | Robin Appelman | 2024-03-04 | 1 | -1/+3 | |
| |/ / / / / / / / / / / / / / |