Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix PSR-4 namespace | Joas Schilling | 2020-06-05 | 1 | -845/+0 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 1 | -18/+1 |
* | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 1 | -0/+1 |
* | Use the short array syntax, everywhere | Christoph Wurst | 2020-03-26 | 1 | -2/+2 |
* | Update license headers for 18 | Christoph Wurst | 2019-12-20 | 1 | -0/+1 |
* | confirm auth on share generated by Circles | Maxence Lange | 2019-12-16 | 1 | -0/+17 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 1 | -1/+4 |
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 1 | -1/+1 |
* | Use the displayname for federated notifications | Roeland Jago Douma | 2019-11-18 | 1 | -4/+4 |
* | handle unshare request from owner | Bjoern Schiessle | 2018-07-11 | 1 | -18/+25 |
* | accept/decline group shares | Bjoern Schiessle | 2018-07-11 | 1 | -0/+2 |
* | fix notification when a group share is received | Bjoern Schiessle | 2018-07-11 | 1 | -9/+15 |
* | implement federated group shares | Bjoern Schiessle | 2018-07-11 | 1 | -32/+81 |
* | 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 |
* | make sure that remote url gets stored with a trailing '/' | Bjoern Schiessle | 2018-07-02 | 1 | -0/+5 |
* | some minor fixes and clode cleanup | Bjoern Schiessle | 2018-07-02 | 1 | -15/+12 |
* | replace \OCP\Federation\Exception\ShareNotFoundException with the generic \OC... | Bjoern Schiessle | 2018-07-02 | 1 | -14/+14 |
* | fix check for reshare permissions | Bjoern Schiessle | 2018-07-02 | 1 | -1/+1 |
* | send RESHARE_CHANGE_PERMISSION message | Bjoern Schiessle | 2018-07-02 | 1 | -0/+82 |
* | implement RESHARE_UNDO notification | Bjoern Schiessle | 2018-07-02 | 1 | -2/+1 |
* | implement unshare notification | Bjoern Schiessle | 2018-07-02 | 1 | -1/+110 |
* | send reshare over OCM API | Bjoern Schiessle | 2018-07-02 | 1 | -6/+74 |
* | implement decline share | Bjoern Schiessle | 2018-07-02 | 1 | -7/+98 |
* | implement accept share notification | Bjoern Schiessle | 2018-07-02 | 1 | -8/+149 |
* | adjust to latest api version | Bjoern Schiessle | 2018-07-02 | 1 | -4/+5 |
* | send accept share notification (WIP) | Bjoern Schiessle | 2018-07-02 | 1 | -5/+15 |
* | use new API to send a federated share if possible | Bjoern Schiessle | 2018-07-02 | 1 | -9/+1 |
* | implement receiving of federated shares | Bjoern Schiessle | 2018-07-02 | 1 | -0/+272 |