Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Load public preview via JS | Lukas Reschke | 2014-10-01 | 1 | -5/+0 |
| | | | | | | Backport of https://github.com/owncloud/core/pull/11368 to stable6 - since stable6 has no detection for SVG support this will just use the PNG icon instead of SVG ones. I believe this is a better solution than backporting the whole SVG support stuff and potentially breaking a lot. | ||||
* | fix position and look of public download button | Jan-Christoph Borchardt | 2014-07-08 | 1 | -3/+0 |
| | | | | Backport of 899c7c0 from master | ||||
* | keep long file names in one line to not overflow download button on mobile | Jan-Christoph Borchardt | 2014-06-06 | 1 | -0/+13 |
| | |||||
* | add max-width to directLink input to prevent overflow | Jan-Christoph Borchardt | 2014-06-06 | 1 | -0/+1 |
| | |||||
* | Merge branch 'stable6' into backport_6777_stable6 | Thomas Müller | 2014-02-07 | 1 | -1/+1 |
|\ | | | | | | | | | | | Conflicts: apps/files_sharing/css/public.css apps/files_sharing/templates/public.php | ||||
| * | remove %webroot from files_sharing app | Jan-Christoph Borchardt | 2014-02-06 | 1 | -18/+1 |
| | | |||||
* | | adjust file type icon placement for when no preview can be generated | Jörn Friedrich Dreyer | 2014-02-05 | 1 | -0/+5 |
| | | |||||
* | | fix horizontal scrollbar appearing when footer is too long, footer wraps now | Jörn Friedrich Dreyer | 2014-02-05 | 1 | -2/+1 |
| | | |||||
* | | remove background and width from multiselect bar, fix Download button not ↵ | Jörn Friedrich Dreyer | 2014-02-05 | 1 | -3/+2 |
| | | | | | | | | showing on mobile | ||||
* | | fix public share download button width | Jörn Friedrich Dreyer | 2014-02-05 | 1 | -1/+8 |
| | | |||||
* | | tweak color and position of username in public share | Jörn Friedrich Dreyer | 2014-02-05 | 1 | -9/+8 |
| | | |||||
* | | remove unused js code and css rules | Jörn Friedrich Dreyer | 2014-02-04 | 1 | -49/+0 |
|/ | |||||
* | change em to px | Myles McNamara | 2014-01-22 | 1 | -1/+1 |
| | |||||
* | modify js to move upload wrapper, modify css to match core values | Myles McNamara | 2014-01-22 | 1 | -7/+10 |
| | |||||
* | fix trashbin and pbulic page controls | Morris Jobke | 2013-12-03 | 1 | -0/+4 |
| | |||||
* | fix and cleanup CSS for public page | Morris Jobke | 2013-12-03 | 1 | -3/+2 |
| | |||||
* | change different shades of grey for public share page to white | Jan-Christoph Borchardt | 2013-12-03 | 1 | -10/+14 |
| | |||||
* | remove app specific code | Jan-Christoph Borchardt | 2013-12-03 | 1 | -4/+0 |
| | |||||
* | fix details for buttons in header and controls bar | Jan-Christoph Borchardt | 2013-12-03 | 1 | -1/+5 |
| | |||||
* | fix style of public share page | Morris Jobke | 2013-10-29 | 1 | -15/+13 |
| | |||||
* | unbold the 'Direct link' label | Jan-Christoph Borchardt | 2013-10-21 | 1 | -1/+4 |
| | |||||
* | reduce width of direct link input field | Jan-Christoph Borchardt | 2013-10-21 | 1 | -1/+1 |
| | |||||
* | Added direct link in public share page | Vincent Petry | 2013-10-18 | 1 | -0/+8 |
| | | | | Fixes #1167 | ||||
* | fix multiselect bar opacity, webroot | Jan-Christoph Borchardt | 2013-10-04 | 1 | -1/+1 |
| | |||||
* | simplify input elements for less cognitive load. No box-shadow, no ↵ | Jan-Christoph Borchardt | 2013-10-03 | 1 | -3/+1 |
| | | | | text-shadow, smaller border-radius | ||||
* | fix position of 'user shared the folder foldername with you' label | Georg Ehrke | 2013-07-04 | 1 | -1/+5 |
| | |||||
* | Added file-upload to GIT repo | Roman Geber | 2013-06-26 | 1 | -8/+8 |
| | | | | Optimized CSS identifiers | ||||
* | Public upload feature | Roman Geber | 2013-06-25 | 1 | -2/+59 |
| | |||||
* | fix multiselect bar offset on shared page, close #1339 finally | Jan-Christoph Borchardt | 2013-02-14 | 1 | -0/+1 |
| | |||||
* | Share: fix table head color for public shared folders | Robin Appelman | 2013-02-11 | 1 | -0/+4 |
| | |||||
* | Sharing: fix position of file list in public link view of folder | Robin Appelman | 2013-02-11 | 1 | -3/+3 |
| | |||||
* | Place the brackets in the first line | Lukas Reschke | 2012-10-24 | 1 | -60/+59 |
| | |||||
* | Remove uneeded vendor prefixes | Lukas Reschke | 2012-10-24 | 1 | -2/+0 |
| | |||||
* | Format the CSS in a readable way | Lukas Reschke | 2012-10-23 | 1 | -11/+73 |
| | |||||
* | Fix styling of public shared files download button | Tom Needham | 2012-09-19 | 1 | -3/+4 |
| | |||||
* | Dynamicly resize public shared images | Tom Needham | 2012-09-19 | 1 | -1/+3 |
| | |||||
* | Show notification that no preview is available if no previewer is found for ↵ | Michael Gapczynski | 2012-08-29 | 1 | -2/+3 |
| | | | | a public link to a file | ||||
* | Fix password authentication for links and fix template problems for links by ↵ | Michael Gapczynski | 2012-08-29 | 1 | -2/+7 |
| | | | | creating a new base layout | ||||
* | Initial previewer for public links | Michael Gapczynski | 2012-08-27 | 1 | -0/+2 |