summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib
Commit message (Expand)AuthorAgeFilesLines
* don't lose file size during renameBjoern Schiessle2014-05-261-7/+3
* always check for unique filename, if a file gets added from outside the mountBjoern Schiessle2014-05-221-6/+6
* allow admin to disable sharing for specific groups of usersBjoern Schiessle2014-05-222-5/+17
* move the mount point up if a share is mounted to a subfolder and the subfolde...Bjoern Schiessle2014-05-215-58/+166
* Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-196-33/+33
* Fix whitespace issuesRobin McCorkell2014-05-161-1/+1
* Fix more missing or broken PHPDocRobin McCorkell2014-05-163-7/+5
* Fix PHPDoc in /appsRobin McCorkell2014-05-161-1/+1
* allow admin to enforce passwords for public link sharesBjoern Schiessle2014-05-161-7/+12
* @breif -> @briefThomas Müller2014-05-132-3/+3
* Merge pull request #8499 from owncloud/shareextstoragemountpointfixVincent Petry2014-05-081-4/+6
|\
| * Fix sharing of ext storage mount pointsVincent Petry2014-05-081-4/+6
* | Merge pull request #8221 from owncloud/type-hinting-sharingVincent Petry2014-05-083-2/+13
|\ \
| * \ Merge branch 'master' into type-hinting-sharingBart Visscher2014-04-288-252/+468
| |\ \
| * | | Fix PHPdoc in apps/files_sharingBart Visscher2014-04-153-1/+10
* | | | Merge branch 'sharing_cleanup' of github.com:owncloud/core into sharing_cleanupBjoern Schiessle2014-05-072-2/+2
|\ \ \ \
| * | | | Fix endless loop on windows serversJoas Schilling2014-05-072-2/+2
* | | | | remove error_log outputBjoern Schiessle2014-05-071-2/+1
|/ / / /
* | | / we can take the permission directly from the share, no need to call the share...Bjoern Schiessle2014-05-071-20/+6
| |_|/ |/| |
* | | check if we have a fileinfoBjoern Schiessle2014-05-071-1/+5
* | | ignore part filesBjoern Schiessle2014-05-071-0/+6
* | | Merge pull request #8415 from owncloud/sharing_fix_renameBjörn Schießle2014-05-011-4/+7
|\ \ \
| * | | return the new name if a mount point was renamedBjoern Schiessle2014-04-301-4/+7
* | | | get the correct owner path for part filesBjoern Schiessle2014-04-301-1/+9
|/ / /
* | | Merge pull request #8285 from owncloud/better_getmountby_handlingicewind19912014-04-292-2/+3
|\ \ \
| * | | Better handle return values from Filesystem::getMountBy*Robin McCorkell2014-04-252-2/+3
* | | | Merge pull request #8353 from owncloud/publicshare-webdavicewind19912014-04-261-0/+71
|\ \ \ \ | |_|_|/ |/| | |
| * | | Expose public shares over webdavRobin Appelman2014-04-251-0/+71
| |/ /
* | | 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
* | make it possible to move files out of a shared mount pointBjoern Schiessle2014-04-232-13/+45
* | typos, use, unused and return fixedThomas Müller2014-04-232-6/+6
* | 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-232-3/+9
* | fix etag propagationBjoern Schiessle2014-04-232-44/+68
* | allow to rename group share mount pointsBjoern Schiessle2014-04-231-7/+36
* | cleanup the shared storage, always keep the whole share resourceBjoern Schiessle2014-04-232-39/+43
* | also fetch the etag from file cacheBjoern Schiessle2014-04-231-1/+2
* | make sure that path is not 'false'Bjoern Schiessle2014-04-232-6/+4
* | fix deleting of shared filesBjoern Schiessle2014-04-231-0/+3
* | fix updating of shared filesBjoern Schiessle2014-04-231-7/+3
* | fix encryption tests after the removal of the shared folderBjoern Schiessle2014-04-232-7/+13
* | fix share api testsBjoern Schiessle2014-04-235-53/+23
* | show "shared by ..." for share mount pointBjoern Schiessle2014-04-232-1/+14
* | generate unique target nameBjoern Schiessle2014-04-231-15/+29
* | fix getMimeType call, we always need to check the source pathBjoern Schiessle2014-04-231-3/+0
* | user should be able to rename/delete shared files if the owner allowed itBjoern Schiessle2014-04-232-3/+108
* | no exception for the root of the mount point (formerly Shared/), just get the...Bjoern Schiessle2014-04-232-26/+1