Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump css-loader from 0.28.11 to 1.0.0 in /apps/accessibility | dependabot[bot] | 2018-07-08 | 2 | -993/+32 |
* | Fixed jsunit | John Molakvoæ (skjnldsv) | 2018-07-05 | 1 | -2/+2 |
* | Fix exception | Roeland Jago Douma | 2018-07-05 | 1 | -0/+1 |
* | Fix tests | Roeland Jago Douma | 2018-07-05 | 1 | -0/+15 |
* | Always show menu | John Molakvoæ (skjnldsv) | 2018-07-05 | 1 | -13/+11 |
* | Disable sidebar on deleted share | John Molakvoæ (skjnldsv) | 2018-07-05 | 4 | -9/+23 |
* | Js magic for deleted shares | John Molakvoæ (skjnldsv) | 2018-07-05 | 7 | -19/+175 |
* | getDeletedSharedWith method | John Molakvoæ (skjnldsv) | 2018-07-05 | 1 | -11/+1 |
* | Add API to undelete delete group shares | Roeland Jago Douma | 2018-07-05 | 6 | -0/+144 |
* | Merge pull request #10083 from nextcloud/fix/noid/ldap-unsupported-avatar-format | blizzz | 2018-07-04 | 4 | -1039/+674 |
|\ | |||||
| * | let user set avatar in nextcloud von LDAP provides invalid image data | Arthur Schiwon | 2018-07-03 | 4 | -13/+152 |
| * | Iron User_LDAP tests | Arthur Schiwon | 2018-07-03 | 2 | -1029/+525 |
* | | Merge pull request #10101 from nextcloud/papercut/10094/oauth_table | Morris Jobke | 2018-07-04 | 4 | -7/+12 |
|\ \ | |||||
| * | | Do not show OAuth2 table if it is empty | Roeland Jago Douma | 2018-07-04 | 4 | -7/+12 |
| |/ | |||||
* | | Merge pull request #10065 from nextcloud/rakekniven-patch-1 | Roeland Jago Douma | 2018-07-04 | 2 | -2/+2 |
|\ \ | |||||
| * | | Update SettingsControllerTest.php | rakekniven | 2018-06-30 | 1 | -1/+1 |
| * | | Update SettingsController.php | rakekniven | 2018-06-30 | 1 | -1/+1 |
* | | | Merge pull request #9345 from nextcloud/federation20 | Morris Jobke | 2018-07-03 | 24 | -660/+2573 |
|\ \ \ | |||||
| * | | | remove unused code | Bjoern Schiessle | 2018-07-02 | 1 | -24/+0 |
| * | | | look for correct OCM permissions | Bjoern Schiessle | 2018-07-02 | 2 | -6/+94 |
| * | | | remove debug output | Bjoern Schiessle | 2018-07-02 | 1 | -1/+0 |
| * | | | remove the makefile | Bjoern Schiessle | 2018-07-02 | 1 | -50/+0 |
| * | | | add support for different share types | Bjoern Schiessle | 2018-07-02 | 2 | -24/+25 |
| * | | | let the actual federated share provider check if incoming/outgoing shares are... | Bjoern Schiessle | 2018-07-02 | 1 | -13/+0 |
| * | | | send the display name back after a federated share was received | Bjoern Schiessle | 2018-07-02 | 1 | -1/+7 |
| * | | | make sure that remote url gets stored with a trailing '/' | Bjoern Schiessle | 2018-07-02 | 1 | -0/+5 |
| * | | | implement config check | Bjoern Schiessle | 2018-07-02 | 1 | -3/+23 |
| * | | | fix external manager tests | Bjoern Schiessle | 2018-07-02 | 1 | -10/+29 |
| * | | | 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 | 3 | -18/+14 |
| * | | | replace \OCP\Federation\Exception\ShareNotFoundException with the generic \OC... | Bjoern Schiessle | 2018-07-02 | 4 | -34/+24 |
| * | | | 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 | 5 | -45/+150 |
| * | | | implement decline share | Bjoern Schiessle | 2018-07-02 | 5 | -47/+131 |
| * | | | fix capabilities | Bjoern Schiessle | 2018-07-02 | 1 | -3/+7 |
| * | | | implement accept share notification | Bjoern Schiessle | 2018-07-02 | 4 | -73/+176 |
| * | | | adjust to latest api version | Bjoern Schiessle | 2018-07-02 | 6 | -26/+36 |
| * | | | update capabilities | Bjoern Schiessle | 2018-07-02 | 1 | -1/+5 |
| * | | | send accept share notification (WIP) | Bjoern Schiessle | 2018-07-02 | 5 | -14/+78 |
| * | | | use new API to send a federated share if possible | Bjoern Schiessle | 2018-07-02 | 5 | -19/+105 |
| * | | | add cloud federation api app | Bjoern Schiessle | 2018-07-02 | 9 | -0/+1152 |
| * | | | implement receiving of federated shares | Bjoern Schiessle | 2018-07-02 | 5 | -181/+338 |
| * | | | start implementing federated sharing 2.0 | Bjoern Schiessle | 2018-07-02 | 5 | -1/+102 |
* | | | | Improved logging of smb connection errors | Robin Appelman | 2018-07-03 | 2 | -1/+9 |
| |_|/ |/| | |