Micah Lee
|
e798da9a99
|
Version bump to 0.1.2 and update changelog
|
2020-04-09 16:23:15 -07:00 |
|
Micah Lee
|
34f3bd4adf
|
Merge pull request #73 from firstlookmedia/72_ubuntu-18.04
Add support for ubuntu 18.04
|
2020-04-09 14:30:04 -07:00 |
|
Micah Lee
|
4ec123f1c5
|
Make CI build packages for Ubuntu 18.04 and 18.10
|
2020-04-09 14:27:43 -07:00 |
|
Micah Lee
|
8b813729e5
|
Drop python version to >= 3.6
|
2020-04-09 14:02:11 -07:00 |
|
Micah Lee
|
a0758fb549
|
Change absolute path of systemctl to /bin/systemctl, so it will work in ubuntu 18.04
|
2020-04-09 13:58:44 -07:00 |
|
Micah Lee
|
9c90a0fa33
|
Rename dangerzone-container commands to remove hiphens and underscores, because old and new versions of click treat them differently
|
2020-04-09 13:58:22 -07:00 |
|
Micah Lee
|
7acc6ebafa
|
Merge pull request #64 from SaptakS/patch-1
Update BUILD.md with tiny typo fixes
|
2020-03-26 10:07:52 -07:00 |
|
Saptak Sengupta
|
f21f10d5fa
|
Update BUILD.md with tiny typo fixes
|
2020-03-22 17:20:51 +05:30 |
|
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 |
|