summaryrefslogtreecommitdiff
path: root/onionshare_gui
AgeCommit message (Expand)Author
2020-09-14Fix deb packagingMicah Lee
2020-09-14Merge pull request #1176 from SaptakS/expand-urlMicah Lee
2020-09-10Makes history panel full height in share and website modeSaptak S
2020-09-07Adds UI/UX enhancements in different sections of tab layoutsSaptak S
2020-08-27Update Copyright to 2020 everywhere, and assign to Micah Lee, et al. instead ...Micah Lee
2020-08-26Make this just the docs website, not the full websiteMicah Lee
2020-08-26Update help URLMicah Lee
2020-08-20Merge pull request #1157 from micahflee/1156_mac_tabsMicah Lee
2020-08-20Merge pull request #1154 from micahflee/1073_tabs_designMicah Lee
2020-08-20Make macOS tabs left-aligned, and manually add close buttonMicah Lee
2020-08-20Fix drag and drop by hiding DropHereWidget widget, and adjust location of Dro...Micah Lee
2020-08-20Delete lock file if it's staleMicah Lee
2020-08-20Show chat mode server status widgets in the tab bar as wellMicah Lee
2020-08-20Receive mode and chat mode are also looking awesomeMicah Lee
2020-08-20Share mode and website mode are looking awesomeMicah Lee
2020-08-20Beautify new tab pageMicah Lee
2020-08-19Merge branch 'chat' of https://github.com/SaptakS/onionshare into SaptakS-chatMicah Lee
2020-07-05Merge pull request #1139 from micahflee/910_flatpakMicah Lee
2020-07-06Hide QR code button when server stops. Capitalise CodeMiguel Jacq
2020-07-05Merge pull request #1122 from mig5/fix_progress_bar_2GB_file_and_receive_mode...Micah Lee
2020-07-04Merge branch 'develop' of github.com:micahflee/onionshare into chatSaptak S
2020-06-30Oops, should be return instead of breakMicah Lee
2020-06-30Simplify flatpak detectionMicah Lee
2020-06-30When giving flatpak warning, break before setting the selected dirMicah Lee
2020-06-30Missing importMicah Lee
2020-06-30Force saving files inside ~/OnionShare if running in flatpakMicah Lee
2020-06-30Add flatpak detectionMicah Lee
2020-06-30Merge branch 'develop' into 910_flatpakMicah Lee
2020-06-30When setting the data_dir in the GUI, set it to the new directory that was ju...Micah Lee
2020-06-30Merge branch 'develop' into 910_flatpakMicah Lee
2020-06-30Set the maximum for the individual file history item to MB to avoid > 2GB crashMiguel Jacq
2020-06-29Merge pull request #1133 from mig5/website_mode_autostart_scheduled_statusMicah Lee
2020-06-29Merge pull request #1132 from mig5/update_status_bar_on_tab_changeMicah Lee
2020-06-29Remove forced height on copy URL buttonMicah Lee
2020-06-29Merge branch 'qrcode' of https://github.com/mig5/onionshare into mig5-qrcodeMicah Lee
2020-06-28Fix testsMicah Lee
2020-06-28Merge branch 'clear_all_file_selection_widget' of https://github.com/mig5/oni...Micah Lee
2020-06-28Merge branch 'autostart_fixes' of https://github.com/mig5/onionshare into mig...Micah Lee
2020-06-28Merge branch 'onionshare_gui/selectableURL' of https://github.com/codyroberts...Micah Lee
2020-06-08Use 'Delete' rather than 'Clear' when talking about removing file items from ...Miguel Jacq
2020-06-07Set the server status indicator to 'Scheduled' when in Website Mode and autos...Miguel Jacq
2020-06-07#1126 update the status bar each time the active tab is changedMiguel Jacq
2020-05-31Add code documentationMiguel Jacq
2020-05-31Remove unnecessary import of Image class in ServerStatusMiguel Jacq
2020-05-31#1115 Add QR Code for onion URLMiguel Jacq
2020-05-28#1095 Fix crash for shares larger than 2GB. #1089 add ETA/bytes uploaded in p...Miguel Jacq
2020-05-28Hide the Clear All button on server start, show it again when stoppedMiguel Jacq
2020-05-27Change code doc from 'Delete All' to 'Clear All' and remove whitespace in testMiguel Jacq
2020-05-27#1116 Add a Clear All button in the File List area for share modesMiguel Jacq
2020-05-10Keep save button disabled if changed username invalidSaptak S