Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VPN: OpenVPN: Connection Status: migrate to MVC #6382

Closed
2 tasks done
fichtner opened this issue Mar 3, 2023 · 2 comments
Closed
2 tasks done

VPN: OpenVPN: Connection Status: migrate to MVC #6382

fichtner opened this issue Mar 3, 2023 · 2 comments
Assignees
Labels
feature Adding new functionality roadmap Major roadmap item
Milestone

Comments

@fichtner
Copy link
Member

fichtner commented Mar 3, 2023

Important notices

Before you add a new report, we ask you kindly to acknowledge the following:

Is your feature request related to a problem? Please describe.

Static pages need to be removed eventually. Services page offers opportunity for it and enables API handling of the functionality.

Describe the solution you like

Probably a good idea to start with in order to make room for a new mvc implementation of OpenVPN. The backend part is already finished.

Describe alternatives you considered

N/A

Additional context

N/A

@fichtner fichtner added the feature Adding new functionality label Mar 3, 2023
@fichtner fichtner added this to the 23.7 milestone Mar 3, 2023
AdSchellevis added a commit that referenced this issue Mar 19, 2023
AdSchellevis added a commit that referenced this issue Mar 20, 2023
AdSchellevis added a commit that referenced this issue Mar 21, 2023
AdSchellevis added a commit that referenced this issue Mar 21, 2023
o rename virtual_addr --> virtual_address in status call out
o add new endpoints to search connections and routes, kill sessions and service control
o remove old status page status_openvpn.php and change ACL and Menu registration
o offer two tab view on sessions / routes
o service controls (restart/start/stop) are shown for non client based records (p2p and client mode) or when no clients are connected.
@fichtner
Copy link
Member Author

@AdSchellevis there seems to be a small leftover:

# git grep status_openvpn
src/www/widgets/include/openvpn.inc:$openvpn_title_link = 'status_openvpn.php';
src/www/widgets/widgets/openvpn.widget.php:            $.post('/status_openvpn.php', {action: 'kill', port:port, remipp:ip}, function(data) {

@AdSchellevis
Copy link
Member

@fichtner I'll put it on my list of things todo.

fichtner pushed a commit that referenced this issue Mar 28, 2023
PR: #6382

(cherry picked from commit b9a1633)
(cherry picked from commit fa30a8c)
(cherry picked from commit 16492ce)
(cherry picked from commit b50e529)
(cherry picked from commit c897054)
@fichtner fichtner added the roadmap Major roadmap item label Apr 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Adding new functionality roadmap Major roadmap item
Development

No branches or pull requests

2 participants