summaryrefslogtreecommitdiff
path: root/onionshare_gui
AgeCommit message (Expand)Author
2015-06-16figure out the osx_resource_dir only once, to fix issue with cli version in OSXMicah Lee
2015-06-16must load the window_icon before validation, because alert() requires itMicah Lee
2015-05-18URL display is no longer tiny, and window gets autoresized if URL is too big ...Micah Lee
2015-05-15Ripping out dmg code, replacing pyinstaller with py2app for OSX -- still in p...Micah Lee
2015-05-15specify types in all str.format() calls (fixes #169)Micah Lee
2015-05-14No longer duplicates human_readable_filesize functions. Closes #170Micah Lee
2014-11-18pep8: too long lines, reformat lines to < 120 chars. removed redundancy from ...Thomas Waldmann
2014-11-18pep8: 2 spaces before inline commentsThomas Waldmann
2014-11-18pep8: blank after comma and colonThomas Waldmann
2014-11-18pep8: fix empty line countsThomas Waldmann
2014-09-22handles canceled downloads properly (fixes #81)Micah Lee
2014-09-22split starting server status message into three verbose chunksMicah Lee
2014-09-22remove trailing slash from filenames before adding, because getting basename ...Micah Lee
2014-09-18warns about sending large files in GUI (#123)Micah Lee
2014-09-18combined Start Server and Stop Server buttons into a single buttonMicah Lee
2014-09-18removed unused stringsMicah Lee
2014-09-17Fixed drag & drop issue, and made drop here image work in Windows (fixes #129)Micah Lee
2014-09-16encode one way for CLI, encode another for GUI (#141)Micah Lee
2014-09-16fixes unicode filename display in GUI (#141)Micah Lee
2014-09-16removing unnecessary whitespaceMicah Lee
2014-09-04fixed Windows/OSX image path problem, and updated NSIS Windows installer to i...Micah Lee
2014-09-03don't try stopping the web app if it hasn't startedMicah Lee
2014-09-03moving image files into /usr/share instead of /usr/lib (fixes #126)Micah Lee
2014-09-03moved images to subfolder (#126)Micah Lee
2014-09-03Fix missing window iconLazlo Westerhof
2014-09-03squash bug in closing Flask web server (fixes #131)Micah Lee
2014-09-02add utf-8 encoding to all .py filesMicah Lee
2014-09-02added GPLv3 license to each source fileMicah Lee
2014-08-30fixed Tails bug where if you stopped server in GUI, you could not start a new...Micah Lee
2014-08-30fix bug caused by refactoring that made Tails launch infinite onionshare proc...Micah Lee
2014-08-29remove gui_mode from web app, because it is no longer usefulMicah Lee
2014-08-29keep some status bar messages around for longerMicah Lee
2014-08-29can't stop a server before it has finished startingMicah Lee
2014-08-29added status bar to GUI, populated it with useful status messagesMicah Lee
2014-08-29waits for hs to be ready in GUI too (#116)Micah Lee
2014-08-29waits for hidden service before displaying URL. fixes #116Micah Lee
2014-08-28sort the list of filenames being sharedMicah Lee
2014-08-28does starting server work in a separate thread to keep GUI responsiveMicah Lee
2014-08-28catches exception when Tor is not open and trying to close server when it's n...Micah Lee
2014-08-27added download progress bars to GUI, and made close automatically act as stop...Micah Lee
2014-08-27made it so clicking Start Server actually starts the server, and made the URL...Micah Lee
2014-08-27server can be started and stopped from the GUIMicah Lee
2014-08-27close automatically checkbox respects --stay-open argument againMicah Lee
2014-08-27FileSelection and ServerStatus interact together, disabling buttons when appr...Micah Lee
2014-08-27beginning Options layoutMicah Lee
2014-08-27beginning Downloads layoutMicah Lee
2014-08-27beginning ServerStatus layoutMicah Lee
2014-08-27beginning to refactor onionshare_gui to work with multiple files (#66)Micah Lee
2014-08-27removed unnecessary image, and deleted onionshare_gui/static folderMicah Lee
2014-08-26refactored onionshare_gui to work with new refactored onionshareMicah Lee