summaryrefslogtreecommitdiffstats
path: root/apps/federatedfilesharing/lib
Commit message (Collapse)AuthorAgeFilesLines
* adjust copyright noticesBjoern Schiessle2016-07-141-0/+2
|
* allow to mount public link from Nextclouds <= 9Bjoern Schiessle2016-07-141-4/+130
|
* move some stuff over to the federatedfilesharing appBjoern Schiessle2016-07-141-5/+70
|
* s/ownCloud/NextcloudBjoern Schiessle2016-07-141-4/+4
|
* continue to accept the URL of the remote server instead of the federated ↵Bjoern Schiessle2016-07-141-7/+33
| | | | cloud id
* create a real federated share if a user add a public link to his ownCloudBjörn Schießle2016-07-143-4/+96
| | | | this way the owner sees all mounted public links and control them individually
* Merge branch 'master' into sync-masterMorris Jobke2016-07-073-4/+4
|\
| * Merge remote-tracking branch 'upstream/master' into master-sync-upstreamLukas Reschke2016-06-271-2/+2
| |\
| * \ Merge remote-tracking branch 'upstream/master' into master-upstream-syncLukas Reschke2016-06-262-2/+7
| |\ \
| * | | s/ownCloud/NextcloudBjoern Schiessle2016-06-203-4/+4
| | | |
* | | | Merge pull request #25262 from owncloud/fed-sharing-errorVincent Petry2016-07-011-23/+36
|\ \ \ \ | |_|_|/ |/| | | Only save federated share after remote server is notified
| * | | Log reason why we removed the fed shareRobin Appelman2016-06-271-0/+1
| | | |
| * | | Handle exceptions thrown while trying to notify remote server of a fed shareRobin Appelman2016-06-271-23/+35
| | |/ | |/|
* / | Remove a fed share from the local table before trying to notify the remote ↵Robin Appelman2016-06-231-2/+2
|/ / | | | | | | server
* | Increase fed share timeout from 3 to 10 + unit testsVincent Petry2016-06-222-4/+4
| |
* | Add timeouts to make the UI usable again when a remote share is unreachableJoas Schilling2016-06-222-2/+7
|/
* Update license headersLukas Reschke2016-05-269-11/+12
|
* Move lib/ to PSR-4Joas Schilling2016-05-251-0/+0
|
* add missung return valueBjörn Schießle2016-05-201-3/+4
|
* improved error messagesBjörn Schießle2016-05-203-21/+27
|
* move motifier from the files_sharing app to the federatedfilessharing appBjörn Schießle2016-05-201-0/+93
|
* fall back to old re-sharing behaviour in case the remote server doesn't ↵Björn Schießle2016-05-202-35/+70
| | | | support flat-reshares
* update share permissionsBjörn Schießle2016-05-203-12/+56
|
* use share initiator as fall back to access the fileBjörn Schießle2016-05-202-5/+11
| | | | | in case of federated re-shares the owner can be a remote user. Therefore we can't always use to owner to access the local file
* create re-share by owner and propagate unshare and unshare-from self requestBjörn Schießle2016-05-204-73/+591
| | | | correctly accross share owner and share initiator
* use query builder for getShare and add testsBjörn Schießle2016-05-201-9/+25
|
* move request handler for federated shares to the federated sharing appBjörn Schießle2016-05-201-0/+332
|
* Move FederatedFileSharing to PSR-4Joas Schilling2016-05-187-0/+230
|
* move federated sharing settings to the federatedfilesharing appBjörn Schießle2016-04-221-1/+29
|
* Move post_removeFromGroup to shareManagerRoeland Jago Douma2016-04-131-0/+11
| | | | | | | | The last sharing hook to be moved over. * Added unit tests * Removed old tests that relied on old behaviour * Removed old hooks.php
* Migrate post_groupDelete hook to share manager (#23841)Roeland Douma2016-04-121-0/+10
| | | | | | | | The hook now calls the share manager that will call the responsible shareProvider to do the proper cleanup. * Unit tests added Again nothing should change it is just to cleanup old code
* Merge pull request #23798 from owncloud/federated-unshare-background-jobMorris Jobke2016-04-111-4/+42
|\ | | | | re-try to send unshare notification if remote server is not available
| * re-try to send unshare notification if remote server is not availableBjoern Schiessle2016-04-081-4/+42
| |
* | Migrate post_userDelete hook to share managerRoeland Jago Douma2016-04-041-0/+17
|/ | | | | | | | | | | | | This makes the post_userDelete hook call the sharemanager. This will cleanup to and from this user. * All shares owned by this user * All shares with this user (user) * All custom group shares * All link share initiated by this user (to avoid invisible link shares) Unit tests are added for the defaultshare provider as well as the federated share provider
* Add new appsLukas Reschke2016-03-011-0/+2
|
* Fix Scrutinizer issuesLukas Reschke2016-02-291-0/+2
|
* Add autodiscovery support to server-to-server sharingLukas Reschke2016-02-262-17/+153
| | | | Adds autodiscovery support to server-to-server sharing as specified in the specification. If no discovery data is found it is using the fallback ownCloud endpoints for legacy support.
* Set share owner and share initiator on upate as wellThomas Müller2016-02-091-0/+2
|
* Federates shares have to set a file_targetRoeland Jago Douma2016-02-081-0/+6
| | | | | | | | The old code path is still used to get the sharing info in the webui. This requires the file_target to be set. This does not mean anything for federated shares. Fixes #22215
* implementation of the federated share providerBjoern Schiessle2016-02-084-0/+945