Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
accountserver
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ai3
accountserver
Commits
8e05961d
Commit
8e05961d
authored
6 years ago
by
ale
Browse files
Options
Downloads
Patches
Plain Diff
Update id/auth (fix typo)
parent
2d62706d
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
vendor/git.autistici.org/id/auth/protocol.go
+0
-10
0 additions, 10 deletions
vendor/git.autistici.org/id/auth/protocol.go
vendor/git.autistici.org/id/go-sso/sso-server
+0
-0
0 additions, 0 deletions
vendor/git.autistici.org/id/go-sso/sso-server
vendor/vendor.json
+6
-6
6 additions, 6 deletions
vendor/vendor.json
with
6 additions
and
16 deletions
vendor/git.autistici.org/id/auth/protocol.go
+
0
−
10
View file @
8e05961d
...
...
@@ -19,16 +19,6 @@ type DeviceInfo struct {
Mobile
bool
}
// DebugString returns a string serialization of the DeviceInfo
// suitable for logging.
func
(
d
*
DeviceInfo
)
DebugString
()
string
{
s
:=
fmt
.
Sprintf
(
"%s/%s"
,
d
.
Browser
,
d
.
OS
)
if
s
.
RemoteZone
!=
""
{
s
=
fmt
.
Sprintf
(
"%s/%s"
,
s
,
s
.
RemoteZone
)
}
return
fmt
.
Sprintf
(
"%s(%s)"
,
d
.
ID
,
s
)
}
func
(
d
*
DeviceInfo
)
encodeToMap
(
m
map
[
string
]
string
,
prefix
string
)
{
m
[
prefix
+
"id"
]
=
d
.
ID
m
[
prefix
+
"remote_addr"
]
=
d
.
RemoteAddr
...
...
This diff is collapsed.
Click to expand it.
vendor/git.autistici.org/id/go-sso/sso-server
deleted
100755 → 0
+
0
−
0
View file @
2d62706d
File deleted
This diff is collapsed.
Click to expand it.
vendor/vendor.json
+
6
−
6
View file @
8e05961d
...
...
@@ -45,17 +45,17 @@
"revisionTime"
:
"2018-11-18T16:11:30Z"
},
{
"checksumSHA1"
:
"
3bnPpSVJ76JIN7CvGNJXCENCdjk
="
,
"checksumSHA1"
:
"
6D5Xt9WoGSeTJE3XFw6P2/nKYrQ
="
,
"origin"
:
"git.autistici.org/id/usermetadb/vendor/git.autistici.org/id/auth"
,
"path"
:
"git.autistici.org/id/auth"
,
"revision"
:
"
b0ce6ca3aba1819445d93d14d107b4651a239397
"
,
"revisionTime"
:
"2018-11-18T17:
18:31
Z"
"revision"
:
"
45a125c8573dc76b222ec0f09cb329d4fd4f424d
"
,
"revisionTime"
:
"2018-11-18T17:
45:09
Z"
},
{
"checksumSHA1"
:
"
oUeO2ktXtOh6f3w2cp1QtqjQlyQ
="
,
"checksumSHA1"
:
"
MszadHmYMr3JQMX2gRg7TfsQWVc
="
,
"path"
:
"git.autistici.org/id/go-sso"
,
"revision"
:
"a
4b690e8a4e30acb3e0b6e94727c56bc3390409d
"
,
"revisionTime"
:
"2018-11-18T17:
1
5:1
6
Z"
"revision"
:
"a
d4e6235791228c6ffc229174b46fb4cdbe27dc2
"
,
"revisionTime"
:
"2018-11-18T17:
4
5:
4
1Z"
},
{
"checksumSHA1"
:
"NtTOmajRf6xh0mkVSm18L70ncl0="
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment