Results 76 issues of Micah Lee

What software license is this project using? It doesn't have a license file. Thanks!

This adds support for macOS Mojave. I tested it locally and it totally appears to work. It successfully listed my notifications, and successfully deleted them. Would you be into merging...

Windows 11 is 64-bit only. I think we should start releasing 64-bit binaries, and eventually when Windows 10 is end-of-life phase out 32-bit binaries. It sure would be nice to...

packaging
windows

When we stop an OnionShare service, this `web.force_shutdown()` function is run: ```python def force_shutdown(self): """ Stop the flask web server, from the context of the flask app. """ # Shutdown...

bug

This seems to happen in the Snapcraft package and the Windows package: - Open Tor Settings tab, turn on bridge, choose request a bridge from torproject.org - Solve the CAPTCHA...

bug

For the 2.4.1 release we need to: - [x] Update documentation to cover new changes, with new screenshots - [ ] Localize everything as much as we can

While working on tabs (#1064) I've refactored all of the GUI tests. I think they're much cleaner and easier to implement new tests. But I didn't rewrite the Tor GUI...

question

All services should have a machine readable `/manifest.json`: https://github.com/onionshare/onionshare-shared/issues/4

enhancement

I'm trying to see if I can get the new OnionShare working in Tails. When I launch it it throws this exception: ``` Traceback (most recent call last): File "/app/lib/python3.8/site-packages/onionshare-2.3.1-py3.8.egg/onionshare/settings_dialog.py",...

enhancement
blocked
apparmor

I got a report that the snap package fails on i386 architecture. We should ensure it works.

packaging