| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix usage of deprecated OC.webroot | Christoph Wurst | 2018-10-09 | 1 | -3/+3 |
* | update unit tests | Bjoern Schiessle | 2018-07-11 | 2 | -3/+46 |
* | fix notification tests | Bjoern Schiessle | 2018-07-02 | 1 | -4/+19 |
* | update tests | Bjoern Schiessle | 2018-07-02 | 1 | -259/+119 |
* | Fix DI for federated file sharing controller | Morris Jobke | 2018-04-23 | 1 | -2/+10 |
* | Do not use \OCP\DB anymore | Roeland Jago Douma | 2018-03-26 | 1 | -11/+19 |
* | Remove deprecated HTTPHelper | Roeland Jago Douma | 2018-03-13 | 1 | -32/+0 |
* | Fix federatedshareprovidertest | Roeland Jago Douma | 2018-01-16 | 1 | -0/+18 |
* | Fix tests | Roeland Jago Douma | 2018-01-14 | 1 | -2/+2 |
* | Update license headers | Morris Jobke | 2017-11-06 | 8 | -0/+16 |
* | Use ::class in test mocks of encryption app | Morris Jobke | 2017-10-26 | 2 | -3/+3 |
* | Use ::class in test mocks of dav app | Morris Jobke | 2017-10-26 | 2 | -2/+2 |
* | Use ::class in test mocks | Morris Jobke | 2017-10-24 | 4 | -24/+26 |
* | Fix PHPUnit warnings | Lukas Reschke | 2017-08-18 | 1 | -3/+3 |
* | Use proper methods for registerBackend | Morris Jobke | 2017-08-15 | 1 | -1/+1 |
* | add new config switched for the global scale architecture | Bjoern Schiessle | 2017-05-29 | 2 | -21/+72 |
* | Add the column so we keep the value from before the update | Joas Schilling | 2017-05-18 | 1 | -1/+2 |
* | Fix sinon.stub deprecation warnings | Christoph Wurst | 2017-04-24 | 1 | -2/+4 |
* | Adjust docs and make !$currentAccess simpler | Joas Schilling | 2017-04-13 | 1 | -1/+10 |
* | Fix federated file sharing | Joas Schilling | 2017-04-13 | 1 | -4/+23 |
* | Add mail element to access list | Roeland Jago Douma | 2017-04-13 | 1 | -0/+28 |
* | Do proper DI | Roeland Jago Douma | 2017-04-11 | 1 | -1/+1 |
* | remove discovery manager in favour of the OCSDiscoveryService | Bjoern Schiessle | 2017-04-11 | 3 | -229/+7 |
* | Merge pull request #4250 from nextcloud/disable-lookupserver-upload | Björn Schießle | 2017-04-10 | 2 | -0/+37 |
|\ |
|
| * | allow to disable upload to lookup server, by default it is enabled | Bjoern Schiessle | 2017-04-07 | 2 | -0/+37 |
* | | update unit tests | Bjoern Schiessle | 2017-04-07 | 1 | -2/+3 |
|/ |
|
* | Remove legacy class OC_Group and OC_User | Morris Jobke | 2017-03-09 | 1 | -6/+12 |
* | Cleanup not used legacy classes | Morris Jobke | 2017-03-03 | 1 | -1/+2 |
* | remove test for removed code | Robin Appelman | 2017-02-08 | 1 | -22/+0 |
* | 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 |
* | Add config switch | Lukas Reschke | 2016-11-21 | 1 | -0/+5 |
* | catch all exception and return a user friendly exception message | Bjoern Schiessle | 2016-11-02 | 1 | -4/+4 |
* | use https by default if no protocol is given. Only use unsecure connection if... | Bjoern Schiessle | 2016-11-02 | 2 | -6/+23 |
* | Add defaultShareProvider & federatedshareprovider tests | Roeland Jago Douma | 2016-11-01 | 1 | -0/+45 |
* | 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 |
* | 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 |
* | HTTPHelper is deprecated | Roeland Jago Douma | 2016-08-24 | 1 | -1/+1 |
* | Use MockBuilder instead of createMock | Lukas Reschke | 2016-08-15 | 1 | -1/+1 |
* | 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 |
* | 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 clou... | Bjoern Schiessle | 2016-07-14 | 1 | -5/+11 |