Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | | | | | | 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 | 1 | -309/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | chore: remove long depricated share code | Robin Appelman | 2024-03-06 | 1 | -309/+0 | |
| |/ / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | 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 | |
| |/ / / / / / / / / / / / / / | ||||||
* / / / / / / / / / / / / / / | refactor: make share manager buildable | Robin Appelman | 2024-03-06 | 2 | -29/+6 | |
|/ / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | Merge pull request #43471 from nextcloud/cache-path-by-id | Robin Appelman | 2024-03-05 | 14 | -45/+75 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | 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 | 8 | -30/+22 | |
| * | | | | | | | | | | | | | | feat: add interface to get only a single node by id instead of all nodes for ... | Robin Appelman | 2024-03-04 | 6 | -14/+23 | |
| | |_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | Merge pull request #43855 from nextcloud/feat/team-provider | Julius Härtl | 2024-03-05 | 3 | -0/+152 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | feat: Implement team provider api | Julius Härtl | 2024-03-05 | 3 | -0/+152 | |
| |/ / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | 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 | |
| |/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | Merge pull request #43791 from nextcloud/share-api-cleanup | Robin Appelman | 2024-03-04 | 2 | -493/+29 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | fix: update "move into share" check to share manager | Robin Appelman | 2024-02-27 | 2 | -458/+29 | |
| * | | | | | | | | | | | | | fix: remove old test-only methods | Robin Appelman | 2024-02-26 | 1 | -35/+0 | |
| | |_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | fix: Fetch custom app store url without internet connection | Julius Härtl | 2024-03-04 | 1 | -2/+4 | |
| |/ / / / / / / / / / / |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | 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 | |
| | |_|_|_|_|/ / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | 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 | |
| | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge pull request #30957 from rotdrop/bugfix/collaboration-mail-plugin-fix-a... | John Molakvoæ | 2024-02-29 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | fix(collaboration): collaboration MailPlugin: Protect access to a potentially... | Claus-Justus Heine | 2024-02-27 | 1 | -2/+2 | |
| |/ / / / / / / / / / | ||||||
* | | | | | | | | | | | fix: Enforce forbidden filename characters on backend | Ferdinand Thiessen | 2024-02-28 | 2 | -7/+9 | |
* | | | | | | | | | | | fix(federation): Allow cloud federation providers to handle unsuccessful retu... | Joas Schilling | 2024-02-28 | 2 | -0/+77 | |
| |/ / / / / / / / / |/| | | | | | | | | | ||||||
* | | | | | | | | | | feat(comments): Allow mentions of federated users, groups and teams in the fu... | Joas Schilling | 2024-02-27 | 1 | -1/+11 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #43428 from nextcloud/feat/share-expiration-with-time | Benjamin Gaussorgues | 2024-02-26 | 2 | -11/+18 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | feat(share): save date and time for expiration | Benjamin Gaussorgues | 2024-02-22 | 2 | -11/+18 | |
| | |_|_|_|_|_|/ / | |/| | | | | | | | ||||||
* | | | | | | | | | fix: Avoid unitialized access of fts manager properties | Julius Härtl | 2024-02-26 | 1 | -3/+3 | |
| |_|_|_|/ / / / |/| | | | | | | | ||||||
* | | | | | | | | Merge branch 'master' into fix/42480/user-admin-not-admin | John Molakvoæ | 2024-02-24 | 41 | -743/+426 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | feat: theme error page | Richard Steinmetz | 2024-02-24 | 1 | -9/+36 | |
| * | | | | | | | | Merge pull request #43787 from nextcloud/fix/opendir-temporary-failure | John Molakvoæ | 2024-02-24 | 1 | -0/+6 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | fix: Throw instead of yielding nothing when listing local directories | Julius Härtl | 2024-02-23 | 1 | -0/+6 | |
| | |/ / / / / / / |