aa6ec67f | 01-Aug-2014 |
Hannes Magnusson |
Removing the action (opened/closed/..) from the title It otherwise creates tons of "gmail conversation" |
b1aecf8e | 01-Aug-2014 |
kovacs.ferenc |
duh, swap the lines so $payload is set before used |
17134ef2 | 01-Aug-2014 |
kovacs.ferenc |
make sure that the variables used below are properly initialized |
f006fcfc | 31-Jul-2014 |
Hannes Magnusson |
Mailout the PR comments |
12e63463 | 28-Jul-2014 |
Hannes Magnusson |
Improve welcome email |
0dee4569 | 24-Jul-2014 |
Hannes Magnusson |
Revert "I'd like to help reviewing the PECL account request from chinese" This reverts commit ca3956afbe71a92199922e5cd1cac3b746411fa4. |
ca3956af | 24-Jul-2014 |
Xinchen Hui |
I'd like to help reviewing the PECL account request from chinese |
c7935f23 | 10-Jul-2014 |
kovacs.ferenc |
my stupid typo is preventing to save the full name for the account requests |
90f80297 | 03-Jul-2014 |
Peter Cowburn |
note spammer |
c5fe83ad | 11-Jun-2014 |
kovacs.ferenc |
send PRs of php-src to the git-pulls list |
f1ba778d | 11-Jun-2014 |
kovacs.ferenc |
escape the $action parameter |
b75fa9c0 | 11-Jun-2014 |
kovacs.ferenc |
enforce types for numeric vars |
e7dca7e9 | 11-Jun-2014 |
kovacs.ferenc |
escape the variables coming from $_REQUEST magic_quote_gpc makes this not exploitable, but we should move away from that sooner or later |
bdf97a6f | 11-Jun-2014 |
kovacs.ferenc |
$user was renamed to $cuser in include/login.inc in c659097ec0d0a08327b80c1b32ac0797f35ba5dd also fix the column names |
0ac39f32 | 11-Jun-2014 |
kovacs.ferenc |
escape the variables coming from $_REQUEST magic_quote_gpc makes this not exploitable, but we should move away from that sooner or later |
328cf5cd | 11-Jun-2014 |
kovacs.ferenc |
actualize the db schema based on the current production status |
1b0dac3d | 11-Jun-2014 |
kovacs.ferenc |
escape the $search variable coming from $_REQUEST magic_quote_gpc makes this not exploitable, but we should move away from that sooner or later |
41e4d4af | 11-Jun-2014 |
kovacs.ferenc |
introduce a whitelist for the order param |
d3839097 | 11-Jun-2014 |
kovacs.ferenc |
$user was renamed to $cuser in include/login.inc in c659097ec0d0a08327b80c1b32ac0797f35ba5dd |
efa8fa54 | 11-Jun-2014 |
kovacs.ferenc |
escape the $name, $email, $username and $note variables coming from $_REQUEST magic_quote_gpc makes this not exploitable, but we should move away from that sooner or later |
9404bdc8 | 11-Jun-2014 |
kovacs.ferenc |
escape the $user variable coming from $_REQUEST magic_quote_gpc makes this not exploitable, but we should move away from that sooner or later |
e024ef1a | 11-Jun-2014 |
kovacs.ferenc |
escape the cname for the shell exec |
cbc4e41a | 10-Jun-2014 |
kovacs.ferenc |
that was almost what I've planned |
92e79aed | 10-Jun-2014 |
kovacs.ferenc |
it seems the -f is mandatory |
5c92482b | 10-Jun-2014 |
kovacs.ferenc |
actually, I need two parts. :/ |