summaryrefslogtreecommitdiff
path: root/onionshare_gui
AgeCommit message (Collapse)Author
2019-04-21Fix auto-start timer URLMicah Lee
2019-04-22Update the URL to the Auto-Start timer wiki pageMiguel Jacq
2019-04-22Fix crash when clicking Help in SystrayMiguel Jacq
2019-04-20Unlocalize CLI stringsMiguel Jacq
2019-04-18Rename debug to verbose in all relevant placesMicah Lee
2019-04-18Update date formatMicah Lee
2019-03-25Standardise all startup_timer, scheduled_start attributes as 'autostart_timer'Miguel Jacq
2019-03-25Standardise all shutdown_timer, shutdown_timeout, timeout attributes as ↵Miguel Jacq
'autostop_timer'
2019-03-24Fix unsetting autostart timer after reloading settingsMiguel Jacq
2019-03-24Fixes for displaying autostart timer countdownMiguel Jacq
2019-03-24Human-friendly autostart/autostop countdown timers on server button, tooltipsMiguel Jacq
2019-03-24Show the URL description label whenever we are showing the URL itselfMiguel Jacq
2019-03-11Various Startup Timer fixes for strings, bundled mode, stealth mode, ↵Miguel Jacq
startup/shutdown time clashes
2019-03-08Fix a minor corner case related to server status button when canceling a ↵Miguel Jacq
scheduled share. Leverage scheduled shares in order to test 'cancel' action in local mode for better test coverage
2019-03-06Prevent a scheduled share from starting after the scheduled time has passed. ↵Miguel Jacq
Add a test for this
2019-03-05Add a Startup Timer feature (scheduled start / dead man's switch)Miguel Jacq
2019-02-17Merge pull request #906 from mig5/show_canceled_item_as_canceledMicah Lee
Update the GUI when the browser has canceled an upload in Receive Mode. Don't increment the completed counter
2019-02-17Use constants for history item status, to be consistent with other parts of ↵Miguel Jacq
the project
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. ↵Miguel Jacq
Don't increment the completed counter
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 ↵Miguel Jacq
superfluous conditional
2019-02-11Support persistent v3 onionsMiguel Jacq
2019-01-28Separete onion settings into their own group, and remove css that was ↵Micah Lee
breaking the look of the "Copy HidServAuth" button
2019-01-28Fix crash that occurs when opening settings when both client authentication ↵Micah Lee
and persistence are enabled
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 ↵Micah Lee
thread-safe queue that communicates to both share and receive mode when the user stops the server. In share mode this still stops sending the file. In receive mode, if there's a transfer in progress, it cancels it in the middle, and doesn't end up saving that file - In receive mode, make the receive mode dir right before saving a file (so if it doesn't complete, don't make an empty dir) - Minor UX tweak: resizing the window stretches the History widget first
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 ↵Micah Lee
mode feature to allow the Tor Browser user to close the server, but we removed
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 ↵Micah Lee
upload and download words
2018-12-21Merge pull request #853 from micahflee/847_fix_mac_cssMicah Lee
Make settings dialog checkboxes line up in macOS
2018-12-20Merge branch 'develop' of https://github.com/irykoon/onionshare into ↵Micah Lee
irykoon-develop
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 ↵Micah Lee
test different states of tor (authenticate and not, supports v3 and not)
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 ↵Micah Lee
update settings dialog so if the connected version of tor doesn't support v3 onions, then always show legacy options. If it does support v3 onions, allow 'Use legacy addresses'
2018-12-05Only show onion settings if there is a Tor connectionMicah Lee
2018-12-05Merge pull request #752 from ↵Micah Lee
mig5/receiver-mode-gui-hold-timeout-share-open-til-upload-finished Hold a share open if its timer has expired but a file is still uploading.
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
Open folder containing uploads with the file selected, in macOS and Windows
2018-11-27Remove obsolete Download/Upload code that crept back in via an earlier mergeMiguel Jacq