summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1201 from nextcloud/usermountcache-orphanedshareRoeland Jago Douma2016-08-311-1/+7
|\ | | | | [master] Usermountcache orphanedshare
| * 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
| | | | | | | | * Move to OCSController * Move to Controller folder * Use automatic DI * Use function parameters * Updated tests
* HTTPHelper is deprecatedRoeland Jago Douma2016-08-244-16/+30
| | | | Use the IClientService instead
* Do not error on NotFoundExceptionRoeland Jago Douma2016-08-241-0/+4
| | | | | | | Since this exception can be thrown when a shared file is in the trashbin there is no need to spam the log like crazy. Fixes #938
* 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
| | | | * Update tests
* Use parameters in createShareRoeland Jago Douma2016-08-171-18/+17
| | | | * Fix tests
* 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
|\ | | | | OCSController requires DataResponse
| * 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 instance
| * | Store the shared propagator instanceVincent Petry2016-08-101-1/+6
| |/ | | | | | | This instead of recreating it for every call.
* / 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
|\ | | | | OCS Share API to appframework
| * 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
| | | | | | | | | | * This will cleanup the locks after each request * Move check for enabled share api to the middleware
| * 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
| | | | | | | | | | | | | | | | In some situations, a group share is created before a user share, and the recipient renamed the received share before the latter is created. In this situation, the "file_target" was already modified and the second created share must align to the already renamed share. To achieve this, the MountProvider now groups only by "item_source" value and sorts by share time. This makes it so that the least recent share is selected as super-share and its "file_target" value is then adjusted in all grouped shares. This fixes the issue where this situation would have different "file_target" values resulting in two shared folders appearing instead of one.
* Improved share grouping readability + fixed testVincent Petry2016-08-031-8/+17
|
* Group shares with same source and targetRoeland Jago Douma2016-08-033-53/+118
| | | | | | | Fixes #24575 Note that this is a very limited solution and eventually we want smarter merging!
* 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
|\ | | | | Files sharing event dispatcher
| * 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
| | | | | | | | * This way we can easier load files conditionally
* | 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
|\ | | | | Create federated share on mount
| * remove unused parameterBjoern Schiessle2016-07-142-2/+2
| |
* | Allow shares with create permissions only aswellJoas Schilling2016-07-141-5/+6
|/
* combine if statementsRobin Appelman2016-07-081-13/+10
|
* Fix type hintingRobin Appelman2016-07-081-1/+2
|
* dont overwrite a variable with a different typeRobin Appelman2016-07-081-3/+3
|
* Merge remote-tracking branch 'upstream/master' into master-sync-upstreamLukas Reschke2016-07-012-3/+18
|\
| * Fix getting the certificate bundle for dav external storage (#25274)Robin Appelman2016-06-271-1/+1
| | | | | | | | | | | | * Fix getting the certificate bundle for dav external storages * Log the original exception in dav external storage
| * handle unavailable fed shares while testing for availability (#25277)Robin Appelman2016-06-271-2/+17
| | | | | | | | | | | | * More explicit http status codes * handle unavailable fed shares while testing for availability