aboutsummaryrefslogtreecommitdiff
path: root/onionshare/web
AgeCommit message (Expand)Author
2020-08-27Update Copyright to 2020 everywhere, and assign to Micah Lee, et al. instead ...Micah Lee
2020-08-21Adds check whether username already existsSaptak S
2020-08-19Split chat messages into username and message, and change UI for displaying m...Micah Lee
2020-07-04Adds noscript HTMLSaptak S
2020-05-11Update username via both socket and ajaxSaptak S
2020-05-04Refactors logic for chat user list and scrollSaptak S
2020-03-12Adds list of active users in the chat and allows username changeSaptak S
2020-03-09Create GUI for onionshare chat mode with the tab workflowSaptak S
2020-03-08Create web UI and socket code for the chat interfaceSaptak S
2019-12-08Move private_key, hidservauth_string, and password from "persistent" mode set...Micah Lee
2019-11-28Fix typos in commentsMicah Lee
2019-11-10When shutting down the web server, only use basic auth if there is a password...Micah Lee
2019-11-02Fix CLI tests, and also fix bug related to autostop_sharing that the tests foundMicah Lee
2019-11-02Refactor onionshare CLI to accept and use all mode settingsMicah Lee
2019-11-02Fix CLI to work with mode settingsMicah Lee
2019-11-02Make the Web object load from mode settings instead of global settingsMicah Lee
2019-11-02Make a new ModeSettings class in onionshare, and use this instead of tab_sett...Micah Lee
2019-10-20Fix syntax errorsMicah Lee
2019-10-20Replace .format with python 3.6 f-strings in onionshare moduleMicah Lee
2019-10-19Communicate a 405 error properly to the UIMiguel Jacq
2019-10-13Initialize the flask app with a random static path, to avoid issue where /sta...Micah Lee
2019-10-12Format all code using blackMicah Lee
2019-09-22Invert the CSP header setting and put it in its own Website Mode settings gro...Miguel Jacq
2019-09-16Fix how security headers get addedMiguel Jacq
2019-09-16Make setting the Content-Security-Policy header optional so it doesn't break ...Miguel Jacq
2019-09-15Add breadcrumbs to share modeMicah Lee
2019-09-15Add breadcrumbs for website modeMicah Lee
2019-09-15Fix bug with rendering index.html files in subdirsMicah Lee
2019-09-15Allow 404 errors to work in receive modeMicah Lee
2019-09-09Ensure we increment and return the history_id when throwing error404() in web...Miguel Jacq
2019-09-09Fix the discrepancy between SendBaseModeWeb and Web objects' separate cur_his...Miguel Jacq
2019-09-08Don't consider individual downloads in the in_progress counterMicah Lee
2019-09-08Make sure IndividualFileHistoryItem widgets display properly in receive mode tooMicah Lee
2019-09-08Remove method from IndividualFileHistoryItem, and only display these widgets ...Micah Lee
2019-09-03Rename download_count/download_id, upload_count/upload_id, and visit_count/vi...Micah Lee
2019-09-03Show IndividualFileHistoryItem widgets for directory listingsMicah Lee
2019-09-03Start making IndividualFileHistoryItem widgets appear in the history, and mak...Micah Lee
2019-09-03Make it so all of the state variables, including self.file_info get reset in ...Micah Lee
2019-09-02When downloading individual files in either share or website mode, gzip the f...Micah Lee
2019-09-01Remove the "Allow downloading individual files" setting altogether, and make ...Micah Lee
2019-09-01Merge SendBaseModeWeb.build_file_list into SendBaseModeWeb.set_file_info func...Micah Lee
2019-09-01Only allow downloading of individual files if it is enabled in settings, and ...Micah Lee
2019-09-01Clear the file list every time a share startsMicah Lee
2019-09-01Add Web.generate_static_url_path back, so each share has its own static pathMicah Lee
2019-09-01Oops, need to call directory_listing with filesystem_pathMicah Lee
2019-09-01Move all mode-specific code out of SendBaseModeWeb and into inherited methods...Micah Lee
2019-09-01Rename BaseModeWeb to SendBaseModeWeb, because this code is only actually sha...Micah Lee
2019-06-14Clean up rendering logic between share and website modehiro
2019-06-13Remove reset of web app path in receive modehiro
2019-06-13Revert "Generate a new static_url_path each time the server is stopped and st...hiro