summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
* | | Fix permission not being intCarl Schwan2022-10-172-5/+5
* | | Fix exception getCode typeCarl Schwan2022-10-171-2/+2
* | | Fix type when getting appconfig with intCarl Schwan2022-10-172-2/+2
|/ /
* | Merge pull request #34471 from starypatyk/dav_read_share_notesVincent Petry2022-10-141-0/+7
|\ \
| * | Read notes from share already loaded into memoryDariusz Olszewski2022-10-071-0/+7
| |/
* | Merge pull request #34544 from nextcloud/fix/more-flexible-date-validationSimon L2022-10-131-1/+1
|\ \
| * | More flexible date validationCarl Schwan2022-10-111-1/+1
| |/
* / type closure to make psalm a bit happierRoeland Jago Douma2022-10-091-1/+1
|/
* includeTags -> include_tagstobiasKaminsky2022-09-281-2/+2
* Ignore invalid share typesJoas Schilling2022-09-261-0/+2
* Update apps/files_sharing/lib/Controller/ShareAPIController.phpTobias Kaminsky2022-09-211-2/+4
* Show include tags on single sharetobiasKaminsky2022-09-191-1/+1
* Add includeTags to /share/idtobiasKaminsky2022-09-191-1/+7
* Merge pull request #33941 from nextcloud/fix/public-sharingCarl Schwan2022-09-151-1/+3
|\
| * Only normalize data in public shares and not crudCarl Schwan2022-09-081-1/+3
* | Fix typos in apps/ subdirectoryluz paz2022-09-054-5/+5
|/
* feature: first take on using the viewer to render single file sharesMax2022-08-251-5/+4
* Merge pull request #33574 from nextcloud/search-share-query-filter-no-initVincent Petry2022-08-231-2/+4
|\
| * directly build the search filter for shared storage instead of setting up the...Robin Appelman2022-08-171-2/+4
* | Use user name cache in activity providersJoas Schilling2022-08-191-4/+4
* | further pre-filter search result before setting up share source cacheRobin Appelman2022-08-171-0/+8
|/
* Make DisplayNameCache return null if user doesn't existsCarl Schwan2022-08-161-1/+1
* fix external share scanner not propagating locking-opt-outRobin Appelman2022-08-031-1/+1
* Disable locking on federated sharesCarl Schwan2022-08-031-0/+5
* Revert "Revert "Remove inefficient fed share scanner""Carl Schwan2022-08-031-70/+0
* Multiple fixesCarl Schwan2022-07-314-57/+70
* Enforcing permission during resharingCarl Schwan2022-07-281-8/+9
* Inherit hide download from share attributesVincent Petry2022-07-281-0/+27
* Block download when needed on direct download endpointVincent Petry2022-07-281-0/+2
* Fix view-only code after code review commentsVincent Petry2022-07-282-9/+14
* Don't reset share attributes when not specifiedVincent Petry2022-07-281-2/+6
* Fix share attribute related tests + code styleVincent Petry2022-07-281-18/+25
* Fix share controller to accept share attributes aloneVincent Petry2022-07-281-2/+5
* Add share attributes + prevent download permissionVincent Petry2022-07-284-8/+236