aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add argument to getSharesInFolder enable deep share lookupLouis Chemineau2022-07-261-1/+1
* Recursively fetch subsharesLouis Chemineau2022-07-261-3/+1
* Change share owner when moving share out of shareLouis Chemineau2022-07-261-12/+14
* Update owner of subdir on move into/out of shareVincent Petry2022-07-261-0/+19
* Move CappedMemoryCache to OCPCarl Schwan2022-07-142-2/+2
* Merge pull request #31771 from nextcloud/fix/hook-encryption-cronVincent Petry2022-06-101-1/+1
|\
| * Fix hook encryption with cron jobCarl Schwan2022-06-071-1/+1
* | Merge pull request #32741 from nextcloud/Valdnet-patch-2Joas Schilling2022-06-102-10/+10
|\ \