summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-ocserv/luasrc
AgeCommit message (Collapse)Author
2019-12-14ocserv: fix the public key ID calculationNikos Mavrogiannopoulos
New versions of certtool change its output format and thus break the previous parsing. This update works with certtool 3.5.x or later. It also restricts the output to valid values for openconnect 7.x or later for simplification. Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2019-08-06luci-app-ocserv: move to new vpn menu sectionFlorian Eckert
Move the app ocserv to the new vpn menu section. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-06-29system-wide: fix escaping of magic charsDirk Brenken
* fix escaping of magic lua chars (#2800) * fix redundant second gsub line in shellstartsqescape function * fix return value of shellstartsqescape function Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-12-20luci-app-*: use default poll intervalFlorian Eckert
Replace all XHR poll time number with -1 so they will use the default poll interval time value from "/etc/config/luci". If this is not set then 5 seconds as default is used. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-07-20luci-app-ocserv: remove unneeded br element from templateJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-07-20luci-app-ocserv: update user status templateJo-Philipp Wich
- Use cbi_update_table() helper to refresh user list - Cleanup markup and remove uneeded CSS classes Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-05-28treewide: convert HTML tables to divJo-Philipp Wich
Mostly convert HTML tables to div based markup to allow for easier styling in the future. Also change JS accessor code accordingly. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-03-13luci-app-ocserv: match default value of compressionRaymond Tau
Modify the default setting of compression to match the default value of the package ocserv. Signed-off-by: Raymond Tau <raymondtau@gmail.com>
2015-11-01ocserv: added proxy arp optionNikos Mavrogiannopoulos
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-11-01luci-app-ocserv: removed unecessary optionNikos Mavrogiannopoulos
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-10-21luci-app-ocserv: protect disconnect action with csrf tokenJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-10-07Globally replace luci.dispatcher.build_url(...) with url(...) invocationsJo-Philipp Wich
Also concat multiple string arguments into one while we're at it. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-05-24luci-app-ocserv: list users with no groupNikos Mavrogiannopoulos
This was marked as "(none)" which was not caught by the regex. Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-03-10Merge pull request #304 from nmav/ocserv-cryptJo-Philipp Wich
luci-app-ocserv: uclibc's crypt() doesn't support sha2crypt
2015-02-08Merge pull request #305 from nmav/compressionJo-Philipp Wich
luci-app-ocserv: Added option to enable compression
2015-01-20luci-app-ocserv: Added option to enable compressionNikos Mavrogiannopoulos
2015-01-20luci-app-ocserv: uclibc's crypt() doesn't support sha2cryptNikos Mavrogiannopoulos
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-01-19Merge pull request #299 from nmav/ocserv-matchJo-Philipp Wich
luci-app-ocserv: modified match to apply to newer versions of occtl
2015-01-19luci-app-ocserv: express PKID in a way that is acceptable by openconnectNikos Mavrogiannopoulos
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-01-18ocserv: modified match to apply to newer versions of occtlNikos Mavrogiannopoulos
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-01-16Globally reduce copyright headersJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-01-08Rework LuCI build systemJo-Philipp Wich
* Rename subdirectories to their repective OpenWrt package names * Make each LuCI module its own standalone package * Deploy a shared luci.mk which is used by each module Makefile Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>