summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_captiveportal_hostname.php
Commit message (Collapse)AuthorAgeFilesLines
* Move main pfSense content to src/Renato Botelho2015-08-251-232/+0
|
* Code style www services captive portalPhil Davis2015-05-241-89/+117
|
* Fix lineup of copyright linesPhil Davis2015-01-011-1/+1
| | | | | and module names and other bits of formatting and typos in header comment sections.
* Welcome 2015Renato Botelho2014-12-311-1/+1
|
* Correct even other areas of CP using pfSense_ipfw_getTablestats function.Ermal LUÇI2014-12-241-1/+1
|
* Make sure $cpzoneid is defined and use it to call pfSense_ipfw_Tableaction() ↵Renato Botelho2014-11-131-7/+12
| | | | and pfSense_ipfw_getTablestats(). Also fix fieldnames for captiveportal_hostnames. It should fix #4001
* modify copyright statement to reflect realityJim Thompson2014-11-101-0/+1
|
* Tidy up misc. XHTMLColin Fleming2014-06-231-2/+2
| | | | | | | | | | | | | | | | | | | "diag_dns.php" Tidy up "equals sign" "services_captiveportal.php" Add space to OPTION tag Update HTML Boolean operator Close INPUT and BR tags "services_captiveportal_hostname.php" Update ALIGN to MIDDLE "services_captiveportal_vouchers.php" Move closing TD tag outside the PHP IF statement "system_crlmanager.php" Close TR tags correctly
* Bring the code of captiveportal up to speed with its module counterpart ↵Ermal2014-06-121-2/+2
| | | | requirments
* Tidy up "services_captiveportal_hostname" XHTMLColin Fleming2014-04-031-1/+1
| | | | | | | | | Swap BODY with php statement Add SUMMARY to tables Close IMG and add ALT Deprecate ampersand Update HTML Boolean operators Close INPUT
* Tidy up "services_captiveportal_hostname" XHTMLColin Fleming2014-04-031-17/+17
| | | | | | | | | Swap BODY with php statement Add SUMMARY to tables Close IMG and add ALT Deprecate ampersand Update HTML Boolean operators Close INPUT
* xhtml Complianceayvis2014-03-141-1/+1
| | | replaced <br>, <br/> and </br> with <br />
* Improve checks for params 'id', 'dup' and other similar ones to make sure ↵Renato Botelho2014-03-121-1/+1
| | | | they are numeric integer, also, pass them through htmlspecialchars() before print
* Many fixes on privileges, ticket #3216:Renato Botelho2013-11-151-3/+3
| | | | | | | | | | | | | | | | - Rename some privileges: page-diag-system-activity => page-diagnostics-system-activity page-interfacess-groups => page-interfaces-groups page-interfacess-lagg => page-interfaces-lagg page-interfacess-qinq => page-interfaces-qinq - Write an upgrade function to replace above privileges by the new name - Remove unused privilege page-diagnostics-logs-wireless - Remove duplicated privileges - Fix limiter-info, pf-info and system-pftop that were using wrong name - Add privs for edit pages (interfaces_groups, interfaces_lagg, interfaces_qinq and services-igmpproxy) - Fix ID for acptiveportal allowedhostnames and editallowedhostnames - Fix some wrong matches
* Use same tab name on all pagesRenato Botelho2013-09-121-1/+1
|
* Change 'Pass-through MAC' tab name to reflect current realityRenato Botelho2013-09-121-1/+1
|
* s/require/require_once/g for filter.inc to avoid redeclaration errors in ↵jim-p2013-08-281-1/+1
| | | | some rare cases.
* Tidy up spelling mistakes.Colin Fleming2013-05-121-2/+2
|
* Reconfigure allowed hostnames when deleting entriesbcyrill2013-02-021-0/+1
|
* Restore accidentally removed code. Spoted-by: bcyrill@githubErmal2013-01-271-0/+1
|
* Convert all captiveportal code to not use ipfw_set_context since its not ↵Ermal2013-01-231-5/+3
| | | | needed anymore. Also add code to validate cpzone on webgui pages before being used
* Cleanup the pipes as well when removing or operating on tables for ↵Ermal2012-12-171-2/+2
| | | | hostnames/ips/mac
* Handle even hostname through filterdns entries correctly now that only 3/4 ↵Ermal2012-12-171-6/+6
| | | | table exists and they consider pipe argument. While here adapt addinga hostname without reloading CP
* Activate new shortcuts/status in the rest of the areas that are currently setup.jim-p2012-08-101-3/+1
|
* fix for bug #2422 could not remove entries from CP Allowed HostnamesDarren Embry2012-05-111-1/+1
|
* Add the multi instance CP to master branch. This allows to define CP with ↵Ermal2011-09-071-23/+35
| | | | different properties on different interfaces.
* Redirect to correct pageScott Ullrich2011-01-251-2/+2
|
* Redirect to correct pageScott Ullrich2011-01-251-1/+1
|
* Fix url. Do not include mod_accesslog twiceScott Ullrich2011-01-251-1/+1
|
* Misc fixupsScott Ullrich2011-01-251-11/+7
|
* Prevent drop down menu creationScott Ullrich2011-01-251-1/+1
|
* Adding preliminary version of allowed hostnames. Allowed hostnames function ↵Scott Ullrich2011-01-251-0/+192
similar to allowed IP addresses and permit the captive portal to pass traffic out. An example usage of this is to allow access to a hotel web page freely and then require authentcation hotlinking from this point.
OpenPOWER on IntegriCloud