| Commit message (Expand) | Author | Age | Files | Lines |
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 1 | -0/+2 |
* | Set proper share type when converting link shares to federated shares | Julius Härtl | 2020-04-21 | 1 | -0/+2 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 2 | -12/+0 |
* | Remove trailing and in between spaces | Christoph Wurst | 2020-04-09 | 1 | -1/+1 |
* | Remove unused imports | Christoph Wurst | 2020-03-25 | 1 | -5/+0 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 2 | -5/+4 |
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 1 | -1/+0 |
* | remove unused method | Bjoern Schiessle | 2018-07-02 | 1 | -24/+1 |
* | replace \OCP\Federation\Exception\ShareNotFoundException with the generic \OC... | Bjoern Schiessle | 2018-07-02 | 1 | -15/+6 |
* | send RESHARE_CHANGE_PERMISSION message | Bjoern Schiessle | 2018-07-02 | 1 | -45/+32 |
* | implement RESHARE_UNDO notification | Bjoern Schiessle | 2018-07-02 | 1 | -1/+1 |
* | implement unshare notification | Bjoern Schiessle | 2018-07-02 | 1 | -58/+14 |
* | send reshare over OCM API | Bjoern Schiessle | 2018-07-02 | 1 | -32/+22 |
* | implement decline share | Bjoern Schiessle | 2018-07-02 | 1 | -37/+13 |
* | implement accept share notification | Bjoern Schiessle | 2018-07-02 | 1 | -62/+16 |
* | adjust to latest api version | Bjoern Schiessle | 2018-07-02 | 1 | -1/+1 |
* | implement receiving of federated shares | Bjoern Schiessle | 2018-07-02 | 1 | -87/+49 |
* | move log constants to ILogger | Arthur Schiwon | 2018-04-26 | 2 | -2/+3 |
* | Fix DI for federated file sharing controller | Morris Jobke | 2018-04-23 | 1 | -5/+10 |
* | Less deprecated calls to OCP\Util::writeLog | Morris Jobke | 2018-04-22 | 1 | -2/+3 |
* | Do not use \OCP\DB anymore | Roeland Jago Douma | 2018-03-26 | 1 | -5/+24 |
* | Remove old code to be compatible with Nextcloud 9 and before | Morris Jobke | 2018-03-12 | 1 | -114/+2 |
* | Properly log the full exception instead of only the message | Morris Jobke | 2018-01-23 | 2 | -21/+29 |
* | Cleanup OC_User and OCP\User | Morris Jobke | 2018-01-16 | 1 | -1/+1 |
* | Update license headers | Morris Jobke | 2017-11-06 | 2 | -0/+7 |
* | use OCSv2 to make sure that the error also arrives at the web front-end | Bjoern Schiessle | 2017-07-21 | 1 | -2/+2 |
* | sent, an invitation, - successful | Allan Nordhøy | 2017-07-14 | 1 | -2/+2 |
* | Fix owner cloud id in unshare activity | Joas Schilling | 2017-07-10 | 1 | -1/+1 |
* | Fix activity emails for accept/decline of remote shares | Joas Schilling | 2017-07-10 | 1 | -6/+8 |
* | Remove unused use statements | Morris Jobke | 2017-04-22 | 2 | -2/+0 |
* | Adjust existing bruteforce protection code | Lukas Reschke | 2017-04-14 | 1 | -1/+3 |
* | Add support for ratelimiting via annotations | Lukas Reschke | 2017-04-13 | 1 | -1/+1 |
* | Do proper DI | Roeland Jago Douma | 2017-04-11 | 2 | -2/+2 |
* | remove discovery manager in favour of the OCSDiscoveryService | Bjoern Schiessle | 2017-04-11 | 2 | -17/+9 |
* | Add api to change the remote of an incoming federated share | Robin Appelman | 2017-03-10 | 1 | -21/+58 |
* | Add a single public api for resolving a cloud id to a user and remote and back | Robin Appelman | 2017-02-08 | 2 | -6/+20 |
* | some code cleanup while working on the file | Bjoern Schiessle | 2017-01-19 | 1 | -19/+26 |
* | add brute force protection to 'mount public link' operation | Bjoern Schiessle | 2017-01-19 | 1 | -0/+1 |
* | Move file sharing activities to the new API | Joas Schilling | 2016-11-16 | 1 | -15/+23 |
* | Move federated sharing routes to the federatedfilesharingapp | Roeland Jago Douma | 2016-08-28 | 1 | -0/+608 |
* | HTTPHelper is deprecated | Roeland Jago Douma | 2016-08-24 | 1 | -1/+1 |
* | Fix apps/ | Joas Schilling | 2016-07-21 | 1 | -2/+3 |
* | don't convert link share to federated share if outgoing federated shares are ... | Bjoern Schiessle | 2016-07-14 | 1 | -1/+11 |
* | rename SaveToNextcloudController to MountPublicLinkController | Bjoern Schiessle | 2016-07-14 | 1 | -8/+15 |
* | adjust copyright notices | Bjoern Schiessle | 2016-07-14 | 1 | -0/+2 |
* | allow to mount public link from Nextclouds <= 9 | Bjoern Schiessle | 2016-07-14 | 1 | -4/+130 |
* | move some stuff over to the federatedfilesharing app | Bjoern Schiessle | 2016-07-14 | 1 | -5/+70 |
* | s/ownCloud/Nextcloud | Bjoern Schiessle | 2016-07-14 | 1 | -4/+4 |
* | continue to accept the URL of the remote server instead of the federated clou... | Bjoern Schiessle | 2016-07-14 | 1 | -7/+33 |
* | create a real federated share if a user add a public link to his ownCloud | Björn Schießle | 2016-07-14 | 1 | -0/+88 |