summaryrefslogtreecommitdiff
path: root/share/templates/receive.html
AgeCommit message (Expand)Author
2019-05-29Strip NoScript XSS warning, because the Tor Browser bug it addressed has been...Micah Lee
2019-05-22Make static folder URL have a high-entropy random path, to avoid filename col...Micah Lee
2019-05-21Update ReceiveMode to no longer rely on slugsMicah Lee
2019-04-19Upgrade jQuery to 3.4.0Illia Volochii
2019-03-22Fix css on receive.html as wellMicah Lee
2019-03-22Merge branch 'develop' of https://github.com/ZeroDot1/onionshare into ZeroDot...Micah Lee
2019-03-11Use png rather than svg for warning image. Concatenate flash messages with co...Miguel Jacq
2019-02-24Move the noscript warning to top of page and make it appear less of an error,...Miguel Jacq
2019-02-23Add asynchronous functions to the templates to reduce page load times.ZeroDot1
2019-02-23Make progress, noscript warning, and flashes appear above the form, but benea...Miguel Jacq
2019-02-15Refactor file upload interface to use jQuery, and to have separate upload pro...Micah Lee
2019-02-15Make uploading over ajax, and ajax flash messages, workMicah Lee
2019-02-14Update the noscript upload instructions on the receive mode upload page, and ...Micah Lee
2019-02-13Use a div that gets hidden, instead of a <noscript> tag, because the <noscrip...Micah Lee
2019-02-13Add noscript warningMicah Lee
2019-02-13Use Ajax to send files in receive mode to workaround browser bug with large f...Miguel Jacq
2018-09-18Remove unnecessary loop. Remove the Close route/setting which can DoS another...Miguel Jacq
2018-07-17Only show the 'I'm Finished Sending' button if the user actually already sent...Miguel Jacq
2018-07-17Improve styling of flash() messages by using categories, and style the closed...Miguel Jacq
2018-05-20Make the receive.html template not use slugs if receive_public_mode is True, ...Micah Lee
2018-04-29Make receive_allow_receiver_shutdown setting workMicah Lee
2018-03-14Display a template after closing the server, and standardize the style of oth...Micah Lee
2018-03-14In receive mode, allow uploader to close the server when they are doneMicah Lee
2018-03-14Uploading files works in CLIMicah Lee
2018-03-13Add flash messages to receive template, and begin implementing upload POSTMicah Lee
2018-03-07Started designing HTML/CSS for receive modeMicah Lee
2018-03-06Stop using inline css, and reorganize static folderMicah Lee
2018-03-06Create separate templates and static folder, and make the web app use both of...Micah Lee