aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib/SharedMount.php
Commit message (Expand)AuthorAgeFilesLines
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-1/+1
* optimize builtin storage wrappersRobin Appelman2023-11-081-1/+1
* fix(caching): Avoid checking existence before fetchingChristoph Wurst2023-06-121-2/+3
* add command for getting fileinfo for debuggingRobin Appelman2023-04-171-0/+7
* 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
* 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/+20
* invalidate mount cache after share renameRobin Appelman2022-03-241-19/+23
* store mountprovider for each mount in the mounts tableRobin Appelman2022-02-231-1/+1
* Let users choose a share_folderHinrich Mahler2021-09-061-1/+1
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+1
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+1
* Fix some MissingDocblockType or InvalidDocblock warnings.Daniel Kesselberg2020-08-141-1/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-2/+0
* Allow to overwrite share target mountpointsJoas Schilling2020-02-171-0/+8
* Update license headersChristoph Wurst2019-12-051-1/+1
* cache parent exists status during share setupRobin Appelman2018-08-161-5/+13
* don't check if target dir exists when using the default share target directoryRobin Appelman2018-08-161-1/+1
* re-use view instances for shared storagesRobin Appelman2018-08-161-4/+4
* more efficient way to detect added and removed mountsRobin Appelman2018-08-161-4/+0
* more efficient unique share target generationRobin Appelman2018-08-161-11/+7
* Less deprecated calls to OCP\Util::writeLogMorris Jobke2018-04-221-6/+2
* Remove unneeded semicolon and parenthesesMorris Jobke2018-01-261-1/+1
* Update license headersMorris Jobke2017-11-061-0/+1
* allow apps to set custom mount typesRobin Appelman2017-04-281-0/+4
* Typecast filecache 'storage' as int to return it as documented, fixes #3461Frédéric Fortier2017-02-201-1/+1
* Fix overwriting parameterRoeland Jago Douma2016-12-131-3/+3
* reuse cacheentryRobin Appelman2016-12-131-15/+19
* Move OC\Files\Storage\Shared to the right namespaceJoas Schilling2016-10-201-2/+2
* Added closeCursor in SharedMount numeric idVincent Petry2016-08-301-0/+1
* Prevent error with orphaned shares when updating user mount cacheVincent Petry2016-08-301-1/+6
* reuse existing root idRobin Appelman2016-08-221-1/+1
* get shared storage storage id without setting up the storageRobin Appelman2016-08-091-0/+13
* Group shares with same source and targetRoeland Jago Douma2016-08-031-7/+17
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix apps/Joas Schilling2016-07-211-3/+5
* Make getShareFolder use given view instead of static FSVincent Petry2016-06-171-1/+1
* Update license headersLukas Reschke2016-05-261-1/+1
* Move lib/ to PSR-4Joas Schilling2016-05-251-0/+226