summaryrefslogtreecommitdiff
path: root/onionshare/common.py
AgeCommit message (Expand)Author
2019-09-08Remove method from IndividualFileHistoryItem, and only display these widgets ...Micah Lee
2019-09-03Make the IndividualFileHistoryItem widgets have colorMicah Lee
2019-07-23DragonFly is *BSD; bringing back #716Vinicius Zavam
2019-05-20Rename "slug" to "password"Micah Lee
2019-04-18Rename debug to verbose in all relevant placesMicah Lee
2019-03-25Standardise all shutdown_timer, shutdown_timeout, timeout attributes as 'auto...Miguel Jacq
2019-01-28Separete onion settings into their own group, and remove css that was breakin...Micah Lee
2018-12-21Use os.path.expanduser when creating data dir, and no need to try creating da...Micah Lee
2018-12-21Merge branch 'develop' of https://github.com/ageis/onionshare into ageis-developMicah Lee
2018-12-20Make settings dialog checkboxes line up in macOSMicah Lee
2018-12-19Make sure the OnionShare data directory is createdKevin Gallagher
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