summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/templates
Commit message (Collapse)AuthorAgeFilesLines
* show animated gifs on public sharing pageGeorg Ehrke2015-01-191-0/+2
|
* use class for no results div instead of id. the elements are not unique.Jörn Friedrich Dreyer2015-01-061-1/+1
|
* filter trashbin and share viewsJörn Friedrich Dreyer2015-01-051-0/+6
|
* 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-142-4/+30
| | | | | | | fixes download issue introduced by #10755 Conflicts: apps/files_sharing/public.php
* adjust strings - fixed #11930Thomas Müller2014-11-051-3/+11
|
* Use SVG previews for public sharingLukas Reschke2014-09-301-12/+11
| | | | Fixes https://github.com/owncloud/core/pull/11367#issuecomment-57306037 and https://github.com/owncloud/core/issues/9218
* Hiding add to your own cloud if server2server sharing is not enabledClark Tomlinson2014-09-031-1/+6
|
* Update public.phppzy2014-08-071-0/+5
| | | | | | | | | | added tag to make facebook load a preview picture Update public.php add check ifMimeSupported and put the thumbsize in a variable generate preview for all supported mimes
* 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 ↵Jan-Christoph Borchardt2014-07-041-2/+2
| | | | with translations
* 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
|\ | | | | Fix mobile share view glitches
| * 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
|/
* Merge pull request #9245 from owncloud/server2server-sharing-design-fixesMorris Jobke2014-07-021-1/+1
|\ | | | | drop unneeded code
| * drop unneeded codeMorris Jobke2014-06-271-1/+1
| |
* | Fix wording for remote shares in settings pageVincent Petry2014-06-261-1/+1
|/
* Merge pull request #8399 from owncloud/server-server-sharingicewind19912014-06-172-4/+26
|\ | | | | Add server<->server sharing
| * add settings to disable server to server sharingBjoern Schiessle2014-06-141-0/+13
| |
| * 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
| |
* | Fix pathMorris Jobke2014-06-141-1/+1
| |
* | fix layout of password protected sharesMorris Jobke2014-06-131-0/+1
|/ | | | | * add password icon * fix upshifted arrow button - fixes #9024
* move mail template editor from core to standalone templateeditor repoJörn Friedrich Dreyer2014-06-131-41/+0
|
* Merge pull request #8824 from owncloud/mail_template_editing_in_webuiMorris Jobke2014-06-041-0/+41
|\ | | | | minimal mail template editor for administrators
| * convert mail template editor to app framework for a restful apiJörn Friedrich Dreyer2014-06-031-3/+5
| |
| * minimal mail template editor for administrators, refs #7177Jörn Friedrich Dreyer2014-06-021-0/+39
| |
* | infield label removal: remove last occurences of infield labelsJan-Christoph Borchardt2014-06-031-2/+2
| |
* | drop allowZIPdownload and maxZIPSize as optionsMorris Jobke2014-06-021-2/+0
|/
* Removed "Share with" columnVincent Petry2014-05-301-3/+0
|
* Sharing overview fixes and unit testsVincent Petry2014-05-301-2/+2
| | | | | | | | | | | | - Fixed renaming and fileActionsReady event - Added unit tests for shares list - Fixed public page with defer - Fixed file actions in sharing overview - Fixed sharing counterpart list (10 entries max) - Fixed file path attribute to be used in download action - Fix sharing list headers - OC.Share icons now operate on fileList instance - Fix OC.Share.updateIcon when more than one list in DOM
* Small fixes to sharing overviewVincent Petry2014-05-301-1/+1
| | | | | | - Removed file size from file summary in sharing overview - Fixed document title - Fixed empty content text for shared overview
* Removed selection checkboxesVincent Petry2014-05-301-9/+0
|
* Group shares by typeVincent Petry2014-05-301-3/+0
|
* Added sharing overview page (WIP)Vincent Petry2014-05-301-0/+43
| | | | | - added sharing overview entries in the sidebar - use OCS Share API to get the list of files
* 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 ↵Thomas Müller2014-05-021-4/+0
| | | | proper side of the image to be returned
* Images on public sharing get downscaled to increase use experience - this ↵Thomas Müller2014-05-021-1/+4
| | | | | | | | | | | will speed up loading time - adding keep aspect to core/ajax/preview.php - remove duplicate method Preview::show() - no more hard coded mimetype of preview - remove .png from the preview urls - keep old route preview.png for backwards compatibility - aspect preserving previews are now cached
* 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-142-2/+2
|
* disable autocomplete for shared link password input, fix #7419Jan-Christoph Borchardt2014-02-261-1/+4
|
* 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
| | | | - for supported previews are shown with a size of 500px; icons with a size of 128px
* adjust file type icon placement for when no preview can be generatedJan-Christoph Borchardt2014-01-291-1/+1
|