Project

General

Profile

Download (4.03 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
46bb8a0b 03/22/2015 01:55 PM Sjon Hortensius

Merge remote-tracking branch 'upstream/master' into origin/master

dedc40f7 03/03/2015 04:02 PM Phil Davis

Fix password box in diag_authentication

In 2.2 when I go to Diagnostics->Authentication the password field shows the little lock icon, but the text input area starts over the top of the icon and as I type in the field the password "dots" go over the lock icon....

ccda8a1d 01/16/2015 09:30 PM Sjon Hortensius

Merge branch 'master' into bootstrap

Conflicts:
usr/local/www/carp_status.php
usr/local/www/diag_arp.php
usr/local/www/diag_authentication.php

f6510207 01/13/2015 02:37 PM Bipin Chandra

Improving aesthetics.

Make title color more consistent with other pages.
Improving aesthetics.

8a07e316 01/11/2015 02:24 PM Sjon Hortensius

Merge branch 'master' into bootstrap

Conflicts occured in copyright message (year-update) due to whitespace difference and themes/ which was removed

31f03b6c 01/10/2015 01:02 PM Sjon Hortensius

re-added shortcuts/, global tpl updates

  • merged fbegin into head.inc, rename fend to foot.inc
  • consistency: head.inc now outputs '<body>'; foot outputs '</body>'
  • updated pages that were already updated
  • started migrating pkg_mgr
7d5b007c 01/04/2015 11:57 AM Sjon Hortensius

initial drag/drop WIP, working on backup/restore page

ce77a9c4 01/01/2015 09:26 AM Phil Davis

Fix lineup of copyright lines

and module names and other bits of formatting and typos in header
comment sections.

ed2d1343 12/31/2014 06:22 PM Renato Botelho

Welcome 2015

29aef6c4 11/11/2014 05:36 AM Jim Thompson

Change copyright statement to reflect reality

1ec21686 05/17/2014 11:38 AM Colin Fleming

Tidy up "diag_authentication.php" XHTML

Add SUMMARY to TABLES
Update HTML Boolean operators
Add missing closing FORM, closing DIV, closing BODY and closing HTML

1d7ba683 03/18/2014 07:09 PM ayvis

replaced <br>, <br/> with <br /> in ANSI encoded files. Converted these files to UTF-8

c7281770 03/15/2014 12:04 AM Chris Buechler

standardize on www.pfsense.org and HTTPS, point package URLs to
packages.pfsense.org

605ae553 09/06/2013 11:08 AM Renato Botelho

Fix #3127

By default htmlspecialchars does not consider single quotes, what can be
a problem when value attribute is set using it. Replace value attribute
set to use double quotes on places where it's obviously recieving a
result of htmlspecialchars() call.

939cc57a 03/25/2013 01:05 PM Warren Baker

Fix file name reference

d71fc5d3 08/14/2012 06:35 PM Jim Pingle

More shortcuts

dd5bf424 11/12/2010 04:36 PM Scott Ullrich

Fix XSS issues

3f178953 08/25/2010 09:21 PM Erik Fonnesbeck

Fix text for successful authentication test. Fixes #849

f8ec8de4 07/16/2010 05:35 PM Renato Botelho

Sync with mainline, diag_* files were missing

0b3abd3b 06/30/2010 12:30 PM Renato Botelho

Reset diag_ files

3dc7b9dd 06/21/2010 01:40 PM Renato Botelho

Remove spaces and tabs from EOL

89c1552e 06/21/2010 01:40 PM Renato Botelho

Few adjustements on gettext

591586e3 06/17/2010 11:56 AM Neriberto C.Prado

changing <php gettext() to <php=gettext() in files? diag_arg.php diag_authentication.php diag_backup.php

205da5a0 06/16/2010 10:23 PM Neriberto C.Prado

translate of the files: diag_arp.php diag_authentication.php diag_backup.php

a69c0036 03/15/2010 07:13 PM Ermal LUÇI

Ticket #423. Remove priv.inc/priv.defs.inc from files. They used require() instead of required once so produced errors or redefinitions of functions. These includes are now included on authgui.inc.

335f296f 03/12/2010 09:15 PM Chris Buechler

fix text

a2ec5a41 03/12/2010 04:31 PM Ermal LUÇI

Remove debugging leftover

6e815096 03/12/2010 04:23 PM Ermal LUÇI

Add includes needed. Fix typo.

aa530bf4 03/12/2010 04:17 PM Ermal LUÇI

Show radius too.

fb0f22c0 03/09/2010 05:54 PM Ermal Luçi

Add a function to get user groups based on authentication server. Use this function to show the groups the user i member of on Diag Authentication.

3f0357fc 03/09/2010 03:59 PM Ermal Luçi

Add a diag page for authentication.