aurweb/web/html
Lukas Fleischer 237a4570e2 Add PCRE_DOLLAR_ENDONLY to preg_match()
When using preg_match() to check for a match that starts at the
beginning of the string and ends at the last character of the string, we
do not want to allow an additional newline character to sneak in.
Amongst other potential loopholes, adding the PCRE_DOLLAR_ENDONLY
modifier prevents users from registering with user names that end with a
newline character.

Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
2014-08-06 00:00:33 +02:00
..
css Make deleted comments visible to Trusted Users 2014-07-25 11:30:32 +02:00
images Remove unused image "titlelogo.png" 2012-09-18 00:59:01 +02:00
js Use minified typeahead JS from archweb 2013-03-26 00:54:18 +01:00
404.php Display an error page if a virtual path doesn't exist 2012-10-20 18:28:17 +02:00
account.php Fix the registration form 2014-07-29 14:28:29 +02:00
addvote.php Rework permission handling 2014-07-15 22:56:57 +02:00
home.php home: requests should be filed in the web interface 2014-07-15 23:01:47 +02:00
index.php Add support for deleting user accounts 2014-07-25 11:30:33 +02:00
login.php login.php: Properly link to logout page when already logged in 2012-11-24 13:20:35 +01:00
logout.php Remove unneeded database connection calls 2013-02-10 12:10:38 +01:00
packages.php Rework permission handling 2014-07-15 22:56:57 +02:00
passreset.php Do not return "None" in user functions 2014-06-05 15:12:10 +02:00
pkgbase.php Prevent merging a package base with itself 2014-07-23 17:53:28 +02:00
pkgdel.php Rework permission handling 2014-07-15 22:56:57 +02:00
pkgmerge.php Add typeahead suggest to the merge request form 2014-07-23 17:53:30 +02:00
pkgreq.php Rework permission handling 2014-07-15 22:56:57 +02:00
pkgsubmit.php Add PCRE_DOLLAR_ENDONLY to preg_match() 2014-08-06 00:00:33 +02:00
rpc.php Provide more examples on the RPC info page 2011-08-22 08:24:21 +02:00
rss.php rss.php: Update links to reflect URL changes 2012-09-21 07:35:52 +02:00
tu.php Rework permission handling 2014-07-15 22:56:57 +02:00
voters.php Fix pkgbase_votes_from_name() 2014-07-16 19:22:58 +02:00