aurweb/web/lib
Lukas Fleischer e018670607 Accept upper case letters in valid_username()
In commit 0722f46 (Simplify valid_user() and valid_username(),
2014-02-06), the conversion to lower case letters was unintentionally
removed and in consequence, names with upper case letters have been
rejected since then.

Instead of reintroducing the conversion, add the "i" modifier to the
regular expression validating the name to do case-insensitive pattern
matching.

Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
2014-05-30 09:32:48 +02:00
..
Archive Style fixes: Capitalization of "true" and "false" 2014-02-06 16:32:31 +01:00
acctfuncs.inc.php Accept upper case letters in valid_username() 2014-05-30 09:32:48 +02:00
aur.inc.php Move latest_pkgs() to pkgfuncs.inc.php 2014-05-29 21:13:45 +02:00
aurjson.class.php aurjson: Fix multiinfo when using package IDs 2014-05-18 12:19:29 +02:00
cachefuncs.inc.php Remove unnecessary database connection parameter from all functions 2013-02-10 12:10:38 +01:00
config.inc.php.proto aurjson.class.php: Limit number of RPC results 2012-10-22 12:33:13 +02:00
DB.class.php Add database wrapper class and new connection method 2013-02-10 12:10:37 +01:00
feedcreator.class.php Avoid use of "<b>"/"</b>" 2012-09-24 12:23:05 +02:00
gettext.php Style fixes: Capitalization of "true" and "false" 2014-02-06 16:32:31 +01:00
pkgbasefuncs.inc.php Use aur.archlinux.org in sender email addresses 2014-05-22 15:43:41 +02:00
pkgbuild-parser.inc.php pkgbuild-parser.inc.php: Remove stray "#" 2014-05-06 21:13:20 +02:00
pkgfuncs.inc.php pkgfuncs.inc.php: Fix latest_pkgs() 2014-05-29 21:19:06 +02:00
routing.inc.php Add package base detail pages 2014-04-05 12:21:36 +02:00
stats.inc.php Add provisional support for package bases 2014-04-05 12:21:35 +02:00
streams.php Add php-gettext libraries to "web/lib/". 2011-04-10 15:40:49 +02:00
translator.inc.php Set language using a POST request 2014-05-13 14:19:55 +02:00
version.inc.php Release 3.0.0 2014-05-27 20:19:38 +02:00