mirror of
https://gitlab.bertha.cloud/partitio/Nextcloud-Partitio/gonextcloud
synced 2025-07-23 14:38:08 +00:00
Changed client's Entities into interfaces, improved CreateWithoutPassword
This commit is contained in:
19131
vendor/golang.org/x/net/publicsuffix/table.go
generated
vendored
19131
vendor/golang.org/x/net/publicsuffix/table.go
generated
vendored
File diff suppressed because it is too large
Load Diff
30
vendor/golang.org/x/net/publicsuffix/table_test.go
generated
vendored
30
vendor/golang.org/x/net/publicsuffix/table_test.go
generated
vendored
@ -298,7 +298,12 @@ var rules = [...]string{
|
||||
"gov.bm",
|
||||
"net.bm",
|
||||
"org.bm",
|
||||
"*.bn",
|
||||
"bn",
|
||||
"com.bn",
|
||||
"edu.bn",
|
||||
"gov.bn",
|
||||
"net.bn",
|
||||
"org.bn",
|
||||
"bo",
|
||||
"com.bo",
|
||||
"edu.bo",
|
||||
@ -455,6 +460,7 @@ var rules = [...]string{
|
||||
"not.br",
|
||||
"ntr.br",
|
||||
"odo.br",
|
||||
"ong.br",
|
||||
"org.br",
|
||||
"osasco.br",
|
||||
"palmas.br",
|
||||
@ -963,6 +969,7 @@ var rules = [...]string{
|
||||
"my.id",
|
||||
"net.id",
|
||||
"or.id",
|
||||
"ponpes.id",
|
||||
"sch.id",
|
||||
"web.id",
|
||||
"ie",
|
||||
@ -6549,7 +6556,6 @@ var rules = [...]string{
|
||||
"goldpoint",
|
||||
"golf",
|
||||
"goo",
|
||||
"goodhands",
|
||||
"goodyear",
|
||||
"goog",
|
||||
"google",
|
||||
@ -6650,7 +6656,6 @@ var rules = [...]string{
|
||||
"jetzt",
|
||||
"jewelry",
|
||||
"jio",
|
||||
"jlc",
|
||||
"jll",
|
||||
"jmp",
|
||||
"jnj",
|
||||
@ -6865,7 +6870,6 @@ var rules = [...]string{
|
||||
"ovh",
|
||||
"page",
|
||||
"panasonic",
|
||||
"panerai",
|
||||
"paris",
|
||||
"pars",
|
||||
"partners",
|
||||
@ -7100,7 +7104,6 @@ var rules = [...]string{
|
||||
"team",
|
||||
"tech",
|
||||
"technology",
|
||||
"telecity",
|
||||
"telefonica",
|
||||
"temasek",
|
||||
"tennis",
|
||||
@ -7170,7 +7173,6 @@ var rules = [...]string{
|
||||
"virgin",
|
||||
"visa",
|
||||
"vision",
|
||||
"vista",
|
||||
"vistaprint",
|
||||
"viva",
|
||||
"vivo",
|
||||
@ -7348,6 +7350,7 @@ var rules = [...]string{
|
||||
"*.compute.amazonaws.com.cn",
|
||||
"us-east-1.amazonaws.com",
|
||||
"cn-north-1.eb.amazonaws.com.cn",
|
||||
"cn-northwest-1.eb.amazonaws.com.cn",
|
||||
"elasticbeanstalk.com",
|
||||
"ap-northeast-1.elasticbeanstalk.com",
|
||||
"ap-northeast-2.elasticbeanstalk.com",
|
||||
@ -7424,6 +7427,7 @@ var rules = [...]string{
|
||||
"s3-website.us-east-2.amazonaws.com",
|
||||
"t3l3p0rt.net",
|
||||
"tele.amune.org",
|
||||
"apigee.io",
|
||||
"on-aptible.com",
|
||||
"user.party.eus",
|
||||
"pimienta.org",
|
||||
@ -9142,7 +9146,6 @@ var nodeLabels = [...]string{
|
||||
"goldpoint",
|
||||
"golf",
|
||||
"goo",
|
||||
"goodhands",
|
||||
"goodyear",
|
||||
"goog",
|
||||
"google",
|
||||
@ -9271,7 +9274,6 @@ var nodeLabels = [...]string{
|
||||
"jetzt",
|
||||
"jewelry",
|
||||
"jio",
|
||||
"jlc",
|
||||
"jll",
|
||||
"jm",
|
||||
"jmp",
|
||||
@ -9555,7 +9557,6 @@ var nodeLabels = [...]string{
|
||||
"pa",
|
||||
"page",
|
||||
"panasonic",
|
||||
"panerai",
|
||||
"paris",
|
||||
"pars",
|
||||
"partners",
|
||||
@ -9835,7 +9836,6 @@ var nodeLabels = [...]string{
|
||||
"tech",
|
||||
"technology",
|
||||
"tel",
|
||||
"telecity",
|
||||
"telefonica",
|
||||
"temasek",
|
||||
"tennis",
|
||||
@ -9930,7 +9930,6 @@ var nodeLabels = [...]string{
|
||||
"virgin",
|
||||
"visa",
|
||||
"vision",
|
||||
"vista",
|
||||
"vistaprint",
|
||||
"viva",
|
||||
"vivo",
|
||||
@ -10481,6 +10480,11 @@ var nodeLabels = [...]string{
|
||||
"gov",
|
||||
"net",
|
||||
"org",
|
||||
"com",
|
||||
"edu",
|
||||
"gov",
|
||||
"net",
|
||||
"org",
|
||||
"academia",
|
||||
"agro",
|
||||
"arte",
|
||||
@ -10608,6 +10612,7 @@ var nodeLabels = [...]string{
|
||||
"not",
|
||||
"ntr",
|
||||
"odo",
|
||||
"ong",
|
||||
"org",
|
||||
"osasco",
|
||||
"palmas",
|
||||
@ -10852,6 +10857,7 @@ var nodeLabels = [...]string{
|
||||
"elb",
|
||||
"s3",
|
||||
"cn-north-1",
|
||||
"cn-northwest-1",
|
||||
"arts",
|
||||
"com",
|
||||
"edu",
|
||||
@ -11693,6 +11699,7 @@ var nodeLabels = [...]string{
|
||||
"my",
|
||||
"net",
|
||||
"or",
|
||||
"ponpes",
|
||||
"sch",
|
||||
"web",
|
||||
"zone",
|
||||
@ -11757,6 +11764,7 @@ var nodeLabels = [...]string{
|
||||
"webhop",
|
||||
"eu",
|
||||
"2038",
|
||||
"apigee",
|
||||
"azurecontainer",
|
||||
"backplaneapp",
|
||||
"barsy",
|
||||
|
Reference in New Issue
Block a user