Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #10255 from nextcloud/add-support-for-room-shares | Björn Schießle | 2018-08-09 | 9 | -21/+650 |
|\ | |||||
| * | Suppress Phan warnings about calling undeclared class methods | Daniel Calviño Sánchez | 2018-08-08 | 2 | -0/+8 |
| * | Add room shares to DAV and recent files "share-types" property | Daniel Calviño Sánchez | 2018-08-08 | 2 | -0/+22 |
| * | Add support for room shares to the share owner updater | Daniel Calviño Sánchez | 2018-08-08 | 1 | -0/+1 |
| * | Add room shares to the MountProvider for shares | Daniel Calviño Sánchez | 2018-08-08 | 2 | -1/+24 |
| * | Add support for room shares to DeletedShareAPIController | Daniel Calviño Sánchez | 2018-08-08 | 1 | -5/+48 |
| * | Add support for room shares to ShareAPIController | Daniel Calviño Sánchez | 2018-08-08 | 3 | -15/+547 |
* | | Merge pull request #10537 from MartB/mselect_fix | Roeland Jago Douma | 2018-08-09 | 2 | -1/+19 |
|\ \ | |/ |/| | |||||
| * | Fix multiSelectMenu for public shares #10536 | MartB | 2018-08-06 | 2 | -1/+19 |
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-08-08 | 2 | -0/+2 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-08-05 | 2 | -0/+6 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-08-02 | 2 | -8/+8 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-07-31 | 2 | -0/+10 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-07-28 | 4 | -0/+28 |
* | Merge pull request #10416 from nextcloud/bugfix/10414/fix-preview-url | Roeland Jago Douma | 2018-07-27 | 1 | -3/+3 |
|\ | |||||
| * | Use OC.generateUrl to properly prefix preview images | Julius Härtl | 2018-07-26 | 1 | -3/+3 |
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-07-27 | 8 | -6/+52 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-07-26 | 14 | -0/+60 |
* | Add event to load additional scripts in the auth page for public shares | Daniel Calviño Sánchez | 2018-07-24 | 1 | -0/+29 |
* | Add support for sending the password by Talk to ShareAPIController | Daniel Calviño Sánchez | 2018-07-24 | 3 | -33/+121 |
* | Fixed scrolling container | John Molakvoæ (skjnldsv) | 2018-07-24 | 2 | -6/+0 |
* | Acceptance and mobile navigation fixes | John Molakvoæ (skjnldsv) | 2018-07-24 | 1 | -1/+2 |
* | Merge pull request #10218 from nextcloud/share-comments | Roeland Jago Douma | 2018-07-24 | 7 | -146/+297 |
|\ | |||||
| * | Design fixes | John Molakvoæ (skjnldsv) | 2018-07-21 | 1 | -2/+4 |
| * | Tests fixes and design bump | John Molakvoæ (skjnldsv) | 2018-07-21 | 1 | -1/+21 |
| * | move the note up, so that it is also visible in the file drop view | Bjoern Schiessle | 2018-07-21 | 1 | -5/+6 |
| * | Public fixes | John Molakvoæ (skjnldsv) | 2018-07-21 | 1 | -1/+45 |
| * | Public share | John Molakvoæ (skjnldsv) | 2018-07-21 | 1 | -61/+54 |
| * | fix unit tests | Bjoern Schiessle | 2018-07-21 | 1 | -5/+8 |
| * | Popovermenu migration | John Molakvoæ (skjnldsv) | 2018-07-21 | 1 | -146/+165 |
| * | unit tests updated | Bjoern Schiessle | 2018-07-21 | 1 | -4/+27 |
| * | UI set share note! | John Molakvoæ (skjnldsv) | 2018-07-21 | 1 | -0/+21 |
| * | return the as well note if we fetch a share | Bjoern Schiessle | 2018-07-21 | 1 | -0/+1 |
| * | fix unit tests | Bjoern Schiessle | 2018-07-21 | 1 | -0/+5 |
| * | some small template fixes | Bjoern Schiessle | 2018-07-21 | 1 | -1/+1 |
| * | show note on public link page | Bjoern Schiessle | 2018-07-21 | 3 | -0/+11 |
| * | allow to add a personal note to a share | Bjoern Schiessle | 2018-07-21 | 1 | -3/+11 |
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-07-24 | 2 | -0/+10 |
* | | Merge pull request #10356 from nextcloud/bugfix/noid/dont-call-getuid-on-null | Morris Jobke | 2018-07-23 | 1 | -1/+5 |
|\ \ | |||||
| * | | Don't call getUID on null when the app is loaded for a guest | Joas Schilling | 2018-07-23 | 1 | -1/+5 |
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-07-23 | 2 | -0/+6 |
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-07-22 | 6 | -0/+20 |
| |/ |/| | |||||
* | | Cleanup structure | John Molakvoæ (skjnldsv) | 2018-07-20 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #10295 from nextcloud/fix/noid/fix-failing-test | Roeland Jago Douma | 2018-07-19 | 1 | -0/+2 |
|\ | |||||
| * | Disable failing test in legacy sharing tests | Morris Jobke | 2018-07-19 | 1 | -0/+2 |
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-07-19 | 14 | -0/+52 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-07-18 | 102 | -118/+122 |
* | Merge pull request #10230 from nextcloud/feature/shareoverview | Morris Jobke | 2018-07-17 | 3 | -93/+164 |
|\ | |||||
| * | Jsuinit fixes | John Molakvoæ (skjnldsv) | 2018-07-17 | 1 | -3/+10 |
| * | Reorder position of "Shared by me" and "Shared with me" | Morris Jobke | 2018-07-16 | 1 | -8/+10 |