| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | feat: add option to automatically partition queries by specific tables | Robin Appelman | 2024-08-28 | 1 | -0/+1 |
* | style: update codestyle for coding-standard 1.2.3 | Daniel Kesselberg | 2024-08-25 | 5 | -15/+15 |
* | fix: check for correct storage class when checking for link parent | Robin Appelman | 2024-08-16 | 1 | -1/+2 |
* | fix: Remove shares only if there are no more common groups between users | Côme Chilliet | 2024-08-12 | 1 | -38/+36 |
* | fix(files_sharing): Delete user shares if needed when user is removed from a ... | Louis Chemineau | 2024-08-12 | 2 | -2/+47 |
* | fix: Add `acceptShare` as an interface | Ferdinand Thiessen | 2024-07-30 | 2 | -4/+6 |
* | fix(files_sharing): adjust IAttributes API and files_versions | skjnldsv | 2024-07-12 | 1 | -4/+4 |
* | fix(files_sharing): phpunit & openapi fixes | skjnldsv | 2024-07-12 | 1 | -5/+9 |
* | fix: psalm, cs, autoloader and lint | skjnldsv | 2024-07-12 | 1 | -1/+2 |
* | feat(files_sharing): allow mixed values in share attributes and allow storing... | skjnldsv | 2024-07-12 | 2 | -8/+8 |
* | chore(files_sharing): refactor mail handling | skjnldsv | 2024-07-12 | 1 | -24/+22 |
* | feat(files_sharing): implement IShareProviderWithNotification and refactor se... | skjnldsv | 2024-07-12 | 3 | -159/+150 |
* | fix(files_sharing): Store the expiration date relative to the server's timezone | Louis Chemineau | 2024-06-26 | 2 | -20/+29 |
* | use LazyUser in DefaultShareProvider | Robin Appelman | 2024-06-17 | 1 | -5/+6 |
* | fix(dav): also return shared-with-me shares data | skjnldsv | 2024-06-12 | 1 | -1/+1 |
* | Merge branch 'master' into refactor/OC-Server-getSecureRandom | John Molakvoæ | 2024-05-30 | 1 | -4/+7 |
|\ |
|
| * | Merge branch 'master' into refactor/OC-Server-getL10NFactory | John Molakvoæ | 2024-05-30 | 1 | -3/+5 |
| |\ |
|
| | * | Merge pull request #40151 from summersab/refactor/OC-Server-getMailer | John Molakvoæ | 2024-05-30 | 1 | -2/+3 |
| | |\ |
|
| | | * | Merge branch 'master' into refactor/OC-Server-getMailer | John Molakvoæ | 2024-05-30 | 14 | -672/+413 |
| | | |\ |
|
| | | * | | Refactor `OC\Server::getMailer` | Andrew Summers | 2023-08-29 | 1 | -2/+3 |
| | * | | | Merge branch 'master' into refactor/OC-Server-getHTTPClientService | John Molakvoæ | 2024-05-30 | 14 | -672/+413 |
| | |\ \ \
| | | | |/
| | | |/| |
|
| | * | | | Refactor `OC\Server::getHTTPClientService` | Andrew Summers | 2023-08-29 | 1 | -1/+2 |
| | | |/
| | |/| |
|
| * | | | Merge branch 'master' into refactor/OC-Server-getL10NFactory | John Molakvoæ | 2024-05-30 | 14 | -672/+413 |
| |\ \ \
| | | |/
| | |/| |
|
| * | | | Refactor `OC\Server::getL10NFactory` | Andrew Summers | 2023-08-29 | 1 | -1/+2 |
| | |/
| |/| |
|
* | | | Merge branch 'master' into refactor/OC-Server-getSecureRandom | John Molakvoæ | 2024-05-30 | 14 | -672/+413 |
|\ \ \
| | |/
| |/| |
|
| * | | chore: Add SPDX header | Andy Scherzinger | 2024-05-24 | 14 | -294/+46 |
| * | | refactor(shareManager): Use constructor property promotion | fenn-cs | 2024-05-23 | 1 | -75/+23 |
| * | | fix(shareManager): Respect empty `expireDate` in server | fenn-cs | 2024-05-23 | 2 | -80/+106 |
| * | | Merge pull request #44460 from nextcloud/remove-non-shallow-in-folder | Robin Appelman | 2024-05-17 | 2 | -23/+14 |
| |\ \ |
|
| | * | | refactor: remove non-shallow getSharesInFolder | Robin Appelman | 2024-05-01 | 2 | -23/+14 |
| * | | | fix: cleanup logic for getting the max reshare permissions | Robin Appelman | 2024-05-03 | 1 | -49/+8 |
| |/ / |
|
| * | | fix: Fix tiny phpdoc errors related to Share | Côme Chilliet | 2024-04-30 | 1 | -10/+6 |
| * | | fix: Apply new coding standard to all files | Côme Chilliet | 2024-04-02 | 1 | -1/+1 |
| * | | ShareByMailProvider: getAccessList: recommended style changes | Adam Serbinski | 2024-03-21 | 1 | -3/+3 |
| * | | ShareByMailProvider: getAccessList: add token to returned array | Adam Serbinski | 2024-03-21 | 1 | -2/+2 |
| * | | ShareByMailProvider: getAccessList: return full list of recipients | Adam Serbinski | 2024-03-21 | 1 | -5/+9 |
| * | | fix(share): use share owner to confirm reshare | Maxence Lange | 2024-03-20 | 1 | -3/+9 |
| * | | fix(sharing): resolveGroupShares setPermissions on null | skjnldsv | 2024-03-19 | 1 | -4/+6 |
| * | | perf: improve performance of resolving group shares | Robin Appelman | 2024-03-16 | 1 | -50/+28 |
| * | | feat(files_sharing): allow to specify allowed groups to share instead of excl... | Corentin Damman | 2024-03-15 | 1 | -8/+24 |
| * | | Merge pull request #40131 from summersab/refactor/OC-Server-getShareManager | John Molakvoæ | 2024-03-15 | 1 | -2/+4 |
| |\ \ |
|
| | * \ | Merge branch 'master' into refactor/OC-Server-getShareManager | John Molakvoæ | 2024-03-15 | 6 | -114/+172 |
| | |\ \ |
|
| | * | | | Refactor `OC\Server::getShareManager` | Andrew Summers | 2023-08-29 | 1 | -2/+4 |
| | | |/
| | |/| |
|
| * | | | Merge branch 'master' into refactor/OC-Server-getCloudFederationFactory | John Molakvoæ | 2024-03-15 | 1 | -5/+7 |
| |\ \ \ |
|
| | * \ \ | Merge pull request #40138 from summersab/refactor/OC-Server-getHasher | John Molakvoæ | 2024-03-15 | 1 | -1/+2 |
| | |\ \ \ |
|
| | | * | | | Refactor `OC\Server::getHasher` | Andrew Summers | 2024-03-15 | 1 | -1/+2 |
| | | | |/
| | | |/| |
|
| | * / | | Refactor `OC\Server::getLazyRootFolder` | Andrew Summers | 2024-03-15 | 1 | -4/+5 |
| | |/ / |
|
| * / / | Refactor `OC\Server::getCloudFederationFactory` | Andrew Summers | 2024-03-15 | 1 | -1/+2 |
| |/ / |
|
| * | | 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 |