]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Better use of Nickname validation functions
authorMikael Nordfeldth <mmn@hethane.se>
Wed, 16 Oct 2013 12:58:22 +0000 (14:58 +0200)
committerMikael Nordfeldth <mmn@hethane.se>
Wed, 16 Oct 2013 13:38:54 +0000 (15:38 +0200)
commitdb7ef52d1352fa3fa49ddf85dcd2bb124c00d303
treee15bca896a6ce300ac5b3151f08ad93c9e961632
parent38a69b559733b0bc2235a36d9936529fc977af22
Better use of Nickname validation functions

Nickname verifications on registration and updates for profiles (not yet
groups) have been improved.

Minor bugs in RegisterAction were also fixed, where multiple forms would
be outputed because the function did not return after showForm(). This
will be solved more permanently with throwing exceptions in the future.
actions/apiaccountregister.php
actions/apichecknickname.php
actions/profilesettings.php
actions/register.php
lib/installer.php
lib/nickname.php
lib/util.php
plugins/FacebookBridge/actions/facebookfinishlogin.php
plugins/OpenID/actions/finishopenidlogin.php
plugins/TwitterBridge/actions/twitterauthorization.php