summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
Commit message (Collapse)AuthorAgeFilesLines
* Fix source path when share is a mount pointVincent Petry2015-01-081-1/+3
| | | | | | | Whenever an external storage mount point is shared directly, its path is empty which causes a leading slash to appear in the source path. This fix removes the bogus leading slash in such situation.
* Fix SVG iconsLukas Reschke2014-10-161-1/+1
| | | | | | | | | FIXME: Ugly hack to prevent SVG of being returned if the SVG provider is not enabled. This is required because the preview system is designed in a bad way and relies on opt-in with asterisks (i.e. image/*) which will lead to the fact that a SVG will also match the image provider.
* Load public preview via JSLukas Reschke2014-10-013-15/+33
| | | | | | 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.
* don't preload videos on public sharing, fixes #10042Georg Ehrke2014-07-301-1/+1
|
* disable download button if zip download is disabledThomas Müller2014-07-082-0/+4
| | | | Backport of 6e75b37
* fix position and look of public download buttonJan-Christoph Borchardt2014-07-081-3/+0
| | | | Backport of 899c7c0 from master
* remove file name from upper right buttonThomas Müller2014-07-081-1/+1
| | | | Backport of 003049e from master
* reintroduce download button on public sharesThomas Müller2014-07-081-3/+10
| | | | Backport of df32254 from master
* Fix public download link when zip download is disabledVincent Petry2014-06-121-2/+6
| | | | | | | | | | | | When zip download is disabled, the public download action defined in public.js is overridden by the one in fileactions.js because of the JS loading order. This quick fix prevents the override to happen when a download action is already defined. There are additional changes that were required to make the download action icon work when registered from the public page.
* keep long file names in one line to not overflow download button on mobileJan-Christoph Borchardt2014-06-061-0/+13
|
* add max-width to directLink input to prevent overflowJan-Christoph Borchardt2014-06-061-0/+1
|
* Added unit test for sharing ext storage mount pointsVincent Petry2014-05-091-1/+56
| | | | Backport of f73a168 from master
* Fix sharing of ext storage mount pointsVincent Petry2014-05-091-4/+6
| | | | | | | When sharing an ext storage mount point, it will now use the name of the mount point instead of an empty string for the target path. Backport of 28f0e63 from master
* fix unit testsRobin Appelman2014-04-041-5/+5
|
* Improve phpdocRobin Appelman2014-04-031-0/+7
|
* Implement getPath for shared filesRobin Appelman2014-04-032-8/+82
|
* finally fix the paths for the OCS Share APIBjoern Schiessle2014-03-132-5/+128
|
* add 'received_from' info to the share, so that every share can have a ↵Bjoern Schiessle2014-03-111-2/+4
| | | | different value
* fix path creation for re-shares, issue #7662Bjoern Schiessle2014-03-111-6/+197
|
* we need the file_source to delete a share successfullyBjoern Schiessle2014-03-102-7/+40
|
* disable autocomplete for shared link password input, fix #7419Jan-Christoph Borchardt2014-02-261-1/+4
|
* fix path in sharing results if it is a file in the Shared folderBjoern Schiessle2014-02-262-0/+69
|
* only add "received_from" if a share was foundBjoern Schiessle2014-02-261-6/+6
|
* fix test so that it doesn't depend on the array orderBjoern Schiessle2014-02-211-14/+25
|
* fix usersPath and add unit testsBjoern Schiessle2014-02-212-10/+110
|
* Merge pull request #7083 from owncloud/backport_6777_stable6Thomas Müller2014-02-075-127/+101
|\ | | | | Backport 6777 stable6
| * Merge branch 'stable6' into backport_6777_stable6Thomas Müller2014-02-075-16/+168
| |\ | | | | | | | | | | | | | | | Conflicts: apps/files_sharing/css/public.css apps/files_sharing/templates/public.php
| * | make header scroll up for single shares, more view of content on small screensJörn Friedrich Dreyer2014-02-051-0/+4
| | |
| * | adding class to header div: share-folder or share-fileJörn Friedrich Dreyer2014-02-051-1/+1
| | |
| * | adjust file type icon placement for when no preview can be generatedJörn Friedrich Dreyer2014-02-053-2/+12
| | |
| * | permanently show download action on mobile, only iconJörn Friedrich Dreyer2014-02-051-6/+17
| | |
| * | fix horizontal scrollbar appearing when footer is too long, footer wraps nowJörn Friedrich Dreyer2014-02-051-2/+1
| | |
| * | Instead of 'No preview available for ...' we simple display the mime-type iconJörn Friedrich Dreyer2014-02-052-21/+10
| | |
| * | remove background and width from multiselect bar, fix Download button not ↵Jörn Friedrich Dreyer2014-02-051-3/+2
| | | | | | | | | | | | showing on mobile
| * | focus link text only on click in the input field - closes #6817Jörn Friedrich Dreyer2014-02-051-1/+4
| | |
| * | remove unused variableJörn Friedrich Dreyer2014-02-051-1/+0
| | |
| * | on mobile, show single shared image at full width without marginJörn Friedrich Dreyer2014-02-051-0/+7
| | |
| * | fix public share download button widthJörn Friedrich Dreyer2014-02-051-1/+8
| | |
| * | tweak color and position of username in public shareJörn Friedrich Dreyer2014-02-051-9/+8
| | |
| * | improvements to public files mobile viewJörn Friedrich Dreyer2014-02-051-5/+10
| | |
| * | first mobile style rules, hide extra columns in files view and scroll headerJörn Friedrich Dreyer2014-02-052-0/+19
| | |
| * | add download button on single file share pageJörn Friedrich Dreyer2014-02-051-4/+10
| | |
| * | remove unused js code and css rulesJörn Friedrich Dreyer2014-02-042-61/+0
| | |
| * | reuse file upload as used within files app - remove public upload buttonJörn Friedrich Dreyer2014-02-042-42/+3
| | |
* | | replace 'size' with 'unencrypted_size' if encryption is enabledBjoern Schiessle2014-02-072-3/+21
| |/ |/|
* | Fixed searchByMime in shared cacheVincent Petry2014-02-062-9/+164
| | | | | | | | | | | | | | | | - searchByMime now correctly returns files recursively search through all the dirs - added unit test for searchByMime Backport of fa5ddc3 to stable6
* | remove %webroot from files_sharing appJan-Christoph Borchardt2014-02-064-25/+5
|/
* remove needless element tagBjoern Schiessle2014-02-031-2/+1
|
* public upload is also possible with encryption enabled, since OC6Bjoern Schiessle2014-01-291-10/+4
|
* use more accurate error codesBjoern Schiessle2014-01-281-5/+5
|