aboutsummaryrefslogtreecommitdiff
path: root/setup.py
AgeCommit message (Collapse)Author
2020-08-27Update Copyright to 2020 everywhere, and assign to Micah Lee, et al. instead ↵Micah Lee
of just Micah Lee
2020-08-26Update descriptions in appdata and setup.pyMicah Lee
2020-08-24Add onionshare_gui.tab.chat_mode module to setup.pyMicah Lee
2020-07-05Switch icon to 512x512 pngMicah Lee
2019-11-27Fix module names in setup.py, and make data_files use relative pathsMicah Lee
2019-10-12Format all code using blackMicah Lee
2019-09-15Add org.onionshare.OnionShare.svg, remove onionshare80.xpm, and fix ↵Micah Lee
sstdeb.cfg so building a .deb works again
2019-09-15Merge branch 'feature/issue-998' of https://github.com/x80486/onionshare ↵Micah Lee
into x80486-feature/issue-998
2019-07-23DragonFly is *BSD; bringing back #716Vinicius Zavam
2019-05-29Update/Tweak AppStream Metadata XML and Desktop Entry according to the ↵x80486
latest standard(s)
2019-05-03Add version for Flask-HTTPAuthhiro
2019-04-23Add gui for website sharing and listinghiro
2018-12-21Update description of OnionShareMicah Lee
2018-12-19Add some informational trove classifiers for PyPiKevin Gallagher
To make finding the tool easier.
2018-10-07Move ShareMode and ReceiveMode into Mode moduleMicah Lee
2018-09-21Include onionshare.web module in setup.pyMicah Lee
2018-09-20Also package the new python modulesMicah Lee
2018-09-14Merge branch 'develop' into receiver-mode-guiMicah Lee
2018-07-22#692 move appstream file to /usr/share/metainfoMiguel Jacq
2018-06-18Merge branch 'license' into developMicah Lee
2018-06-17Update OnionShare copyright year to 2018Micah Lee
2018-05-21Merge branch 'develop' into receiver-mode-guiMicah Lee
2018-05-02Fix python setup process for share/static dir contentsMiguel Jacq
2018-04-24Update GPL copyright yearMicah Lee
2018-03-06Create separate templates and static folder, and make the web app use both ↵Micah Lee
of these. Yay, now we have real static resources
2018-02-05Second attempt at patches for an OpenBSD port, this time based off of 1.2attila
and after feedback from the upstream and other contributors at https://github.com/micahflee/onionshare/pull/489
2017-02-21Renamed 'resources' to 'share', and updated location of 'share' files in ↵Micah Lee
OSX/Win binaries
2017-01-07Remove cx_Freeze code from setup.py (so remove OSX/Windows), and refactor ↵Micah Lee
Linux slightly to use file_list function
2017-01-06Change GPL copyright from 2016 to 2017Micah Lee
2016-09-05Oops, I can't have a variable called osMicah Lee
2016-09-04Migrate from PyInstaller to cx_Freeze for OSXMicah Lee
2016-09-04Refactor setup.py, and make cx_Freeze bdist_msi installer create a shortcut ↵Micah Lee
in the Start Menu
2016-09-04Build the cx_Freeze Windows GUI in window mode instead of console modeMicah Lee
2016-09-04Added resources to cx_Freeze setup, and make those resources findable by the appMicah Lee
2016-09-04Add instructions for installing cx_Freeze in Windows, and add cx_Freeze ↵Micah Lee
support to setup.py for Windows
2016-06-10Added a simple nautilus extension, written by the Subgraph developers (fixes ↵Micah Lee
#293)
2016-04-12Added securedrop worldlist to projectMicah Lee
2016-04-12If "Stop sharing automatically" is selected, only allow one download at a ↵Micah Lee
time (fixes #248)
2016-04-12Move all resources (locale, images, html, version.txt) into central ↵Micah Lee
resources dir, and clean up logic to find absolute paths to resources
2016-04-12Fix issue with Debian package, because I renamed version to version.txtMicah Lee
2016-04-12Renamed linux_scripts to scripts, since they are now used for Linux, OSX, ↵Micah Lee
and Windows
2016-04-11Switched from py2app to PyInstaller for Windows. Renamed version to ↵Micah Lee
version.txt, to avoid Windows namespace collision with version.dll.
2016-04-10Switch from py2app to PyInstallerMicah Lee
2016-02-15Update copyright year to 2016Micah Lee
2016-02-15Successfully builds a .exe with Python3/Qt5. Switched from pyinstaller to ↵Micah Lee
py2exe. (#261)
2016-02-12Made sure switch to python3 and Qt5 works in OSX (#261). Updated OSX ↵Micah Lee
instructions in BUILD.md.
2016-02-12Porting onionshare GUI from python2 to python3, and also from PyQt4 to PyQt5 ↵Micah Lee
(#261). This commit ports onionshare_gui.
2016-02-12Porting onionshare from python2 to python3 (#261). This commit only ports ↵Micah Lee
the CLI version, not the GUI. Has not been tested in Fedora, Windows, or OSX. Removed hack to make unicode filenames work because hack does not work in python3. Replaced constant_time_compare function with a new one that works in python3. Tweaked hidden service checking code because urllib is different in python3.
2016-02-12Display version string automatically in CLI, and in the status bar in GUI (#251)Micah Lee
2015-11-27OnionShare translated into Esperanto language.Venca24