Commit graph

118 commits

Author SHA1 Message Date
Micah Lee
2f77159e3f
Version bump to 0.0.3 2020-02-27 15:45:02 -08:00
Micah Lee
dd6c336b85
Force updating the container if flmcode/dangerzone image is not there, and show slightly more output when pulling the image 2020-02-27 15:44:13 -08:00
Micah Lee
68da5dda52
Merge pull request #35 from firstlookmedia/34_dockerhub
Docker Hub
2020-02-27 15:22:13 -08:00
Micah Lee
e7f5ce0c38
Remove git submodule, and all references to the container 2020-02-27 15:21:30 -08:00
Micah Lee
389f9db421
Use container from dockerhub instead of building it 2020-02-27 15:18:19 -08:00
Micah Lee
514cd36328
Merge branch 'master' of github.com:firstlookmedia/dangerzone 2020-02-27 14:56:57 -08:00
Micah Lee
2503fde829
Update release docs, fix bug in windows build script 2020-02-27 14:56:32 -08:00
Micah Lee
75b8f61de3
Merge pull request #33 from firstlookmedia/32_test_documents
Add sample documents
2020-02-27 14:35:53 -08:00
Micah Lee
6f61fccfd3
Add sample documents 2020-02-27 14:35:08 -08:00
Micah Lee
fc2fcf6bd3
Version bump to 0.0.2 2020-02-27 09:56:03 -08:00
Micah Lee
3b453dd5bb
Merge pull request #30 from firstlookmedia/28_mac_open_files
Open files on Mac
2020-02-26 17:46:16 -08:00
Micah Lee
52cbbca7c6
Update container 2020-02-26 17:26:18 -08:00
Micah Lee
4c9bbfe217
Refactor Common into GlobalCommon (for the whole app) and Common (for a window), and allow multiple dangerzone windows at once in macOS 2020-02-26 15:46:23 -08:00
Micah Lee
cb38473573
Allow multiple windows to be open at once 2020-02-26 14:32:57 -08:00
Micah Lee
47064bd5b1
Merge pull request #29 from firstlookmedia/26_docker_installer_improvements
Docker installer improvements
2020-02-26 14:06:21 -08:00
Micah Lee
e18a898497
Make docker installer work the same way for Windows too 2020-02-26 14:01:43 -08:00
Micah Lee
2d4ca86985
Simplify docker installer, make it inform the user to install docker and run it, instead of trying to do that on behalf of the user 2020-02-26 13:39:44 -08:00
Micah Lee
2f9d368beb
Add code signing to windows release 2020-02-24 16:51:59 -08:00
Micah Lee
6fb8a35719
Add release instructions 2020-02-24 16:45:09 -08:00
Micah Lee
75f4f828a2
Change version in Windows installer to 0.0.1 as well 2020-02-24 16:44:55 -08:00
Micah Lee
4244815649
Update readme 2020-02-24 16:34:52 -08:00
Micah Lee
f279caeb16
Merge pull request #25 from firstlookmedia/linux_packaging
Linux packaging
2020-02-24 16:24:40 -08:00
Micah Lee
467eebc175
Install python3-requests in fedora CI containers 2020-02-24 16:20:01 -08:00
Micah Lee
e074204e17
Oops, dh-python should not be a build dep. And change classifiers in setup.py to a list instead of a tuple 2020-02-24 16:19:07 -08:00
Micah Lee
7113ac3c02
Add missing deps: dh-python for debian, python3-pyxdg for fedora, and python3-requests for both 2020-02-24 15:58:03 -08:00
Micah Lee
942b1b7fd9
Pull submodules after checking out code 2020-02-24 15:38:46 -08:00
Micah Lee
1ff69aac0e
Add container/scripts to linux package 2020-02-21 16:45:44 -08:00
Micah Lee
163f482fd1
change version to 0.0.1 to test packaging 2020-02-21 16:29:00 -08:00
Micah Lee
b21eb914c9
Remove test job 2020-02-21 16:24:09 -08:00
Micah Lee
b8a9758567
Start making automated linux package builds in CI 2020-02-21 16:18:45 -08:00
Micah Lee
e7b3d2d030
Merge pull request #24 from firstlookmedia/11_debian_docker
Use docker for debian/ubuntu, because it's in the repos
2020-02-21 16:06:12 -08:00
Micah Lee
45f78637af
Add build script and instructions for fedora 2020-02-21 16:04:11 -08:00
Micah Lee
d8e17cb898
Add debian deps that are required to build the .deb package 2020-02-21 15:39:22 -08:00
Micah Lee
4a87b6b7b7
Merge branch 'master' into 11_debian_docker 2020-02-21 15:10:19 -08:00
Micah Lee
ae7c919d8e
Use docker for ubuntu and debian, and provide GUI for adding user to docker group 2020-02-21 15:07:49 -08:00
Micah Lee
f120daa088
Update container 2020-02-21 14:32:35 -08:00
Micah Lee
db4a63e95b
Merge pull request #23 from firstlookmedia/9_macos_open_with
Handle macOS file open events
2020-02-21 10:50:43 -08:00
Micah Lee
1f2607f44a
Handle macOS file open events 2020-02-21 10:42:56 -08:00
Micah Lee
2bfc3545ea
Remove dangerzone from macOS application list 2020-02-21 09:30:05 -08:00
Micah Lee
f6370383d5
Fix path to macOS icons in pyinstaller spec 2020-02-21 09:28:10 -08:00
Micah Lee
37366d7bda
Merge pull request #22 from firstlookmedia/17_windows_pdf_reader
Good UX in Windows for opening safe PDFs
2020-02-20 17:01:23 -08:00
Micah Lee
1829bd64f5
Oops, add the correct variables for the installer UI 2020-02-20 16:59:35 -08:00
Micah Lee
931effc7ce
In Windows, disable opening of safe PDF, make saving PDF required, and after safe PDF has been created, open Windows explorer with the safe PDF selected 2020-02-20 16:53:25 -08:00
Micah Lee
d01f2eedea
Rename "open_find_viewer" to "open_pdf_viewer" 2020-02-20 14:32:09 -08:00
Micah Lee
f3cc500886
Merge pull request #21 from firstlookmedia/19_windows_issues
Move Windows icon into share, and make get_resource_path work in Windows
2020-02-20 13:44:38 -08:00
Micah Lee
583f8de8ff
Move Windows icon into share, and make get_resource_path work in Windows 2020-02-20 13:41:56 -08:00
Micah Lee
f0428c775b
Merge pull request #20 from firstlookmedia/16_windows_installer
Windows installer
2020-02-20 12:33:30 -08:00
Micah Lee
5747f338dc
Make sure to pass startupinfo into all subprocesses that are run in windows 2020-02-20 12:31:57 -08:00
Micah Lee
264429f313
Call the Windows build script build.bat, and update build instructions 2020-02-20 12:26:24 -08:00
Micah Lee
e796f9aaea
Finished making a nice WiX installer, but still missing codesigning 2020-02-20 12:23:39 -08:00