summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-11-27In macOS, split "Add" button into "Add Files" and "Add Folder" buttonsMicah Lee
2018-11-27Merge pull request #826 from micahflee/update_depsMiguel Jacq
Update pip dependencies
2018-11-26Merge branch 'develop' into 406_osx_sandboxMicah Lee
2018-11-26Merge pull request #763 from mig5/open_folder_uploads_macos_windowsMicah Lee
Open folder containing uploads with the file selected, in macOS and Windows
2018-11-26Update pip dependenciesMicah Lee
2018-11-26Merge pull request #825 from mig5/download_upload_cruftMicah Lee
Remove obsolete Download/Upload code that crept back in via an earlier merge
2018-11-27Remove obsolete Download/Upload code that crept back in via an earlier mergeMiguel Jacq
2018-11-25Fix test for Windows settings pathMicah Lee
2018-11-25Add trailing slash to ~/OnionShare/ in entitlements file, so the sandbox ↵Micah Lee
knows it's a directory and not a file
2018-11-25Build downloads_dir a different way in macOS, so it's correct despite the ↵Micah Lee
sandbox
2018-11-25Make sure downloads_dir exists after loading settingsMicah Lee
2018-11-25Add comments to entitlements file, and remove the application groupMicah Lee
2018-11-25Make tor data dir always be a tempdir inside OnionShare's data dirMicah Lee
2018-11-25Fix indenting in entitlements plist, and give OnionShare read-only access to ↵Micah Lee
Tor Browser's data, so it can optionally use Tor Browser's tor
2018-11-25Make macOS use Tor control ports instead of unix sockets to connect to the ↵Micah Lee
Tor controller
2018-11-25Display tor_data_directory as debug logMicah Lee
2018-11-25Create a group container for macOS sandbox, and on Mac put the Tor data dir ↵Micah Lee
in it
2018-11-25Split entitlements files into child and parent, and try using them bothMicah Lee
2018-11-26Merge pull request #822 from micahflee/819_update_readmeMiguel Jacq
Include repology badge, and new screenshots
2018-11-25Use entitlements file when codesigning for macOSMicah Lee
2018-11-25Adding a .entitlements file to begin testing macOS sandboxMicah Lee
2018-11-25Merge branch 'develop' into 819_update_readmeMicah Lee
2018-11-25Update readme to include repology badge and better install instructions, and ↵Micah Lee
also new screenshots
2018-11-26Merge pull request #806 from micahflee/v3-revisitedMiguel Jacq
Change how v3 onion services work to support Debian Stretch
2018-11-25Merge pull request #821 from coogor/developMicah Lee
onionshare.desktop
2018-11-26Run tests on multiple python versions in CircleCIMiguel Jacq
2018-11-25Fix bug related to persistent addresses when using v2 onion servicesMicah Lee
2018-11-25onionshare.desktop coogor
Fixed categories and generic comment, added german translation
2018-11-18Merge branch 'develop' into v3-revisitedMicah Lee
2018-11-13remove debug logMiguel Jacq
2018-11-13remove obsolete settings in test that related to allowing receiver to ↵Miguel Jacq
shutdown service
2018-11-13Merge develop branch and fix conflictsMiguel Jacq
2018-11-13Try and fix closing the request for a valid upload post-timer expiry, whilst ↵Miguel Jacq
still rejecting subsequent uploads
2018-11-12Merge pull request #818 from comradekingu/patch-4Miguel Jacq
Spelling: Recipient
2018-11-12Spelling: RecipientAllan Nordhøy
2018-10-27Merge pull request #814 from micahflee/743_receive_mode_organizeMiguel Jacq
Receive mode organizes files for you
2018-10-26Fix tests so they recognize the new receive mode locationMicah Lee
2018-10-25Communicate the receive mode dir to the GUI, so clicking the open folder ↵Micah Lee
button opens the file manager to the correct directory
2018-10-25Receive mode puts files in a directory based on the timestamp of the uploadMicah Lee
2018-10-25Merge pull request #811 from au5ton/patch-1Micah Lee
Update README.md
2018-10-25Update CI build status image in readme to use CircleCI instead of TravisMicah Lee
2018-10-25Remove .travis.yml because we're switching to CircleCIMicah Lee
2018-10-25Delete obsolete dev_scripts/run_all_tests.sh script, and add xvfb-run info ↵Micah Lee
to the build instructions
2018-10-18Revert "Tweak travis yml to run the same commands as circle just for curiosity"Miguel Jacq
This reverts commit ecd837fc3cc04d9a848465c1b0ea791679f9f3d8.
2018-10-18Remove problematic test againMiguel Jacq
2018-10-18Revert "Travis and CircleCI hate this simple test"Miguel Jacq
This reverts commit a68a0dbabfe9a108014bed0e3fe6ae05c22b637a.
2018-10-18Tweak travis yml to run the same commands as circle just for curiosityMiguel Jacq
2018-10-18back to installing main requirements.txtMiguel Jacq
2018-10-18more sudoMiguel Jacq
2018-10-18Back to sudoMiguel Jacq