summaryrefslogtreecommitdiffstats
path: root/webapp/components/get_public_link_modal.jsx
Commit message (Collapse)AuthorAgeFilesLines
* Fixed public links being created using percent encoded filename and then ↵Harrison Healey2016-08-181-1/+1
| | | | accessed without it (#3830)
* PLT-2600/PLT-2770 Changed getPublicLink api call to return a proper JSON ↵Harrison Healey2016-05-061-5/+1
| | | | | | | | string (#2914) * Removed unused channelId and userId parameters from web client getPublicLink method * Changed getPublicLink api call to return a proper JSON string
* PLT-2600/PLT-2770 Added Get Public Link modal and added new API for public ↵Harrison Healey2016-05-051-0/+80
file links (#2892) * Switched public file links to use a GetLinkModal * Separated getFile and the new getPublicFile api calls