Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix: Exclude non accepted shares when computing access listartonge/fix/access_list_unaccepted_shares | Louis Chemineau | 2025-01-30 | 1 | -0/+9 |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | fix(sharing): Move permission validation to share manager | Ferdinand Thiessen | 2025-01-28 | 1 | -4/+24 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | Revert "fix(Share20\Manager): Ensure node is still accessible when checking ↵revert/share-node-accessible | provokateurin | 2025-01-24 | 1 | -29/+4 |
| | | | | | | | | share" This reverts commit c2ca99e2f641396b6823c1e675afd3ecb486e744. Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | test: Update tests | Christopher Ng | 2025-01-15 | 1 | -0/+7 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | fix(tests): Adapt ManagerTest to change in Exception class usedfix/remove-share-hint-exception-wrapping | Côme Chilliet | 2024-12-12 | 1 | -1/+1 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | fix(Share20\Manager): Ensure node is still accessible when checking share | provokateurin | 2024-11-25 | 1 | -4/+29 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | feat(Share20\Manager): Return all shares on IShareOwnerlessMount | provokateurin | 2024-11-25 | 1 | -0/+69 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | fix(Share20\DefaultShareProvider): Return link shares in getSharesByPath() | provokateurin | 2024-11-25 | 1 | -0/+85 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | Merge pull request #47425 from ↵ | Côme Chilliet | 2024-11-04 | 1 | -3/+187 |
|\ | | | | | | | | | nextcloud/fix/avoid-invalid-share-on-transfer-ownership fix: promote re-shares when deleting the parent share | ||||
| * | 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 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | fix: Fix promotion of reshares from subsubfolders | Côme Chilliet | 2024-10-14 | 1 | -16/+84 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | fix(tests): Fix share tests to test new reshare promotion system | Côme Chilliet | 2024-10-14 | 1 | -17/+17 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | fix: Tidy up code for reshare deletion | Côme Chilliet | 2024-10-14 | 1 | -8/+8 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | fix: delete re-shares when deleting the parent share | Luka Trovic | 2024-10-14 | 1 | -3/+115 |
| | | | | | | | | | | | | | | Note: Removed part about fix command from original PR Signed-off-by: Luka Trovic <luka@nextcloud.com> Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | fix: Prevent breaking change in IQueryBuilder | Ferdinand Thiessen | 2024-10-17 | 2 | -2/+2 |
| | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | fix(share): Return empty string if no label is set | Ferdinand Thiessen | 2024-10-14 | 1 | -0/+34 |
|/ | | | | | | | | | * Resolves: https://github.com/nextcloud/server/issues/48629 While the database supports NULL, the typing has always said it only returns *string*. So to not break any apps that might trust the typings we should return `''` if the database is set to `NULL`. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(l10n): Rephrasing some exceptions to be translated | Git'Fellow | 2024-09-20 | 1 | -23/+23 |
| | | | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> fix: tests Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> fix: Fix tests Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> | ||||
* | chore(deps): Update nextcloud/coding-standard to v1.3.1 | provokateurin | 2024-09-19 | 1 | -20/+20 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | fix: Remove OCP\Files\Storage interface deprecated since version 9 | Côme Chilliet | 2024-09-16 | 1 | -13/+13 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | refactor: Add void return type to PHPUnit test methods | Christoph Wurst | 2024-09-15 | 6 | -181/+181 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | fix: share manager tests translation string | John Molakvoæ | 2024-09-04 | 1 | -1/+1 |
| | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com> | ||||
* | test: fix share provider tests for sharding | Robin Appelman | 2024-08-28 | 2 | -6/+6 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | style: update codestyle for coding-standard 1.2.3 | Daniel Kesselberg | 2024-08-25 | 2 | -28/+28 |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | fix(tests): Adapt tests to change of DefaultShareProvider constructor | Côme Chilliet | 2024-08-12 | 1 | -6/+15 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | fix(files_sharing): phpunit & openapi fixes | skjnldsv | 2024-07-12 | 1 | -8/+20 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | fix(tests): Fix tests with new LazyUser usage in DefaultShareProvider | Côme Chilliet | 2024-06-17 | 1 | -11/+19 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-13 | 6 | -108/+15 |
| | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | ||||
* | test: adjust test to new permissions check logic | Robin Appelman | 2024-05-03 | 1 | -6/+17 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | fix(tests): Fix tests when daytime saving time change happened recently | Côme Chilliet | 2024-04-02 | 1 | -1/+1 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | feat(files_sharing): allow to specify allowed groups to share instead of ↵ | Corentin Damman | 2024-03-15 | 1 | -2/+9 |
| | | | | | | | | excluded groups Relates to #3387 Signed-off-by: Corentin Damman <c.damman@intopix.com> | ||||
* | 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 |
| |\ | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com> | ||||
| * | | Refactor `OC\Server::getShareManager` | Andrew Summers | 2023-08-29 | 2 | -4/+6 |
| | | | | | | | | | | | | Signed-off-by: Andrew Summers <18727110+summersab@users.noreply.github.com> | ||||
* | | | Merge branch 'master' into refactor/OC-Server-getRootFolder | John Molakvoæ | 2024-03-15 | 2 | -251/+153 |
|\ \ \ | | |/ | |/| | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com> | ||||
| * | | refactor: make share manager buildable | Robin Appelman | 2024-03-06 | 1 | -176/+19 |
| | | | | | | | | | | | | 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 | 2 | -58/+58 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | feat(share): save date and time for expiration | Benjamin Gaussorgues | 2024-02-22 | 1 | -22/+76 |
| | | | | | | | | | | | | | | | | | | | | | | | | Because of timezones, not saving time can lead to unexpected behaviour when sharing an item sooner than timezone offset Example: sharing a file before 9am when in UTC+9 Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | ||||
| * | | fix: phpunit | John Molakvoæ | 2024-02-13 | 1 | -2/+2 |
| | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
| * | | feat: rename users to account or person | Vincent Petry | 2024-02-13 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | Replace translated text in most locations Signed-off-by: Vincent Petry <vincent@nextcloud.com> | ||||
| * | | feat(php,vue): Create a new parameter | Baptiste Fotia | 2024-01-31 | 1 | -0/+5 |
| | | | | | | | | | | | | Signed-off-by: Baptiste Fotia <fotia.baptiste@hotmail.com> | ||||
| * | | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | ||||
* | | | Refactor `OC\Server::getRootFolder` | Andrew Summers | 2023-11-10 | 1 | -3/+3 |
|/ / | | | | | | | Signed-off-by: Andrew Summers <18727110+summersab@users.noreply.github.com> | ||||
* | | Merge pull request #39863 from nextcloud/sharing-mask-wrapper | Robin Appelman | 2023-09-04 | 1 | -10/+25 |
|\ \ | | | | | | | move share permission logic to storage wrapper | ||||
| * | | cleanup di for share permissions wrapper | Robin Appelman | 2023-08-16 | 1 | -10/+25 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | Fix sharing creation insert and get | John Molakvoæ (skjnldsv) | 2023-09-02 | 1 | -16/+17 |
| | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | | sharebymail: remove ILogger and upgrade to PHP 8 syntax | Benjamin Gaussorgues | 2023-08-30 | 1 | -5/+5 |
| |/ |/| | | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | ||||
* | | Fix tests, add test for the new feature | Côme Chilliet | 2023-08-28 | 1 | -13/+77 |
|/ | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | fix: Remove legacy dispatcher from share manager | Joas Schilling | 2023-07-28 | 2 | -17/+0 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | feat!: Migrate unShare events to typed events | Joas Schilling | 2023-07-28 | 2 | -41/+64 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | feat!: Migrate Sharing events to typed events | Joas Schilling | 2023-07-28 | 2 | -40/+42 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> |