summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib/cache.php
Commit message (Expand)AuthorAgeFilesLines
* Use &=Robin Appelman2014-06-091-2/+2
* check if permissions existsBjoern Schiessle2014-06-061-1/+5
* Limit permissions to share permissionsRobin Appelman2014-06-061-0/+3
* - drop permissions table and related codeThomas Müller2014-06-051-1/+2
* Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-191-1/+1
* Fix whitespace issuesRobin McCorkell2014-05-161-1/+1
* Fix more missing or broken PHPDocRobin McCorkell2014-05-161-1/+1
* Merge pull request #8221 from owncloud/type-hinting-sharingVincent Petry2014-05-081-0/+6
|\
| * Merge branch 'master' into type-hinting-sharingBart Visscher2014-04-281-48/+65
| |\
| * | Fix PHPdoc in apps/files_sharingBart Visscher2014-04-151-0/+6
* | | return the new name if a mount point was renamedBjoern Schiessle2014-04-301-4/+7
* | | Merge pull request #8285 from owncloud/better_getmountby_handlingicewind19912014-04-291-1/+1
|\ \ \ | |_|/ |/| |
| * | Better handle return values from Filesystem::getMountBy*Robin McCorkell2014-04-251-1/+1
* | | Also fixed the returned internal path when getting the root shared item by idRobin Appelman2014-04-251-4/+3
* | | fix search by mime for shared single filesRobin Appelman2014-04-251-3/+7
|/ /
* | 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