Leon
36c3bf5af7
Fix typo in README ( #1662 )
2022-12-22 12:20:52 +01:00
4s3ti
1e1c8fa7cb
Merge pull request #1661 from astroganga/master
...
Show correct information and fix error caused by dash on printf in clientStat.sh
2022-12-01 11:48:00 +01:00
mgiuliano
90c070a9ad
fix(scripts): clientStat.sh
...
show correct information and fix error caused by dash on printf
2022-12-01 11:15:47 +01:00
4s3ti
704d9f9795
refactor: Harmonize ownership
...
fix #1608 : Use same moethod to define ownership in bot makeOVPN and makeCONF scripts
2022-11-29 00:05:34 +01:00
4s3ti
f7f81e1bf4
fix(scripts): uninstall default option
...
fix #1653 : update prompt to match the default action of script
2022-11-28 23:34:45 +01:00
4s3ti
df74230e77
Merge pull request #1642 from rwall/patch-2
...
fix(dev-infra): move source to before var ref
2022-10-20 20:12:24 +02:00
rwall
c25e82fc0f
fix(dev-infra): move source to before var ref
...
move file sourcing above first references to the variables it loads
2022-10-19 16:48:51 -05:00
4s3ti
ab1fe20399
fix(ufw): set missing openvpn ipv6 variables
...
fix #1607
Add missing pivpnNETv6 variable definition for OpenVPN
2022-10-08 02:39:53 +02:00
4s3ti
5fd030c7ba
fix(ovpn): clientstat.sh
...
Add new line at the end of output
2022-10-08 01:22:00 +02:00
4s3ti
71f7ca9b3b
refactor(scripts): Structure code as per codestyle
...
Fix #1636
Refactor code according to code style
Constants, Functions, Script
2022-10-08 01:11:10 +02:00
4s3ti
79f7caf4d3
fix(scripts): Evaluate client names correctly
...
Fix issue #1639
Add extra check for empty spaces
Fix client names not being checked when using pivpn add -n
2022-10-07 23:59:57 +02:00
4s3ti
469a765916
Merge pull request #1633 from rwall/patch-1
...
fix(dev-infra): move function before use
2022-10-03 12:34:21 +02:00
Rob Wall
0e78a1148c
fix(dev-infra): move function before use
...
move err function above where it is first called
2022-10-01 01:55:06 -05:00
4s3ti
5ee9425ad4
fix(install): Correct dev on PiHole iptables rule
...
Change PiHole iptables rule from IPv4dev to pivpnDEV
2022-09-17 16:40:17 +02:00
4s3ti
a544a86712
fix(install): Add Pi-hole iptables rule
...
fix #1559
add iptables rule to allow dns requests
2022-09-17 16:31:38 +02:00
4s3ti
8603013fc3
fix(ufw): Fix ufw insert error
...
fix ufw error when inserting rules with an empty chain
2022-09-17 15:10:15 +02:00
4s3ti
955f268db2
fix(ufw): Remove space before commit
...
Remove the before commit on ufw rules
fix #1607
fix #1620
2022-09-17 11:32:54 +02:00
4s3ti
202c173dd7
fix(openvpn): makeOVPN Missing space
...
fix issue #1616
Add extra comments
2022-09-04 17:40:01 +02:00
4s3ti
e7d06d0545
docs(template): Update Issue template [skip ci]
2022-08-26 07:26:56 +02:00
4s3ti
f354286994
ci: fix wrong path to script
2022-08-25 02:19:51 +02:00
4s3ti
86d4949d14
fix(makeovpn): Fix wrong export
...
add missing "=" keynoPASS export
2022-08-25 02:03:50 +02:00
4s3ti
9485852c2c
ci: use correct repo and branch
...
fix tests to actually test the correct repository and branch
2022-08-25 01:33:09 +02:00
4s3ti
e5b9486c52
fix(makeovpn): Remove expect dependency
...
Remove dependency on expect
Fix issue #1600 and #1601
2022-08-25 00:27:55 +02:00
4s3ti
60f83d2d3f
docs: README
...
remove excessive ammount of information
consolidate information on single place
simplify sentences and use easier to read language
clarify and move contributing.md information into README
add information about contributing directly to PiVPN contributors
delete contributing.md
update changelog with info about releases
add semantic release badge
2022-08-22 22:47:39 +02:00
4s3ti
64be511cec
Merge pull request #1591 from 4s3ti/test
...
Ubuntu jammy Support and multiple updates to jammy
2022-08-21 20:48:55 +02:00
4s3ti
5d0cc9e072
feat(ossupport): Jammy Support & CI Updates
...
Add support for Ubuntu Jammy (22.04)
Add CI tests for Ubuntu Jammy
Remove CI tests for Ubuntu Xenial
Rename CI tests stages
Add new CI Scripts to get pipeline code more "DRY"
Update CI Scripts to exit on error with /bin/bash -e
Add semantic-release settings
Add CI Release step for PiVPN automated versioning
2022-08-17 22:11:48 +02:00
4s3ti
f59c693ba6
Merge pull request #1572 from giulio-coa/formatting_enhancements
...
Reformatted the code according to google bash code style.
2022-08-12 22:37:37 +02:00
Giulio Coa
8100537a7c
fix: revert code style
...
Revert the code style of a piece of code
2022-08-11 17:28:31 +02:00
Giulio Coa
dda4d99f10
refactor: improve code style
...
Improve the code style of some pieces of code
2022-08-09 10:09:43 +02:00
Giulio Coa
9a7b7dfe72
fix(installer): fix code style
...
Fix a code style bug
2022-08-06 05:52:38 +02:00
Giulio Coa
97eda159fd
refactor(travis ci): add files to lint and style stages
...
Add the scripts into the ciscripts/ directory to the lint and the style stages
2022-08-06 05:35:30 +02:00
Giulio Coa
d049755f82
fix(installer): fix code style
...
Fix a code style bug
2022-08-06 05:33:14 +02:00
Giulio Coa
10d9610bdc
docs(CONTRIBUTING): fix a code style error
...
Fix a code style error into the shfmt command
2022-08-06 05:16:13 +02:00
Giulio Coa
6d6ab86fd2
fix(tarvis ci): fix a bug
...
Fix a code style bug into the style stage
2022-08-06 05:15:28 +02:00
Giulio Coa
e09f3a04bd
fix(installer): fix some code style errors
...
Fix some code style error about the pipelines
2022-08-05 23:11:22 +02:00
Giulio Coa
699f72712d
fix(travis ci): fix an error
...
Fix an error when the find command is used
2022-08-05 22:39:33 +02:00
Giulio Coa
82a7cbfc27
refactor(installer): fix the code style
...
Fix the code style
2022-08-05 09:06:31 +02:00
Giulio Coa
3a2466df31
ci(travis): add style stage and move dependency
...
Add a stage that do a style check and move shellcheck dependency to the stage where is used
2022-08-05 08:45:01 +02:00
Giulio Coa
b17d309860
refactor(installer): format the code
...
Format the code following the new rules
2022-08-05 01:02:38 +02:00
Giulio Coa
0f491339e2
docs(CONTRIBUTING): add new rules to docs
...
Add the new rules to the CONTRIBUTING section
2022-08-05 00:55:01 +02:00
Giulio Coa
af20461590
Reformatted the code
2022-08-01 22:38:19 +02:00
Giulio Coa
47e8908489
refactor(installer): remove dependency on the edge repository and download source code to temp dir
2022-08-01 17:52:51 +02:00
Giulio Coa
edb36c08f7
Added Alpine Linux support ( #1567 )
2022-07-26 15:20:35 +02:00
4s3ti
718d3df573
Merge pull request #1557 from megakoresh/patch-1
...
Fixes #1556
2022-06-25 11:47:50 +02:00
Stanislav Simovski
ae1513c50e
Fixes #1556
2022-06-25 12:29:58 +03:00
4s3ti
f8cb945af1
Merge branch 'test'
2022-06-10 16:10:57 +02:00
4s3ti
712d398886
Pre Merge commit
...
Updated CHANGELOG.md
fixes #1548
fixes #1549
2022-06-10 16:02:01 +02:00
4s3ti
e52a2c420b
Merge pull request #1551 from MichaIng/patch-1
...
Add support for builtin WireGuard module
2022-06-10 15:23:11 +02:00
MichaIng
d861de2918
Add support for builtin WireGuard module
...
in which case there is no dedicated file in /lib/modules. A rare case but possible.
Additionally the recursive globbing has been replaced by dpkg-query's internal recursive asterisk matching, which performs better/faster. This does now also match on "wireguard.kosomething", but I think "wireguard" is specific enough and dots in kernel modules names uncommon, to no be an issue.
Signed-off-by: MichaIng <micha@dietpi.com>
2022-06-10 15:15:25 +02:00
4s3ti
e809d5bd32
Merge pull request #1550 from MichaIng/patch-1
...
Add support for xz-compressed WireGuard kernel module
2022-06-10 14:42:26 +02:00