-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
89 changed files
with
65,142 additions
and
64,699 deletions.
There are no files selected for viewing
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,17 @@ | ||
Package: airvpn | ||
Package: eddie-ui | ||
Version: {@version} | ||
Section: net | ||
Maintainer: Eddie <[email protected]> | ||
Priority: optional | ||
Architecture: {@architecture} | ||
Installed-Size: 8192 | ||
Depends: libc6 (>= 2.3.2), libappindicator1, libnotify-bin, mono-runtime, mono-utils, libmono-system-core4.0-cil, libmono-system-windows-forms4.0-cil, openvpn, stunnel4, curl | ||
Break: airvpn (<< 2.14.4) | ||
Replaces: airvpn (<< 2.14.4) | ||
Bugs: https://eddie.website/support/ | ||
Homepage: https://eddie.website/ | ||
Description: VPN service based on OpenVPN | ||
VPN based on OpenVPN and operated by activists and hacktivists | ||
in defence of net neutrality, privacy and against censorship. | ||
Description: Eddie - OpenVPN UI | ||
OpenVPN UI with additional user-friendly features | ||
Open-Source, GPL3, Developed by AirVPN | ||
|
||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#!/bin/bash | ||
mono /usr/lib/eddie-ui/Eddie-UI.exe --path=$HOME/.airvpn --path.resources=/usr/share/eddie-ui --path.exec="$0" "$@" & | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
[Desktop Entry] | ||
Name=Eddie - OpenVPN UI | ||
Comment=OpenVPN UI with additional user-friendly features | ||
Exec=/usr/bin/eddie-ui | ||
Icon=/usr/share/pixmaps/eddie-ui.png | ||
Terminal=false | ||
Type=Application | ||
Categories=GNOME;Network | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
Format: http://dep.debian.net/deps/dep5 | ||
Upstream-Name: eddie | ||
Source: <https://github.com/AirVPN/Eddie> | ||
|
||
Files: * | ||
Copyright: 2014-2018 AirVPN Team <[email protected]> | ||
License: GPL-3.0+ | ||
|
||
Files: debian/* | ||
Copyright: 2014-2018 AirVPN Team <[email protected]> | ||
License: GPL-3.0+ | ||
|
||
License: GPL-3.0+ | ||
This program is free software: you can redistribute it and/or modify | ||
it under the terms of the GNU General Public License as published by | ||
the Free Software Foundation, either version 3 of the License, or | ||
(at your option) any later version. | ||
. | ||
This package is distributed in the hope that it will be useful, | ||
but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
GNU General Public License for more details. | ||
. | ||
You should have received a copy of the GNU General Public License | ||
along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
. | ||
On Debian systems, the complete text of the GNU General | ||
Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". |
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions
22
resources/debian/usr/share/polkit-1/actions/com.eddie.linux.ui.policy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE policyconfig PUBLIC | ||
"-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN" | ||
"http://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd"> | ||
<policyconfig> | ||
|
||
<vendor>Eddie.website and AirVPN community</vendor> | ||
<vendor_url>https://eddie.website</vendor_url> | ||
|
||
<action id="com.eddie.linux.ui.policy"> | ||
<message>Authentication is required to run the Eddie - OpenVPN UI</message> | ||
<description>Run Eddie as root</description> | ||
<defaults> | ||
<allow_any>auth_admin</allow_any> | ||
<allow_inactive>auth_admin</allow_inactive> | ||
<allow_active>auth_admin</allow_active> | ||
</defaults> | ||
<annotate key="org.freedesktop.policykit.exec.path">/usr/bin/eddie-ui</annotate> | ||
<annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate> | ||
</action> | ||
|
||
</policyconfig> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
Name: eddie-ui | ||
Version: {@version} | ||
Release: 0 | ||
|
||
License: see /usr/share/doc/eddie-ui/copyright | ||
Summary: Eddie - OpenVPN UI | ||
Packager: Eddie.website <[email protected]> | ||
URL: https://eddie.website | ||
Group: net | ||
Requires: mono-core mono-winforms openvpn curl libgdiplus-devel libnotify libappindicator stunnel | ||
AutoReqProv: no | ||
Obsoletes: airvpn < 2.14.4 | ||
|
||
%define _rpmdir ../ | ||
%define _rpmfilename %%{NAME}-%%{VERSION}-%%{RELEASE}.%%{ARCH}.rpm | ||
%define _unpackaged_files_terminate_build 0 | ||
|
||
%description | ||
OpenVPN UI with additional user-friendly features | ||
Open-Source, GPL3, Developed by AirVPN | ||
|
||
%files | ||
"/usr/share/applications/eddie-ui.desktop" | ||
%dir "/usr/share/doc/eddie-ui/" | ||
"/usr/share/doc/eddie-ui/copyright" | ||
"/usr/share/pixmaps/eddie-ui.png" | ||
"/usr/share/polkit-1/actions/com.eddie.linux.ui.policy" | ||
"/usr/share/man/man8/eddie-ui.8.gz" | ||
"/usr/share/eddie-ui/cacert.pem" | ||
"/usr/share/eddie-ui/icon.png" | ||
"/usr/share/eddie-ui/icon_gray.png" | ||
"/usr/bin/eddie-ui" | ||
%dir "/usr/{@lib}/eddie-ui/" | ||
"/usr/{@lib}/eddie-ui/Lib.Core.dll" | ||
"/usr/{@lib}/eddie-ui/Lib.Common.dll" | ||
"/usr/{@lib}/eddie-ui/Lib.Forms.dll" | ||
"/usr/{@lib}/eddie-ui/Lib.Platform.Linux.dll" | ||
"/usr/{@lib}/eddie-ui/libLib.Platform.Linux.Native.so" | ||
"/usr/{@lib}/eddie-ui/update-resolv-conf" | ||
"/usr/{@lib}/eddie-ui/Eddie-UI.exe" | ||
"/usr/{@lib}/eddie-ui/eddie_tray" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#!/bin/bash | ||
mono /usr/{@lib}/eddie-ui/Eddie-UI.exe --linux.xhost --path=$HOME/.airvpn --path.resources=/usr/share/eddie-ui --path.exec="$0" "$@" & | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
[Desktop Entry] | ||
Name=Eddie - OpenVPN UI | ||
Comment=OpenVPN UI with additional user-friendly features | ||
Exec=/usr/bin/eddie-ui | ||
Icon=/usr/share/pixmaps/eddie-ui.png | ||
Terminal=false | ||
Type=Application | ||
Categories=GNOME;Network | ||
|
File renamed without changes.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions
22
resources/fedora/usr/share/polkit-1/actions/com.eddie.linux.ui.policy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE policyconfig PUBLIC | ||
"-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN" | ||
"http://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd"> | ||
<policyconfig> | ||
|
||
<vendor>Eddie.website and AirVPN community</vendor> | ||
<vendor_url>https://eddie.website</vendor_url> | ||
|
||
<action id="com.eddie.linux.ui.policy"> | ||
<message>Authentication is required to run the Eddie - OpenVPN UI</message> | ||
<description>Run Eddie as root</description> | ||
<defaults> | ||
<allow_any>auth_admin</allow_any> | ||
<allow_inactive>auth_admin</allow_inactive> | ||
<allow_active>auth_admin</allow_active> | ||
</defaults> | ||
<annotate key="org.freedesktop.policykit.exec.path">/usr/bin/eddie-ui</annotate> | ||
<annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate> | ||
</action> | ||
|
||
</policyconfig> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#!/bin/bash | ||
mono Eddie-CLI.exe "$@" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#!/bin/bash | ||
mono Eddie-UI.exe "$@" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
Name: eddie-ui | ||
Version: {@version} | ||
Release: 0 | ||
|
||
License: see /usr/share/doc/eddie-ui/copyright | ||
Summary: Eddie - OpenVPN UI | ||
Packager: Eddie.website <[email protected]> | ||
URL: https://eddie.website | ||
Group: net | ||
Requires: mono-core mono-winforms openvpn curl libgdiplus-devel libnotify libappindicator1 stunnel | ||
AutoReqProv: no | ||
Obsoletes: airvpn < 2.14.4 | ||
|
||
%define _rpmdir ../ | ||
%define _rpmfilename %%{NAME}-%%{VERSION}-%%{RELEASE}.%%{ARCH}.rpm | ||
%define _unpackaged_files_terminate_build 0 | ||
|
||
%description | ||
OpenVPN UI with additional user-friendly features | ||
Open-Source, GPL3, Developed by AirVPN | ||
|
||
%files | ||
"/usr/share/applications/eddie-ui.desktop" | ||
%dir "/usr/share/doc/eddie-ui/" | ||
"/usr/share/doc/eddie-ui/copyright" | ||
"/usr/share/pixmaps/eddie-ui.png" | ||
"/usr/share/polkit-1/actions/com.eddie.linux.ui.policy" | ||
"/usr/share/man/man8/eddie-ui.8.gz" | ||
"/usr/share/eddie-ui/cacert.pem" | ||
"/usr/share/eddie-ui/icon.png" | ||
"/usr/share/eddie-ui/icon_gray.png" | ||
"/usr/bin/eddie-ui" | ||
%dir "/usr/{@lib}/eddie-ui/" | ||
"/usr/{@lib}/eddie-ui/Lib.Core.dll" | ||
"/usr/{@lib}/eddie-ui/Lib.Common.dll" | ||
"/usr/{@lib}/eddie-ui/Lib.Forms.dll" | ||
"/usr/{@lib}/eddie-ui/Lib.Platform.Linux.dll" | ||
"/usr/{@lib}/eddie-ui/libLib.Platform.Linux.Native.so" | ||
"/usr/{@lib}/eddie-ui/update-resolv-conf" | ||
"/usr/{@lib}/eddie-ui/Eddie-UI.exe" | ||
"/usr/{@lib}/eddie-ui/eddie_tray" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#!/bin/bash | ||
mono /usr/{@lib}/eddie-ui/Eddie-UI.exe --path=$HOME/.airvpn --path.resources=/usr/share/eddie-ui --path.exec="$0" "$@" & | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
[Desktop Entry] | ||
Name=Eddie - OpenVPN UI | ||
Comment=OpenVPN UI with additional user-friendly features | ||
Exec=/usr/bin/eddie-ui | ||
Icon=/usr/share/pixmaps/eddie-ui.png | ||
Terminal=false | ||
Type=Application | ||
Categories=GNOME;Network | ||
|
File renamed without changes.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions
22
resources/opensuse/usr/share/polkit-1/actions/com.eddie.linux.ui.policy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE policyconfig PUBLIC | ||
"-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN" | ||
"http://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd"> | ||
<policyconfig> | ||
|
||
<vendor>Eddie.website and AirVPN community</vendor> | ||
<vendor_url>https://eddie.website</vendor_url> | ||
|
||
<action id="com.eddie.linux.ui.policy"> | ||
<message>Authentication is required to run the Eddie - OpenVPN UI</message> | ||
<description>Run Eddie as root</description> | ||
<defaults> | ||
<allow_any>auth_admin</allow_any> | ||
<allow_inactive>auth_admin</allow_inactive> | ||
<allow_active>auth_admin</allow_active> | ||
</defaults> | ||
<annotate key="org.freedesktop.policykit.exec.path">/usr/bin/eddie-ui</annotate> | ||
<annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate> | ||
</action> | ||
|
||
</policyconfig> |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.