summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib/share
Commit message (Expand)AuthorAgeFilesLines
* Move Share backends to PSR-4 instead of using class path (#24941)Joas Schilling2016-08-052-347/+0
* Update with robinJoas Schilling2016-07-211-4/+6
* Fix apps/Joas Schilling2016-07-212-31/+5
* remove unused parameterBjoern Schiessle2016-07-141-1/+1
* Update license headersLukas Reschke2016-05-262-1/+29
* move federated sharing settings to the federatedfilesharing appBjörn Schießle2016-04-221-1/+15
* Happy new year!Thomas Müller2016-01-122-3/+3
* Update license headersLukas Reschke2015-10-262-2/+3
* Throw exception on `getPath` if file does not existLukas Reschke2015-10-251-6/+8
* deduplicate @xenopathicMorris Jobke2015-10-061-1/+1
* update licence headers via scriptMorris Jobke2015-10-052-0/+4
* Fix extracting basename from path in sharingRobin McCorkell2015-08-181-1/+1
* just pass the share instead of searching for itRobin Appelman2015-08-051-19/+7
* Move files sharing app (mostly) to OCP\DBRoeland Jago Douma2015-05-182-4/+4
* remove unencrypted_size from the cache, size will contain the unencrypted sizeBjoern Schiessle2015-04-071-6/+1
* Update license headersJenkins for ownCloud2015-03-262-37/+45
* Revert "Updating license headers"Morris Jobke2015-02-262-44/+39
* Updating license headersJenkins for ownCloud2015-02-232-39/+44
* Do not use key() on array as the result depends on the internal array pointer.Andreas Fischer2015-01-151-5/+6
* Fix source path when share is a mount pointVincent Petry2015-01-081-1/+3
* Next step in server-to-server sharing next generation, see #12285Bjoern Schiessle2014-12-191-0/+14
* also check for the correct owner if it was submittedBjoern Schiessle2014-11-211-2/+3
* try to get path from filesystemBjoern Schiessle2014-10-101-0/+5
* fix performance issuesBjoern Schiessle2014-10-101-0/+47
* some small fixed, suggested by scrutinizerBjoern Schiessle2014-09-291-2/+4
* call \OCP\Share::getItemsSharedWithUser() to get exclude list, this way all c...Bjoern Schiessle2014-09-251-6/+1
* group shares and combine permissionsBjoern Schiessle2014-09-221-1/+1
* make share folder configurableBjoern Schiessle2014-08-181-1/+14
* move the mount point up if a share is mounted to a subfolder and the subfolde...Bjoern Schiessle2014-05-211-10/+1
* Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-191-2/+2
* 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 branch 'master' into type-hinting-sharingBart Visscher2014-04-281-65/+80
|\|
| * fix encryption tests after the removal of the shared folderBjoern Schiessle2014-04-231-0/+6
| * fix share api testsBjoern Schiessle2014-04-231-1/+1
| * generate unique target nameBjoern Schiessle2014-04-231-15/+29
| * no exception for the root of the mount point (formerly Shared/), just get the...Bjoern Schiessle2014-04-231-16/+0
| * first steps to remove the shared folder:Bjoern Schiessle2014-04-231-32/+41
* | Fix PHPdoc in apps/files_sharingBart Visscher2014-04-151-0/+3
|/
* adding share owner information to the file listThomas Müller2014-02-201-0/+3
* replace 'size' with 'unencrypted_size' if encryption is enabledBjoern Schiessle2014-02-071-1/+8
* it is not an urgent error... a DEBUG message is enough at this pointBjoern Schiessle2014-01-141-1/+1
* Implement getDirectoryPermissions() in Shared Permissions, fixes #2846Michael Gapczynski2013-05-291-0/+7
* Merge branch 'master' into shared-folder-etagsMichael Gapczynski2013-03-071-3/+20
|\
| * Fix fetching source path of shared filesMichael Gapczynski2013-03-071-3/+20
* | Merge branch 'master' into shared-folder-etagsMichael Gapczynski2013-02-282-4/+15
|\|
| * Style cleanup files_sharingBart Visscher2013-02-212-4/+15
* | Include etag field for folder contentsMichael Gapczynski2013-02-231-0/+1
|/
* Almost fix Shared scanner...Michael Gapczynski2013-01-072-2/+12
* Fix data for shared root folderMichael Gapczynski2012-12-291-5/+17