Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  local
  sbin
  share

Latest revisions

# Date Author Comment
055a43d2 09/27/2014 05:10 PM Phil Davis

Allow extended alias inputs #3890

Currently if you enter a space-separated list of subnets in the IP address box when entering an alias, the code reports that the data is invalid. But it does actually expand the list of subnets into multiple rows, and enters the various subnet CIDRs into the CIDR column for the user. The user can press Save a second time and the data is now valid so the code saves it happily. This is rather odd, as reported in redmine #3890....

bbd1f783 09/26/2014 04:18 PM Phil Davis

firewall_aliases_edit UI text changes

If type URL Table then the heading "Description" on the 3rd column gets suppressed (I am not really sure why that is, since the description data entry box still appears - I guess someone intended that the data entry box itself also be suppressed, since URL Table takes just a single line entry, the overall description of the alias should be enough - no need for a per-line description.)...

62218b4d 09/26/2014 02:40 AM Phil Davis

Remove useless check for alias description matching an interface description

While looking at other checks in the code I noticed this check. It was not effective anyway, because the first line inside "if ($_POST)" below does
unset($input_errors);
which undoes this check anyway....

7ea27b0d 09/25/2014 12:55 PM Renato Botelho

Be more strict on removing groups checking group id and group name, it avoids issues like happened to users on ticket #3856. While I'm here, replace GET by POST

fbe0d698 09/25/2014 12:29 PM Renato Botelho

Be more strict on user removal checking array id and also username to avoid removing wrong users when browser back button is used. It should fix #3856

370b4666 09/24/2014 06:20 PM Bruno Ferri

Fix close button in the info box

abf2e0f1 09/24/2014 10:10 AM Renato Botelho

Merge pull request #1287 from jean-m-cyr/master

a99547e4 09/24/2014 09:53 AM Ermal LUÇI

Provide a toggle for apinger debug messages to be logged to syslog. To help with roubleshooting issues

3be4caf9 09/24/2014 02:09 AM Jean Cyr

NTP Service GPS page always reverts to 'Custom' GPS type

Remember and correctly display GPS type setting

73b8c162 09/23/2014 04:08 PM Jim Pingle

Add a note clarifying the usage of OpenVPN's Auth Digest setting.

View revisions

Also available in: Atom