aboutsummaryrefslogtreecommitdiff
path: root/cli
AgeCommit message (Collapse)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 ↵Micah Lee
async_mode=gevent, and including the correct modules in the build
2021-12-21Enable websocket logs in verbose modeMicah Lee
2021-12-21Fix permission denied error in Windows, which was introduced using ↵Micah Lee
tempfile.NamedTemporaryFile, by using a TemporaryDirectory instead
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
Don't enqueue stdout from Meek subprocess in a Thread
2021-12-17Force the MIME type for .js files to be text/javascript, to override silly ↵Miguel Jacq
OS databases/registries with incorrect settings, which Flask would otherwise depend on
2021-12-15Don't enqueue stdout from Meek subprocess in a Thread, just read it as it ↵Miguel Jacq
comes. Solves infinite loop queue read issue on cleanup()
2021-12-10Update our bridge templates with the latest built-in bridges in the get-tor ↵Miguel Jacq
scripts
2021-12-04Merge branch 'develop' of https://github.com/a1346054/onionshare into ↵Micah Lee
a1346054-develop
2021-12-04Merge pull request #1432 from nyxnor/cli-shell-instructionsMicah Lee
POSIX compliant input path on any shell
2021-12-04Merge pull request #1478 from mig5/fetch-builtin-bridgesMicah Lee
Fetch the built-in bridges from Tor's Censorship Circumvention API, rather than hardcode them
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 ↵Micah Lee
one file
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 ↵Miguel Jacq
so that we can use those endpoints over Tor elsewhere later
2021-11-24Built-in bridge refactoring.Miguel Jacq
Store the built-in bridges in OnionShare settings as a dict, and try writing those into the torrc if present. If they aren't present in OnionShare settings, use the hardcoded templates instead. Fetch the latest built-in bridges over Tor, once connected to Tor. If we can't fetch the bridges over Tor, fall back to Meek (domain-fronting) and try again. Then write those as the dict to the OnionShare settings, to take precedence next time.
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
or if the bridge type wasn't recognized
2021-11-23Fetch the built-in bridges from Tor's Censorship Circumvention API, rather ↵Miguel Jacq
than hardcode them
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
Fixed send.js table sorting.
2021-11-18Use high level tempfile classes that clean up after themselvesMicah Lee
2021-11-18Merge branch 'advisory-fix-1' of ↵Micah Lee
github.com:onionshare/onionshare-ghsa-jh82-c5jw-pxpc into ros-fixes
2021-11-18Merge branch 'chat-session-handling' of ↵Micah Lee
github.com:onionshare/onionshare-ghsa-gjj5-998g-v36v into ros-fixes
2021-11-18Merge branch 'advisory-fix-1' of ↵Micah Lee
github.com:onionshare/onionshare-ghsa-h29c-wcm8-883h into ros-fixes
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