summaryrefslogtreecommitdiff
path: root/onionshare_gui/update_checker.py
AgeCommit message (Expand)Author
2018-09-14Merge branch 'develop' into receiver-mode-guiMicah Lee
2018-09-14Merge branch '685_use_dist_socks' of https://github.com/mig5/onionshare into ...Micah Lee
2018-09-04Use the distribution's PySocks module instead of our custom versionMiguel Jacq
2018-08-30Fix the passing of the latest version returned to the UI if it is an invalid ...Miguel Jacq
2018-06-18Merge branch 'license' into developMicah Lee
2018-06-17Update OnionShare copyright year to 2018Micah Lee
2018-04-24Update GPL copyright yearMicah Lee
2018-03-08Completely refactor common to make a Common class, and pass that class down i...Micah Lee
2018-02-23Merge branch '523_try_update_check_via_v3_onion' of https://github.com/mig5/o...Micah Lee
2018-01-24#523 prioritise connecting to the v3 onionshare site when checking for update...Miguel Jacq
2018-01-23reinstate the emitted signals for invalid version/error checking for updatesMiguel Jacq
2018-01-23#535 do the forced update check via a (non-blocking) QThreadMiguel Jacq
2018-01-18Re-load the settings in the UpdateCheck thread before saving, in case setting...Miguel Jacq
2017-06-01Make it possible to supply a custom json settings file from somewhere elseMiguel Jacq
2017-05-19Fix double slash in URL of UpdateChecker debug messageMiguel Jacq
2017-05-16Fix UpdateChecker and UpdateThread to work with refactor, now it pops up an u...Micah Lee
2017-05-16Renamed onionshare.helpers module to onionshare.commonMicah Lee
2017-05-14Make UpdateChecker use the shared Onion object instead of creating a new oneMicah Lee
2017-04-19Import socks module included in the onionshare module, instead of the global oneMicah Lee
2017-04-17Made automatic check for update in a separate thread workMicah Lee
2017-04-17Make UpdateChecker use signals and slots to communicate tor status messages. ...Micah Lee
2017-04-15Added UpdateThread to update_checker module, which checks for updates in a se...Micah Lee
2017-04-15Refactor UpdateChecker into a class that's a QObject, and make it use signals...Micah Lee
2017-04-15Handle UpdateCheckerSOCKSHTTPError exception in the update_checker moduleMicah Lee
2017-04-15Created update_checker module, and logic to load http://elx57ue5uyfplgva.onio...Micah Lee