Commit graph

152 commits

Author SHA1 Message Date
Micah Lee
f7532ecacc
Update fedora build script 2020-03-17 11:43:14 -07:00
Micah Lee
650fcf8d80
Update release documentation 2020-03-17 11:42:46 -07:00
Micah Lee
2674f1457a
Version bump to 0.1.1 2020-03-17 11:11:47 -07:00
Micah Lee
b46ad704e4
When making macOS app bundle, make symlink with relative path instead of absolute 2020-03-16 17:26:18 -07:00
Micah Lee
4eba0087e7
Version bump to 0.1.1.dev1 2020-03-16 17:07:43 -07:00
Micah Lee
d62995366f
Allow fedora to use either docker or docker-ce 2020-03-16 17:02:07 -07:00
Micah Lee
4d6de4f077
Create dangerzone-container.exe symlink in Windows when creating the binary and installer 2020-03-16 16:14:49 -07:00
Micah Lee
1f7f29a456
Create dangerzone-container symlink when building the Mac app bundle 2020-03-16 15:11:26 -07:00
Micah Lee
3a1b6d457f
All dangerzone-container subprocesses get called from global_commons, and if the user cancels or fails the authentication dialog, handle gracefully 2020-03-16 14:26:07 -07:00
Micah Lee
171fda8017
Merge branch 'master' into 39_docker_group 2020-03-16 11:32:56 -07:00
Micah Lee
9617a76765
Merge pull request #61 from haplo/docker-ce
Allow dependency on docker-ce package
2020-03-16 11:32:27 -07:00
Fidel Ramos
c790175717 Allow dependency on docker-ce package
This allows dangerzone to be installed by users who install Docker through the docker.com
repositories.
2020-03-16 12:58:38 +01:00
Micah Lee
cf367adcfa
This creates a separate script dangerzone-container which is a wrapper for running the container. This lets us run dangerzone as unprivileged, but dangerzone-container as privileged, to avoid adding the user to the dangerzone group. 2020-03-13 16:49:53 -07:00
Micah Lee
d164dd7076
Merge pull request #55 from firstlookmedia/38_docker_service_stopped
Offer to restart and enable docker if service is down
2020-03-13 22:19:36 +01:00
Micah Lee
803d7644ba
Restart and enable docker.service instead of just docker 2020-03-13 14:16:08 -07:00
Micah Lee
0b1cd9e9ef
If docker service is not running, try to start it 2020-03-12 16:00:30 -07:00
Micah Lee
7e398e2b28
Merge pull request #54 from firstlookmedia/43_macos_crash
When finding PDF viewers, skip apps that do not have Info.plist files
2020-03-12 23:27:26 +01:00
Micah Lee
2c0f0acbdf
When finding PDF viewers, skip apps that do not have Info.plist files (as is the case with com.apple.system-library) 2020-03-12 15:21:09 -07:00
Gaurav Sitlani
bacc2d714e
Added podman dependency for Fedora (#42) 2020-03-12 14:50:21 -07:00
Micah Lee
68c1110d9c
Update readme 2020-03-12 09:06:26 -07:00
Micah Lee
99dcaf7deb
Merge pull request #49 from erAck/fix-odf-extensions
Fix ODF extensions .ods .odt
2020-03-11 23:30:53 +01:00
Eike Rathke
46c741a634 Fix filter ODF extension .ods
application/vnd.oasis.opendocument.spreadsheet  ods
2020-03-11 22:43:26 +01:00
Eike Rathke
6186538f70 Fix macOS app bundle ODF extensions .ods .odt
application/vnd.oasis.opendocument.spreadsheet  ods
application/vnd.oasis.opendocument.text         odt
2020-03-11 22:27:38 +01:00
Micah Lee
e022b5aca0
Remove pulling submodules from CircleCI package building, because we no longer use submodules 2020-03-10 08:53:13 +01:00
Micah Lee
d519303150
Add --custom-container option, to run a container built locally instead of requiring download from dockerhub 2020-03-06 18:08:15 +05:30
Micah Lee
8845ac6440
Allow opening docm files 2020-03-03 19:23:46 +05:30
Micah Lee
469680565b
Merge branch 'master' of github.com:firstlookmedia/dangerzone 2020-03-02 21:12:08 -08:00
Micah Lee
322416eee8
Fix icon path 2020-03-02 21:11:54 -08:00
Micah Lee
aa74aab4a2
Update readme 2020-02-28 18:06:55 -08:00
Micah Lee
b99748620b
Update release documentation 2020-02-28 18:01:57 -08:00
Micah Lee
271ac9641b
Version bump to 0.1 2020-02-28 17:38:49 -08:00
Micah Lee
d0b8a33f33
Merge pull request #37 from firstlookmedia/36_macos_new_window
When you activate dangerzone in macOS and no windows are open, open a…
2020-02-28 17:35:44 -08:00
Micah Lee
ed6dc43276
When you activate dangerzone in macOS and no windows are open, open a blank window 2020-02-28 17:35:11 -08:00
Micah Lee
bb68430db5
Remove more references to container 2020-02-27 16:06:41 -08:00
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