summaryrefslogtreecommitdiff
AgeCommit message (Expand)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
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 f...Micah Lee
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
2019-02-17Merge pull request #905 from mig5/902_dont_clear_in_progressMicah Lee
2019-02-17On error, remove the upload divMicah Lee
2019-02-17Don't use jQuery for the ajax request, instead manually use an XMLHttpRequest...Micah Lee
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 t...Miguel Jacq
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. Don't...Miguel Jacq
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 pro...Micah Lee
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
2019-02-13Use a div that gets hidden, instead of a <noscript> tag, because the <noscrip...Micah Lee
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 f...Miguel Jacq
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 trans...Micah Lee
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
2019-02-11Refactor receive mode to start saving files to data_dir with .part extension ...Micah Lee
2019-02-11Re-order so persistence checkbox comes before legacy mode checkbox. Remove su...Miguel Jacq
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
2019-02-10Update available languagesMicah Lee
2019-02-09Merge pull request #895 from micahflee/weblateMicah Lee