summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/templates
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #18630 from owncloud/files-combineuploadbuttonJan-Christoph Borchardt2015-09-071-0/+1
|\ | | | | Combine upload action into the "New" menu
| * Combine upload action into the "New" menuVincent Petry2015-08-281-0/+1
| | | | | | | | Refactored the new menu to be encapsulated in the NewFileMenu JS class
* | Collapse HTML code for federated codeLukas Reschke2015-09-031-5/+6
|/
* don't load gs-shareThomas Müller2015-08-251-2/+4
|
* Simply hide sharing buttons for IE8 - fixes #18011Thomas Müller2015-08-251-0/+2
|
* Load missing JS dep in public link pageVincent Petry2015-08-181-0/+1
|
* Implement file actions dropdownVincent Petry2015-08-101-0/+1
| | | | | | File actions now have two types "inline" and "dropdown". The default is "dropdown". The file actions will now be shown in a dropdown menu.
* use inline confirm button style for password-protected links, ref #15176Jan-Christoph Borchardt2015-07-291-1/+2
|
* remove duplicate ID in HTML template for public sharesMorris Jobke2015-06-251-1/+1
|
* Merge pull request #16692 from owncloud/add_social_media_buttonsBjörn Schießle2015-06-181-6/+67
|\ | | | | Add social media buttons
| * add id to urlBjoern Schiessle2015-06-181-4/+4
| |
| * fix look of 'Share with me via ownCloud' button, fix wordingJan-Christoph Borchardt2015-06-171-4/+8
| |
| * fix path to owncloud logoBjoern Schiessle2015-06-171-2/+2
| |
| * make the click actions workBjoern Schiessle2015-06-171-6/+8
| |
| * federated cloud ID: add icons, fix HTML & layout, fix wordingJan-Christoph Borchardt2015-06-171-37/+35
| |
| * add social media button for diaspora, twitter, facebook and google+Bjoern Schiessle2015-06-171-6/+63
| |
* | Disable video preview if previews are disabledMorris Jobke2015-06-091-1/+1
|/
* L10n for federated cloud ID and rtrim '/' on IDMorris Jobke2015-06-021-1/+1
|
* show federated cloud id in the personal settingsBjoern Schiessle2015-06-021-0/+12
|
* replace logo-wide on share page as well with better icon + textJan-Christoph Borchardt2015-05-221-4/+14
|
* add admin documentation hints to Federated Cloud Sharing and cronJan-Christoph Borchardt2015-04-091-0/+3
|
* fix layout for Sharing settingsJan-Christoph Borchardt2015-03-271-13/+15
|
* Move federated cloud sharing, files externals and updater to special positionsJoas Schilling2015-03-271-2/+2
|
* Move mimetype check from template to controllerJoas Schilling2015-03-161-4/+3
|
* Use the PreviewManager where possibleJoas Schilling2015-03-161-2/+2
|
* rename 'server-to-server sharing' to 'federated cloud'Bjoern Schiessle2015-01-291-1/+1
|
* 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
| |