summaryrefslogtreecommitdiff
path: root/onionshare/common.py
AgeCommit message (Expand)Author
2020-08-27Update Copyright to 2020 everywhere, and assign to Micah Lee, et al. instead ...Micah Lee
2020-08-19Merge branch 'chat' of https://github.com/SaptakS/onionshare into SaptakS-chatMicah Lee
2020-04-06Fix linux tor paths, make event handler properly quit threadMicah Lee
2020-04-05Merge branch '910_flatpak' of github.com:micahflee/onionshare into 910_flatpakMicah Lee
2020-03-08Create web UI and socket code for the chat interfaceSaptak S
2019-11-28If running from onionshare CLI, use a new temporary tor data dir, and if runn...Micah Lee
2019-11-27Update tor paths to use paths relative to the binary, instead of absolute pathsMicah Lee
2019-11-27Make Common.get_resource_path find the resource path relative to the binary, ...Micah Lee
2019-11-08Add CLI tests inMicah Lee
2019-11-03Start writing tabs testsMicah Lee
2019-11-02Make ModeSettings be able to save and loadMicah Lee
2019-10-20Make a new onionshare_gui.GuiCommon object, and move css from onionshare.Comm...Micah Lee
2019-10-20Use .format to format file sizes againMicah Lee
2019-10-20Replace .format with python 3.6 f-strings in onionshare moduleMicah Lee
2019-10-12Format all code using blackMicah Lee
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