summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-03-05Add a Startup Timer feature (scheduled start / dead man's switch)Miguel Jacq
2019-03-02Unhardcode linux launcher iconVincent Bermel
2019-03-01Translated using Weblate (Norwegian Bokmål)Allan Nordhøy
2019-02-26Use a custom Settings object in test_onionshare_web.py, rather than potential...Miguel Jacq
2019-02-25Translated using Weblate (Finnish)Kalle Laine
2019-02-25remove unnecessary bit of cssMiguel Jacq
2019-02-24Add try/except block when stubbing flash's show_server_banner, in order to su...Micah Lee
2019-02-24Move the noscript warning to top of page and make it appear less of an error,...Miguel Jacq
2019-02-23Add asynchronous functions to the templates to reduce page load times.ZeroDot1
2019-02-23Make progress, noscript warning, and flashes appear above the form, but benea...Miguel Jacq
2019-02-22remove actual sender_closed test functionMiguel Jacq
2019-02-22Remove obsolete test for sender closing a Receive Mode service via the web in...Miguel Jacq
2019-02-21Translated using Weblate (Italian)Edoardo (chap/itschap)
2019-02-21Remove python3-distutils from BUILD.md as wellMicah Lee
2019-02-20Tweak readme install languageMicah Lee
2019-02-20Merge branch 'patch-1' of https://github.com/pahakalle/onionshare into pahaka...Micah Lee
2019-02-20Translated using Weblate (Portuguese (Brazil))0xb1n0
2019-02-20Translated using Weblate (German)Björn von Heesen
2019-02-20Translated using Weblate (German)la corneja
2019-02-20Translated using Weblate (Chinese (Simplified))ff98sha
2019-02-20Remove python3-distutils as a dependency because it isn't in every debian, an...Micah Lee
2019-02-20Translated using Weblate (Chinese (Simplified))Hosted Weblate
2019-02-19Add homebrew install optionKalle Laine
2019-02-18Add python3-requests as a Build-Depends, which is required to make PPA releasesMicah Lee
2019-02-18Merge branch 'develop'v2.0Micah Lee
2019-02-19Always reset the slug to an empty string when the web server stopsMiguel Jacq
2019-02-18Merge pull request #897 from micahflee/developMicah Lee
2019-02-18Prevent crashing when cleaning up file, if file is still in useMicah Lee
2019-02-18Fix minor bugs: When making the ajax POST request, strip the trailing slash f...Micah Lee
2019-02-17Update share mode screenshots tooMicah Lee
2019-02-17Update screenshotsMicah Lee
2019-02-17Reword licenses readmeMicah Lee
2019-02-17Remove console.log() debug statementsMicah Lee
2019-02-17Merge branch 'develop' into 899_send_files_ajaxMicah Lee
2019-02-17Merge pull request #906 from mig5/show_canceled_item_as_canceledMicah Lee
2019-02-17Merge pull request #905 from mig5/902_dont_clear_in_progressMicah Lee
2019-02-17On error, remove the upload divMicah Lee
2019-02-17Don't use jQuery for the ajax request, instead manually use an XMLHttpRequest...Micah Lee
2019-02-17Update red and green colors to match the Qt GUI colorsMicah Lee
2019-02-17Use constants for history item status, to be consistent with other parts of t...Miguel Jacq
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. Don't...Miguel Jacq
2019-02-17Don't clear in-progress transfers from the History listMiguel Jacq
2019-02-15Refactor file upload interface to use jQuery, and to have separate upload pro...Micah Lee
2019-02-15Added jQuery, and jQuery licenseMicah Lee
2019-02-15Make uploading over ajax, and ajax flash messages, workMicah Lee
2019-02-14Refactor upload_logic to work with both normal uploads and ajax uploadsMicah Lee
2019-02-14Display upload progress percent in submit buttonMicah Lee
2019-02-14Update the noscript upload instructions on the receive mode upload page, and ...Micah Lee
2019-02-13Use a div that gets hidden, instead of a <noscript> tag, because the <noscrip...Micah Lee