summaryrefslogtreecommitdiff
path: root/onionshare/common.py
AgeCommit message (Expand)Author
2018-12-16Merge branch 'develop' into 406_osx_sandboxMicah Lee
2018-12-05Only show onion settings if there is a Tor connectionMicah Lee
2018-11-25Make tor data dir always be a tempdir inside OnionShare's data dirMicah Lee
2018-10-25Receive mode puts files in a directory based on the timestamp of the uploadMicah Lee
2018-10-09Make the history indicator label circular againMicah Lee
2018-10-09Set min width and height so everything always looks good, and change onion ad...Micah Lee
2018-09-29Got the indicator label to display in the correct location for share modeMicah Lee
2018-09-28Added an indicator count for share modeMicah Lee
2018-09-28Slightly improve Downloads progress bar style, but still needs spacingMicah Lee
2018-09-28Got empty Downloads looking goodMicah Lee
2018-09-28Attempting to redesign DownloadsMicah Lee
2018-09-27Keep trying ports until it finds a free oneMicah Lee
2018-09-17Make what's this links use the same string, and change their styleMicah Lee
2018-07-14Fix minor spelling/grammar issuesMiguel Jacq
2018-05-19Refactor uploads GUI so that each upload POST has one progess bar, and a list...Micah Lee
2018-05-19Move downloads dir validation into CommonMicah Lee
2018-05-07Move all stylesheets definitions into Common, so now we no longer have blocks...Micah Lee
2018-04-24Update GPL copyright yearMicah Lee
2018-03-13Move settings into the Common object, so the settings are available to all ob...Micah Lee
2018-03-13Fix tests after refactoring CommonMicah Lee
2018-03-08Completely refactor common to make a Common class, and pass that class down i...Micah Lee
2018-03-08Rename close_after_seconds class to ShutdownTimerMicah Lee
2018-03-08Move ZipWriter from common into web, because that's the only place it's usedMicah Lee
2018-02-24Merge branch 'develop' into 641_fix_images_windowsMicah Lee
2018-02-24When using <img>, put the src in quotes. Otherwise the filename is likely to ...Micah Lee
2018-02-24Remove use of `re` module by using `str.endswith`delirious-lettuce
2018-02-05Second attempt at patches for an OpenBSD port, this time based off of 1.2attila
2018-01-17Extract tor and obfs4proxy executables from the main TorBrowser executable wi...Miguel Jacq
2018-01-15support obfs4 via obfs4proxy on macOSMiguel Jacq
2018-01-12Merge branch 'master' of https://github.com/wondratsch/onionshareMicah Lee
2017-12-07 add FreeBSD Supportwondratsch
2017-12-07Raise an error if we were unable to obtain a random portMiguel Jacq
2017-12-06fix typowondratsch
2017-12-06add OpenBSD Supportwondratsch
2017-12-03Merge master branch and fix conflictsMiguel Jacq
2017-12-01Allow for localization for "Share via OnionShare" string in the nautilus exte...Micah Lee
2017-11-30Merge branch 'fixes' of https://github.com/delirious-lettuce/onionshare into ...Micah Lee
2017-11-20Allow tests to find share folders when building .debMicah Lee
2017-11-09use QDateTimeEdit instead of a spinbox for selecting a future date/time to au...Miguel Jacq
2017-11-08Implements a shutdown timer to stop a share automatically (downloaded or not)...Miguel Jacq
2017-07-10Remove: unused import, `round`, formatting indexes. Use tupleDelirious Lettuce
2017-05-30Merge branch 'hmac_compare_digest' of https://github.com/delirious-lettuce/on...Micah Lee
2017-05-30Merge branch 'format_seconds' of https://github.com/delirious-lettuce/onionsh...Micah Lee
2017-05-28Remove `constant_time_compare` to use `hmac.compare_digest`Delirious Lettuce
2017-05-26Fix issue mentioned by @mig5Delirious Lettuce
2017-05-24Use `divmod` to simplify the calculations, `seconds==0 -> '0s'`Delirious Lettuce
2017-05-24* Use context manager inside of `get_available_port`Delirious Lettuce
2017-05-24Removing '\n' arg negates the need for `wordlist.remove()`, renamed unused va...Delirious Lettuce
2017-05-23Fix indentingMicah Lee
2017-05-23open files via the 'with' statement, to avoid ResourceWarnings on unclosed filesMiguel Jacq