summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib/cache.php
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
* Fix mimetypes in shared cacheMichael Gapczynski2013-01-071-1/+8
* Initialize storageId variable in shared cacheMichael Gapczynski2013-01-011-0/+1
* Share: fix cache put functionRobin Appelman2013-01-011-1/+1
* Share: small phpdoc fixesRobin Appelman2013-01-011-4/+4
* Fix Shared root problems with Watcher and Quota proxyMichael Gapczynski2013-01-011-0/+3
* Fix data for shared root folderMichael Gapczynski2012-12-291-1/+3
* Fix shared foldersMichael Gapczynski2012-12-281-3/+14
* Initial support for file sharing with filesystem branchMichael Gapczynski2012-12-151-0/+220