summaryrefslogtreecommitdiff
path: root/onionshare
AgeCommit message (Expand)Author
2018-12-05Only show onion settings if there is a Tor connectionMicah Lee
2018-12-05Merge pull request #752 from mig5/receiver-mode-gui-hold-timeout-share-open-t...Micah Lee
2018-11-26Merge branch 'develop' into 406_osx_sandboxMicah Lee
2018-11-26Merge pull request #763 from mig5/open_folder_uploads_macos_windowsMicah Lee
2018-11-25Build downloads_dir a different way in macOS, so it's correct despite the san...Micah Lee
2018-11-25Make sure downloads_dir exists after loading settingsMicah Lee
2018-11-25Make tor data dir always be a tempdir inside OnionShare's data dirMicah Lee
2018-11-25Make macOS use Tor control ports instead of unix sockets to connect to the To...Micah Lee
2018-11-25Display tor_data_directory as debug logMicah Lee
2018-11-25Create a group container for macOS sandbox, and on Mac put the Tor data dir i...Micah Lee
2018-11-25Fix bug related to persistent addresses when using v2 onion servicesMicah Lee
2018-11-18Merge branch 'develop' into v3-revisitedMicah Lee
2018-11-13remove debug logMiguel Jacq
2018-11-13Merge develop branch and fix conflictsMiguel Jacq
2018-11-13Try and fix closing the request for a valid upload post-timer expiry, whilst ...Miguel Jacq
2018-10-26Fix tests so they recognize the new receive mode locationMicah Lee
2018-10-25Communicate the receive mode dir to the GUI, so clicking the open folder butt...Micah Lee
2018-10-25Receive mode puts files in a directory based on the timestamp of the uploadMicah Lee
2018-10-11Remove the whole onionkey module, and generate onion keys using stem 1.7.0Micah Lee
2018-10-11Fix conflictsMiguel Jacq
2018-10-10Merge branch '780_improved_ui' into 690_language_dropdownMicah 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-10-02Make auto-stop timer work on CLI when an upload is still in progress on expiryMiguel Jacq
2018-10-02Try to fix logic handling last upload after timer expiryMiguel Jacq
2018-10-02remove unused variableMiguel Jacq
2018-10-01remove uploads_in_progress list from web sideMiguel Jacq
2018-10-01Another unused variableMiguel Jacq
2018-10-01remove unused variable, whitespaceMiguel Jacq
2018-10-01Fix logic for handling an upload still in progress when timer runs out. Show ...Miguel Jacq
2018-10-01Merge develop in and fix upload/timer functionality so that it works as descr...Miguel Jacq
2018-10-01Load default settings before parsing for any alternate config. Reload strings...Miguel Jacq
2018-09-30Remove the useless gui=True arg getting passed intro strings._ all over the p...Micah Lee
2018-09-30Fix testsMicah Lee
2018-09-30Make printing the settings filename as debug statement instead of printMicah Lee
2018-09-30Set OnionShare language based on the locale stored in settings, and prompt us...Micah Lee
2018-09-30Translate language names to their own languageMicah Lee
2018-09-30Make Settings.available_locales be a dictionary mapping locale codes to langu...Micah Lee
2018-09-30Add locale to Settings, and make it default to the system locale, or EnglishMicah 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-26Merge pull request #789 from mig5/show_v3_onion_supportMicah Lee
2018-09-25Show whether Tor version supports next-gen onion supportMiguel Jacq
2018-09-25Analyse the right file size to determine if the download has finished in the ...Miguel Jacq
2018-09-21Access .upload_count from the correct object after the web refactorMicah Lee
2018-09-21Actually tell the GUI the progessMicah Lee