aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib/cache.php
Commit message (Expand)AuthorAgeFilesLines
* always allow to rename the share mount pointBjoern Schiessle2014-04-231-0/+4
* Dont throw an error when a storage isn't found for shared cacheRobin Appelman2014-04-231-3/+3
* some fixes to make the gallery work, this made it necessary to adjust some te...Bjoern Schiessle2014-04-231-3/+2
* we don't allow to share a folder if it contains a share mount pointBjoern Schiessle2014-04-231-3/+4
* cleanup the shared storage, always keep the whole share resourceBjoern Schiessle2014-04-231-4/+4
* also fetch the etag from file cacheBjoern Schiessle2014-04-231-1/+2
* make sure that path is not 'false'Bjoern Schiessle2014-04-231-3/+3
* fix share api testsBjoern Schiessle2014-04-231-7/+14
* show "shared by ..." for share mount pointBjoern Schiessle2014-04-231-1/+3
* user should be able to rename/delete shared files if the owner allowed itBjoern Schiessle2014-04-231-0/+9
* no exception for the root of the mount point (formerly Shared/), just get the...Bjoern Schiessle2014-04-231-10/+1
* first steps to remove the shared folder:Bjoern Schiessle2014-04-231-23/+23
* Improve phpdocRobin Appelman2014-03-311-0/+7
* Implement getPath for shared filesRobin Appelman2014-03-281-8/+43
* Merge branch 'master' into foldersize-reuseRobin Appelman2014-03-111-0/+3
|\
| * Merge branch 'master' into display-share-owner-masterThomas Müller2014-02-281-8/+4
| |\
| * | show share owner within shared folders as wellThomas Müller2014-02-201-0/+3
* | | Allow re-using already known fileinfo when calculating folder sizesRobin Appelman2014-02-281-1/+2
| |/ |/|
* | fix usersPath and add unit testsBjoern Schiessle2014-02-211-8/+4
|/
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2014-02-191-1/+1
* Merge branch 'master' into scrutinizer_documentation_patchesThomas Müller2014-02-141-2/+13
|\
| * replace 'size' with 'unencrypted_size' if encryption is enabledBjoern Schiessle2014-02-071-2/+13
* | polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-061-0/+3
|/
* Fixed searchByMime in shared cacheVincent Petry2014-02-051-9/+30
* add path relative to the files folder of the currently logged in user to the ...Bjoern Schiessle2014-01-221-6/+17
* Merge pull request #5540 from owncloud/scanner-enhancments-masterThomas Müller2013-11-041-0/+4
|\
| * use ===Thomas Müller2013-11-041-1/+1
| * adding storage_mtime handling to SharedCacheThomas Müller2013-10-251-0/+4
* | count correct array, then using 1000 as MAX_SQL_CHUNK_SIZE works as expectedJörn Friedrich Dreyer2013-10-301-38/+42
|/
* adding PHPDoc comments to getBackendThomas Müller2013-09-241-5/+10
* same for search by mimeJörn Friedrich Dreyer2013-09-191-4/+4
* add all results, sharing cache also returns entries for shared files in exter...Jörn Friedrich Dreyer2013-09-191-4/+4
* fix getAll(), refactor search by mime & searchJörn Friedrich Dreyer2013-09-191-18/+37
* return fixed path, skip shared files outside of 'files'Jörn Friedrich Dreyer2013-09-191-3/+6
* divide ids into chunks of 1kJörn Friedrich Dreyer2013-09-191-9/+18
* add initial search in shared filesJörn Friedrich Dreyer2013-09-191-1/+25
* Add _many_ newlines at the end of fileskondou2013-08-181-1/+1
* Fix retrieving of mount points for shared storage, fix #3218Michael Gapczynski2013-05-021-3/+24
* Merge pull request #3211 from owncloud/fix-2816Frank Karlitschek2013-05-021-5/+3
|\
| * Fix #2816 renaming shared filesMichael Gapczynski2013-05-011-5/+3
* | Further seperation of mount management logicRobin Appelman2013-04-261-1/+1
|/
* Fix correctFolders and retrieve the correct storage cacheMichael Gapczynski2013-03-081-10/+13
* Merge branch 'master' into shared-folder-etagsMichael Gapczynski2013-02-281-2/+3
|\
| * Style cleanup files_sharingBart Visscher2013-02-211-2/+3
* | Correct parent folders' ETags for all users with access to a shared fileMichael Gapczynski2013-02-261-2/+2
* | Fix variableMichael Gapczynski2013-02-231-1/+1
* | Include etags for the root of the shared folderMichael Gapczynski2013-02-191-3/+13
|/
* Sharing: partailly fix searchByMimeRobin Appelman2013-01-281-27/+28
* Return NOT_FOUND in shared cacheMichael Gapczynski2013-01-101-1/+1
* Almost fix Shared scanner...Michael Gapczynski2013-01-071-0/+13