Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove legacy class OC_Group and OC_User | Morris Jobke | 2017-03-09 | 1 | -6/+12 |
| | | | | | | * basically a straight replacement of the wrapped code at the calling code parts Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Cleanup not used legacy classes | Morris Jobke | 2017-03-03 | 1 | -1/+2 |
| | | | | | | | * Person was removed via #2170 * other lcasses/interfaces are not used at all Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | remove test for removed code | Robin Appelman | 2017-02-08 | 1 | -22/+0 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Add a single public api for resolving a cloud id to a user and remote and back | Robin Appelman | 2017-02-08 | 4 | -6/+37 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Add config switch | Lukas Reschke | 2016-11-21 | 1 | -0/+5 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | catch all exception and return a user friendly exception message | Bjoern Schiessle | 2016-11-02 | 1 | -4/+4 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | use https by default if no protocol is given. Only use unsecure connection ↵ | Bjoern Schiessle | 2016-11-02 | 2 | -6/+23 |
| | | | | | | if it is explicitely given Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | Add defaultShareProvider & federatedshareprovider tests | Roeland Jago Douma | 2016-11-01 | 1 | -0/+45 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Move OC\Files\Storage\Shared to the right namespace | Joas Schilling | 2016-10-20 | 1 | -1/+1 |
| | |||||
* | Mock HTTPClientService | Lukas Reschke | 2016-09-29 | 1 | -2/+21 |
| | | | | | | | | These tests were not using any kind of mocks at all! This made the test execution time took 2 minutes instead of now less than 1 second… (because multiple HTTP requests were queued and timed-out then…) See https://blackfire.io/profiles/compare/6d2611f2-ad08-47b6-973b-2b5f9c8b96d2/graph for reference Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Fix some more sniffs | Joas Schilling | 2016-09-12 | 1 | -1/+0 |
| | |||||
* | Fix deprecated usages of getMock in federatedfilesharing | Roeland Jago Douma | 2016-08-31 | 5 | -27/+35 |
| | |||||
* | Move federated sharing routes to the federatedfilesharingapp | Roeland Jago Douma | 2016-08-28 | 1 | -20/+20 |
| | | | | | | | | * Move routes to app * Move routes over to the AppFramework * Fix tests There is plenty of stuff to fix properly here. But out of scope for now. | ||||
* | HTTPHelper is deprecated | Roeland Jago Douma | 2016-08-24 | 1 | -1/+1 |
| | | | | Use the IClientService instead | ||||
* | Use MockBuilder instead of createMock | Lukas Reschke | 2016-08-15 | 1 | -1/+1 |
| | | | | CI uses an older PHPUnit | ||||
* | Add unit tests | Lukas Reschke | 2016-08-15 | 1 | -0/+84 |
| | |||||
* | Update with robin | Joas Schilling | 2016-07-21 | 2 | -2/+2 |
| | |||||
* | Fix apps/ | Joas Schilling | 2016-07-21 | 8 | -13/+23 |
| | |||||
* | don't convert link share to federated share if outgoing federated shares are ↵ | Bjoern Schiessle | 2016-07-14 | 1 | -11/+25 |
| | | | | forbidden | ||||
* | rename SaveToNextcloudController to MountPublicLinkController | Bjoern Schiessle | 2016-07-14 | 1 | -10/+9 |
| | |||||
* | adjust copyright notices | Bjoern Schiessle | 2016-07-14 | 1 | -0/+2 |
| | |||||
* | move some stuff over to the federatedfilesharing app | Bjoern Schiessle | 2016-07-14 | 2 | -6/+269 |
| | |||||
* | s/ownCloud/Nextcloud | Bjoern Schiessle | 2016-07-14 | 1 | -8/+8 |
| | |||||
* | continue to accept the URL of the remote server instead of the federated ↵ | Bjoern Schiessle | 2016-07-14 | 1 | -5/+11 |
| | | | | cloud id | ||||
* | add unit tests | Björn Schießle | 2016-07-14 | 1 | -0/+161 |
| | |||||
* | Handle exceptions thrown while trying to notify remote server of a fed share | Robin Appelman | 2016-06-27 | 1 | -4/+56 |
| | |||||
* | Increase fed share timeout from 3 to 10 + unit tests | Vincent Petry | 2016-06-22 | 1 | -5/+20 |
| | |||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 7 | -16/+11 |
| | |||||
* | use share initiator as fall back to access the file | Björn Schießle | 2016-05-20 | 1 | -3/+49 |
| | | | | | 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 request | Björn Schießle | 2016-05-20 | 7 | -47/+132 |
| | | | | correctly accross share owner and share initiator | ||||
* | use query builder for getShare and add tests | Björn Schießle | 2016-05-20 | 1 | -1/+74 |
| | |||||
* | move request handler for federated shares to the federated sharing app | Björn Schießle | 2016-05-20 | 2 | -0/+401 |
| | |||||
* | Move FederatedFileSharing to PSR-4 | Joas Schilling | 2016-05-18 | 4 | -0/+0 |
| | |||||
* | move federated sharing settings to the federatedfilesharing app | Björn Schießle | 2016-04-22 | 1 | -1/+45 |
| | |||||
* | Merge pull request #23798 from owncloud/federated-unshare-background-job | Morris Jobke | 2016-04-11 | 1 | -0/+151 |
|\ | | | | | re-try to send unshare notification if remote server is not available | ||||
| * | re-try to send unshare notification if remote server is not available | Bjoern Schiessle | 2016-04-08 | 1 | -0/+151 |
| | | |||||
* | | Migrate post_userDelete hook to share manager | Roeland Jago Douma | 2016-04-04 | 1 | -0/+48 |
|/ | | | | | | | | | | | | | 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 apps | Lukas Reschke | 2016-03-01 | 3 | -1/+21 |
| | |||||
* | Add autodiscovery support to server-to-server sharing | Lukas Reschke | 2016-02-26 | 1 | -0/+194 |
| | | | | 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. | ||||
* | Added tests for used parts | Roeland Jago Douma | 2016-02-08 | 3 | -2/+449 |
| | |||||
* | implementation of the federated share provider | Bjoern Schiessle | 2016-02-08 | 2 | -0/+260 |