summaryrefslogtreecommitdiff
path: root/onionshare/web.py
AgeCommit message (Expand)Author
2018-12-11When debug mode is enabled, don't log flask errors to diskMicah Lee
2018-06-17Update OnionShare copyright year to 2018Micah Lee
2018-02-19Merge branch 'develop' into mig5-info_widgets_download_infoMicah Lee
2018-02-19reset done to False if a download is still in progressMiguel Jacq
2018-02-14Make table sortable with javascript (if enabled)Miguel Jacq
2018-02-10Redesigned HTML/CSS download pageMicah Lee
2018-02-10Add onionshare favicon to all HTML pagesMicah Lee
2018-02-05Second attempt at patches for an OpenBSD port, this time based off of 1.2attila
2018-01-15Save the slug when using a persistent private keyMiguel Jacq
2017-12-04Better fix for preventing timeout firing if a download is not yet done (works...Miguel Jacq
2017-11-30Merge branch '404_response' of https://github.com/mig5/onionshare into mig5-4...Micah Lee
2017-11-30Merge branch '442_use_looseversion' of https://github.com/mig5/onionshare int...Micah Lee
2017-11-09send a HTTP 404 code instead of 200, on 404 pagesMiguel Jacq
2017-11-06use LooseVersion instead of StrictVersion, so that upstream versions of Flask...Miguel Jacq
2017-07-10Reorder imports, spacing, use `tempfile.gettempdir`Delirious Lettuce
2017-05-28Remove `constant_time_compare` to use `hmac.compare_digest`Delirious Lettuce
2017-05-24Merge branch 'fix_shutdown_from_gui' of https://github.com/mig5/onionshare in...Micah Lee
2017-05-22Don't load strings directly in the web module. It isn't needed anymore, and i...Micah Lee
2017-05-22Remove version string from http response headers, to avoid any information di...Micah Lee
2017-05-21use the actual OnionShare version as the Server header stringMiguel Jacq
2017-05-21Remove duplication of security headersMiguel Jacq
2017-05-20Reinstate the alternative method of shutting down the web server - necessary ...Miguel Jacq
2017-05-20Harden some response headersMiguel Jacq
2017-05-16Renamed onionshare.helpers module to onionshare.commonMicah Lee
2017-04-17Removed transparent_torification from the full app, and refactored OnionShare...Micah Lee
2017-02-22In Whonix, listen on 0.0.0.0 instead of 127.0.0.1 (#220)Micah Lee
2017-02-22Update comments to be more accurateMicah Lee
2017-01-06Change GPL copyright from 2016 to 2017Micah Lee
2016-12-30Make render_template_string autoescape by default in Flask versions < 0.11Garrett Robinson
2016-12-30Revert "Added a function to remove HTML from file and directory names"Garrett Robinson
2016-12-30Revert "Replaced sanitize_html() function that was based on regex with python...Garrett Robinson
2016-12-22Merge branch 'master' of https://github.com/eightnoteight/onionshare into eig...Micah Lee
2016-12-21Replaced sanitize_html() function that was based on regex with python3's html...Micah Lee
2016-12-18Added a function to remove HTML from file and directory namesEmmanuel Morales
2016-09-06Move imports to module levelMicah Lee
2016-09-06Enable stdout in Windows, OSX CLI versions (#305)Micah Lee
2016-09-06Disable writing to stdout in Windows (fixes #304)Micah Lee
2016-09-06Prevent canceling download from being confused with rate limit attackerMicah Lee
2016-08-24added progress bar for zipping filesSrinivas Devaki
2016-04-18Improve pep8 conformancejvoisin
2016-04-12Fix issue with shutting down Flask server when not using --local-only (#238)Micah Lee
2016-04-12Added rate-limiting to GUI. After 20 404 errors, server automatically stops (...Micah Lee
2016-04-12 Replace onionshare slug with 2-words from securedrop diceware list (#238)Micah Lee
2016-04-12If "Stop sharing automatically" is selected, only allow one download at a tim...Micah Lee
2016-04-12Move all resources (locale, images, html, version.txt) into central resources...Micah Lee
2016-04-10Closing the GUI window causes any current download to stop immediately (fixes...Micah Lee
2016-02-15Update copyright year to 2016Micah Lee
2016-02-12Porting onionshare from python2 to python3 (#261). This commit only ports the...Micah Lee
2016-02-12Create new slug each time onionshare server is started (#247). This required ...Micah Lee
2015-12-07Catch exception that occurs when stopping a web app that has not started (fix...Micah Lee