Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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> | ||||
* | | Merge pull request #39330 from nextcloud/feature/openapi/files_sharing | Kate | 2023-08-01 | 1 | -6/+0 |
|\ \ | |/ |/| | files_sharing: Add OpenAPI spec | ||||
| * | files_sharing: Add OpenAPI spec | jld3103 | 2023-07-31 | 1 | -6/+0 |
| | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com> | ||||
* | | fix(dispatcher): Move remaining simple cases in apps/ folder to IEventDispatcher | Joas Schilling | 2023-07-25 | 1 | -6/+2 |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix: adjust testing | John Molakvoæ | 2023-07-11 | 2 | -157/+88 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | Migrate files sharing to PSR LoggerInterface | Benjamin Gaussorgues | 2023-07-06 | 2 | -11/+7 |
| | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | ||||
* | repair -1 folder sizes for object store background scan | Robin Appelman | 2023-05-10 | 1 | -2/+4 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Add SHARE_TYPE_SCIENCEMESH | Michiel de Jong | 2023-03-08 | 2 | -5/+11 |
| | | | | Signed-off-by: Michiel de Jong <michiel@unhosted.org> | ||||
* | Revert "fix(performance): Do not set up filesystem on every call" | Joas Schilling | 2023-02-21 | 2 | -13/+1 |
| | |||||
* | tests: Fix test isolation on object storage | Julius Härtl | 2023-02-17 | 2 | -1/+13 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Skip buggy tests for 32bits CI | Côme Chilliet | 2023-02-07 | 1 | -4/+15 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Pluggable share provider | Louis Chemineau | 2023-02-02 | 1 | -1/+24 |
| | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | add test for shared mount conflict resolution | Robin Appelman | 2023-01-09 | 2 | -0/+119 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Merge pull request #35213 from PLUTEX/32611-ocs-api-share-permissions | Julius Härtl | 2022-12-22 | 2 | -6/+5 |
|\ | | | | | Honor permissions of new link share via OCS API | ||||
| * | Honor permissions of new link share via OCS API | Jan-Philipp Litza | 2022-12-06 | 2 | -6/+5 |
| | | | | | | | | | | | | | | | | | | | | | | The API currently overrides the supplied permissions with "read only" when a file is shared via link. It allows to update the permissions later, however. This keeps the default to "read only" but honors the permissions supplied by API call if any. Signed-off-by: Jan-Philipp Litza <jpl@plutex.de> | ||||
* | | Adapt tests to new job constructors | Côme Chilliet | 2022-12-05 | 1 | -2/+2 |
|/ | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Fix errors from PHP 8.2 testing | Côme Chilliet | 2022-11-14 | 1 | -3/+5 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | More fixes | Carl Schwan | 2022-10-18 | 1 | -8/+18 |
| | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | Small progress with fixing unit tests | Carl Schwan | 2022-10-11 | 1 | -167/+82 |
| | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | Merge pull request #33941 from nextcloud/fix/public-sharing | Carl Schwan | 2022-09-15 | 1 | -3/+3 |
|\ | | | | | Only normalize data in public shares and not crud | ||||
| * | Only normalize data in public shares and not crud | Carl Schwan | 2022-09-08 | 1 | -3/+3 |
| | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | | Fix typos in apps/ subdirectory | luz paz | 2022-09-05 | 2 | -2/+2 |
|/ | | | | | | | Found via `codespell -q 3 -S l10n,./apps/files_external/3rdparty -L adn,ba,boxs,keypair,jus,optionel,ressource,tabel ./apps/` Signed-off-by: luz paz <luzpaz@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | ||||
* | Fix jsunit tests | Julius Härtl | 2022-09-01 | 1 | -2/+2 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> |