aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib
Commit message (Expand)AuthorAgeFilesLines
* fix(files_sharing): error and size/mtime for deleted sharesJohn Molakvoæ2023-07-111-0/+2
* fix: adjust testingJohn Molakvoæ2023-07-113-12/+9
* fix: drop legacy sharing filesJohn Molakvoæ2023-07-112-70/+3
* feat(sharing): add sharing overview viewJohn Molakvoæ2023-07-112-8/+20
* Merge pull request #39169 from nextcloud/fix/migrate-to-psr-logger-interface-...Benjamin Gaussorgues2023-07-115-131/+51
|\
| * Migrate files sharing to PSR LoggerInterfaceBenjamin Gaussorgues2023-07-065-131/+51
* | Merge pull request #39170 from nextcloud/orphan-share-commandRobin Appelman2023-07-102-0/+182
|\ \ | |/ |/|
| * add command do delete orphan sharesRobin Appelman2023-07-052-0/+182
* | feat(ocp): More specific type for ICapabilities::getCapabilitiesChristoph Wurst2023-07-031-2/+0
|/
* displayname on federated sharesMaxence Lange2023-06-283-15/+134
* fix(caching): Avoid checking existence before fetchingChristoph Wurst2023-06-122-4/+6
* Refactors "strpos" calls in /apps/files_sharing to improve code readability.Faraz Samapoor2023-06-023-3/+3
* repair -1 folder sizes for object store background scanRobin Appelman2023-05-101-2/+3
* Mutualize expireDate handling when creating and updating a shareLouis Chemineau2023-04-271-30/+19
* Merge pull request #37525 from nextcloud/file-debug-infoRobin Appelman2023-04-211-0/+7
|\
| * add command for getting fileinfo for debuggingRobin Appelman2023-04-171-0/+7
* | Update apps/files_sharing/lib/Controller/ShareAPIController.phprakekniven2023-04-181-1/+1
* | fix(l10n): Fixed grammarrakekniven2023-04-181-1/+1
|/
* Fix inherited parameter namesjld31032023-04-031-6/+6
* Add SHARE_TYPE_SCIENCEMESHMichiel de Jong2023-03-084-6/+104
* Avoid extra parenthesis around SQL in IN expressionsCôme Chilliet2023-02-211-5/+5
* Merge pull request #36515 from nextcloud/fix/sharees-remove-deckJulius Härtl2023-02-161-10/+1
|\
| * Remove Deck from Sharees APIjld31032023-02-031-10/+1
* | fix(sharing): Remove casting to int from INFJoas Schilling2023-02-071-1/+1
* | Merge pull request #36452 from nextcloud/perf/share-availability-checkVincent Petry2023-02-032-11/+16
|\ \ | |/ |/|
| * chore: Add return typesJulius Härtl2023-01-311-5/+6
| * perf(federation): Only request root share info for checking availabilityJulius Härtl2023-01-312-9/+13
* | Pluggable share providerLouis Chemineau2023-02-022-217/+325
|/
* still include the share target in the cache key for validating share mountRobin Appelman2023-01-161-1/+1
* fix cache key used to verify shared mountpointsRobin Appelman2023-01-091-1/+1
* Port Files navigation to vueJohn Molakvoæ2023-01-041-1/+0
* Merge pull request #35213 from PLUTEX/32611-ocs-api-share-permissionsJulius Härtl2022-12-221-3/+8
|\
| * Honor permissions of new link share via OCS APIJan-Philipp Litza2022-12-061-3/+8
* | Merge pull request #34807 from nextcloud/fix/compute-notification-parsed-subjectCôme Chilliet2022-12-192-27/+3
|\ \
| * | Get rid of all useless calls to setParsedSubject now that setRichSubject is a...Côme Chilliet2022-11-292-27/+3
* | | Merge pull request #35596 from nextcloud/fix/move-to-ocp-timedjobCôme Chilliet2022-12-062-5/+10
|\ \ \
| * | | Use TimedJob from OCP instead of OCCôme Chilliet2022-12-052-5/+10
| |/ /
* | | Merge pull request #35400 from nextcloud/fix/remove-unused-dynamic-var-in-fil...Côme Chilliet2022-12-051-3/+5
|\ \ \ | |/ / |/| |
| * | Put back the variable but make sure it is properly declaredCôme Chilliet2022-12-051-1/+6
| * | Remove dymanic var $mountOptions to fix PHP 8.2 compatibilityCôme Chilliet2022-11-241-3/+0
| |/
* / Add group display name cacheAnna Larch2022-11-281-0/+3
|/
* Check share attributes on preview endpointsJulius Härtl2022-10-251-0/+10
* Merge pull request #34502 from nextcloud/fix/correct-attribute-resharingCarl Schwan2022-10-201-28/+24
|\
| * Small progress with fixing unit testsCarl Schwan2022-10-111-2/+5
| * Propagate attributes when resharingCarl Schwan2022-10-101-27/+20
* | Merge pull request #34624 from nextcloud/fix/files_external_psalmCarl Schwan2022-10-201-7/+7
|\ \
| * | Rename file1 and file2 to source and target in Storage abstractionCarl Schwan2022-10-181-7/+7
* | | Fix various other small psalm issuesCarl Schwan2022-10-175-18/+9
* | | Fix incorrect argument name in inherited methodCarl Schwan2022-10-171-2/+2
* | | Fix checkpassword undocummented null parameterCarl Schwan2022-10-171-3/+3