]> git.mxchange.org Git - quix0rs-gnu-social.git/commit - actions/newapplication.php
Validate::uri replaced with filter_var for HTTP[S] URL checks
authorMikael Nordfeldth <mmn@hethane.se>
Mon, 7 Oct 2013 12:46:09 +0000 (14:46 +0200)
committerMikael Nordfeldth <mmn@hethane.se>
Mon, 7 Oct 2013 12:46:09 +0000 (14:46 +0200)
commit8912cdc7a4acaeaea3b2b323efc86333ffd5ef63
tree823c5108f85d4eb5ea2815d04ffd7630bde31a2a
parent2c0790be54ad8c9e32e6a899ab322b77fd415b12
Validate::uri replaced with filter_var for HTTP[S] URL checks

Also, a bug in checking the OAuth callback URL for validity was fixed,
where it referenced the wrong variable when going through form data.
18 files changed:
actions/apiaccountregister.php
actions/apicheckhub.php
actions/apigroupcreate.php
actions/apigroupprofileupdate.php
actions/apioauthrequesttoken.php
actions/editapplication.php
actions/editgroup.php
actions/licenseadminpanel.php
actions/newapplication.php
actions/newgroup.php
actions/profilesettings.php
actions/register.php
actions/siteadminpanel.php
actions/snapshotadminpanel.php
lib/util.php
plugins/Bookmark/actions/bookmarkforurl.php
plugins/ExtendedProfile/actions/profiledetailsettings.php
plugins/OStatus/classes/Ostatus_profile.php