summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Add mysql PHP modules to the pkg serverRenato Botelho2016-01-201-0/+3
|/ /
* | Merge pull request #2485 from ↵Renato Botelho2016-01-201-1/+1
|\ \ | | | | | | | | | NOYB/Status_/_System_Logs_/_VPN_/_PPPoE_Service_-_Fix_Shortcut_Links
| * | Status / System Logs / VPN / PPPoE Service - Fix Shortcut LinksNOYB2016-01-201-1/+1
|/ / | | | | | | Fix PPPoE Service shortcut so links show on the breadcrumb bar.
* | Merge pull request #2472 from dennypage/masterChris Buechler2016-01-193-1/+14
|\ \
| * | Add standard deviation to gateway status and widgetDenny Page2016-01-183-1/+14
| | |
* | | Changed color scheme to use existing bg-* classesStephen Beaver2016-01-193-57/+30
| | | | | | | | | | | | | | | Simplfied color change mechanism Implemented "Cancel" button
* | | Remove ORIGINAL_PORTAL_IP, it was never used.Chris Buechler2016-01-191-2/+0
| | |
* | | Add colors to the separator barsStephen Beaver2016-01-193-10/+79
| | |
* | | Fixed #5781Stephen Beaver2016-01-191-59/+21
| | |
* | | Eliminate foreach for speed.Stephen Beaver2016-01-191-9/+6
| | |
* | | New separator text box has focus when createdStephen Beaver2016-01-191-1/+3
| | |
* | | Fixed issue with separator bar at very top of floating rule listStephen Beaver2016-01-191-5/+17
| | |
* | | Merge pull request #2484 from phil-davis/gt9Renato Botelho2016-01-193-13/+13
|\ \ \
| * | | Internationalization of remaining firewall_*.phpPhil Davis2016-01-203-13/+13
| | | |
* | | | Merge pull request #2483 from phil-davis/patch-5Renato Botelho2016-01-191-2/+3
|\ \ \ \
| * | | | Firewall shaper wizards print_info_box() severity levelPhil Davis2016-01-191-2/+3
| | | | |
* | | | | Merge pull request #2482 from phil-davis/patch-3Renato Botelho2016-01-191-3/+6
|\ \ \ \ \
| * | | | | Firewall shaper print_info_box at correct severityPhil Davis2016-01-191-3/+6
| | |/ / / | |/| | |
* | | | | Merge pull request #2481 from phil-davis/patch-2Renato Botelho2016-01-191-1/+1
|\ \ \ \ \
| * | | | | Allow enable/disable rule for Firewall NAT OutPhil Davis2016-01-191-1/+1
| |/ / / / | | | | | | | | | | | | | | | The code for it was all there, but the icon was hidden when the rule was enabled, so there was no wayto click to disable. It all works for me with just this small change.
* | | | | Merge pull request #2480 from phil-davis/gt8Renato Botelho2016-01-191-1/+28
|\ \ \ \ \
| * | | | | Firewall NAT Port Forward rule enable/disable togglePhil Davis2016-01-191-1/+28
| |/ / / / | | | | | | | | | | | | | | | Provide the rule enable/disable toggle like in NAT 1:1 and NAT NPt
* | | | | Merge pull request #2479 from phil-davis/gt7Renato Botelho2016-01-193-4/+17
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Provide "add top" and "add bottom" buttons for NAT 1:1 and NPtPhil Davis2016-01-193-4/+17
| | | | | | | | | | | | | | | | | | | | So that they are consistent with NAT Port Forward.
* | | | | Completed basic #5373Stephen Beaver2016-01-191-16/+70
| |/ / / |/| | | | | | | | | | | May add a color option after some testing
* | | | Merge pull request #2477 from phil-davis/gt6Renato Botelho2016-01-192-44/+44
|\ \ \ \
| * | | | Internationalize firewall_rules pagesPhil Davis2016-01-192-44/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I might have gone too far wrapping '(other)', 'any', 'default', 'none' in gettext() but actually if translating to a language with non-Latin script then it can be useful to translate even these sort of single words, because there might be some people who cannot even read Latin script.
* | | | | Merge pull request #2478 from NewEraCracker/masterRenato Botelho2016-01-191-0/+0
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Revert chmod change from 9219378b588ce968702be2a7e153aa984504b6aaNewEraCracker2016-01-191-0/+0
|/ / / /
* | | | Merge pull request #2473 from phil-davis/gt5Renato Botelho2016-01-195-68/+145
|\ \ \ \
| * | | | Standardize NAT NPtPhil Davis2016-01-195-68/+145
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Give NAT NPt GUI the same sort of interface as NAT 1:1 1) Checkbox to select multiple mappings and then delete selected mappings 2) Tick/cross to enable/disable a mapping 3) Ability to "Add a new mapping based on this one" 4) Double-click to edit an entry 5) Ability to reorder mappings and save the new order - probably nobody cares about that but it is easy to provide it the same as on other forms, and so users can order the entries as they like. Note: It used to try to automagically sort the entries based on ipcmp() of the value of 'external' - that does not work in 2.2.* because 'external' is not a key at all for NPt. So I took that out - seemed more consistent to provide the user drag-drop entry ordering feature. Other bits of text in firewall NAT, 1:1 and Out standardized to make all of them match.
* | | | Fix browser tab textStephen Beaver2016-01-191-1/+1
| | | |
* | | | Restore separator bar delete functionalityStephen Beaver2016-01-191-6/+19
| | | |
* | | | Add Javascript htmlchars() equivalent to dynamically created inputsStephen Beaver2016-01-191-2/+14
| | | | | | | | | | | | | | | | Temporarily remove function that broke action icons
* | | | Merge pull request #2450 from hexaclock/masterRenato Botelho2016-01-191-5/+29
|\ \ \ \
| * | | | Update auth.incDan Vinakovsky2016-01-181-1/+1
| | | | | | | | | | | | | | | add XXX prefix.
| * | | | add note about r284483Daniel Vinakovsky2016-01-181-4/+4
| | | | |
| * | | | more style fixes. unset old fieldsDaniel Vinakovsky2016-01-181-4/+3
| | | | |
| * | | | style fixesDaniel Vinakovsky2016-01-181-4/+2
| | | | |
| * | | | Merge remote-tracking branch 'upstream/master'Daniel Vinakovsky2016-01-1666-934/+2919
| |\ \ \ \
| * | | | | compatibility with freebsdDaniel Vinakovsky2016-01-161-0/+9
| | | | | |
| * | | | | switched to bcrypt as per #4120daniel2016-01-141-5/+23
| | | | | | | | | | | | | | | | | | | | | | | | added bcrypt auth as per #4120
* | | | | | Merge pull request #2475 from phil-davis/patch-2Renato Botelho2016-01-191-4/+4
|\ \ \ \ \ \
| * | | | | | Fixup firewall rules schedule status imagesPhil Davis2016-01-191-4/+4
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | 1) $iconfn is not the var that contains the 'type' of block or reject. 2) In the bottom if-else of the diff "times-circle" was repeated twice. 3) It seemed odd to me that wen the schedule was out of its time that the icons would always be in "text-danger" color. My suggestion, make them "text-warning" which distinguishes them from the green or red that is shown when the schedule is active.
* | | | | | Merge pull request #2476 from phil-davis/patch-3Renato Botelho2016-01-191-6/+6
|\ \ \ \ \ \
| * | | | | | Remove obsolete L7 text from messagesPhil Davis2016-01-191-6/+6
| |/ / / / / | | | | | | | | | | | | | | | | | | The layer7 condition in the if test for this block was removed when layer7 support was removed in master. The text of these input error strings also needs to be modified.
* | | | | | Update smtp.inc to 2016-01-18Renato Botelho2016-01-191-5/+5
|/ / / / /
* | | | | autocapitalize off is deprecated, use none instead. Ticket #5776Chris Buechler2016-01-181-1/+1
| | | | |
* | | | | Clarify input validation output. Ticket #5778Chris Buechler2016-01-181-1/+1
| | | | |
* | | | | Merge pull request #2471 from PiBa-NL/textarea_nowrapStephen Beaver2016-01-180-0/+0
|\ \ \ \ \
OpenPOWER on IntegriCloud