Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JustinJudd/CAGo
/ functions
Functions
204 in github.com/JustinJudd/CAGo
⨍
Functions
204
◇
Types & classes
30
↓ 1 callers
Function
Zn
(e,t)
public/js/jquery-1.9.1.min.js:5
↓ 1 callers
Function
_n
(e,n,r)
public/js/jquery-1.9.1.min.js:5
↓ 1 callers
Function
bt
(e,t)
public/js/jquery-1.9.1.min.js:4
↓ 1 callers
Function
ct
(e)
public/js/jquery-1.9.1.min.js:4
↓ 1 callers
Function
d
()
public/js/bootstrap.min.js:6
↓ 1 callers
Function
er
(e,t,n)
public/js/jquery-1.9.1.min.js:5
↓ 1 callers
Method
getAllRevokedCerts
Get a list of revoked certificates from the database
app/controllers/project.go:383
↓ 1 callers
Method
getCRLCount
Get a count of total CAs in CAGo
app/controllers/project.go:374
↓ 1 callers
Method
getCertTemplate
Get a certificate template with specified ID from database
app/controllers/project.go:72
↓ 1 callers
Method
getCertificateOwnership
Get a project ownership struct for a given user and project from database
app/controllers/project.go:217
↓ 1 callers
Method
getOneTimeLink
Get a one time link based on a given hash from the database
app/controllers/project.go:241
↓ 1 callers
Method
getProjectsCSRs
Get all CSRs are under a given project from database
app/controllers/project.go:346
↓ 1 callers
Method
getServerPort
()
app/controllers/app.go:83
↓ 1 callers
Method
getServerURL
()
app/controllers/app.go:75
↓ 1 callers
Method
getUserCerts
Get a list of certificates for a user from the database
app/controllers/project.go:270
↓ 1 callers
Method
getUsersProjects
Get a list of all projects that a given user is an owner of from database
app/controllers/project.go:116
↓ 1 callers
Method
getVisibleProjects
Get a list of all projects that should be visible to a given user
app/controllers/project.go:134
↓ 1 callers
Function
gn
(e,t,n,r)
public/js/jquery-1.9.1.min.js:5
↓ 1 callers
Function
lt
(e)
public/js/jquery-1.9.1.min.js:4
↓ 1 callers
Function
on
(e,t,n)
public/js/jquery-1.9.1.min.js:5
↓ 1 callers
Function
qt
(e)
public/js/jquery-1.9.1.min.js:4
↓ 1 callers
Function
tr
(e,t)
public/js/jquery-1.9.1.min.js:5
↓ 1 callers
Function
vt
(e)
public/js/jquery-1.9.1.min.js:4
↓ 1 callers
Function
wt
(e,t,n,r)
public/js/jquery-1.9.1.min.js:4
↓ 1 callers
Function
xt
(e,t,n)
public/js/jquery-1.9.1.min.js:4
↓ 1 callers
Function
yt
(e,t,n,r,i,o)
public/js/jquery-1.9.1.min.js:4
↓ 1 callers
Function
zn
()
public/js/jquery-1.9.1.min.js:5
Method
AddCertTable
Add table for Certificates
app/controllers/gorp.go:118
Method
AddUser
Add a user to the session
app/controllers/user.go:51
Method
After
()
tests/apptest.go:19
Method
Apply
This will get called for Cert/Key downloads to manage HTTP Headers
app/controllers/project.go:837
Method
Before
()
tests/apptest.go:9
Method
Begin
Begin database transaction
app/controllers/gorp.go:84
Function
Bt
(e)
public/js/jquery-1.9.1.min.js:4
Method
Commit
Commit database transaction
app/controllers/gorp.go:94
Method
Create
Show page to create a new user
app/controllers/user.go:94
Method
CreateCert
Present the page/form to create a certificate
app/controllers/project.go:490
Method
CreateCertFromTemplate
Present the page/form to create a certificate based on a template
app/controllers/project.go:528
Method
CreateTemplate
Create a certificate template based on the passsed in form, and save it in the database
app/controllers/admin.go:516
Method
Download
Download a certificate in PEM format
app/controllers/project.go:844
Method
DownloadChain
Download a certificate chain in PEM format
app/controllers/project.go:860
Method
DownloadEncryptedKey
Download an encrypted key in PEM format
app/controllers/project.go:942
Method
DownloadKey
Download a key in PEM format
app/controllers/project.go:903
Method
DownloadOneTimeLink
Use One Time Link to download the private key
app/controllers/project.go:1078
Method
EditProject
Edit a project
app/controllers/admin.go:360
Method
EditProjectMembership
Edit a projects membership list
app/controllers/admin.go:666
Method
EditTemplate
Edit a template
app/controllers/admin.go:567
Method
GenerateOneTimeLink
Generate a One Time Link to allow download of a key
app/controllers/project.go:1022
Function
H
(e)
public/js/jquery-1.9.1.min.js:3
Method
Index
* Main page of the site Starts Tour if first time used, or Lists all of the available projects */
app/controllers/app.go:98
Function
Init
Initialize database and tables
app/controllers/gorp.go:18
Function
L
(e,t)
public/js/jquery-1.9.1.min.js:3
Method
Login
Log a user in based on provided username and password
app/controllers/user.go:69
Method
Logout
Log the current user out and close their session
app/controllers/user.go:145
Method
NewTemplate
Present View to make new certificate template
app/controllers/admin.go:469
Method
PostGet
(exe gorp.SqlExecutor)
app/models/project.go:44
Method
PostGet
After get a cert from the db, set the project based on the ProjectId
app/models/certificate.go:148
Method
PostGet
After getting a template from the db, set the project based on the ProjectId
app/models/certificate.go:175
Method
PostGet
After getting a template from the db, set the project based on the ProjectId and RequestedCAID
app/models/certificate.go:208
Method
PostGet
After getting certificate ownership, set Certificate and User
app/models/certificate.go:255
Method
PostGet
After getting CertOneTimeDownload from db, set Certificate
app/models/certificate.go:291
Method
PostGet
After getting a Revoked Certificate from db, set Certificate
app/models/certificate.go:319
Method
PostGet
After getting a Revoked Certificate from db, set Certificate
app/models/certificate.go:347
Method
PreInsert
(_ gorp.SqlExecutor)
app/models/project.go:32
Method
PreInsert
Before inserting a cert into the db, make sure that ProjectId is set
app/models/certificate.go:139
Method
PreInsert
Before inserting a template into the db, make sure that ProjectId is set
app/models/certificate.go:166
Method
PreInsert
Before inserting a certificate request into the db, make sure that ProjectId and RequestedCAID are set
app/models/certificate.go:193
Method
PreInsert
Before inserting a cert ownership into the db, make sure that userID and CertificateId are set
app/models/certificate.go:242
Method
PreInsert
Before inserting a certOneTimeDownload into the db, make sure that CertificateId is set
app/models/certificate.go:281
Method
PreInsert
Before inserting a Revoked Certificate into the db, make sure that CertificateId is set
app/models/certificate.go:309
Method
PreInsert
Before inserting a Revoked Certificate into the db, make sure that CertificateId is set
app/models/certificate.go:337
Method
Register
Display a page to register a new user
app/controllers/app.go:116
Method
RevokeCertificate
Revoke a certificate and store it in the database
app/controllers/admin.go:1270
Method
Rollback
Rollback a database transaction
app/controllers/gorp.go:106
Method
SaveCSR
Store a passed CSR to be signed
app/controllers/project.go:758
Method
SaveProject
Create and save a project and store it in database
app/controllers/admin.go:441
Method
SaveProject
Create and Save first project
app/controllers/tour.go:36
Method
SaveProjectMembership
Save the project membership changes
app/controllers/admin.go:726
Method
SaveServerInfo
Create and Save first project
app/controllers/tour.go:50
Method
SaveSignCSR
Create and sign a certificate from CSR and save in the database
app/controllers/admin.go:1212
Method
SaveUser
Save the user
app/controllers/admin.go:122
Method
SaveUser
Create and save the new user
app/controllers/user.go:119
Method
SaveUser
Save the first user
app/controllers/tour.go:69
Method
SignCSR
Sign a CSR in the database
app/controllers/admin.go:1134
Method
TestThatIndexPageWorks
()
tests/apptest.go:13
Function
Tt
()
public/js/jquery-1.9.1.min.js:4
Method
UpdateCertificate
Save the project membership changes
app/controllers/admin.go:1024
Method
UpdatePassword
Update the user password and update hash in database
app/controllers/user.go:169
Method
UpdateProject
Update and save a project and store it in database
app/controllers/admin.go:401
Method
UpdateTemplate
Update a certificate template based on the passsed in form, and save it in the database
app/controllers/admin.go:609
Method
ViewCert
Display page for viewing certificate information
app/controllers/project.go:548
Function
f
()
public/js/bootstrap.min.js:6
Method
getCertTemplateByName
Get a certificate template with specified name from database
app/controllers/project.go:85
Function
getCountryOptions
Function available to templates to fill country dropdown
app/controllers/init.go:36
Function
getExtKeyUsageOptions
Function available to templats to fill Certificate Extra Key Usage dropdown
app/controllers/init.go:119
Function
getKeyOptions
, "ECDSA 384", "ECDSA 521" Function available to templates to fill Certificate Key Type dropdown
app/controllers/init.go:63
Function
getKeyUsageOptions
Function available to templats to fill Certificate Key Usage dropdown
app/controllers/init.go:91
Method
getSignableCSRs
Get all CSRs that a given user is able to sign from database
app/controllers/project.go:330
Function
init
()
app/init.go:5
Function
init
()
app/controllers/init.go:12
← previous
next →
101–200 of 204, ranked by callers