aboutsummaryrefslogtreecommitdiff
path: root/cli
AgeCommit message (Expand)Author
2022-04-05Update style.cssGlenn Sorrentino
2022-04-05Update listing.htmlGlenn Sorrentino
2022-04-05Update style.cssGlenn Sorrentino
2022-04-05Updated LogoGlenn Sorrentino
2022-03-28Merge branch 'develop' into upgrade-flaskupgrade-flaskMicah Lee
2022-03-28Merge branch 'develop' of github.com:onionshare/onionshare into windows-tweaksMicah Lee
2022-03-28Merge branch 'develop' of github.com:onionshare/onionshare into upgrade-flaskMicah Lee
2022-03-28Merge branch 'censorship_default_route' of https://github.com/mig5/onionshare...Micah Lee
2022-03-28Merge pull request #1552 from mig5/better_meek_logsMicah Lee
2022-03-28Update socket.io.min.js to latest versionMicah Lee
2022-03-28Merge branch 'develop' into upgrade-flaskMicah Lee
2022-03-28Support for Censorship Circumvention API's /default route.Miguel Jacq
2022-03-27Merge pull request #1560 from mig5/fix_censorship_builtin_bridges_responseMicah Lee
2022-03-28Remove meek workaround in Censorship Circumvention API's built-in bridges res...Miguel Jacq
2022-03-27Fix built-in bridge detection, and update built-in bridges. Also update READM...Micah Lee
2022-03-22More verbose and consistent Meek exception loggingMiguel Jacq
2022-03-06Merge branch 'develop' into censorshipMicah Lee
2022-03-06Update flask to 2.0.3, flask-socketio to 5.1.1, update socketio js, and the r...Micah Lee
2022-02-13Merge branch 'develop' into censorshipMicah Lee
2022-02-13Fix CLI web testsMicah Lee
2022-02-13Remove cleanup_tempfiles altogether because they are not being usedMicah Lee
2022-02-09Use a TemporaryDirectory instead of NamedTemporaryFile to avoid opening an al...Micah Lee
2022-01-17Update onionshare_cli poetry deps, and fix testsMicah Lee
2022-01-17Update final locales for 2.5Micah Lee
2022-01-17Merge branch 'ros-fixes' into release-2.5Micah Lee
2022-01-17Actually bump version to 2.5Micah Lee
2022-01-16Update copyright year to 2022Micah Lee
2022-01-16Version bump to 2.4.1Micah Lee
2022-01-16Merge branch 'develop' of github.com:onionshare/onionshare into ros-fixesMicah Lee
2022-01-16Merge branch 'cx_freeze-packaging' into developMicah Lee
2022-01-16Also codesign libevent-2.1.7.dylibMicah Lee
2021-12-23Delete unused Qt5 files after Windows buildMicah Lee
2021-12-22Allow onionshare-cli binary made by cx_Freeze find tor binaries in macOSMicah Lee
2021-12-21Solve obnoxious cx_Freeze issue that broke websockets by enforcing async_mode...Micah Lee
2021-12-21Enable websocket logs in verbose modeMicah Lee
2021-12-21Fix permission denied error in Windows, which was introduced using tempfile.N...Micah Lee
2021-12-21Fix finding tor binary paths in WindowsMicah Lee
2021-12-21Update python dependenciesMicah Lee
2021-12-20Merge pull request #1489 from mig5/meek_stdout_cleanup_fixMicah Lee
2021-12-20Add a CensorshipCircumventionError class that is raised if there's a requests...Miguel Jacq
2021-12-17Force the MIME type for .js files to be text/javascript, to override silly OS...Miguel Jacq
2021-12-15Don't enqueue stdout from Meek subprocess in a Thread, just read it as it com...Miguel Jacq
2021-12-15Tweaks to CensorshipCircumvention and also Meek cleanup fixes that were causi...Miguel Jacq
2021-12-14Need to reconnect to Tor with the curr_settings Settings object after obtaini...Miguel Jacq
2021-12-14Fix the saving of bridges received from CensorshipCircumvention API - need to...Miguel Jacq
2021-12-14Use the CensorshipCircumvention methods to fetch bridges for the country/auto...Miguel Jacq
2021-12-12Merge branch 'censorship' into 1422_autodetect_locationMicah Lee
2021-12-10Update our bridge templates with the latest built-in bridges in the get-tor s...Miguel Jacq
2021-12-06Make automatic detection flip through country names while it's running meekMicah Lee
2021-12-06Merge branch 'mig5-censorship_automatically_attempt_and_reconnect' into 1422_...Micah Lee