summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_unbound_acls.php
Commit message (Collapse)AuthorAgeFilesLines
* Required fields in Services pagesPhil Davis2017-01-301-2/+2
| | | | (cherry picked from commit 24b82516e0baac87316245427e870a36fbcda4ac)
* Unbound - add support for "deny_non_local" and "refuse_non_local" ACLs ↵doktornotor2016-12-201-2/+4
| | | | | | (Feature #6914) (cherry picked from commit 6ff48cf16b4264f6554feffcf35ec2eaea4bce16)
* Move copyright from ESF to NetgateRenato Botelho2016-09-061-1/+1
|
* Fixed #6716Stephen Beaver2016-08-151-3/+8
| | | | (cherry picked from commit 4d4782fcd7213b5f279cb372853f5fedb07f6178)
* Review license / copyright on all files (final round)Renato Botelho2016-07-151-42/+40
|
* Always use require_oncePhil Davis2016-06-271-2/+2
| | | | | | | | | The usage of require() and require_once() throughout the system is inconsistent, and "bugs" come up now and then when the order of "requires" is a bit different and some require() happens after the include file is already included/required. It seems to me that there is no harm at all in always using require_once().
* Allow 0 mask on Unbound ACLs. Ticket #6073Chris Buechler2016-04-151-1/+1
|
* Merge pull request #2816 from ↵Stephen Beaver2016-04-041-8/+8
| | | | | | NOYB/Services_/_DNS_Resolver_-_Remove_Personalizations (cherry picked from commit 09aad9f8a6f190f4ca5cf2f08a824af695da6304)
* Revert "Merge pull request #2728 from phil-davis/form_button"Renato Botelho2016-03-151-2/+2
| | | | | This reverts commit a32bed49516f3df3d104a5026a5b2c74451f348f, reversing changes made to 9ec9978267a5d1985d6da8ba35d52b7174239d2f.
* Internationalize Form_Button textPhil Davis2016-03-111-2/+2
| | | | | | The text of a Form_Button is not translated internally. Some Form_Button calls already had the button text enclosed in gettext(), this does it for the remaining ones.
* Icon consistency in Repeatable blocks. Ticket #5965jim-p2016-03-091-4/+8
|
* Merge pull request #2637 from k-paulius/patch-6Stephen Beaver2016-02-141-0/+4
|\
| * Indicate in the breadcrumb if we are editing list item.k-paulius2016-02-141-0/+4
| |
* | Review alert wording.k-paulius2016-02-141-1/+1
|/
* Synchronize page title with tab title. Convert page title to title case.k-paulius2016-02-121-2/+2
|
* Convert section titles to title casek-paulius2016-02-101-1/+1
|
* Standardize print_apply_box usagePhil Davis2016-01-271-1/+1
| | | | | | | | | | 1) For the translators, it should be better to do it consistently. Then they only need to have 1 translation of "You must apply the changes in order for them to take effect" and can translate each of the other custom sentences individually. 2) The full-stop should always go at the end of the sentence, inside the gettext(). There are some languages where the full-stop is not the same as European. e.g. In Nepal we use the vertical bar for end of sentence.
* add call gettext function in the services menubruno2016-01-251-5/+4
|
* Fix #5794 remove print_info_box_np chackes for gettext("apply")Phil Davis2016-01-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | 1) Get rid of the stristr() checks to "guess" if an apply button should be used. 2) Change print_info_box() so it can take a button name of "close" , "apply" or none to decide which button to show. 3) Delete function print_info_box_np_undo() - nothing calls it. 4) Add new function print_apply_box() to provide an easy wrapper for print_info_box() with the parameters to be 'warning' level and 'apply' button. 5) Change print_info_box_np() calls to just print_info_box() or print_apply_box() as appropriate. There is 1 direct call to print_info_box_np() from vpn_ipsec_mobile.php remaining. That tries to make a "create" button. It was not working before this change. It needs to be sorted out and fixed separately. After this change there is no dependency on a string containing text like "apply" to make the apply button appear. Then we can work on re-engineering the internal code of print_info_box_np() print_info_box() and print_apply_box() to fit together however we like. It should be easy to preserving the current API to print_info_box() and print_apply_box().
* Fixed #5789Stephen Beaver2016-01-211-1/+1
|
* Remove $closehead variableColin Fleming2015-12-191-1/+0
| | | | Remove unused variable $closehead
* Code style servicesPhil Davis2015-12-171-20/+25
|
* Type up SCRIPT tagsColin Fleming2015-11-291-1/+1
|
* Calling all of these "Page" in the privilege name is redundant since they ↵jim-p2015-11-251-1/+1
| | | | are all pages and the "WebCfg" prefix implies they are pages.
* Various updates to privileges and related metadatajim-p2015-11-251-0/+7
|
* Added use of class autoloading (GUI stuff only)Doug Wollison2015-11-231-2/+0
| | | | | Any GUI script that loads the guiconfig.inc file will have access to the autoloader.
* remove inline stylesJared Dillard2015-11-201-4/+4
|
* Completes #5400, #3999, #5405Stephen Beaver2015-11-101-1/+1
| | | | Mote: New ticket will be opened to provide IP address sorting
* Copyright and license cleanupRenato Botelho2015-11-091-1/+1
| | | | | | - Remove personal copyright from people who assigned it to employer (ESF) - Remove $Id$ - Remove extra spaces
* EOL whitespace and header consistency for wwwPhil Davis2015-11-091-1/+0
|
* services_unbound_acls text stuffPhil Davis2015-11-061-3/+3
|
* Delete confirmation vi fa-trash automated via pfSense.jsStephen Beaver2015-11-051-2/+2
|
* Moved action-buttons in-line styling to pfSense.cssStephen Beaver2015-11-051-1/+1
|
* replace and find for icon-embed-btnheper2015-11-051-1/+1
|
* Buttons changed to new designStephen Beaver2015-11-041-33/+62
|
* convert services_unbound_acls to faheper2015-11-041-2/+2
|
* Javascript refine to hide Delete row button if there is only one rowStephen Beaver2015-10-271-0/+9
|
* Completes #5159Stephen Beaver2015-10-021-175/+2
| | | | All duplicated JS removed to included file
* s/delet the/delete the/gChris Buechler2015-09-161-1/+1
| | | | Credit for idea to Phil Davis
* Merge pull request #1853 from PiBa-NL/bootstrap_fix1jim-p2015-09-021-1/+1
|\
| * bootstrap, use require_once for classes/Form.class.phpPiBa-NL2015-08-311-1/+1
| |
* | Comment typosStephen Beaver2015-09-011-2/+2
| |
* | Coded a new system for displaying tables of input elements with jQuery providingStephen Beaver2015-09-011-119/+308
|/ | | | Delete/Add/Move functionality without breaking the inputs. See pfWiki for details
* Fixed display issue. Need to also fix config systemStephen Beaver2015-08-281-49/+22
|
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-269/+190
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+421
OpenPOWER on IntegriCloud