aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Add OCSShareAPIMiddleware testsRoeland Jago Douma2016-08-051-1/+0
| * DataResponse required ['data' => DATA]Roeland Jago Douma2016-08-051-9/+9
| * More exceptionsRoeland Jago Douma2016-08-051-57/+24
| * Add OCSShareAPIMiddlewareRoeland Jago Douma2016-08-053-75/+86
| * Throw OCSNotFoundExceptionsRoeland Jago Douma2016-08-051-91/+40
| * Remove unneeded wrapperRoeland Jago Douma2016-08-051-64/+0
| * Convert Share API to use the AppFrameworkRoeland Jago Douma2016-08-052-60/+201
* | Move Share backends to PSR-4 instead of using class path (#24941)Joas Schilling2016-08-052-2/+6
|/
* Make share target consistent when grouping group share with user shareVincent Petry2016-08-031-8/+19
* Improved share grouping readability + fixed testVincent Petry2016-08-031-8/+17
* Group shares with same source and targetRoeland Jago Douma2016-08-033-53/+118
* Do not allow to delete/update group shares as a group memberJoas Schilling2016-08-021-4/+4
* Update with robinJoas Schilling2016-07-2121-24/+26
* Fix apps/Joas Schilling2016-07-2135-100/+112
* Merge pull request #414 from nextcloud/files_sharing_event_dispatcherBjörn Schießle2016-07-182-15/+45
|\
| * Cleanup coding styleRoeland Jago Douma2016-07-181-30/+28
| * Add eventdispatcher to public link viewRoeland Jago Douma2016-07-182-2/+11
| * Move JS inclusion to ControllerRoeland Jago Douma2016-07-181-0/+23
* | Move SetupFromToken to ShareManagerRoeland Jago Douma2016-07-181-62/+26
|/
* Merge pull request #379 from nextcloud/create_federated_share_on_mountMorris Jobke2016-07-182-2/+2
|\
| * remove unused parameterBjoern Schiessle2016-07-142-2/+2
* | Allow shares with create permissions only aswellJoas Schilling2016-07-141-5/+6
|/