Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1201 from nextcloud/usermountcache-orphanedshare | Roeland Jago Douma | 2016-08-31 | 1 | -1/+7 |
|\ | | | | | [master] Usermountcache orphanedshare | ||||
| * | Added closeCursor in SharedMount numeric id | Vincent Petry | 2016-08-30 | 1 | -0/+1 |
| | | |||||
| * | Prevent error with orphaned shares when updating user mount cache | Vincent Petry | 2016-08-30 | 1 | -1/+6 |
| | | |||||
* | | Allow space for federated share id search | Vincent Petry | 2016-08-30 | 1 | -1/+1 |
|/ | |||||
* | A shared storage is never a home storage - fixes #25582 | Thomas Müller | 2016-08-29 | 1 | -0/+10 |
| | |||||
* | Sharee API to AppFramework | Roeland Jago Douma | 2016-08-26 | 1 | -27/+31 |
| | | | | | | | | * Move to OCSController * Move to Controller folder * Use automatic DI * Use function parameters * Updated tests | ||||
* | HTTPHelper is deprecated | Roeland Jago Douma | 2016-08-24 | 4 | -16/+30 |
| | | | | Use the IClientService instead | ||||
* | Do not error on NotFoundException | Roeland Jago Douma | 2016-08-24 | 1 | -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 mount | Robin Appelman | 2016-08-23 | 1 | -0/+4 |
| | |||||
* | handle failed shares | Robin Appelman | 2016-08-22 | 1 | -1/+3 |
| | |||||
* | Lazy init shared storage | Robin Appelman | 2016-08-22 | 1 | -17/+9 |
| | |||||
* | reuse existing root id | Robin Appelman | 2016-08-22 | 1 | -1/+1 |
| | |||||
* | Move updateShare and getShares over to use proper parameters | Roeland Jago Douma | 2016-08-17 | 1 | -12/+23 |
| | | | | * Update tests | ||||
* | Use parameters in createShare | Roeland Jago Douma | 2016-08-17 | 1 | -18/+17 |
| | | | | * Fix tests | ||||
* | Add files drop capability for clients | Roeland Jago Douma | 2016-08-13 | 1 | -0/+1 |
| | |||||
* | Merge pull request #807 from nextcloud/ocs_dataresponse | Roeland Jago Douma | 2016-08-10 | 1 | -7/+7 |
|\ | | | | | OCSController requires DataResponse | ||||
| * | Move the Share20OCS code over to use the proper DataResponse | Roeland Jago Douma | 2016-08-10 | 1 | -7/+7 |
| | | |||||
* | | Merge pull request #810 from nextcloud/shared-cachethepropagatorinstance | Lukas Reschke | 2016-08-10 | 1 | -1/+6 |
|\ \ | | | | | | | Store the shared propagator instance | ||||
| * | | Store the shared propagator instance | Vincent Petry | 2016-08-10 | 1 | -1/+6 |
| |/ | | | | | | | This instead of recreating it for every call. | ||||
* / | get shared storage storage id without setting up the storage | Robin Appelman | 2016-08-09 | 1 | -0/+13 |
|/ | |||||
* | Merge pull request #445 from nextcloud/ocs_share_to_appframework | Lukas Reschke | 2016-08-08 | 4 | -182/+185 |
|\ | | | | | OCS Share API to appframework | ||||
| * | Fix tests | Roeland Jago Douma | 2016-08-05 | 1 | -2/+2 |
| | | |||||
| * | Add OCSShareAPIMiddleware tests | Roeland Jago Douma | 2016-08-05 | 1 | -1/+0 |
| | | |||||
| * | DataResponse required ['data' => DATA] | Roeland Jago Douma | 2016-08-05 | 1 | -9/+9 |
| | | |||||
| * | More exceptions | Roeland Jago Douma | 2016-08-05 | 1 | -57/+24 |
| | | |||||
| * | Add OCSShareAPIMiddleware | Roeland Jago Douma | 2016-08-05 | 3 | -75/+86 |
| | | | | | | | | | | * This will cleanup the locks after each request * Move check for enabled share api to the middleware | ||||
| * | Throw OCSNotFoundExceptions | Roeland Jago Douma | 2016-08-05 | 1 | -91/+40 |
| | | |||||
| * | Remove unneeded wrapper | Roeland Jago Douma | 2016-08-05 | 1 | -64/+0 |
| | | |||||
| * | Convert Share API to use the AppFramework | Roeland Jago Douma | 2016-08-05 | 2 | -60/+201 |
| | | |||||
* | | Move Share backends to PSR-4 instead of using class path (#24941) | Joas Schilling | 2016-08-05 | 2 | -2/+6 |
|/ | |||||
* | Make share target consistent when grouping group share with user share | Vincent Petry | 2016-08-03 | 1 | -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 test | Vincent Petry | 2016-08-03 | 1 | -8/+17 |
| | |||||
* | Group shares with same source and target | Roeland Jago Douma | 2016-08-03 | 3 | -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 member | Joas Schilling | 2016-08-02 | 1 | -4/+4 |
| | |||||
* | Update with robin | Joas Schilling | 2016-07-21 | 21 | -24/+26 |
| | |||||
* | Fix apps/ | Joas Schilling | 2016-07-21 | 35 | -100/+112 |
| | |||||
* | Merge pull request #414 from nextcloud/files_sharing_event_dispatcher | Björn Schießle | 2016-07-18 | 2 | -15/+45 |
|\ | | | | | Files sharing event dispatcher | ||||
| * | Cleanup coding style | Roeland Jago Douma | 2016-07-18 | 1 | -30/+28 |
| | | |||||
| * | Add eventdispatcher to public link view | Roeland Jago Douma | 2016-07-18 | 2 | -2/+11 |
| | | |||||
| * | Move JS inclusion to Controller | Roeland Jago Douma | 2016-07-18 | 1 | -0/+23 |
| | | | | | | | | * This way we can easier load files conditionally | ||||
* | | Move SetupFromToken to ShareManager | Roeland Jago Douma | 2016-07-18 | 1 | -62/+26 |
|/ | |||||
* | Merge pull request #379 from nextcloud/create_federated_share_on_mount | Morris Jobke | 2016-07-18 | 2 | -2/+2 |
|\ | | | | | Create federated share on mount | ||||
| * | remove unused parameter | Bjoern Schiessle | 2016-07-14 | 2 | -2/+2 |
| | | |||||
* | | Allow shares with create permissions only aswell | Joas Schilling | 2016-07-14 | 1 | -5/+6 |
|/ | |||||
* | combine if statements | Robin Appelman | 2016-07-08 | 1 | -13/+10 |
| | |||||
* | Fix type hinting | Robin Appelman | 2016-07-08 | 1 | -1/+2 |
| | |||||
* | dont overwrite a variable with a different type | Robin Appelman | 2016-07-08 | 1 | -3/+3 |
| | |||||
* | Merge remote-tracking branch 'upstream/master' into master-sync-upstream | Lukas Reschke | 2016-07-01 | 2 | -3/+18 |
|\ | |||||
| * | Fix getting the certificate bundle for dav external storage (#25274) | Robin Appelman | 2016-06-27 | 1 | -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 Appelman | 2016-06-27 | 1 | -2/+17 |
| | | | | | | | | | | | | * More explicit http status codes * handle unavailable fed shares while testing for availability |