Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix logo path in personal federated sharing settings | Julius Härtl | 2018-10-29 | 1 | -6/+1 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Use numeric placeholders if there are multiple, so that RTL languages can ↵ | Joas Schilling | 2018-10-09 | 1 | -3/+3 |
| | | | | | | operate better Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | handle unshare request from owner | Bjoern Schiessle | 2018-07-11 | 1 | -18/+25 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | accept/decline group shares | Bjoern Schiessle | 2018-07-11 | 1 | -0/+2 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | fix notification when a group share is received | Bjoern Schiessle | 2018-07-11 | 1 | -9/+15 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | implement federated group shares | Bjoern Schiessle | 2018-07-11 | 4 | -49/+122 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | add setting to enable/disable federated group sharing | Bjoern Schiessle | 2018-07-11 | 2 | -1/+47 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | Add API to undelete delete group shares | Roeland Jago Douma | 2018-07-05 | 1 | -0/+5 |
| | | | | | | | | | | | When a group share is deleted we keep track of this in the DB. Right now it is only possible for a recipient to get back the share by asking the sharer to delete it and to share it again. This doesn't scale. This endpoint makes it possible to get back the share. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | remove unused code | Bjoern Schiessle | 2018-07-02 | 1 | -24/+0 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | remove debug output | Bjoern Schiessle | 2018-07-02 | 1 | -1/+0 |
| | |||||
* | add support for different share types | Bjoern Schiessle | 2018-07-02 | 1 | -0/+10 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | make sure that remote url gets stored with a trailing '/' | Bjoern Schiessle | 2018-07-02 | 1 | -0/+5 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | remove unused method | Bjoern Schiessle | 2018-07-02 | 1 | -24/+1 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | some minor fixes and clode cleanup | Bjoern Schiessle | 2018-07-02 | 2 | -17/+14 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | replace \OCP\Federation\Exception\ShareNotFoundException with the generic ↵ | Bjoern Schiessle | 2018-07-02 | 3 | -32/+22 |
| | | | | | | \OCP\Share\Exception\ShareNotFound exception Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | fix check for reshare permissions | Bjoern Schiessle | 2018-07-02 | 1 | -1/+1 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | send RESHARE_CHANGE_PERMISSION message | Bjoern Schiessle | 2018-07-02 | 2 | -45/+114 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | implement RESHARE_UNDO notification | Bjoern Schiessle | 2018-07-02 | 3 | -5/+18 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | - Don't remove share before all notifications are created, otherwise we miss ↵ | Bjoern Schiessle | 2018-07-02 | 1 | -13/+3 |
| | | | | | | | | information necessary to create the notifications - Don't send message to owner/sharer about revoked re-shares twice. Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | implement unshare notification | Bjoern Schiessle | 2018-07-02 | 4 | -63/+145 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | send reshare over OCM API | Bjoern Schiessle | 2018-07-02 | 4 | -42/+147 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | implement decline share | Bjoern Schiessle | 2018-07-02 | 4 | -46/+115 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | implement accept share notification | Bjoern Schiessle | 2018-07-02 | 3 | -72/+168 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | adjust to latest api version | Bjoern Schiessle | 2018-07-02 | 3 | -6/+7 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | send accept share notification (WIP) | Bjoern Schiessle | 2018-07-02 | 1 | -5/+15 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | use new API to send a federated share if possible | Bjoern Schiessle | 2018-07-02 | 4 | -16/+94 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | implement receiving of federated shares | Bjoern Schiessle | 2018-07-02 | 5 | -181/+338 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | start implementing federated sharing 2.0 | Bjoern Schiessle | 2018-07-02 | 3 | -1/+100 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | move log constants to ILogger | Arthur Schiwon | 2018-04-26 | 3 | -3/+4 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Fix DI for federated file sharing controller | Morris Jobke | 2018-04-23 | 2 | -6/+12 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Less deprecated calls to OCP\Util::writeLog | Morris Jobke | 2018-04-22 | 1 | -2/+3 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Do not use \OCP\DB anymore | Roeland Jago Douma | 2018-03-26 | 1 | -5/+24 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Remove old code to be compatible with Nextcloud 9 and before | Morris Jobke | 2018-03-12 | 1 | -114/+2 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Use ::class statement instead of string | Morris Jobke | 2018-01-29 | 1 | -1/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Merge pull request #8063 from nextcloud/inline-value | Joas Schilling | 2018-01-26 | 1 | -2/+1 |
|\ | | | | | Return value immediately instead of assigning to a one-time variable | ||||
| * | Return value immediately instead of assigning to a one-time variable | Morris Jobke | 2018-01-26 | 1 | -2/+1 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Remove useless return statements | Morris Jobke | 2018-01-25 | 1 | -3/+0 |
|/ | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Properly log the full exception instead of only the message | Morris Jobke | 2018-01-23 | 3 | -22/+34 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Cleanup OC_User and OCP\User | Morris Jobke | 2018-01-16 | 1 | -1/+1 |
| | | | | | | * mainly removes deprecated methods and old static code Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Update license headers | Morris Jobke | 2017-11-06 | 10 | -2/+23 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Add |null to PHPDoc | Lukas Reschke | 2017-08-01 | 1 | -1/+1 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | use OCSv2 to make sure that the error also arrives at the web front-end | Bjoern Schiessle | 2017-07-21 | 1 | -2/+2 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | 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 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix activity emails for accept/decline of remote shares | Joas Schilling | 2017-07-10 | 1 | -6/+8 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Simplified Nextcloud logo icon | Marin Treselj | 2017-07-02 | 1 | -1/+1 |
| | | | | Signed-off-by: Marin Treselj <marin@pixelipo.com> | ||||
* | We're on 13 now… | Arthur Schiwon | 2017-06-26 | 1 | -1/+1 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | adapt federatedfilesharing | Arthur Schiwon | 2017-06-23 | 3 | -7/+187 |
| | | | | | | also drops IE8 switch Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | add new config switched for the global scale architecture | Bjoern Schiessle | 2017-05-29 | 3 | -3/+39 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | Remove unused use statements | Morris Jobke | 2017-04-22 | 2 | -2/+0 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> |