| Commit message (Expand) | Author | Age | Files | Lines |
* | fix public sharing buttons | Christoph Wurst | 2017-01-23 | 1 | -2/+5 |
* | Fixed public share header buttons | John Molakvoæ (skjnldsv) | 2017-01-22 | 1 | -42/+21 |
* | fix button on public upload page | Jan-Christoph Borchardt | 2016-10-24 | 1 | -3/+4 |
* | Fix tests | Lukas Reschke | 2016-09-08 | 1 | -2/+1 |
* | Adding a optional disclaimer to the anonymous upload page | Morris Jobke | 2016-09-08 | 1 | -0/+11 |
* | up the minimum size of the public share video a bit, use 16/9 ratio, fix #603 | Jan-Christoph Borchardt | 2016-07-29 | 1 | -2/+7 |
* | Add text about uploaded files | Lukas Reschke | 2016-06-10 | 1 | -1/+1 |
* | Fix public upload for normal shares | Lukas Reschke | 2016-06-09 | 1 | -2/+0 |
* | Make uploading possible via select and cleanup CSS | Lukas Reschke | 2016-06-09 | 1 | -12/+39 |
* | Add fancy layout | Lukas Reschke | 2016-06-09 | 1 | -0/+34 |
* | Fix public page footer position in IE | Vincent Petry | 2016-02-22 | 1 | -0/+5 |
* | Fixes pagination in IE | Morris Jobke | 2016-02-22 | 1 | -1/+0 |
* | move footer to bottom of public page | Hendrik Leppelsack | 2015-10-07 | 1 | -0/+2 |
* | fix public empty message | Hendrik Leppelsack | 2015-10-06 | 1 | -1/+0 |
* | fix scrollbars in public template | Hendrik Leppelsack | 2015-10-06 | 1 | -1/+4 |
* | adjust style of disabled button | Morris Jobke | 2015-09-30 | 1 | -0/+10 |
* | Fix regression of button at public download page | Morris Jobke | 2015-07-06 | 1 | -1/+1 |
* | Restore min-height for single previews | Olivier Paroz | 2015-05-20 | 1 | -0/+1 |
* | Remove overflow+watermark | Olivier Paroz | 2015-04-23 | 1 | -9/+3 |
* | An idea to suggest that this is just a sample of the full text | Olivier Paroz | 2015-04-23 | 1 | -0/+11 |
* | Show a text preview instead of a bitmap preview of text | Olivier Paroz | 2015-04-23 | 1 | -1/+16 |
* | fix multiselect bar offset on shared page | Jan-Christoph Borchardt | 2014-08-19 | 1 | -1/+2 |
* | Quick fix for #9119. Increase preview to keep empty message more centered and... | Remco Brenninkmeijer | 2014-07-30 | 1 | -1/+1 |
* | move public page footer rules from sharing app to core so it is used by other... | Jan-Christoph Borchardt | 2014-07-07 | 1 | -16/+0 |
* | IE8 fixes | Morris Jobke | 2014-07-04 | 1 | -1/+10 |
* | use icon-confirm instead of text for accepting remote share, works better wit... | Jan-Christoph Borchardt | 2014-07-04 | 1 | -5/+23 |
* | fix lineheight of server2server share | Volkan Gezer | 2014-07-02 | 1 | -1/+0 |
* | drop unneeded code | Morris Jobke | 2014-06-27 | 1 | -14/+0 |
* | fix broken buttons for IE8-11 | Morris Jobke | 2014-06-17 | 1 | -0/+1 |
* | fixing layout issue - mostly alignment | Morris Jobke | 2014-06-17 | 1 | -0/+20 |
* | Add interface for adding a public share to a different ownCloud instance | Robin Appelman | 2014-06-14 | 1 | -0/+14 |
* | Show less whitespace above publicly shared images | Robin Appelman | 2014-05-23 | 1 | -7/+0 |
* | Fixed many issues, clean up | Vincent Petry | 2014-05-15 | 1 | -8/+0 |
* | Namespacing for FileList, FileActions and trashbin app | Vincent Petry | 2014-05-15 | 1 | -0/+4 |
* | fix position and look of public download button | Jan-Christoph Borchardt | 2014-05-02 | 1 | -3/+0 |
* | Merge pull request #8255 from owncloud/fix-public-download-button | Raghu Nayyar | 2014-04-22 | 1 | -0/+13 |
|\ |
|
| * | keep long file names in one line to not overflow download button on mobile | Jan-Christoph Borchardt | 2014-04-17 | 1 | -0/+13 |
* | | Merge pull request #8239 from owncloud/directlink-overflow | Thomas Müller | 2014-04-22 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | add max-width to directLink input to prevent overflow | Jan-Christoph Borchardt | 2014-04-16 | 1 | -0/+1 |
* | | fix header code duplication, code style fixes | Jan-Christoph Borchardt | 2014-04-16 | 1 | -16/+0 |
* | | remove duplication of 'header-right' element, also make it overflow when too ... | Jan-Christoph Borchardt | 2014-04-16 | 1 | -13/+0 |
|/ |
|
* | Files, trashbin, public apps use ajax/JSON for the file list | Vincent Petry | 2014-04-02 | 1 | -0/+5 |
* | Consolidate two sections, per code review. Issue #1648 | Matthew Caron | 2014-02-17 | 1 | -6/+2 |
* | Fit shared videos to viewer, just like images. Issue #1648 | Matthew Caron | 2014-02-14 | 1 | -0/+7 |
* | adjust file type icon placement for when no preview can be generated | Jan-Christoph Borchardt | 2014-01-29 | 1 | -0/+5 |
* | fix horizontal scrollbar appearing when footer is too long, footer wraps now | Jan-Christoph Borchardt | 2014-01-29 | 1 | -2/+1 |
* | merge master into mobile-style | Jan-Christoph Borchardt | 2014-01-29 | 1 | -5/+5 |
|\ |
|
| * | Merge pull request #6912 from owncloud/replace-webroot-in-css | Morris Jobke | 2014-01-27 | 1 | -18/+1 |
| |\ |
|
| | * | remove %webroot from files_sharing app | Jan-Christoph Borchardt | 2014-01-23 | 1 | -18/+1 |
| * | | Merge pull request #5153 from owncloud/core-em-to-px | Jan-Christoph Borchardt | 2014-01-27 | 1 | -8/+8 |
| |\ \ |
|