From 93e066dbccde757ac54fce818bd97ef0043b6207 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20T=C3=A4nzer?= Date: Wed, 21 Dec 2011 00:03:21 +0100 Subject: bug 964: Patches from Brian Dawson: allow selection of keysize in IE MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michael Tänzer --- pages/account/17.php | 122 +---------------------------------- pages/account/4.php | 175 +-------------------------------------------------- 2 files changed, 4 insertions(+), 293 deletions(-) (limited to 'pages/account') diff --git a/pages/account/17.php b/pages/account/17.php index 2ba5390..36b0c9f 100644 --- a/pages/account/17.php +++ b/pages/account/17.php @@ -14,124 +14,6 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA -*/ ?> - - - - -

- - - - - - -
-

- - -

-

- - - - -"> - -
-

- +require_once "../../includes/keygen.php"; diff --git a/pages/account/4.php b/pages/account/4.php index a4d6597..36b0c9f 100644 --- a/pages/account/4.php +++ b/pages/account/4.php @@ -14,177 +14,6 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA -*/ ?> - - -Internet Options->Security->Trusted Websites, click on Custom Level, check ActiveX control elements that are not marked as safe initialized on start in scripts")?> - -

- - - - - -
-

- - -

-

- - - -"> - -
-

- +require_once "../../includes/keygen.php"; -- cgit v1.2.1 From 327d40464b9ad672db38ea6bd1e271c1f771afde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20T=C3=A4nzer?= Date: Wed, 21 Dec 2011 01:04:47 +0100 Subject: bug 964: Doh. require() confusion. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michael Tänzer --- pages/account/17.php | 2 +- pages/account/4.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'pages/account') diff --git a/pages/account/17.php b/pages/account/17.php index 36b0c9f..8ac8b65 100644 --- a/pages/account/17.php +++ b/pages/account/17.php @@ -16,4 +16,4 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -require_once "../../includes/keygen.php"; +require_once($_SESSION['_config']['filepath'].'/includes/keygen.php'); diff --git a/pages/account/4.php b/pages/account/4.php index 36b0c9f..8ac8b65 100644 --- a/pages/account/4.php +++ b/pages/account/4.php @@ -16,4 +16,4 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -require_once "../../includes/keygen.php"; +require_once($_SESSION['_config']['filepath'].'/includes/keygen.php'); -- cgit v1.2.1 From 9b0e49833c2ce5aec65361b9d5ed96e39c625e6c Mon Sep 17 00:00:00 2001 From: INOPIAE Date: Thu, 13 Dec 2012 10:15:52 +0100 Subject: bug 1122:created new file for the CCA overview and added short information about CCA into SE admin console --- pages/account/43.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pages/account') diff --git a/pages/account/43.php b/pages/account/43.php index 7bf6d04..67076bb 100644 --- a/pages/account/43.php +++ b/pages/account/43.php @@ -176,6 +176,10 @@ include_once($_SESSION['_config']['filepath']."/includes/notary.inc.php"); : show + + : + show + : -- cgit v1.2.1 From e22a338486cd4d7305eb8b2f4b36460873a5855b Mon Sep 17 00:00:00 2001 From: INOPIAE Date: Thu, 13 Dec 2012 10:36:21 +0100 Subject: bug 1122: Added pages/account/57.php --- pages/account/57.php | 108 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 108 insertions(+) create mode 100644 pages/account/57.php (limited to 'pages/account') diff --git a/pages/account/57.php b/pages/account/57.php new file mode 100644 index 0000000..6b15889 --- /dev/null +++ b/pages/account/57.php @@ -0,0 +1,108 @@ + + + + + + +
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + 0) { +?> + +
back
+ + -- cgit v1.2.1 From da058f16eb5413d0c859196cbe837dc8328f27a5 Mon Sep 17 00:00:00 2001 From: INOPIAE Date: Sat, 15 Dec 2012 09:48:24 +0100 Subject: Bug 1124: changed the order of the entries from country-language to language-country --- pages/account/41.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pages/account') diff --git a/pages/account/41.php b/pages/account/41.php index d2cfc8c..26ad11c 100644 --- a/pages/account/41.php +++ b/pages/account/41.php @@ -74,7 +74,7 @@ require_once($_SESSION['_config']['filepath'].'/includes/lib/l10n.php'); while($row = mysql_fetch_assoc($res)) { echo "\n"; + echo ">".$row['lang']." - ".$row['country']."\n"; } ?> -- cgit v1.2.1 From 7dca631c59754d7f9e4fff12edc924b8c03d127c Mon Sep 17 00:00:00 2001 From: INOPIAE Date: Sun, 6 Jan 2013 23:28:49 +0100 Subject: bug 1122: Changed isset==false to !isset, Change from " to ', typo fix --- pages/account/57.php | 41 ++++++++++++++++++++--------------------- 1 file changed, 20 insertions(+), 21 deletions(-) (limited to 'pages/account') diff --git a/pages/account/57.php b/pages/account/57.php index 6b15889..76eee27 100644 --- a/pages/account/57.php +++ b/pages/account/57.php @@ -16,11 +16,11 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ ?> - +
@@ -42,51 +42,51 @@
- - - - + + + + - + - + - + @@ -103,6 +103,5 @@ ?>
- +} +?> -- cgit v1.2.1 From 145102ac00024ea88c7d5db6129aa79ffaaed040 Mon Sep 17 00:00:00 2001 From: INOPIAE Date: Mon, 7 Jan 2013 18:49:01 +0100 Subject: bug 1122: layout change --- pages/account/43.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'pages/account') diff --git a/pages/account/43.php b/pages/account/43.php index 67076bb..a926a98 100644 --- a/pages/account/43.php +++ b/pages/account/43.php @@ -173,12 +173,12 @@ include_once($_SESSION['_config']['filepath']."/includes/notary.inc.php"); - : - show + : + - : - show + : + show : -- cgit v1.2.1 From 9769049b3764c7744a296ac0a0b3381916b30749 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20T=C3=A4nzer?= Date: Wed, 23 Jan 2013 00:24:14 +0100 Subject: bug-1141: Show server certificates from deleted domains so a user can verify their state. Also: some cosmetic fixes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michael Tänzer --- pages/account/12.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'pages/account') diff --git a/pages/account/12.php b/pages/account/12.php index 44926ca..fa8b41a 100644 --- a/pages/account/12.php +++ b/pages/account/12.php @@ -36,7 +36,7 @@ `domaincerts`.`expire` as `expires`, `revoked` as `revoke`, UNIX_TIMESTAMP(`revoked`) as `revoked`, `CN`, `domaincerts`.`serial`, `domaincerts`.`id` as `id` from `domaincerts`,`domains` - where `memid`='".intval($_SESSION['profile']['id'])."' and `deleted`=0 and `domaincerts`.`domid`=`domains`.`id` "; + where `memid`='".intval($_SESSION['profile']['id'])."' and `domaincerts`.`domid`=`domains`.`id` "; if($viewall != 1) { $query .= "AND `revoked`=0 AND `renewed`=0 "; @@ -49,7 +49,7 @@ { ?> - + "> + + + -

-- cgit v1.2.1 From f7484beb1ecc6d7d8cf8d31eee792bd4ba540aec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20T=C3=A4nzer?= Date: Wed, 13 Feb 2013 00:00:20 +0100 Subject: Source code taken from cacert-20130129.tar.bz2 --- pages/account/40.php | 41 +++++++++++++++++++---------------------- pages/account/41.php | 2 +- 2 files changed, 20 insertions(+), 23 deletions(-) (limited to 'pages/account') diff --git a/pages/account/40.php b/pages/account/40.php index 4877d79..a809595 100644 --- a/pages/account/40.php +++ b/pages/account/40.php @@ -29,15 +29,26 @@ if(!array_key_exists('secrethash',$_SESSION['_config'])) $_SESSION['_config']['s

- + - - - - - - - +

+ + +

+
: 
:
:
">
+ + + + + + + + + + + + +
:
:
:
:
">">
@@ -50,20 +61,6 @@ if(!array_key_exists('secrethash',$_SESSION['_config'])) $_SESSION['_config']['s

-

-

-
- - - - - - - - -
:
:
:
">
-
-

- : + : Date: Tue, 12 Mar 2013 23:29:32 +0100 Subject: bug 1124: Changed display to [locale] Language (country) eg[de-AT] German (Austria) --- pages/account/41.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pages/account') diff --git a/pages/account/41.php b/pages/account/41.php index 545161a..aac45dd 100644 --- a/pages/account/41.php +++ b/pages/account/41.php @@ -74,7 +74,7 @@ require_once($_SESSION['_config']['filepath'].'/includes/lib/l10n.php'); while($row = mysql_fetch_assoc($res)) { echo "\n"; + echo ">[".$row['locale']."] ".$row['lang']." - (".$row['country'].")\n"; } ?> -- cgit v1.2.1 From e876e93e5941e295807c311a990775a2188d4d4a Mon Sep 17 00:00:00 2001 From: Benny Baumann Date: Wed, 13 Mar 2013 09:08:42 +0100 Subject: bug 1124: Sanatize properly and make code look better --- pages/account/41.php | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'pages/account') diff --git a/pages/account/41.php b/pages/account/41.php index aac45dd..148944a 100644 --- a/pages/account/41.php +++ b/pages/account/41.php @@ -73,8 +73,12 @@ require_once($_SESSION['_config']['filepath'].'/includes/lib/l10n.php'); $res = mysql_query($query); while($row = mysql_fetch_assoc($res)) { - echo "\n"; + printf("\n", + sanitizeHTML($row['locale']), + sanitizeHTML($row['locale']), + sanitizeHTML($row['lang']), + sanitizeHTML($row['country']) + ); } ?> -- cgit v1.2.1 From 3c4d3fa9a9bf74090fc5ef86847e0a1b58f5c96f Mon Sep 17 00:00:00 2001 From: Benny Baumann Date: Wed, 13 Mar 2013 18:38:52 +0100 Subject: bug 1124: Avoid duplicate escaping and do ordering by locale --- pages/account/41.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pages/account') diff --git a/pages/account/41.php b/pages/account/41.php index 148944a..4974537 100644 --- a/pages/account/41.php +++ b/pages/account/41.php @@ -69,15 +69,15 @@ require_once($_SESSION['_config']['filepath'].'/includes/lib/l10n.php'); :