Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add caching headers for public previews | Julius Härtl | 2019-01-02 | 1 | -0/+2 |
* | Fix typo in "incoming" | Joas Schilling | 2018-12-05 | 1 | -2/+2 |
* | Rollback to default list view | John Molakvoæ (skjnldsv) | 2018-11-15 | 1 | -3/+3 |
* | Merge pull request #12324 from nextcloud/add-password-response-parameter-for-... | Morris Jobke | 2018-11-07 | 1 | -0/+3 |
|\ | |||||
| * | Add "password" parameter to the response data of link shares | Daniel Calviño Sánchez | 2018-11-06 | 1 | -0/+3 |
* | | Fix unit tests | Morris Jobke | 2018-11-07 | 1 | -1/+2 |
* | | Adapts the code to the new master state | Michael Weimann | 2018-11-07 | 1 | -1/+2 |
* | | Hides the header actions for file drops | Michael Weimann | 2018-11-07 | 1 | -3/+100 |
|/ | |||||
* | Fix tests | John Molakvoæ (skjnldsv) | 2018-11-06 | 1 | -2/+4 |
* | Add sending the password by Talk for a link share to ShareAPIController | Daniel Calviño Sánchez | 2018-11-02 | 1 | -0/+304 |
* | Check "note", "label" and "hide download" too in update share tests | Daniel Calviño Sánchez | 2018-11-02 | 1 | -14/+55 |
* | adjust unit tests | Bjoern Schiessle | 2018-11-01 | 1 | -2/+22 |
* | Honour "hide download" in the public share page | Daniel Calviño Sánchez | 2018-10-30 | 1 | -0/+114 |
* | Expose hide download to public page | Roeland Jago Douma | 2018-10-30 | 1 | -1/+2 |
* | Propegate hide download state in share provider | Roeland Jago Douma | 2018-10-30 | 1 | -2/+19 |
* | Use grid view in other file views too | Jan-Christoph Borchardt | 2018-10-18 | 3 | -6/+6 |
* | Fix usage of deprecated OC.webroot | Christoph Wurst | 2018-10-09 | 2 | -16/+16 |
* | Update test now that we check permissions properly | Roeland Jago Douma | 2018-09-06 | 1 | -7/+7 |
* | Fix tests | Roeland Jago Douma | 2018-08-24 | 1 | -2/+7 |
* | Add room shares to DAV and recent files "share-types" property | Daniel Calviño Sánchez | 2018-08-08 | 1 | -0/+20 |
* | Add room shares to the MountProvider for shares | Daniel Calviño Sánchez | 2018-08-08 | 1 | -1/+23 |
* | Add support for room shares to ShareAPIController | Daniel Calviño Sánchez | 2018-08-08 | 2 | -11/+485 |
* | Add support for sending the password by Talk to ShareAPIController | Daniel Calviño Sánchez | 2018-07-24 | 2 | -31/+90 |
* | fix unit tests | Bjoern Schiessle | 2018-07-21 | 1 | -5/+8 |
* | unit tests updated | Bjoern Schiessle | 2018-07-21 | 1 | -4/+27 |
* | fix unit tests | Bjoern Schiessle | 2018-07-21 | 1 | -0/+5 |
* | Disable failing test in legacy sharing tests | Morris Jobke | 2018-07-19 | 1 | -0/+2 |
* | Merge pull request #5280 from nextcloud/shared-with-display-name | Morris Jobke | 2018-07-13 | 1 | -0/+125 |
|\ | |||||
| * | SharedWithDisplayName + SharedWithAvatar | Maxence Lange | 2018-05-21 | 1 | -0/+125 |
* | | Fix formatting of email and circle shares | Daniel Calviño Sánchez | 2018-07-12 | 1 | -7/+61 |
* | | fix unit tests | Bjoern Schiessle | 2018-07-11 | 1 | -0/+3 |
* | | update unit tests | Bjoern Schiessle | 2018-07-11 | 2 | -32/+59 |
* | | fix external manager tests | Bjoern Schiessle | 2018-07-02 | 1 | -10/+29 |
* | | Merge pull request #10046 from nextcloud/fix-getting-the-information-of-a-gro... | Morris Jobke | 2018-06-29 | 1 | -3/+3 |
|\ \ | |||||
| * | | Fix getting the information of group share as a sharee | Daniel Calviño Sánchez | 2018-06-29 | 1 | -3/+3 |
* | | | Merge pull request #8854 from nextcloud/drop-old-sharing-code | Morris Jobke | 2018-06-29 | 2 | -135/+0 |
|\ \ \ | |/ / |/| | | |||||
| * | | Backends are legacy code as well and need to go | Roeland Jago Douma | 2018-05-23 | 1 | -114/+0 |
| * | | Get rid of shareItem | Morris Jobke | 2018-05-23 | 2 | -22/+1 |
* | | | Update SharingCheckMiddlewareTest | Roeland Jago Douma | 2018-06-20 | 1 | -89/+0 |
* | | | Fix ShareControllerTest | Roeland Jago Douma | 2018-06-20 | 1 | -210/+16 |
* | | | Fix PublicPreviewControllerTests | Roeland Jago Douma | 2018-06-20 | 1 | -8/+10 |
|/ / | |||||
* | | Fix ExpiresSharesJobTest | Roeland Jago Douma | 2018-05-23 | 1 | -16/+21 |
* | | Use node api | Roeland Jago Douma | 2018-05-23 | 1 | -27/+13 |
|/ | |||||
* | Fix tests | Roeland Jago Douma | 2018-05-01 | 1 | -2/+4 |
* | Fix sharedfilelistSpec.js tests | Roeland Jago Douma | 2018-04-26 | 1 | -3/+6 |
* | Fix tests | Roeland Jago Douma | 2018-04-24 | 1 | -14/+14 |
* | Fix tests | Julius Härtl | 2018-04-05 | 1 | -2/+2 |
* | Do not use \OCP\DB anymore | Roeland Jago Douma | 2018-03-26 | 2 | -16/+12 |
* | Replace ContactsManager | Roeland Jago Douma | 2018-03-13 | 1 | -1/+15 |
* | Remove OC_App::disable method | Tobia De Koninck | 2018-03-06 | 1 | -1/+1 |