Home
last modified time | relevance | path

Searched refs:IsValidHTTPURL (Results 1 – 18 of 18) sorted by relevance

/dports/net-im/matterircd/matterircd-0.25.0/vendor/github.com/mattermost/mattermost-server/v6/model/
H A Doauth.go67 if !IsValidHTTPURL(callback) {
72 if a.Homepage == "" || len(a.Homepage) > 256 || !IsValidHTTPURL(a.Homepage) {
81 if len(a.IconURL) > 512 || !IsValidHTTPURL(a.IconURL) {
H A Dauthorize.go60 if len(ad.RedirectUri) > 256 || !IsValidHTTPURL(ad.RedirectUri) {
87 if ar.RedirectURI == "" || len(ar.RedirectURI) > 256 || !IsValidHTTPURL(ar.RedirectURI) {
H A Dmanifest.go301 if m.HomepageURL != "" && !IsValidHTTPURL(m.HomepageURL) {
305 if m.SupportURL != "" && !IsValidHTTPURL(m.SupportURL) {
309 if m.ReleaseNotesURL != "" && !IsValidHTTPURL(m.ReleaseNotesURL) {
H A Daccess.go54 if ad.RedirectUri == "" || len(ad.RedirectUri) > 256 || !IsValidHTTPURL(ad.RedirectUri) {
H A Dcommand.go87 if !IsValidHTTPURL(o.URL) {
H A Doutgoing_webhook.go125 if !IsValidHTTPURL(callback) {
H A Dutils.go490 func IsValidHTTPURL(rawURL string) bool { func
H A Dconfig.go3402 if *s.IdpURL == "" || !IsValidHTTPURL(*s.IdpURL) {
3406 if *s.IdpDescriptorURL == "" || !IsValidHTTPURL(*s.IdpDescriptorURL) {
3427 if *s.AssertionConsumerServiceURL == "" || !IsValidHTTPURL(*s.AssertionConsumerServiceURL) {
3905 if IsValidHTTPURL(*link) {
/dports/www/mattermost-server/mattermost-server-6.0.2/model/
H A Doauth.go67 if !IsValidHTTPURL(callback) {
72 if a.Homepage == "" || len(a.Homepage) > 256 || !IsValidHTTPURL(a.Homepage) {
81 if len(a.IconURL) > 512 || !IsValidHTTPURL(a.IconURL) {
H A Dauthorize.go60 if len(ad.RedirectUri) > 256 || !IsValidHTTPURL(ad.RedirectUri) {
87 if ar.RedirectURI == "" || len(ar.RedirectURI) > 256 || !IsValidHTTPURL(ar.RedirectURI) {
H A Dmanifest.go301 if m.HomepageURL != "" && !IsValidHTTPURL(m.HomepageURL) {
305 if m.SupportURL != "" && !IsValidHTTPURL(m.SupportURL) {
309 if m.ReleaseNotesURL != "" && !IsValidHTTPURL(m.ReleaseNotesURL) {
H A Daccess.go54 if ad.RedirectUri == "" || len(ad.RedirectUri) > 256 || !IsValidHTTPURL(ad.RedirectUri) {
H A Dcommand.go87 if !IsValidHTTPURL(o.URL) {
H A Doutgoing_webhook.go125 if !IsValidHTTPURL(callback) {
H A Dutils.go490 func IsValidHTTPURL(rawURL string) bool { func
H A Dutils_test.go943 require.Equal(t, testCase.Expected, IsValidHTTPURL(testCase.Value))
H A Dconfig.go3402 if *s.IdpURL == "" || !IsValidHTTPURL(*s.IdpURL) {
3406 if *s.IdpDescriptorURL == "" || !IsValidHTTPURL(*s.IdpDescriptorURL) {
3427 if *s.AssertionConsumerServiceURL == "" || !IsValidHTTPURL(*s.AssertionConsumerServiceURL) {
3905 if IsValidHTTPURL(*link) {
/dports/www/mattermost-server/mattermost-server-6.0.2/app/
H A Ddownload.go30 if !model.IsValidHTTPURL(downloadURL) {