| Commit message (Expand) | Author | Age | Files | Lines |
* | fix(tests): Adapt ManagerTest to change in Exception class usedfix/remove-share-hint-exception-wrapping | Côme Chilliet | 2024-12-12 | 1 | -1/+1 |
* | fix(Share20\Manager): Ensure node is still accessible when checking share | provokateurin | 2024-11-25 | 1 | -4/+29 |
* | feat(Share20\Manager): Return all shares on IShareOwnerlessMount | provokateurin | 2024-11-25 | 1 | -0/+69 |
* | fix(Share20\DefaultShareProvider): Return link shares in getSharesByPath() | provokateurin | 2024-11-25 | 1 | -0/+85 |
* | Merge pull request #47425 from nextcloud/fix/avoid-invalid-share-on-transfer-... | Côme Chilliet | 2024-11-04 | 1 | -3/+187 |
|\ |
|
| * | fix: Use getRelativePath method to check if node is inside folderfix/avoid-invalid-share-on-transfer-ownership | Côme Chilliet | 2024-10-14 | 1 | -10/+14 |
| * | fix: Fix promotion of reshares from subsubfolders | Côme Chilliet | 2024-10-14 | 1 | -16/+84 |
| * | fix(tests): Fix share tests to test new reshare promotion system | Côme Chilliet | 2024-10-14 | 1 | -17/+17 |
| * | fix: Tidy up code for reshare deletion | Côme Chilliet | 2024-10-14 | 1 | -8/+8 |
| * | fix: delete re-shares when deleting the parent share | Luka Trovic | 2024-10-14 | 1 | -3/+115 |
* | | fix: Prevent breaking change in IQueryBuilder | Ferdinand Thiessen | 2024-10-17 | 2 | -2/+2 |
* | | fix(share): Return empty string if no label is set | Ferdinand Thiessen | 2024-10-14 | 1 | -0/+34 |
|/ |
|
* | fix(l10n): Rephrasing some exceptions to be translated | Git'Fellow | 2024-09-20 | 1 | -23/+23 |
* | chore(deps): Update nextcloud/coding-standard to v1.3.1 | provokateurin | 2024-09-19 | 1 | -20/+20 |
* | fix: Remove OCP\Files\Storage interface deprecated since version 9 | Côme Chilliet | 2024-09-16 | 1 | -13/+13 |
* | refactor: Add void return type to PHPUnit test methods | Christoph Wurst | 2024-09-15 | 6 | -181/+181 |
* | fix: share manager tests translation string | John Molakvoæ | 2024-09-04 | 1 | -1/+1 |
* | test: fix share provider tests for sharding | Robin Appelman | 2024-08-28 | 2 | -6/+6 |
* | style: update codestyle for coding-standard 1.2.3 | Daniel Kesselberg | 2024-08-25 | 2 | -28/+28 |
* | fix(tests): Adapt tests to change of DefaultShareProvider constructor | Côme Chilliet | 2024-08-12 | 1 | -6/+15 |
* | fix(files_sharing): phpunit & openapi fixes | skjnldsv | 2024-07-12 | 1 | -8/+20 |
* | fix(tests): Fix tests with new LazyUser usage in DefaultShareProvider | Côme Chilliet | 2024-06-17 | 1 | -11/+19 |
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-13 | 6 | -108/+15 |
* | test: adjust test to new permissions check logic | Robin Appelman | 2024-05-03 | 1 | -6/+17 |
* | fix(tests): Fix tests when daytime saving time change happened recently | Côme Chilliet | 2024-04-02 | 1 | -1/+1 |
* | feat(files_sharing): allow to specify allowed groups to share instead of excl... | Corentin Damman | 2024-03-15 | 1 | -2/+9 |
* | Merge pull request #40131 from summersab/refactor/OC-Server-getShareManager | John Molakvoæ | 2024-03-15 | 2 | -4/+6 |
|\ |
|
| * | Merge branch 'master' into refactor/OC-Server-getShareManager | John Molakvoæ | 2024-03-15 | 3 | -265/+183 |
| |\ |
|
| * | | Refactor `OC\Server::getShareManager` | Andrew Summers | 2023-08-29 | 2 | -4/+6 |
* | | | Merge branch 'master' into refactor/OC-Server-getRootFolder | John Molakvoæ | 2024-03-15 | 2 | -251/+153 |
|\ \ \
| | |/
| |/| |
|
| * | | refactor: make share manager buildable | Robin Appelman | 2024-03-06 | 1 | -176/+19 |
| * | | perf: switch places that always use the first getById result to getFirstNodeById | Robin Appelman | 2024-03-04 | 2 | -58/+58 |
| * | | feat(share): save date and time for expiration | Benjamin Gaussorgues | 2024-02-22 | 1 | -22/+76 |
| * | | fix: phpunit | John Molakvoæ | 2024-02-13 | 1 | -2/+2 |
| * | | feat: rename users to account or person | Vincent Petry | 2024-02-13 | 1 | -2/+2 |
| * | | feat(php,vue): Create a new parameter | Baptiste Fotia | 2024-01-31 | 1 | -0/+5 |
| * | | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 1 | -2/+2 |
* | | | Refactor `OC\Server::getRootFolder` | Andrew Summers | 2023-11-10 | 1 | -3/+3 |
|/ / |
|
* | | Merge pull request #39863 from nextcloud/sharing-mask-wrapper | Robin Appelman | 2023-09-04 | 1 | -10/+25 |
|\ \ |
|
| * | | cleanup di for share permissions wrapper | Robin Appelman | 2023-08-16 | 1 | -10/+25 |
* | | | Fix sharing creation insert and get | John Molakvoæ (skjnldsv) | 2023-09-02 | 1 | -16/+17 |
* | | | sharebymail: remove ILogger and upgrade to PHP 8 syntax | Benjamin Gaussorgues | 2023-08-30 | 1 | -5/+5 |
| |/
|/| |
|
* | | Fix tests, add test for the new feature | Côme Chilliet | 2023-08-28 | 1 | -13/+77 |
|/ |
|
* | fix: Remove legacy dispatcher from share manager | Joas Schilling | 2023-07-28 | 2 | -17/+0 |
* | feat!: Migrate unShare events to typed events | Joas Schilling | 2023-07-28 | 2 | -41/+64 |
* | feat!: Migrate Sharing events to typed events | Joas Schilling | 2023-07-28 | 2 | -40/+42 |
* | fix: Move Sharing events to IEventDispatcher | Joas Schilling | 2023-07-27 | 2 | -5/+5 |
* | fix(dispatcher): Migrate to OCP event dispatcher before symfony/event-dispatc... | Joas Schilling | 2023-06-02 | 1 | -1/+7 |
* | Fix types for reading and writing config values | jld3103 | 2023-04-05 | 1 | -4/+4 |
* | composer run cs:fix | Côme Chilliet | 2023-01-20 | 5 | -8/+2 |