| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 3 | -3/+3 |
* | Adding Open Graph Support for public shares http://ogp.me/ | Thomas Müller | 2016-10-21 | 1 | -1/+1 |
* | Merge pull request #1606 from nextcloud/search-detail | Morris Jobke | 2016-10-18 | 1 | -1/+0 |
|\ |
|
| * | search design details | Jan-Christoph Borchardt | 2016-09-09 | 1 | -1/+0 |
* | | 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 expiration date to share by link view | Morris Jobke | 2016-07-07 | 1 | -0/+3 |
* | 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 |
* | move federated sharing settings to the federatedfilesharing app | Björn Schießle | 2016-04-22 | 2 | -104/+0 |
* | replace $.parseJSON() by JSON.parse() | Christoph Wurst | 2016-04-19 | 1 | -1/+0 |
* | Consistently use rel=noreferrer | Lukas Reschke | 2016-03-20 | 2 | -3/+3 |
* | Public link share disabled if password length is equal to 0 | prastut | 2016-03-08 | 1 | -2/+3 |
* | Use HTTPS instead of HTTP | Lukas Reschke | 2016-02-05 | 1 | -1/+1 |
* | 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 |
* | remove unneeded icons from input fields to not distract from submit button, f... | Jan-Christoph Borchardt | 2015-10-30 | 1 | -1/+0 |
* | Merge pull request #19733 from owncloud/remove-controls-whennotneeded | Thomas Müller | 2015-10-14 | 1 | -3/+0 |
|\ |
|
| * | Remove controls for file lists that don't need it | Vincent Petry | 2015-10-13 | 1 | -3/+0 |
* | | apply new checkbox style to admin settings | Hendrik Leppelsack | 2015-10-14 | 1 | -2/+2 |
|/ |
|
* | 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 |
* | Merge pull request #18630 from owncloud/files-combineuploadbutton | Jan-Christoph Borchardt | 2015-09-07 | 1 | -0/+1 |
|\ |
|
| * | Combine upload action into the "New" menu | Vincent Petry | 2015-08-28 | 1 | -0/+1 |
* | | Collapse HTML code for federated code | Lukas Reschke | 2015-09-03 | 1 | -5/+6 |
|/ |
|
* | don't load gs-share | Thomas Müller | 2015-08-25 | 1 | -2/+4 |
* | Simply hide sharing buttons for IE8 - fixes #18011 | Thomas Müller | 2015-08-25 | 1 | -0/+2 |
* | Load missing JS dep in public link page | Vincent Petry | 2015-08-18 | 1 | -0/+1 |
* | Implement file actions dropdown | Vincent Petry | 2015-08-10 | 1 | -0/+1 |
* | use inline confirm button style for password-protected links, ref #15176 | Jan-Christoph Borchardt | 2015-07-29 | 1 | -1/+2 |
* | remove duplicate ID in HTML template for public shares | Morris Jobke | 2015-06-25 | 1 | -1/+1 |
* | Merge pull request #16692 from owncloud/add_social_media_buttons | Björn Schießle | 2015-06-18 | 1 | -6/+67 |
|\ |
|