summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-09-22Show the website mode URL description in website mode, instead of the share m...v2.2.dev1Micah Lee
2019-09-22Change wording in changelogMicah Lee
2019-09-23Update changelog for v2.2Miguel Jacq
2019-09-22Merge branch 'develop' into 2.2.dev1_releaseMicah Lee
2019-09-22Merge branch 'develop' of github.com:weblate/onionshare-weblate into weblateMicah Lee
2019-09-22Translated using Weblate (Norwegian Bokmål)Hosted Weblate
2019-09-22Fix icon path in PyInstaller fileMicah Lee
2019-09-22Version bump to 2.2.dev1Micah Lee
2019-09-22Merge pull request #1034 from micahflee/932_windows_systray_iconMicah Lee
2019-09-22Merge pull request #1030 from mig5/1029_optional_cspMicah Lee
2019-09-22Merge pull request #1033 from micahflee/1027_deps_and_torMicah Lee
2019-09-22Typo in Qt versionMicah Lee
2019-09-22Merge branch '1027_deps_and_tor' of github.com:micahflee/onionshare into 1027...Micah Lee
2019-09-22Invert the CSP header setting and put it in its own Website Mode settings gro...Miguel Jacq
2019-09-20Merge pull request #1036 from micahflee/weblateMicah Lee
2019-09-21Merge branch 'origin/develop' into Weblate.Hosted Weblate
2019-09-20Merge pull request #7 from micahflee/weblateMicah Lee
2019-09-20Merge branch 'develop' of github.com:micahflee/onionshare-weblate into weblateMicah Lee
2019-09-20Hide the system tray icon before closingMicah Lee
2019-09-20Finish updating instructions for building PyInstaller from sourceMicah Lee
2019-09-20Merge pull request #1031 from mig5/950_persistence_fixMicah Lee
2019-09-20Merge pull request #1032 from mig5/weblate_translation_suggestionsMicah Lee
2019-09-20Translated using Weblate (French)Hosted Weblate
2019-09-16Source string suggestions from the translators on WeblateMiguel Jacq
2019-09-16Ensure the backend receives the latest settings object before starting the on...Miguel Jacq
2019-09-16Fix how security headers get addedMiguel Jacq
2019-09-16Make setting the Content-Security-Policy header optional so it doesn't break ...Miguel Jacq
2019-09-15Update Windows instructions, except building PyInstaller from sourceMicah Lee
2019-09-15Update pip dependenciesMicah Lee
2019-09-15Merge pull request #1025 from micahflee/994_breadcrumbsMicah Lee
2019-09-15Merge pull request #1026 from micahflee/992_website_miscMicah Lee
2019-09-15Update get Tor scripts to grab Tor Browser 8.8.5Micah Lee
2019-09-15Validate filenames, and require filenames be passed in, in website mode as we...Micah Lee
2019-09-15Add breadcrumbs to share modeMicah Lee
2019-09-15Add breadcrumbs for website modeMicah Lee
2019-09-15Fix bug with rendering index.html files in subdirsMicah Lee
2019-09-15Add org.onionshare.OnionShare.svg, remove onionshare80.xpm, and fix sstdeb.cf...Micah Lee
2019-09-15Merge branch 'feature/issue-998' of https://github.com/x80486/onionshare into...Micah Lee
2019-09-15Merge pull request #1020 from micahflee/991_sharing_codeMicah Lee
2019-09-15Allow 404 errors to work in receive modeMicah Lee
2019-09-09Ensure we increment and return the history_id when throwing error404() in web...Miguel Jacq
2019-09-09remove unnecessary import of IndividualFileHistoryItem from share_mode/__init...Miguel Jacq
2019-09-09Fix the discrepancy between SendBaseModeWeb and Web objects' separate cur_his...Miguel Jacq
2019-09-09Fix tests in Receive Mode that actually do increment the history item widget ...Miguel Jacq
2019-09-08Make web requests indicator icon increment on web requestsMicah Lee
2019-09-08Rename images from share_ to history_, because they are used in all modesMicah Lee
2019-09-08Add web requests counter icon to history widgetMicah Lee
2019-09-08Add individual downloads label to settings dialogMicah Lee
2019-09-08Don't consider individual downloads in the in_progress counterMicah Lee
2019-09-08Make sure IndividualFileHistoryItem widgets display properly in receive mode tooMicah Lee