| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Use PublicTemplateResponse for files_sharing | Julius Härtl | 2018-02-27 | 1 | -92/+37 |
* | Remove video preview from files_sharing | Julius Härtl | 2018-01-22 | 1 | -7/+1 |
* | Fix anchor change when clicking on sharing page menu | Daniel Calviño Sánchez | 2017-12-21 | 1 | -3/+3 |
* | Add HTML5 audio player in public view | William Pain | 2017-11-22 | 1 | -0/+6 |
* | Clicking publicly shared image opens direct preview url | Jan-Christoph Borchardt | 2017-11-01 | 1 | -0/+1 |
* | Directly show link | Jan-Christoph Borchardt | 2017-11-01 | 1 | -2/+2 |
* | Use standard way of showing and hiding popover menu | Jan-Christoph Borchardt | 2017-11-01 | 1 | -1/+1 |
* | Show and hide menu via Javascript, thanks @skjnldsv | Jan-Christoph Borchardt | 2017-11-01 | 1 | -2/+2 |
* | Add label to download action | Jan-Christoph Borchardt | 2017-11-01 | 1 | -1/+1 |
* | Fix display of Download entry text | Jan-Christoph Borchardt | 2017-11-01 | 1 | -1/+1 |
* | Move shared page controls to menu in top right | Jan-Christoph Borchardt | 2017-11-01 | 1 | -20/+34 |
* | For images we have a preview for use the preview link | Roeland Jago Douma | 2017-09-25 | 1 | -1/+1 |
* | Logo claim is not used anymore | Morris Jobke | 2017-08-02 | 1 | -1/+0 |
* | Merge pull request #5920 from nextcloud/gallery-share-view-fix | Morris Jobke | 2017-08-02 | 1 | -2/+2 |
|\ |
|
| * | Change id to class in the main share template | Marin Treselj | 2017-07-31 | 1 | -2/+2 |
* | | Fix comparisons in the sharing app | Joas Schilling | 2017-08-01 | 1 | -1/+1 |
|/ |
|
* | Add filename and sharer in public page | Morris Jobke | 2017-07-21 | 1 | -4/+6 |
* | Simplified Nextcloud logo icon | Marin Treselj | 2017-07-02 | 1 | -1/+1 |
* | fix 'add to your nextcloud' input field, this is not an email address | Bjoern Schiessle | 2017-06-13 | 1 | -1/+1 |
* | Remove primary class from public link download button | Jan-Christoph Borchardt | 2017-05-16 | 1 | -1/+1 |
* | Correctly escape the footer description from theming | Joas Schilling | 2017-03-17 | 1 | -1/+1 |
* | fix log and app name | Christoph Wurst | 2017-01-23 | 1 | -5/+4 |
* | more cleanup | Christoph Wurst | 2017-01-23 | 1 | -30/+26 |
* | Fixed public share download button | John Molakvoæ (skjnldsv) | 2017-01-22 | 1 | -2/+2 |
* | Fixed public share header buttons | John Molakvoæ (skjnldsv) | 2017-01-22 | 1 | -2/+2 |
* | fix some outdated naming | Jan-Christoph Borchardt | 2016-11-24 | 1 | -1/+1 |
* | Move away from OC_L10N | Roeland Jago Douma | 2016-10-28 | 1 | -1/+1 |
* | Adding Open Graph Support for public shares http://ogp.me/ | Thomas Müller | 2016-10-21 | 1 | -1/+1 |
* | Adding a optional disclaimer to the anonymous upload page | Morris Jobke | 2016-09-08 | 1 | -1/+4 |
* | Deprecate getEditionString() | Joas Schilling | 2016-09-06 | 1 | -7/+1 |
* | move closing div to the right place | Bjoern Schiessle | 2016-07-20 | 1 | -1/+1 |
* | Move JS inclusion to Controller | Roeland Jago Douma | 2016-07-18 | 1 | -20/+0 |
* | replace 'ownCloud' with 'Nextcloud' | Bjoern Schiessle | 2016-07-14 | 1 | -2/+2 |
* | create a real federated share if a user add a public link to his ownCloud | Björn Schießle | 2016-07-14 | 1 | -1/+1 |
* | Add text about uploaded files | Lukas Reschke | 2016-06-10 | 1 | -1/+3 |
* | Add some error handling | Lukas Reschke | 2016-06-09 | 1 | -0/+7 |
* | Fix public upload for normal shares | Lukas Reschke | 2016-06-09 | 1 | -2/+3 |
* | Make uploading possible via select and cleanup CSS | Lukas Reschke | 2016-06-09 | 1 | -4/+10 |
* | Add fancy layout | Lukas Reschke | 2016-06-09 | 1 | -5/+11 |
* | Fix XSS | Lukas Reschke | 2016-06-09 | 1 | -1/+1 |
* | add hide file list option | Bjoern Schiessle | 2016-06-09 | 1 | -17/+33 |
* | video poster | Piotr Filiciak | 2016-05-24 | 1 | -6/+2 |
* | Fix: Bugs in shared link with video #24331 | Piotr Filiciak | 2016-05-15 | 1 | -3/+5 |
* | replace $.parseJSON() by JSON.parse() | Christoph Wurst | 2016-04-19 | 1 | -1/+0 |
* | Remove OC_Helper::imagePath and use the proper public interface | Morris Jobke | 2016-01-24 | 1 | -2/+2 |
* | [Share 2.0] Move showing link share to sharing 2.0 | Roeland Jago Douma | 2016-01-20 | 1 | -1/+1 |
* | Removed deprecated OC_Helper::mimeTypeIcon function | Roeland Jago Douma | 2015-12-18 | 1 | -1/+1 |
* | show display name but internally use the user name | Björn Schießle | 2015-12-14 | 1 | -1/+1 |
* | fix scrollbars in public template | Hendrik Leppelsack | 2015-10-06 | 1 | -31/+32 |
* | Do noy allow empty urls to be submitted in "add to your owncloud" | Roeland Jago Douma | 2015-09-30 | 1 | -1/+1 |