Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix(lookup-server): disable lookup server for non-global scale setups | Ferdinand Thiessen | 11 days | 1 | -6/+7 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(lookup-server): do not query data by default | Ferdinand Thiessen | 11 days | 1 | -1/+1 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | test: add test for permissions of copied sharebackport/48769/stable30 | Robin Appelman | 2025-02-13 | 1 | -0/+27 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | test: fix share storage move test with object store | Robin Appelman | 2025-02-13 | 1 | -0/+1 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | test: add test for shared storage root being changed after watcher | Robin Appelman | 2025-02-11 | 1 | -0/+37 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | fix(sharing): Ensure download restrictions are not droppedbackport/50642/stable30 | Ferdinand Thiessen | 2025-02-04 | 1 | -87/+106 |
| | | | | | | | | When a user receives a share with share-permissions but also with download restrictions (hide download or the modern download permission attribute), then re-shares of that share must always also include those restrictions. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(files_sharing): Respect permissions passed when creating link shares | Ferdinand Thiessen | 2025-01-31 | 1 | -180/+192 |
| | | | | | | | | | | | | | | | | | Given: User creates a link or email share with permissions=4 (create only = file drop). Problem: Currently the permissions are automatically extended to permissions = 5 (READ + CREATE). Work around was to create the share and directly update it. Solution: Respect what the user is requesting, create a file drop share. Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(sharing): add command to fix broken shares after ownership transferringbackport/43025/stable30 | Luka Trovic | 2024-12-12 | 1 | -0/+116 |
| | | | | Signed-off-by: Luka Trovic <luka@nextcloud.com> | ||||
* | fix(files_sharing): Cleanup error messagesbackport/48918/stable30 | provokateurin | 2024-10-28 | 2 | -2/+2 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | fix(autocomplete): Move known array keys to psalm docsbackport/48162/stable30 | Joas Schilling | 2024-09-23 | 1 | -5/+5 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | test: fix ShareControllerTest.php | Robin Appelman | 2024-09-19 | 1 | -1/+2 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | test: fix ShareAPIControllerTest.php | Robin Appelman | 2024-09-19 | 1 | -1/+41 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | test: put parent items into cache in tests | Robin Appelman | 2024-09-19 | 1 | -0/+2 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | fix(files_sharing): adjust permissions from custom edit and delete check methodsbackport/47339/stable30 | skjnldsv | 2024-09-11 | 1 | -0/+46 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | test: mark share test cleanup as running across all shards | Robin Appelman | 2024-08-28 | 1 | -1/+1 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | feat(files_sharing): add public name prompt for files requests | skjnldsv | 2024-07-18 | 1 | -4/+10 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | test: update share tests to work with sharding | Robin Appelman | 2024-07-16 | 1 | -22/+22 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | fix(files_sharing): adjust IAttributes API and files_versions | skjnldsv | 2024-07-12 | 1 | -1/+1 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | fix(files_sharing): phpunit & openapi fixes | skjnldsv | 2024-07-12 | 3 | -27/+57 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | Merge pull request #44967 from nextcloud/perf/sharing-events | Ferdinand Thiessen | 2024-06-10 | 1 | -24/+18 |
|\ | | | | | perf(files_sharing): Move events to listener classes and registration instead of boot | ||||
| * | perf(files_sharing): Move events to listener classes and registration ↵ | Julius Härtl | 2024-05-13 | 1 | -24/+18 |
| | | | | | | | | | | | | instead of boot Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | chore: Add SPDX header | Andy Scherzinger | 2024-06-06 | 40 | -947/+113 |
|/ | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | ||||
* | refactor(shareApiController): use contrusctor property promotion & DI logger | fenn-cs | 2024-04-18 | 2 | -61/+46 |
| | | | | Signed-off-by: fenn-cs <fenn25.fn@gmail.com> | ||||
* | fix(files_sharing): ShareesAPI - Return empty response when user is not ↵ | Ferdinand Thiessen | 2024-03-15 | 1 | -40/+74 |
| | | | | | | | | allowed to share Resolves: https://github.com/nextcloud/server/issues/20950 Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | refactor: make share manager buildable | Robin Appelman | 2024-03-06 | 1 | -2/+0 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | fix(sharing): Avoid (dead)locking during orphan deletion | Christoph Wurst | 2024-03-05 | 1 | -2/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Merge pull request #43471 from nextcloud/cache-path-by-id | Robin Appelman | 2024-03-05 | 4 | -75/+107 |
|\ | | | | | Cache path by id | ||||
| * | perf: switch places that always use the first getById result to getFirstNodeById | Robin Appelman | 2024-03-04 | 4 | -75/+107 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | fix: remove old test-only methods | Robin Appelman | 2024-02-26 | 1 | -4/+4 |
|/ | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | feat(share): save date and time for expiration | Benjamin Gaussorgues | 2024-02-22 | 3 | -9/+17 |
| | | | | | | | | 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> | ||||
* | fix(tests): Adjust legacy tests for nextcloud-router update | Ferdinand Thiessen | 2024-01-25 | 1 | -3/+3 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(share): use user timezone to parse share expiration date | Benjamin Gaussorgues | 2024-01-09 | 2 | -2/+19 |
| | | | | | | | | If an user in UTC+1 try to create a share at 00:00, it's day D for him, but D-1 for the server (UTC). This fix aims to apply the correct offset Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | ||||
* | fix: public dav and files_sharing testing fixes | John Molakvoæ | 2024-01-09 | 2 | -6/+4 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 9 | -32/+30 |
| | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | ||||
* | Merge pull request #39044 from nextcloud/more-empty-mount-checking | Robin Appelman | 2023-10-24 | 1 | -3/+10 |
|\ | | | | | Fix root mounts not being setup in some cases | ||||
| * | add more checks to ensure mounts aren't empty | Robin Appelman | 2023-09-12 | 1 | -3/+10 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | test(files_sharing): Test if recent files result use actual share target name | Julius Härtl | 2023-10-18 | 1 | -0/+37 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | Fix unit tests on PHP 8.3 | Joas Schilling | 2023-10-16 | 1 | -0/+3 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Fix unit tests | Joas Schilling | 2023-10-12 | 1 | -1/+4 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Convert isset ternary to null coalescing operator | Hamid Dehnavi | 2023-09-28 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com> | ||||
* | | ocm controller | Maxence Lange | 2023-09-20 | 1 | -1/+3 |
|/ | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | Merge pull request #39863 from nextcloud/sharing-mask-wrapper | Robin Appelman | 2023-09-04 | 2 | -1/+7 |
|\ | | | | | move share permission logic to storage wrapper | ||||
| * | cleanup di for share permissions wrapper | Robin Appelman | 2023-08-16 | 1 | -1/+3 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | more share permission logic to storage wrapper | Robin Appelman | 2023-08-14 | 1 | -0/+4 |
| | | | | | | | | | | | | this way we only have to determine the share permissions once Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Fix sharing creation insert and get | John Molakvoæ (skjnldsv) | 2023-09-02 | 1 | -4/+1 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | fix(tests): Specify all positional parameters again to fix tests | Joas Schilling | 2023-08-23 | 1 | -12/+16 |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Merge pull request #39605 from nextcloud/bugfix/noid/final-events-cleanup | Joas Schilling | 2023-08-04 | 1 | -2/+0 |
|\ | | | | | fix!: Final round of moving to IEventDispatcher | ||||
| * | fix: Remove legacy dispatcher from share manager | Joas Schilling | 2023-07-28 | 1 | -2/+0 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> |