Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-14 | 2 | -0/+2 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-10 | 2 | -20/+22 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-06 | 2 | -0/+2 |
* | Update version requirements and versions of shipped apps | Joas Schilling | 2018-09-05 | 1 | -2/+2 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-01 | 2 | -0/+2 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-08-30 | 2 | -0/+2 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-08-27 | 2 | -0/+2 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-08-24 | 10 | -0/+10 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-08-23 | 30 | -30/+0 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-08-13 | 2 | -0/+8 |
* | Bump autoloaders | Roeland Jago Douma | 2018-08-10 | 1 | -1/+1 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-07-31 | 2 | -0/+8 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-07-28 | 2 | -0/+6 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-07-27 | 2 | -0/+8 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-07-25 | 2 | -0/+6 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-07-23 | 2 | -0/+6 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-07-22 | 2 | -0/+6 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-07-19 | 2 | -0/+6 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-07-17 | 4 | -0/+12 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-07-14 | 2 | -0/+6 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-07-13 | 4 | -0/+12 |
* | update unit tests | Bjoern Schiessle | 2018-07-11 | 2 | -3/+46 |
* | 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 | 4 | -49/+122 |
* | add setting to enable/disable federated group sharing | Bjoern Schiessle | 2018-07-11 | 3 | -2/+63 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-07-10 | 8 | -6/+12 |
* | Add API to undelete delete group shares | Roeland Jago Douma | 2018-07-05 | 1 | -0/+5 |
* | remove unused code | Bjoern Schiessle | 2018-07-02 | 1 | -24/+0 |
* | 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 |
* | fix notification tests | Bjoern Schiessle | 2018-07-02 | 1 | -4/+19 |
* | update tests | Bjoern Schiessle | 2018-07-02 | 1 | -259/+119 |
* | remove unused method | Bjoern Schiessle | 2018-07-02 | 1 | -24/+1 |
* | some minor fixes and clode cleanup | Bjoern Schiessle | 2018-07-02 | 2 | -17/+14 |
* | replace \OCP\Federation\Exception\ShareNotFoundException with the generic \OC... | Bjoern Schiessle | 2018-07-02 | 3 | -32/+22 |
* | fix check for reshare permissions | Bjoern Schiessle | 2018-07-02 | 1 | -1/+1 |
* | send RESHARE_CHANGE_PERMISSION message | Bjoern Schiessle | 2018-07-02 | 2 | -45/+114 |
* | implement RESHARE_UNDO notification | Bjoern Schiessle | 2018-07-02 | 3 | -5/+18 |
* | - Don't remove share before all notifications are created, otherwise we miss ... | Bjoern Schiessle | 2018-07-02 | 1 | -13/+3 |
* | implement unshare notification | Bjoern Schiessle | 2018-07-02 | 4 | -63/+145 |
* | send reshare over OCM API | Bjoern Schiessle | 2018-07-02 | 4 | -42/+147 |
* | implement decline share | Bjoern Schiessle | 2018-07-02 | 4 | -46/+115 |
* | implement accept share notification | Bjoern Schiessle | 2018-07-02 | 3 | -72/+168 |
* | adjust to latest api version | Bjoern Schiessle | 2018-07-02 | 3 | -6/+7 |
* | 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 | 4 | -16/+94 |
* | implement receiving of federated shares | Bjoern Schiessle | 2018-07-02 | 5 | -181/+338 |