summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib
Commit message (Expand)AuthorAgeFilesLines
* unified way to display remote shares and mail sharesBjoern Schiessle2016-11-011-2/+2
* show correct display name if we have the user in one of our address booksBjoern Schiessle2016-11-011-4/+24
* improve search for federated cloud ids and email adressesBjoern Schiessle2016-11-011-8/+58
* handle case if no share-by-mail share provider is loadedBjoern Schiessle2016-11-012-1/+11
* update permissionsBjoern Schiessle2016-11-011-1/+8
* add share by mail share providerBjoern Schiessle2016-11-011-1/+18
* introduce share by mail, ui partBjoern Schiessle2016-11-011-67/+23
* Merge pull request #1876 from nextcloud/shareesAPI_emailMorris Jobke2016-10-251-0/+70
|\
| * Add ShareesAPI E-mail searchRoeland Jago Douma2016-10-241-0/+70
* | Import the used classesJoas Schilling2016-10-241-0/+3
* | Move files_sharing Controllers => ControllerRoeland Jago Douma2016-10-244-7/+7
|/
* Move Share20OCS to ShareAPIControllerRoeland Jago Douma2016-10-243-47/+34
* Adding Open Graph Support for public shares http://ogp.me/Thomas Müller2016-10-212-4/+35
* Move OC\Files\Storage\Shared to the right namespaceJoas Schilling2016-10-206-10/+10
* Adjust wording to make the separation between sharing and files clearerJoas Schilling2016-10-181-1/+1
* remove unneeded unlockRobin Appelman2016-10-121-2/+0
* get node by path as fallbackRobin Appelman2016-10-121-6/+8
* fix getting recipient share in ocs apiRobin Appelman2016-10-121-14/+18
* re-use the share node while formating if we already have itRobin Appelman2016-10-121-7/+13
* Always unlock node after trying to create a shareRobin Appelman2016-10-121-1/+3
* Add icons to activity navigationJoas Schilling2016-10-051-0/+1
* Inject IHTTPClientServiceLukas Reschke2016-09-292-2/+3
* Fix fed share test call to return proper resultVincent Petry2016-09-201-1/+1
* Allow increasing permissions for share ownerVincent Petry2016-09-131-1/+1
* Move remote_shares OCS endpoint to AppFrameworkRoeland Jago Douma2016-09-093-230/+184
* Merge pull request #1317 from nextcloud/add-sharing-disclaimerMorris Jobke2016-09-081-0/+1
|\
| * Adding a optional disclaimer to the anonymous upload pageMorris Jobke2016-09-081-0/+1
* | dont show shares you own in "shared with you"Robin Appelman2016-09-071-0/+5
|/
* Merge pull request #1201 from nextcloud/usermountcache-orphanedshareRoeland Jago Douma2016-08-311-1/+7
|\
| * Added closeCursor in SharedMount numeric idVincent Petry2016-08-301-0/+1
| * Prevent error with orphaned shares when updating user mount cacheVincent Petry2016-08-301-1/+6
* | Allow space for federated share id searchVincent Petry2016-08-301-1/+1
|/
* A shared storage is never a home storage - fixes #25582Thomas Müller2016-08-291-0/+10
* Sharee API to AppFrameworkRoeland Jago Douma2016-08-261-27/+31
* HTTPHelper is deprecatedRoeland Jago Douma2016-08-244-16/+30
* Do not error on NotFoundExceptionRoeland Jago Douma2016-08-241-0/+4
* prevent infinite recursion while getting storage from mountRobin Appelman2016-08-231-0/+4
* handle failed sharesRobin Appelman2016-08-221-1/+3
* Lazy init shared storageRobin Appelman2016-08-221-17/+9
* reuse existing root idRobin Appelman2016-08-221-1/+1
* Move updateShare and getShares over to use proper parametersRoeland Jago Douma2016-08-171-12/+23
* Use parameters in createShareRoeland Jago Douma2016-08-171-18/+17
* Add files drop capability for clientsRoeland Jago Douma2016-08-131-0/+1
* Merge pull request #807 from nextcloud/ocs_dataresponseRoeland Jago Douma2016-08-101-7/+7
|\
| * Move the Share20OCS code over to use the proper DataResponseRoeland Jago Douma2016-08-101-7/+7
* | Merge pull request #810 from nextcloud/shared-cachethepropagatorinstanceLukas Reschke2016-08-101-1/+6
|\ \
| * | Store the shared propagator instanceVincent Petry2016-08-101-1/+6
| |/
* / get shared storage storage id without setting up the storageRobin Appelman2016-08-091-0/+13
|/
* Merge pull request #445 from nextcloud/ocs_share_to_appframeworkLukas Reschke2016-08-084-182/+185
|\
| * Fix testsRoeland Jago Douma2016-08-051-2/+2