summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/templates/public.php
Commit message (Expand)AuthorAgeFilesLines
* Remove OC_Helper::imagePath and use the proper public interfaceMorris Jobke2016-01-241-2/+2
* [Share 2.0] Move showing link share to sharing 2.0Roeland Jago Douma2016-01-201-1/+1
* Removed deprecated OC_Helper::mimeTypeIcon functionRoeland Jago Douma2015-12-181-1/+1
* show display name but internally use the user nameBjörn Schießle2015-12-141-1/+1
* fix scrollbars in public templateHendrik Leppelsack2015-10-061-31/+32
* Do noy allow empty urls to be submitted in "add to your owncloud"Roeland Jago Douma2015-09-301-1/+1
* Combine upload action into the "New" menuVincent Petry2015-08-281-0/+1
* Load missing JS dep in public link pageVincent Petry2015-08-181-0/+1
* Implement file actions dropdownVincent Petry2015-08-101-0/+1
* remove duplicate ID in HTML template for public sharesMorris Jobke2015-06-251-1/+1
* Disable video preview if previews are disabledMorris Jobke2015-06-091-1/+1
* replace logo-wide on share page as well with better icon + textJan-Christoph Borchardt2015-05-221-4/+14
* Move mimetype check from template to controllerJoas Schilling2015-03-161-4/+3
* Use the PreviewManager where possibleJoas Schilling2015-03-161-2/+2
* show animated gifs on public sharing pageGeorg Ehrke2015-01-191-0/+2
* fix accessibility of logosJan-Christoph Borchardt2014-12-181-1/+5
* Added download size on public sharingVincent Cloutier2014-11-141-1/+1
* Refactor file sharing public link handlingLukas Reschke2014-11-141-3/+23
* Use SVG previews for public sharingLukas Reschke2014-09-301-12/+11
* Hiding add to your own cloud if server2server sharing is not enabledClark Tomlinson2014-09-031-1/+6
* Update public.phppzy2014-08-071-0/+5
* don't preload videos on public sharing, fixes #10042Georg Ehrke2014-07-301-1/+1
* use icon-confirm instead of text for accepting remote share, works better wit...Jan-Christoph Borchardt2014-07-041-2/+2
* for shared links, use wide logo on desktop and icon on mobileJan-Christoph Borchardt2014-07-031-1/+1
* Merge pull request #9391 from owncloud/design-mobile-shareJan-Christoph Borchardt2014-07-031-3/+5
|\
| * use same logo for mobile as for when logged in, fix #9360Jan-Christoph Borchardt2014-07-021-2/+4
| * hide text of download button, only show iconJan-Christoph Borchardt2014-07-021-1/+1
* | fix lineheight of server2server shareVolkan Gezer2014-07-021-1/+1
|/
* drop unneeded codeMorris Jobke2014-06-271-1/+1
* Fix prompting for passwordRobin Appelman2014-06-141-1/+1
* Update for changes in masterRobin Appelman2014-06-141-1/+0
* Add interface for adding a public share to a different ownCloud instanceRobin Appelman2014-06-141-4/+14
* drop allowZIPdownload and maxZIPSize as optionsMorris Jobke2014-06-021-2/+0
* remove noise texture from interface (not necessary, and blurry on high-res)Jan-Christoph Borchardt2014-05-231-1/+1
* load image via javascript and use $(document).width() to determine the proper...Thomas Müller2014-05-021-4/+0
* Images on public sharing get downscaled to increase use experience - this wil...Thomas Müller2014-05-021-1/+4
* disable download button if zip download is disabledThomas Müller2014-05-021-0/+2
* remove file name from upper right buttonThomas Müller2014-04-291-1/+1
* reintroduce download button on public sharesThomas Müller2014-04-291-3/+10
* remove unneeded icon classJan-Christoph Borchardt2014-03-141-1/+1
* Fixed double file encoding for previewsVincent Petry2014-01-301-1/+1
* - adding class to header div: share-folder or share-fileThomas Müller2014-01-291-2/+3
* adjust file type icon placement for when no preview can be generatedJan-Christoph Borchardt2014-01-291-1/+1
* merge master into mobile-styleJan-Christoph Borchardt2014-01-291-1/+1
|\
| * Merge pull request #6912 from owncloud/replace-webroot-in-cssMorris Jobke2014-01-271-1/+1
| |\
| | * remove %webroot from files_sharing appJan-Christoph Borchardt2014-01-231-1/+1
* | | Instead of 'No preview available for ...' we simple display the mieme-type iconThomas Müller2014-01-231-12/+8
* | | fix conflicts and add missing closing tagMorris Jobke2014-01-231-1/+1
* | | Merge branch 'master' into mobile-styleThomas Müller2014-01-231-1/+1
|\| |
| * | remove extra upload controlsMyles McNamara2014-01-101-13/+1