aboutsummaryrefslogtreecommitdiff
path: root/cli
AgeCommit message (Expand)Author
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-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-10Update our bridge templates with the latest built-in bridges in the get-tor s...Miguel Jacq
2021-12-04Merge branch 'develop' of https://github.com/a1346054/onionshare into a134605...Micah Lee
2021-12-04Merge pull request #1432 from nyxnor/cli-shell-instructionsMicah Lee
2021-12-04Merge pull request #1478 from mig5/fetch-builtin-bridgesMicah Lee
2021-12-02Add temp file to cleanup list just once when its first createdMicah Lee
2021-12-01Fix CLI testsMicah Lee
2021-12-01Merge branch 'develop' into 1470_tempfilesMicah Lee
2021-12-01Explicitly cleanup temp files and dirsMicah Lee
2021-12-01Use NamedTemporaryFile instead of TemporaryFile, to fix crash when sharing on...Micah Lee
2021-11-30Checks if username is ASCII string else throw an errorSaptak S
2021-11-27remove import of requests module in OnionMiguel Jacq
2021-11-27Move the ability to use Tor vs Meek into the CensorshipCircumvention class so...Miguel Jacq
2021-11-24Built-in bridge refactoring.Miguel Jacq
2021-11-23Support sending a custom Content-Security-Policy header in Website modeMicah Lee
2021-11-23Raise exception if the API didn't return bridges for a specific bridge type, ...Miguel Jacq
2021-11-23Fetch the built-in bridges from Tor's Censorship Circumvention API, rather th...Miguel Jacq
2021-11-19Removes invisible whitespace characters from username in chatSaptak S
2021-11-18Use a NamedTemporaryFile instead of TemporaryFile for streamed gzip filesMicah Lee
2021-11-18Merge pull request #1447 from tladesignz/developMicah Lee
2021-11-18Use high level tempfile classes that clean up after themselvesMicah Lee
2021-11-18Merge branch 'advisory-fix-1' of github.com:onionshare/onionshare-ghsa-jh82-c...Micah Lee
2021-11-18Merge branch 'chat-session-handling' of github.com:onionshare/onionshare-ghsa...Micah Lee
2021-11-18Merge branch 'advisory-fix-1' of github.com:onionshare/onionshare-ghsa-h29c-w...Micah Lee
2021-11-16Fix commentMicah Lee
2021-11-15Exception handling on printing the bannerMicah Lee
2021-11-15Fix for meek to working in snapcraftMicah Lee
2021-11-15Fixes typoSaptak S
2021-11-14Fix bug that was preventing tor from connecting in snapcraftMicah Lee
2021-11-14Snap successfully builds meek-client, and WIP getting tor to connectMicah Lee
2021-11-14Detect Flatpak via environment variableMicah Lee
2021-11-14Upgrade to cepa 1.8.3Micah Lee
2021-11-14Merge branch 'develop' into 1459_linux_packagingMicah Lee
2021-11-14Refuses connection if another session is already activeSaptak S