summaryrefslogtreecommitdiff
path: root/onionshare_gui
AgeCommit message (Expand)Author
2019-02-17Merge pull request #906 from mig5/show_canceled_item_as_canceledMicah Lee
2019-02-17Use constants for history item status, to be consistent with other parts of t...Miguel Jacq
2019-02-17Set status attribute for ShareHistoryItems as wellMiguel Jacq
2019-02-17Update the GUI when the browser has canceled an upload in Receive Mode. Don't...Miguel Jacq
2019-02-17Don't clear in-progress transfers from the History listMiguel Jacq
2019-02-11Re-order so persistence checkbox comes before legacy mode checkbox. Remove su...Miguel Jacq
2019-02-11Support persistent v3 onionsMiguel Jacq
2019-01-28Separete onion settings into their own group, and remove css that was breakin...Micah Lee
2019-01-28Fix crash that occurs when opening settings when both client authentication a...Micah Lee
2019-01-21Merge branch 'develop' into 866_receive_mode_crashMicah Lee
2019-01-20Skip updating or canceling items that haven't been addedMicah Lee
2019-01-20When canceling a receive mode transfer, display date range in the UIMicah Lee
2019-01-20Merge branch 'develop' into 866_receive_mode_crashMicah Lee
2019-01-20In SettingsDialog, rename downloads_layout to data_dir_layoutMicah Lee
2019-01-20- Refactor the Web.ShareMode client_cancel variable to be Web.stop_q, a threa...Micah Lee
2019-01-20Rename receive mode "downloads_dir" to the OnionShare "data_dir"Micah Lee
2019-01-19Change many more strings to stop using 'download'/'upload' languageMicah Lee
2019-01-19Finish removing web event REQUEST_CLOSE_SERVER, which used to be a receive mo...Micah Lee
2019-01-19Fix bug in HistoryItem.get_finished_label_textMicah Lee
2019-01-19Rename images to remove upload/download references, and update more stringsMicah Lee
2019-01-19Updated language on key share/receive mode strings to remove the confusing up...Micah Lee
2018-12-21Merge pull request #853 from micahflee/847_fix_mac_cssMicah Lee
2018-12-20Merge branch 'develop' of https://github.com/irykoon/onionshare into irykoon-...Micah Lee
2018-12-20Make settings dialog checkboxes line up in macOSMicah Lee
2018-12-16Merge branch 'develop' into 406_osx_sandboxMicah Lee
2018-12-05Update settings dialog tests to use an OnionStub instead of an Onion, and tes...Micah Lee
2018-12-05Don't actually check the 'Use legacy addresses' checkbox when it's hiddenMicah Lee
2018-12-05Require tor 0.4.0.0 for v3 onion services (will change in the future). And up...Micah Lee
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-12-05Keep the upload running in the GUI if the timer has run outMiguel Jacq
2018-11-27In macOS, split "Add" button into "Add Files" and "Add Folder" buttonsMicah Lee
2018-11-26Merge pull request #763 from mig5/open_folder_uploads_macos_windowsMicah Lee
2018-11-27Remove obsolete Download/Upload code that crept back in via an earlier mergeMiguel Jacq
2018-11-13Merge develop branch and fix conflictsMiguel Jacq
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-16Merge pull request #810 from mig5/fix_timer_alertMicah Lee
2018-10-17Fix call to Alert() when an autostop timer has run out before starting the shareMiguel Jacq
2018-10-15Remove second arg from two calls to strings()Miguel Jacq
2018-10-11Fix conflictsMiguel Jacq
2018-10-10Fix various bugs so local GUI tests pass again after mergesMicah Lee
2018-10-10Merge branch '780_improved_ui' into 690_language_dropdownMicah Lee
2018-10-10Merge branch 'develop' into 690_language_dropdownMicah Lee
2018-10-10Final few tweaks to make this look perfect in macOSMicah Lee
2018-10-10Remove commented out obsolete codeMiguel Jacq
2018-10-10Raise minimumHeight again to account for overlap issues on MacOS caused by Ma...Miguel Jacq
2018-10-09Add "download started" date/time to download history progress barsMicah Lee
2018-10-09Merge in developMicah Lee
2018-10-09Stop hiding the share mode info label when tor breaksMicah Lee