MCPcopy Create free account

hub / github.com/JustinJudd/CAGo / functions

Functions204 in github.com/JustinJudd/CAGo

↓ 1 callersFunctionZn
(e,t)
public/js/jquery-1.9.1.min.js:5
↓ 1 callersFunction_n
(e,n,r)
public/js/jquery-1.9.1.min.js:5
↓ 1 callersFunctionbt
(e,t)
public/js/jquery-1.9.1.min.js:4
↓ 1 callersFunctionct
(e)
public/js/jquery-1.9.1.min.js:4
↓ 1 callersFunctiond
()
public/js/bootstrap.min.js:6
↓ 1 callersFunctioner
(e,t,n)
public/js/jquery-1.9.1.min.js:5
↓ 1 callersMethodgetAllRevokedCerts
Get a list of revoked certificates from the database
app/controllers/project.go:383
↓ 1 callersMethodgetCRLCount
Get a count of total CAs in CAGo
app/controllers/project.go:374
↓ 1 callersMethodgetCertTemplate
Get a certificate template with specified ID from database
app/controllers/project.go:72
↓ 1 callersMethodgetCertificateOwnership
Get a project ownership struct for a given user and project from database
app/controllers/project.go:217
↓ 1 callersMethodgetOneTimeLink
Get a one time link based on a given hash from the database
app/controllers/project.go:241
↓ 1 callersMethodgetProjectsCSRs
Get all CSRs are under a given project from database
app/controllers/project.go:346
↓ 1 callersMethodgetServerPort
()
app/controllers/app.go:83
↓ 1 callersMethodgetServerURL
()
app/controllers/app.go:75
↓ 1 callersMethodgetUserCerts
Get a list of certificates for a user from the database
app/controllers/project.go:270
↓ 1 callersMethodgetUsersProjects
Get a list of all projects that a given user is an owner of from database
app/controllers/project.go:116
↓ 1 callersMethodgetVisibleProjects
Get a list of all projects that should be visible to a given user
app/controllers/project.go:134
↓ 1 callersFunctiongn
(e,t,n,r)
public/js/jquery-1.9.1.min.js:5
↓ 1 callersFunctionlt
(e)
public/js/jquery-1.9.1.min.js:4
↓ 1 callersFunctionon
(e,t,n)
public/js/jquery-1.9.1.min.js:5
↓ 1 callersFunctionqt
(e)
public/js/jquery-1.9.1.min.js:4
↓ 1 callersFunctiontr
(e,t)
public/js/jquery-1.9.1.min.js:5
↓ 1 callersFunctionvt
(e)
public/js/jquery-1.9.1.min.js:4
↓ 1 callersFunctionwt
(e,t,n,r)
public/js/jquery-1.9.1.min.js:4
↓ 1 callersFunctionxt
(e,t,n)
public/js/jquery-1.9.1.min.js:4
↓ 1 callersFunctionyt
(e,t,n,r,i,o)
public/js/jquery-1.9.1.min.js:4
↓ 1 callersFunctionzn
()
public/js/jquery-1.9.1.min.js:5
MethodAddCertTable
Add table for Certificates
app/controllers/gorp.go:118
MethodAddUser
Add a user to the session
app/controllers/user.go:51
MethodAfter
()
tests/apptest.go:19
MethodApply
This will get called for Cert/Key downloads to manage HTTP Headers
app/controllers/project.go:837
MethodBefore
()
tests/apptest.go:9
MethodBegin
Begin database transaction
app/controllers/gorp.go:84
FunctionBt
(e)
public/js/jquery-1.9.1.min.js:4
MethodCommit
Commit database transaction
app/controllers/gorp.go:94
MethodCreate
Show page to create a new user
app/controllers/user.go:94
MethodCreateCert
Present the page/form to create a certificate
app/controllers/project.go:490
MethodCreateCertFromTemplate
Present the page/form to create a certificate based on a template
app/controllers/project.go:528
MethodCreateTemplate
Create a certificate template based on the passsed in form, and save it in the database
app/controllers/admin.go:516
MethodDownload
Download a certificate in PEM format
app/controllers/project.go:844
MethodDownloadChain
Download a certificate chain in PEM format
app/controllers/project.go:860
MethodDownloadEncryptedKey
Download an encrypted key in PEM format
app/controllers/project.go:942
MethodDownloadKey
Download a key in PEM format
app/controllers/project.go:903
MethodDownloadOneTimeLink
Use One Time Link to download the private key
app/controllers/project.go:1078
MethodEditProject
Edit a project
app/controllers/admin.go:360
MethodEditProjectMembership
Edit a projects membership list
app/controllers/admin.go:666
MethodEditTemplate
Edit a template
app/controllers/admin.go:567
MethodGenerateOneTimeLink
Generate a One Time Link to allow download of a key
app/controllers/project.go:1022
FunctionH
(e)
public/js/jquery-1.9.1.min.js:3
MethodIndex
* Main page of the site Starts Tour if first time used, or Lists all of the available projects */
app/controllers/app.go:98
FunctionInit
Initialize database and tables
app/controllers/gorp.go:18
FunctionL
(e,t)
public/js/jquery-1.9.1.min.js:3
MethodLogin
Log a user in based on provided username and password
app/controllers/user.go:69
MethodLogout
Log the current user out and close their session
app/controllers/user.go:145
MethodNewTemplate
Present View to make new certificate template
app/controllers/admin.go:469
MethodPostGet
(exe gorp.SqlExecutor)
app/models/project.go:44
MethodPostGet
After get a cert from the db, set the project based on the ProjectId
app/models/certificate.go:148
MethodPostGet
After getting a template from the db, set the project based on the ProjectId
app/models/certificate.go:175
MethodPostGet
After getting a template from the db, set the project based on the ProjectId and RequestedCAID
app/models/certificate.go:208
MethodPostGet
After getting certificate ownership, set Certificate and User
app/models/certificate.go:255
MethodPostGet
After getting CertOneTimeDownload from db, set Certificate
app/models/certificate.go:291
MethodPostGet
After getting a Revoked Certificate from db, set Certificate
app/models/certificate.go:319
MethodPostGet
After getting a Revoked Certificate from db, set Certificate
app/models/certificate.go:347
MethodPreInsert
(_ gorp.SqlExecutor)
app/models/project.go:32
MethodPreInsert
Before inserting a cert into the db, make sure that ProjectId is set
app/models/certificate.go:139
MethodPreInsert
Before inserting a template into the db, make sure that ProjectId is set
app/models/certificate.go:166
MethodPreInsert
Before inserting a certificate request into the db, make sure that ProjectId and RequestedCAID are set
app/models/certificate.go:193
MethodPreInsert
Before inserting a cert ownership into the db, make sure that userID and CertificateId are set
app/models/certificate.go:242
MethodPreInsert
Before inserting a certOneTimeDownload into the db, make sure that CertificateId is set
app/models/certificate.go:281
MethodPreInsert
Before inserting a Revoked Certificate into the db, make sure that CertificateId is set
app/models/certificate.go:309
MethodPreInsert
Before inserting a Revoked Certificate into the db, make sure that CertificateId is set
app/models/certificate.go:337
MethodRegister
Display a page to register a new user
app/controllers/app.go:116
MethodRevokeCertificate
Revoke a certificate and store it in the database
app/controllers/admin.go:1270
MethodRollback
Rollback a database transaction
app/controllers/gorp.go:106
MethodSaveCSR
Store a passed CSR to be signed
app/controllers/project.go:758
MethodSaveProject
Create and save a project and store it in database
app/controllers/admin.go:441
MethodSaveProject
Create and Save first project
app/controllers/tour.go:36
MethodSaveProjectMembership
Save the project membership changes
app/controllers/admin.go:726
MethodSaveServerInfo
Create and Save first project
app/controllers/tour.go:50
MethodSaveSignCSR
Create and sign a certificate from CSR and save in the database
app/controllers/admin.go:1212
MethodSaveUser
Save the user
app/controllers/admin.go:122
MethodSaveUser
Create and save the new user
app/controllers/user.go:119
MethodSaveUser
Save the first user
app/controllers/tour.go:69
MethodSignCSR
Sign a CSR in the database
app/controllers/admin.go:1134
MethodTestThatIndexPageWorks
()
tests/apptest.go:13
FunctionTt
()
public/js/jquery-1.9.1.min.js:4
MethodUpdateCertificate
Save the project membership changes
app/controllers/admin.go:1024
MethodUpdatePassword
Update the user password and update hash in database
app/controllers/user.go:169
MethodUpdateProject
Update and save a project and store it in database
app/controllers/admin.go:401
MethodUpdateTemplate
Update a certificate template based on the passsed in form, and save it in the database
app/controllers/admin.go:609
MethodViewCert
Display page for viewing certificate information
app/controllers/project.go:548
Functionf
()
public/js/bootstrap.min.js:6
MethodgetCertTemplateByName
Get a certificate template with specified name from database
app/controllers/project.go:85
FunctiongetCountryOptions
Function available to templates to fill country dropdown
app/controllers/init.go:36
FunctiongetExtKeyUsageOptions
Function available to templats to fill Certificate Extra Key Usage dropdown
app/controllers/init.go:119
FunctiongetKeyOptions
, "ECDSA 384", "ECDSA 521" Function available to templates to fill Certificate Key Type dropdown
app/controllers/init.go:63
FunctiongetKeyUsageOptions
Function available to templats to fill Certificate Key Usage dropdown
app/controllers/init.go:91
MethodgetSignableCSRs
Get all CSRs that a given user is able to sign from database
app/controllers/project.go:330
Functioninit
()
app/init.go:5
Functioninit
()
app/controllers/init.go:12
← previousnext →101–200 of 204, ranked by callers