Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge pull request #39944 from nextcloud/share-cache-share | Robin Appelman | 2023-08-28 | 2 | -5/+14 | |
|\ | | | | | pass the share to the cache instead of having to ask the storage | |||||
| * | pass the share to the cache instead of having to ask the storage | Robin Appelman | 2023-08-18 | 2 | -5/+14 | |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | fix(tests): Specify all positional parameters again to fix tests | Joas Schilling | 2023-08-23 | 1 | -8/+12 | |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | move "aways loaded" sharing script to event listener | Robin Appelman | 2023-08-17 | 1 | -5/+6 | |
|/ | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | Merge pull request #39605 from nextcloud/bugfix/noid/final-events-cleanup | Joas Schilling | 2023-08-04 | 3 | -69/+4 | |
|\ | | | | | fix!: Final round of moving to IEventDispatcher | |||||
| * | fix!: Remove LegacyBeforeTemplateRenderedListener from files_sharing | Joas Schilling | 2023-07-28 | 2 | -59/+0 | |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
| * | feat!: Migrate Sharing events to typed events | Joas Schilling | 2023-07-28 | 2 | -10/+4 | |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | fix(notifications): Remove share notification when the node is deleted | Joas Schilling | 2023-08-03 | 1 | -0/+8 | |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | Merge pull request #39330 from nextcloud/feature/openapi/files_sharing | Kate | 2023-08-01 | 10 | -132/+537 | |
|\ \ | |/ |/| | files_sharing: Add OpenAPI spec | |||||
| * | files_sharing: Add OpenAPI spec | jld3103 | 2023-07-31 | 10 | -132/+537 | |
| | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com> | |||||
* | | fix(dispatcher): Move remaining simple cases in apps/ folder to IEventDispatcher | Joas Schilling | 2023-07-25 | 1 | -8/+9 | |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | fix(files_sharing): error and size/mtime for deleted shares | John Molakvoæ | 2023-07-11 | 1 | -0/+2 | |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | |||||
* | fix: adjust testing | John Molakvoæ | 2023-07-11 | 3 | -12/+9 | |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | |||||
* | fix: drop legacy sharing files | John Molakvoæ | 2023-07-11 | 2 | -70/+3 | |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | |||||
* | feat(sharing): add sharing overview view | John Molakvoæ | 2023-07-11 | 2 | -8/+20 | |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | |||||
* | Merge pull request #39169 from ↵ | Benjamin Gaussorgues | 2023-07-11 | 5 | -131/+51 | |
|\ | | | | | | | | | nextcloud/fix/migrate-to-psr-logger-interface-files_sharing Migrate files sharing to PSR LoggerInterface | |||||
| * | Migrate files sharing to PSR LoggerInterface | Benjamin Gaussorgues | 2023-07-06 | 5 | -131/+51 | |
| | | | | | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | |||||
* | | Merge pull request #39170 from nextcloud/orphan-share-command | Robin Appelman | 2023-07-10 | 2 | -0/+182 | |
|\ \ | |/ |/| | add command do delete orphan shares | |||||
| * | add command do delete orphan shares | Robin Appelman | 2023-07-05 | 2 | -0/+182 | |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | feat(ocp): More specific type for ICapabilities::getCapabilities | Christoph Wurst | 2023-07-03 | 1 | -2/+0 | |
|/ | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | displayname on federated shares | Maxence Lange | 2023-06-28 | 3 | -15/+134 | |
| | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | |||||
* | fix(caching): Avoid checking existence before fetching | Christoph Wurst | 2023-06-12 | 2 | -4/+6 | |
| | | | | | | | | The cache might expire between checking for key existence and fetching the value. In this rare case the code continues with a null value when it doesn't expect one. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Refactors "strpos" calls in /apps/files_sharing to improve code readability. | Faraz Samapoor | 2023-06-02 | 3 | -3/+3 | |
| | | | | Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com> | |||||
* | repair -1 folder sizes for object store background scan | Robin Appelman | 2023-05-10 | 1 | -2/+3 | |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | Mutualize expireDate handling when creating and updating a share | Louis Chemineau | 2023-04-27 | 1 | -30/+19 | |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | |||||
* | Merge pull request #37525 from nextcloud/file-debug-info | Robin Appelman | 2023-04-21 | 1 | -0/+7 | |
|\ | | | | | add command for getting fileinfo for debugging | |||||
| * | add command for getting fileinfo for debugging | Robin Appelman | 2023-04-17 | 1 | -0/+7 | |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | Update apps/files_sharing/lib/Controller/ShareAPIController.php | rakekniven | 2023-04-18 | 1 | -1/+1 | |
| | | | | | | | | Co-authored-by: Valdnet <47037905+Valdnet@users.noreply.github.com> Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> | |||||
* | | fix(l10n): Fixed grammar | rakekniven | 2023-04-18 | 1 | -1/+1 | |
|/ | | | | | | | | Reported at Transifex. Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> | |||||
* | Fix inherited parameter names | jld3103 | 2023-04-03 | 1 | -6/+6 | |
| | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com> | |||||
* | Add SHARE_TYPE_SCIENCEMESH | Michiel de Jong | 2023-03-08 | 4 | -6/+104 | |
| | | | | Signed-off-by: Michiel de Jong <michiel@unhosted.org> | |||||
* | Avoid extra parenthesis around SQL in IN expressions | Côme Chilliet | 2023-02-21 | 1 | -5/+5 | |
| | | | | | | | | The expression builder already suround the SQL with parenthesis when using in(), so we must not add another pair, this confuses at least sqlite. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | Merge pull request #36515 from nextcloud/fix/sharees-remove-deck | Julius Härtl | 2023-02-16 | 1 | -10/+1 | |
|\ | ||||||
| * | Remove Deck from Sharees API | jld3103 | 2023-02-03 | 1 | -10/+1 | |
| | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com> | |||||
* | | fix(sharing): Remove casting to int from INF | Joas Schilling | 2023-02-07 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | Regression from nextcloud/server#35736 INF is a the float INF, casting it to integer will make it 0 Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | Merge pull request #36452 from nextcloud/perf/share-availability-check | Vincent Petry | 2023-02-03 | 2 | -11/+16 | |
|\ \ | |/ |/| | perf(federation): Only request root share info for checking availability | |||||
| * | chore: Add return types | Julius Härtl | 2023-01-31 | 1 | -5/+6 | |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
| * | perf(federation): Only request root share info for checking availability | Julius Härtl | 2023-01-31 | 2 | -9/+13 | |
| | | | | | | | | | | | | Otherwise this would request a full recursive dirctory listing while the result is never being used Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | | Pluggable share provider | Louis Chemineau | 2023-02-02 | 2 | -217/+325 | |
|/ | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> Signed-off-by: Louis Chemineau <louis@chmn.me> | |||||
* | still include the share target in the cache key for validating share mount | Robin Appelman | 2023-01-16 | 1 | -1/+1 | |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | fix cache key used to verify shared mountpoints | Robin Appelman | 2023-01-09 | 1 | -1/+1 | |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | Port Files navigation to vue | John Molakvoæ | 2023-01-04 | 1 | -1/+0 | |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | |||||
* | Merge pull request #35213 from PLUTEX/32611-ocs-api-share-permissions | Julius Härtl | 2022-12-22 | 1 | -3/+8 | |
|\ | | | | | Honor permissions of new link share via OCS API | |||||
| * | Honor permissions of new link share via OCS API | Jan-Philipp Litza | 2022-12-06 | 1 | -3/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | 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> | |||||
* | | Merge pull request #34807 from nextcloud/fix/compute-notification-parsed-subject | Côme Chilliet | 2022-12-19 | 2 | -27/+3 | |
|\ \ | | | | | | | Compute notification parsed subject from rich subject when possible | |||||
| * | | Get rid of all useless calls to setParsedSubject now that setRichSubject is ↵ | Côme Chilliet | 2022-11-29 | 2 | -27/+3 | |
| | | | | | | | | | | | | | | | | | | able to do it Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | | | Merge pull request #35596 from nextcloud/fix/move-to-ocp-timedjob | Côme Chilliet | 2022-12-06 | 2 | -5/+10 | |
|\ \ \ | | | | | | | | | Use TimedJob from OCP instead of OC | |||||
| * | | | Use TimedJob from OCP instead of OC | Côme Chilliet | 2022-12-05 | 2 | -5/+10 | |
| |/ / | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | | | Merge pull request #35400 from ↵ | Côme Chilliet | 2022-12-05 | 1 | -3/+5 | |
|\ \ \ | |/ / |/| | | | | | | | | nextcloud/fix/remove-unused-dynamic-var-in-files_sharing Fix name of dymanic var $mountOptions to fix PHP 8.2 compatibility | |||||
| * | | Put back the variable but make sure it is properly declared | Côme Chilliet | 2022-12-05 | 1 | -1/+6 | |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> |