summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2018-12-21Version bump to 2.0.dev2Micah Lee
2018-12-18Version bump to 2.0.dev1, and updated changelogv2.0.dev1Micah Lee
2018-12-16Merge branch 'develop' into 406_osx_sandboxMicah Lee
2018-12-16Merge pull request #831 from micahflee/812_fix_v3_onionsMicah Lee
[WIP] Fix v3 onion services
2018-12-15Add weblate versions of this files, to see if it stops complaining without a ↵emma peel
real merge. A real merge from weblate will include more files yet not translated.
2018-12-13Remove "(legacy) from v2-only settings dialog options"Micah Lee
2018-12-11translations mostly completed (up to 84% translated)emma peel
2018-12-08Split pt locale into pt_BR and pt_PTMicah Lee
2018-12-05Only show onion settings if there is a Tor connectionMicah Lee
2018-11-27In macOS, split "Add" button into "Add Files" and "Add Folder" buttonsMicah Lee
2018-11-25Make macOS use Tor control ports instead of unix sockets to connect to the ↵Micah Lee
Tor controller
2018-11-13Merge develop branch and fix conflictsMiguel Jacq
2018-11-12Spelling: RecipientAllan Nordhøy
2018-10-25Receive mode puts files in a directory based on the timestamp of the uploadMicah Lee
2018-10-10Merge branch '780_improved_ui' into 690_language_dropdownMicah Lee
2018-10-09Add "download started" date/time to download history progress barsMicah Lee
2018-10-07Delete Info widget, and move completed and in progress widgets into the ↵Micah Lee
header of history
2018-10-01Fix logic for handling an upload still in progress when timer runs out. Show ↵Miguel Jacq
thankyou page for last uploader post-timer expiry
2018-10-01Merge develop in and fix upload/timer functionality so that it works as ↵Miguel Jacq
described. Still needs fixing to not throw a connection error to the lucky last uploader after their upload completes and server stops due to expiry having passed
2018-10-01Add French translation for restarting OnionShare to see change in language ↵Miguel Jacq
take effect
2018-09-30Make printing the settings filename as debug statement instead of printMicah Lee
2018-09-30Set OnionShare language based on the locale stored in settings, and prompt ↵Micah Lee
user to restart OnionShare after changing their language
2018-09-30Change how language selection setting looksMicah Lee
2018-09-30Allow switching locales from the settings dialogMicah Lee
2018-09-28Starting to implement the new Uploads UI, but not doneMicah Lee
2018-09-28Attempting to redesign DownloadsMicah Lee
2018-09-28Add a toggle downloads button to share mode, and add new toggle upload and ↵Micah Lee
download images
2018-09-25Show whether Tor version supports next-gen onion supportMiguel Jacq
2018-09-23Fixes a few strings after testingMicah Lee
2018-09-23Fix some of the language on strings, and move back to "upload" and ↵Micah Lee
"download" terminology
2018-09-23Spelling cancelled ;)Allan Nordhøy
2018-09-23No "expired", Allowed sharing timeframeAllan Nordhøy
2018-09-23Language reworkAllan Nordhøy
2018-09-21Merge branch 'develop' into 663_zip_awayMicah Lee
2018-09-21Remove the 'using_ephemeral' stringMicah Lee
2018-09-21Remove no_filenames string, and instead display CLI usage if you don't ↵Micah Lee
specify filenames
2018-09-21Remove unused wait_for_hs string, and change tests to test with a different ↵Micah Lee
string. Also remove a few other unused strings
2018-09-20When there is only 1 file being shared, don't zip itMicah Lee
2018-09-19Remove obsolete strings (#770)Micah Lee
2018-09-19Remove upload/download toggle buttonsMicah Lee
2018-09-19Add 'clear history' button to downloads and uploads windowsMiguel Jacq
2018-09-19Merge pull request #761 from micahflee/760_fix_tor_crashMiguel Jacq
Fixes tor crash
2018-09-18Properly handle exceptions in CLI, and pass the actual exception message in ↵Micah Lee
TorErrorProtocolError exceptions
2018-09-18While I'm at it, bump the version to 2.0.devMicah Lee
2018-09-18Fix conflictMiguel Jacq
2018-09-17Make what's this links use the same string, and change their styleMicah Lee
2018-09-17Merge branch 'prop224_receiver_mode' of https://github.com/mig5/onionshare ↵Micah Lee
into mig5-prop224_receiver_mode
2018-09-18Remove unnecessary loop. Remove the Close route/setting which can DoS ↵Miguel Jacq
another running upload. Fix detecting whether any uploads are still in progress before terminating the service after timer expires. Don't register 404s for uploads after expiry has finished (throw a 403 instead)"
2018-09-17Use the term 'upload' rather than 'download' in the Receive mode tooltip iconsMiguel Jacq
2018-09-17Hold a share open if its timer hsa expired but a file is still uploading. ↵Miguel Jacq
Don't allow other uploads during this time