aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib/MountProvider.php
Commit message (Expand)AuthorAgeFilesLines
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-1/+1
* Migrate files sharing to PSR LoggerInterfaceBenjamin Gaussorgues2023-07-061-38/+17
* Add SHARE_TYPE_SCIENCEMESHMichiel de Jong2023-03-081-0/+1
* Read notes from share already loaded into memoryDariusz Olszewski2022-10-071-0/+7
* Multiple fixesCarl Schwan2022-07-311-2/+3
* Add share attributes + prevent download permissionVincent Petry2022-07-281-5/+24
* Move CappedMemoryCache to OCPCarl Schwan2022-07-141-1/+1
* Add stricter psalm type for CappedMemoryCacheCarl Schwan2022-05-121-0/+1
* cache the verification of the share mountpointRobin Appelman2022-04-211-2/+9
* invalidate mount cache after share renameRobin Appelman2022-03-241-1/+3
* add event for when a share is mountedRobin Appelman2021-08-241-1/+19
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+2
* Include deck shares in sharing mountsJulius Härtl2020-12-091-0/+2
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-1/+0
* Use matching parameter names form interfaces and implementationsMorris Jobke2020-08-191-3/+3
* Update share type constant usageJoas Schilling2020-06-241-4/+4
* Always sort shares in a reliable wayJoas Schilling2020-06-081-3/+5
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+0
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-1/+1
* Update license headersChristoph Wurst2019-12-051-1/+2
* Make sure the super share also has a valid typeJoas Schilling2019-11-121-3/+5
* Only restrict loading of group and user shares for nowJoas Schilling2019-11-121-1/+3
* Respect the accepted flag for group and user sharesJoas Schilling2019-11-121-1/+11
* cache parent exists status during share setupRobin Appelman2018-08-161-1/+4
* only determine is sharing is disabled for a user onceRobin Appelman2018-08-161-1/+3
* re-use view instances for shared storagesRobin Appelman2018-08-161-2/+13
* more efficient unique share target generationRobin Appelman2018-08-161-2/+3
* Add room shares to the MountProvider for sharesDaniel Calviño Sánchez2018-08-081-0/+1
* Update license headersMorris Jobke2017-11-061-0/+2
* Merge pull request #3884 from nextcloud/downstream-26956Joas Schilling2017-03-201-1/+17
|\
| * Use DIJoas Schilling2017-03-171-1/+1
| * Skip null groups in group manager (#26871) (#26956)Vincent Petry2017-03-171-1/+17
* | shares-circlesMaxence Lange2017-03-171-0/+3
|/
* When grouping shares, sort by stime then id (#26777)Vincent Petry2016-12-191-1/+1
* let the share backend get the node cacheentry to save queriesRobin Appelman2016-11-171-0/+3
* Move OC\Files\Storage\Shared to the right namespaceJoas Schilling2016-10-201-1/+1
* Make share target consistent when grouping group share with user shareVincent Petry2016-08-031-8/+19
* Improved share grouping readability + fixed testVincent Petry2016-08-031-8/+17
* Group shares with same source and targetRoeland Jago Douma2016-08-031-3/+67
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix apps/Joas Schilling2016-07-211-2/+4
* Filter out group shares for owner where owner is included (#25190)Vincent Petry2016-06-211-2/+3
* Catch exceptions while creating shared mounts (#25077)Robin Appelman2016-06-201-10/+23
* Update license headersLukas Reschke2016-05-261-0/+1
* Move lib/ to PSR-4Joas Schilling2016-05-251-0/+83