summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-11-09Merge branch 'develop' into briefcasev2.3.dev2Micah Lee
2020-11-09Only close web thread on cleanup if web thread exists, and sleep 1 second whe...Micah Lee
2020-11-09End web thread successfully when cleaning up after a tab, which prevents cras...Micah Lee
2020-11-09TypoMicah Lee
2020-11-09Add setuptools as a dependency for pkg_resources module, and update build scr...Micah Lee
2020-11-09Translated using Weblate (German)Hosted Weblate
2020-11-08Also version bump the onionshare-cli whl fileMicah Lee
2020-11-08Version bump to 2.3.dev2, and update Linux installation in docsMicah Lee
2020-11-08Merge branch 'develop' into briefcaseMicah Lee
2020-11-08Remove obsolete resource path testsMicah Lee
2020-11-08Update release docs to finalize flatpakMicah Lee
2020-11-08Properly specify onionshare_cli package_dataMicah Lee
2020-11-08Remove unnecessary dependencies from snapcraft.yamlMicah Lee
2020-11-08Fix get_resource_path to work with python eggs, move appdata xml file to src ...Micah Lee
2020-11-08Add incomplete flatpak manifest, update release docs, re-add source package s...Micah Lee
2020-11-06Shorten the descriptionMicah Lee
2020-11-06Write proper Windows release build script, and update Windows release docsMicah Lee
2020-11-06Add DMG creation to macOS package scriptMicah Lee
2020-11-06OopsMicah Lee
2020-11-06Fix rootMicah Lee
2020-11-06Oops, dont ignore linuxMicah Lee
2020-11-06Start writing a proper macOS build scriptMicah Lee
2020-11-04Write macOS package script, to codesign child binariesMicah Lee
2020-11-04Write unified release documentation, move licenses into the root, and delete ...Micah Lee
2020-11-04Manually make close tab buttons in macOS, because PySide2 is not showing the ...Micah Lee
2020-11-04Make OnionShare briefcase work in macOSMicah Lee
2020-11-04Find the proper tor binary in onionshare-cli for macOSMicah Lee
2020-11-03Change snap to strict mode, and update readmeMicah Lee
2020-11-03Fix snap so it does not have so many warnings when running GUIMicah Lee
2020-11-03Make snapcraft packaging work with briefcase refactorMicah Lee
2020-11-03Merge branch '1111_snap' into briefcase-snapMicah Lee
2020-11-02Correct the path to pyproject.tomlMicah Lee
2020-11-02Remove toml dep from setup.pyMicah Lee
2020-11-02Add setup.py for Flatpak package buildingMicah Lee
2020-11-01Install new dependencies so CircleCI tests run, and fix a pytest warningMicah Lee
2020-11-01Missing importMicah Lee
2020-11-01Escape backslashes in ASCII-artMicah Lee
2020-11-01Add desktop documentation about building CLI wheel, and make CircleCI tests b...Micah Lee
2020-10-15Put tor binaries in desktop app resources, not cli resources, and fix Windows...Micah Lee
2020-10-15Make onionshare_cli an actual dependency of the GUI versionMicah Lee
2020-10-14Make it work in WindowsMicah Lee
2020-10-14Fix yaml spacingMicah Lee
2020-10-14Change CircleCI to run CLI tests, then GUI testsMicah Lee
2020-10-14PySide2 datetimes use .toPython instead of .toPyDateTimeMicah Lee
2020-10-14Load onionshare_cli from source tree instead of pip dependency, and start mak...Micah Lee
2020-10-14Change version back to 2.3.dev1Micah Lee
2020-10-14Fix extremely obnoxious bug related to differences in QTabWidget between PyQt...Micah Lee
2020-10-14PySide2 does not use QVariantMicah Lee
2020-10-13Port from PyQt5 to PySide2Micah Lee
2020-10-13Move docs back to root, move onionshare_gui into briefcase app, and make modi...Micah Lee