summaryrefslogtreecommitdiff
path: root/onionshare/web
AgeCommit message (Expand)Author
2019-04-21Remove more CLI stringsMicah Lee
2019-04-19Merge pull request #959 from micahflee/958_verboseMicah Lee
2019-04-19Change a few more references of debug to verboseMicah Lee
2019-04-18Merge branch 'develop' into 918_old_linuxMicah Lee
2019-04-18Rename debug to verbose in all relevant placesMicah Lee
2019-03-25Fix conflictsMiguel Jacq
2019-03-22Merge pull request #935 from mig5/fix_receive_mode_folder_collisionMicah Lee
2019-03-11Use png rather than svg for warning image. Concatenate flash messages with co...Miguel Jacq
2019-03-08On a folder name collision, make sure we update the self.receive_mode_dir att...Miguel Jacq
2019-03-05Add a Startup Timer feature (scheduled start / dead man's switch)Miguel Jacq
2019-02-24Add try/except block when stubbing flash's show_server_banner, in order to su...Micah Lee
2019-02-19Always reset the slug to an empty string when the web server stopsMiguel Jacq
2019-02-18Fix minor bugs: When making the ajax POST request, strip the trailing slash f...Micah Lee
2019-02-17Merge branch 'develop' into 899_send_files_ajaxMicah Lee
2019-02-17Update the GUI when the browser has canceled an upload in Receive Mode. Don't...Miguel Jacq
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-14Update the noscript upload instructions on the receive mode upload page, and ...Micah Lee
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-01-21Tests are failing because a receive mode dir already exists, so this makes th...Micah Lee
2019-01-21Oops, finish resolving merge conflictMicah Lee
2019-01-21Merge branch 'develop' into 866_receive_mode_crashMicah Lee
2019-01-21Write test to confirm that submitting the receive mode form without selecting...Micah Lee
2019-01-21Don't update the GUI at all untless it has been told about the requestMicah Lee
2019-01-21Prevent ReceiveModeRequest.file_write_func from sending a message to the GUI ...Micah Lee
2019-01-20In receive mode, only tell the GUI that a new request is coming in if it cont...Micah Lee
2019-01-20Oops, I missed this when resolving merge conflictsMicah Lee
2019-01-20Merge branch 'develop' into 866_receive_mode_crashMicah Lee
2019-01-20- Refactor the Web.ShareMode client_cancel variable to be Web.stop_q, a threa...Micah Lee
2019-01-20Rename receive mode "downloads_dir" to the OnionShare "data_dir"Micah Lee
2019-01-19Finish removing web event REQUEST_CLOSE_SERVER, which used to be a receive mo...Micah Lee
2018-12-16When enabling debug mode in Web, use common.build_data_dir() to get data dir ...Micah Lee
2018-12-11Change filename of flask debug log file, store it in the OnionShare data dir ...Micah Lee
2018-11-13remove debug logMiguel Jacq
2018-11-13Merge develop branch and fix conflictsMiguel Jacq
2018-11-13Try and fix closing the request for a valid upload post-timer expiry, whilst ...Miguel Jacq
2018-10-26Fix tests so they recognize the new receive mode locationMicah Lee
2018-10-25Communicate the receive mode dir to the GUI, so clicking the open folder butt...Micah Lee
2018-10-25Receive mode puts files in a directory based on the timestamp of the uploadMicah Lee
2018-10-02Make auto-stop timer work on CLI when an upload is still in progress on expiryMiguel Jacq
2018-10-02Try to fix logic handling last upload after timer expiryMiguel Jacq
2018-10-02remove unused variableMiguel Jacq
2018-10-01remove uploads_in_progress list from web sideMiguel Jacq
2018-10-01Another unused variableMiguel Jacq