summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-02-18Merge branch 'develop'v2.0Micah Lee
2019-02-19Always reset the slug to an empty string when the web server stopsMiguel Jacq
2019-02-18Merge pull request #897 from micahflee/developMicah Lee
Version 2.0 🔥
2019-02-18Prevent crashing when cleaning up file, if file is still in useMicah Lee
2019-02-18Fix minor bugs: When making the ajax POST request, strip the trailing slash ↵Micah Lee
from window.location.pathname so the URL works in public mode; and add a newline before printing message when receiving file
2019-02-17Update share mode screenshots tooMicah Lee
2019-02-17Update screenshotsMicah Lee
2019-02-17Reword licenses readmeMicah Lee
2019-02-17Remove console.log() debug statementsMicah Lee
2019-02-17Merge branch 'develop' into 899_send_files_ajaxMicah Lee
2019-02-17Merge pull request #906 from mig5/show_canceled_item_as_canceledMicah Lee
Update the GUI when the browser has canceled an upload in Receive Mode. Don't increment the completed counter
2019-02-17Merge pull request #905 from mig5/902_dont_clear_in_progressMicah Lee
Don't clear in-progress transfers from the History list
2019-02-17On error, remove the upload divMicah Lee
2019-02-17Don't use jQuery for the ajax request, instead manually use an ↵Micah Lee
XMLHttpRequest in order to more easily support multiple upload divs
2019-02-17Update red and green colors to match the Qt GUI colorsMicah Lee
2019-02-17Use constants for history item status, to be consistent with other parts of ↵Miguel Jacq
the project
2019-02-17Set status attribute for ShareHistoryItems as wellMiguel Jacq
2019-02-17Update the GUI when the browser has canceled an upload in Receive Mode. ↵Miguel Jacq
Don't increment the completed counter
2019-02-17Don't clear in-progress transfers from the History listMiguel Jacq
2019-02-15Refactor file upload interface to use jQuery, and to have separate upload ↵Micah Lee
progress bars. The progess bars make clear when the data has been sent to the first Tor node, and when its waiting on the rest of the Tor network. It also allows the sender to cancel uploads
2019-02-15Added jQuery, and jQuery licenseMicah Lee
2019-02-15Make uploading over ajax, and ajax flash messages, workMicah Lee
2019-02-14Refactor upload_logic to work with both normal uploads and ajax uploadsMicah Lee
2019-02-14Display upload progress percent in submit buttonMicah Lee
2019-02-14Update the noscript upload instructions on the receive mode upload page, and ↵Micah Lee
add separate page for instructions to disable NoScript XSS setting
2019-02-13Use a div that gets hidden, instead of a <noscript> tag, because the ↵Micah Lee
<noscript> tag doesn't when the security slider is on Safer
2019-02-13Starting to implement upload progressMicah Lee
2019-02-13Add noscript warningMicah Lee
2019-02-13remove code that doesn't work anywayMiguel Jacq
2019-02-13fix missing bracketMiguel Jacq
2019-02-13Use Ajax to send files in receive mode to workaround browser bug with large ↵Miguel Jacq
files
2019-02-12Oops, was passing self.upload_error into the wrong close functionMicah Lee
2019-02-12Catch more exceptions in ReceiveModeFile that trigger on a full diskMicah Lee
2019-02-12Gracefully handle exceptions while writing a file during a receive mode ↵Micah Lee
transfer (like out of disk space error)
2019-02-12Fix typo in commentMicah Lee
2019-02-11When you hit an upload_error, alert the userMicah Lee
2019-02-11Call secure_filename on the filename first thing, so we don't end up working ↵Micah Lee
with multiple versions of the same filename
2019-02-11Refactor receive mode to start saving files to data_dir with .part extension ↵Micah Lee
while they're downloading
2019-02-11Re-order so persistence checkbox comes before legacy mode checkbox. Remove ↵Miguel Jacq
superfluous conditional
2019-02-11Support persistent v3 onionsMiguel Jacq
2019-02-10Add public mode to changelogMicah Lee
2019-02-10Merge branch 'master' into developMicah Lee
2019-02-10Tweak readme againMicah Lee
2019-02-10Update build instructionsMicah Lee
2019-02-10Update readme againMicah Lee
2019-02-10Update readmeMicah Lee
2019-02-10Update changelog, and version bump to 2.0Micah Lee
2019-02-10Merge pull request #896 from micahflee/889_translationsMicah Lee
Update available languages
2019-02-10Update available languagesMicah Lee
2019-02-09Merge pull request #895 from micahflee/weblateMicah Lee
Weblate merge