summaryrefslogtreecommitdiff
path: root/onionshare
AgeCommit message (Expand)Author
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
2018-09-21Merge branch 'develop' into 663_zip_awayMicah Lee
2018-09-21Dynamically figure out the total size of the download based on the whether or...Micah Lee
2018-09-21Remove the 'using_ephemeral' stringMicah Lee
2018-09-21Remove no_filenames string, and instead display CLI usage if you don't specif...Micah Lee
2018-09-21If only sharing one file, compress it with gzip, and serve it with gzip compr...Micah Lee
2018-09-21Pass common into ShareModeWeb and ReceiveModeWebMicah Lee
2018-09-21Move more mode-specific logic out of the Web class and into the approprate mo...Micah Lee
2018-09-21Refactor the CLI main function to explicitly use 'share' or 'receive' modeMicah Lee
2018-09-21Refactor web even more to all of the share and receive web logic into ShareMo...Micah Lee
2018-09-20Refactor web to push share and receive mode logic into their respective filesMicah Lee
2018-09-20Split the web module into different files for receive mode and share mode logicMicah Lee
2018-09-20Make web a module, so I can split it into multiple filesMicah Lee
2018-09-20Only add the download_filename to cleanup_filenames (which get deleted) if th...Micah Lee
2018-09-20When there is only 1 file being shared, don't zip itMicah Lee
2018-09-20Throw a 403 on the index pages if the timer has run out but an upload is in p...Miguel Jacq
2018-09-19Log the public_mode flag as wellMiguel Jacq
2018-09-19Fix syntax for opening explorer and selecting the filename. Fix a bug in the ...Miguel Jacq
2018-09-19Merge pull request #758 from micahflee/665_cancel_compressionMiguel Jacq
2018-09-18Tor version must actually be 0.3.3.1 for ephemeral v3 onion servicesMicah Lee
2018-09-18Properly handle exceptions in CLI, and pass the actual exception message in T...Micah Lee
2018-09-18Remove some debug logsMicah Lee
2018-09-18Set self.cancel_compression to false in the set_file_info() function instead ...Micah Lee
2018-09-18Make Web.set_file_info return False on cancelMicah Lee
2018-09-17Refactor all of the threading.Threads into QThreads, and quit them all when c...Micah Lee
2018-09-17Make separate function for comparing the slug and comparing the shutdown_slug...Micah Lee
2018-09-18Fix conflictMiguel Jacq
2018-09-17Merge branch 'develop' into receiver-mode-guiMicah Lee
2018-09-17Make what's this links use the same string, and change their styleMicah Lee
2018-09-18Remove unnecessary loop. Remove the Close route/setting which can DoS another...Miguel Jacq
2018-09-17Hold a share open if its timer hsa expired but a file is still uploading. Don...Miguel Jacq
2018-09-15Monkeypatch flask to suppress output that isn't applicable to OnionShareMicah Lee
2018-09-16Fix conflictsMiguel Jacq
2018-09-15Check for public_mode in the check_slug_candidate function, to make 404 error...Micah Lee
2018-09-15Fix conflict in testsMiguel Jacq
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-15Don't check slug candidate in public modeMiguel Jacq