summaryrefslogtreecommitdiff
path: root/onionshare_gui
AgeCommit message (Expand)Author
2014-08-20moved several english strings into strings.json for translationMicah Lee
2014-08-20in Tails, root stuff is launched in separate process in GUI (#96)Micah Lee
2014-08-14Remove old webapp filesLazlo Westerhof
2014-08-14First working version of native qt appLazlo Westerhof
2014-07-16add Content-Security-Policy so if there are other xss vulns they won't executeMicah Lee
2014-07-15fixed critical XSS bug that can deanonymize userMicah Lee
2014-07-07Encoded strings passed to constant_time_compare as ascii, because it wasMicah Lee
2014-06-29Add Russian translation (and make "Copy URL" translatable)Anton Nesterov
2014-06-26Merge pull request #62 from enotodden/masterMicah Lee
2014-06-26implemeted debug mode. fixes #50Micah Lee
2014-06-26Merge branch 'master' of https://github.com/micahflee/onionshareEspen Kåsa Notodden
2014-06-26use the translated() function in onionshare_guiEspen Kåsa Notodden
2014-06-26passing webapp the debug flag (#50)Micah Lee
2014-06-26fixed bug where hidden service still closed even if "close automatically" unc...Micah Lee
2014-06-26made --stay-open work in GUI (#58)Micah Lee
2014-06-26made --local-only work in GUI (#58)Micah Lee
2014-06-26adding argparse to GUI (#58, also #50)Micah Lee
2014-06-25made pyinstaller work for OSX (#43)Micah Lee
2014-06-24made pyinstaller work for windows (#35)Micah Lee
2014-06-24merging in relevant work from #59Micah Lee
2014-06-22can now run onionshare_gui.py without building (fixes #51)Micah Lee
2014-06-21made copy to clipboard work in windows. fixes #46Micah Lee
2014-06-21made logs display reverse chronological, so no need to autoscroll the log windowMicah Lee
2014-06-20window icon works now. fixes #49Micah Lee
2014-06-20adding window icon (#49)Micah Lee
2014-06-20Building a .exe now successfully works (#35)Micah Lee
2014-06-19make auto-close checkbox look better in ubuntuMicah Lee
2014-06-19start QApplication before doing other Qt stuffMicah Lee
2014-06-19set Qt.AA_X11InitThreads in Linux, to prevent horrible thread-related crashesMicah Lee
2014-06-19resort to static height, to put the scrollbar in the right placeMicah Lee
2014-06-19clean up onionshare_gui to be more Qt-ishMicah Lee
2014-06-19fixed css borderMicah Lee
2014-06-19css tweakMicah Lee
2014-06-19start the webapp thread in a QThread instead of using threadingMicah Lee
2014-06-19working on making the scrollbar appear in the right placeMicah Lee
2014-06-19set window title, resize window by defaultMicah Lee
2014-06-19changed css to fit any window sizeMicah Lee
2014-06-19added error logging into webappMicah Lee
2014-06-19ported alert to QtMicah Lee
2014-06-19ported select_file to QtMicah Lee
2014-06-19beginning to rip out gtk and replace with QtMicah Lee
2014-06-11added filename to title bar (fixes #45)Micah Lee
2014-06-11improved GUI layout, so there is less word-wrapping of long strings of hexMicah Lee
2014-06-11onionshare closes automatically (if box is checked) when download finishes. f...Micah Lee
2014-06-11when a download completes it is marked as complete (#36)Micah Lee
2014-06-11renamed check_for_requests to heartbeat, and made the heartbeat serve all ite...Micah Lee
2014-06-11added progress download progress notifications (#36)Micah Lee
2014-06-10open the webapp port on tails as well (#42)Micah Lee
2014-06-10onionshare-gui forces root in Tails now too, and file chooser defaults to ~/ ...Micah Lee
2014-06-09made GUI design look way nicerMicah Lee