summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-splash
AgeCommit message (Collapse)Author
2013-11-11applications/luci-splash: fix another crash in luci-splash when there were ↵Manuel Munz
empty whitelist/blacklist sections
2013-11-03applications/luci-splash: Fix another condidtion which led to a deadlockManuel Munz
2013-10-27applications/luci-splash: Only add leases to the stats section if they are ↵Manuel Munz
still online (i.e. mac known in arp table). Thanks michiwend.
2013-10-20applications/luci-splash: remove unneeded tc execManuel Munz
2013-10-17applications/luci-splash: improve traffic limiting per client for ipv6Manuel Munz
2013-10-17applications/luci-splash: Make luci-splash more silent in normal mode in ↵Manuel Munz
case of tc/iptables errors
2013-10-17applications/luci-splash: Do not allow to lease whitelisted clientsManuel Munz
2013-10-16applications/luci-splash: Fix a crash when removing whitelisted clients ↵Manuel Munz
which could caused deadlocks
2013-10-16applications/luci-splash: Add a filter for arguments, only allow valid mac ↵Manuel Munz
and ip addresses
2013-10-13applications/luci-splash: Fix two problems with whitelisting clientsManuel Munz
2013-10-01applications/luci-splash: Update stats when a lease is added or removedManuel Munz
2013-09-28applications/luci-splash: Write summary stats (counter of leased, ↵Manuel Munz
white-/blacklisted) into the leases state file
2013-09-28applications/luci-splash: Show black-/whitelisted clients in luci-splash ↵Manuel Munz
list output again
2013-08-19applications/luci-splash: Add known leases when restarting splashManuel Munz
2013-08-19applications/luci-splash: Add another missing translationManuel Munz
2013-08-19applications/luci-splash: Fix a translation problem with 2 stringsManuel Munz
2013-08-18applications/luci-splash: Per default redirect to the page the user ↵Manuel Munz
requested after he accepted the splash. This can be overwritten with redirect_url in the general section in luci_splash config, #595
2013-08-18applications/luci-splash: Always allow clients to connect to the community ↵Manuel Munz
homepage, make description of allowed hosts/subnets more clear, #595
2013-08-17applications/luci-splash: Set http_keepalive to zero. This fixes a problem ↵Manuel Munz
where the user was not properly redirected after accepting the splash in some cases and when an uhttpd was used that supports http keepalive
2013-08-17applications/luci-splash: Fix clients upload and download limitingManuel Munz
2013-08-11applications/luci-splash: do not delete the nodes luci_splash_mark_in rule ↵Manuel Munz
when its ip is unknown while syncing, instead use iptables comments there and delete that rule when the lease has been removed.
2013-08-11applications/luci-splash: Use a seperate config file for leases, #590Manuel Munz
2013-07-28applications/luci-splash: Add TOS, Fix Community Name, add possibility to ↵Manuel Munz
just add some custom text to the splash page instead of replacing the whole page
2013-06-04applications/luci-splash: Always insert the mangling rules, not just when ↵Manuel Munz
bandwidth limit is used. That makes it possible to have client bandwidth stats without using the bandwidth limit. Taken from https://github.com/freifunk/ff-control/blob/master/patches/luci-splash-mark.patch, thx Patrick
2013-06-02applications/luci-splash: Only restart splash in hotplug for interfaces ↵Manuel Munz
which are using splash
2013-06-02applications/luci-splash: Add hotplug script for splashManuel Munz
2013-06-02applications/luci-splash: Work with firewall3Manuel Munz
2013-05-18applications/luci-splash: Only add splash forwarding rule for ip6tables when ↵Manuel Munz
the interface has an ipv6 address
2013-03-25applications/luci-splash: Add limited IPv6 SupportManuel Munz
2013-02-09applications/luci_splash: Do not try to get parent interfaces for bridgesManuel Munz
2013-01-30applications/luci-splash: Get parent interface from ifname option. This is ↵Manuel Munz
for the new syntax where interfaces are used for aliases. The alias notation (config alias in /etc/config/network) is no longer supported by luci-splash.
2012-11-26remove .i18n annotations from controller filesJo-Philipp Wich
2012-09-02applications/splash: Fix error when replacing markers, delete file which ↵Manuel Munz
contains the custom text if it is empty, #477
2012-06-18applications/luci-splash: when more than two clients where leased and ↵Manuel Munz
another one got a lease luci-splash dropped the others, see #431. Thanks to andrenarchy for the patch
2012-02-05luci-splash: fix typoPatrick Grimm
2012-02-03luci-splash: create the tbody outside from tr loopPatrick Grimm
2012-02-02luci-splash: getElementById("splash_table") splash_table is the id from a ↵Patrick Grimm
tbody. dont add tbody close tag.
2012-02-01luci-splash: Fix html typoPatrick Grimm
2012-01-10Freifunk: Fix html typoPatrick Grimm
2011-11-30applications/splash: Fix blacklisting mechanism, expose status on public ↵Manuel Munz
freifunk page, add json output and autoupdate.
2011-11-27applications/luci-splash: Make splashtext translateable, show down-/upload ↵Manuel Munz
limits and link to contact page
2011-10-18applications/luci-splash: Fix double 'and' typo (325)Manuel Munz
2011-10-18applications/luci-splash: Finish translation work and move translation ↵Manuel Munz
strings to own file
2011-08-12applications, modules: remove i18n handling from controller modules as it ↵Jo-Philipp Wich
moved to the themes now
2011-07-01applications/luci-splash: semd a WISPr response, allows iPhone to detect ↵Jo-Philipp Wich
Captive Portal while normal browsers are redirected
2011-07-01applications/luci-splash: fix two other redundant lock wait callsJo-Philipp Wich
2011-07-01applications/luci-splash: fix possible race conditionJo-Philipp Wich
2011-06-17(no commit message)Matthias Uferer
2011-06-16applications/luci-splash: use an HTML redirect on initial splash, fixes ↵Jo-Philipp Wich
iPhone captive portal detection
2011-05-14luci-splash: XHTML failed validation, fix itManuel Munz