.. |
auth
|
basic ldap support (#842)
|
2017-09-03 20:41:43 -07:00 |
authorities
|
Fix ability to remove all roles from authority (#880)
|
2017-08-28 17:35:01 -07:00 |
certificates
|
Improve certificate name normalization: remove Unicode characters, etc. (#906)
|
2017-09-08 10:52:22 -07:00 |
common
|
Improve certificate name normalization: remove Unicode characters, etc. (#906)
|
2017-09-08 10:52:22 -07:00 |
defaults
|
Minor documentation fixes/tweaks (#597)
|
2016-12-14 09:29:04 -08:00 |
deployment
|
Adding the ability to specify a per-certificate rotation policy. (#851)
|
2017-07-12 16:46:11 -07:00 |
destinations
|
Adds the ability for destination plugins to be sub-classed from Expor… (#839)
|
2017-06-26 12:03:24 -07:00 |
domains
|
Fixes issue where domains without any associated certificates are not searchable. (#797)
|
2017-05-15 19:07:32 -07:00 |
endpoints
|
Adding additional failure conditions to sentry tracking. (#853)
|
2017-07-13 14:49:04 -07:00 |
logs
|
Add auditing for creating or updating a cert. (#845)
|
2017-07-04 06:39:16 -07:00 |
migrations
|
server_default from "False" to sa.false() (#913)
|
2017-09-11 09:19:19 -07:00 |
notifications
|
It's too expensive to attempt to load all certificates associated with a given notification. Some queries such as `default` are associated with a large number of certificates. We have little control over when these objects are loaded, but when marshalled they are lazyloaded via SQLAlachemy. If a user needs to get all the certificates associated with a certificate they should use the /notifications/<id>/certificates endpoints that support pagination. (#891)
|
2017-08-28 17:57:39 -07:00 |
plugins
|
Update readme.txt (#869)
|
2017-08-04 12:42:27 -07:00 |
policies
|
Adding the ability to specify a per-certificate rotation policy. (#851)
|
2017-07-12 16:46:11 -07:00 |
reporting
|
Adding additional reporting and refactoring existing setup. (#620)
|
2016-12-20 12:48:14 -08:00 |
roles
|
Prevent unintended access to sensitive fields (passwords, private keys) (#876)
|
2017-08-16 09:38:42 -07:00 |
sources
|
Adding additional failure conditions to sentry tracking. (#853)
|
2017-07-13 14:49:04 -07:00 |
static/app
|
basic ldap support (#842)
|
2017-09-03 20:41:43 -07:00 |
tests
|
Improve certificate name normalization: remove Unicode characters, etc. (#906)
|
2017-09-08 10:52:22 -07:00 |
users
|
Fix roles display on user screen and fix removing user roles (#879)
|
2017-08-17 09:24:10 -07:00 |
__about__.py
|
Version bump. (#751)
|
2017-04-08 13:23:48 -07:00 |
__init__.py
|
adding additional status code metrics (#555)
|
2016-12-02 13:02:59 -08:00 |
constants.py
|
Pleasing the PEP8 gods
|
2015-07-21 13:06:13 -07:00 |
database.py
|
Prevent unintended access to sensitive fields (passwords, private keys) (#876)
|
2017-08-16 09:38:42 -07:00 |
decorators.py
|
Fixing a few syntax errors
|
2015-08-03 21:16:55 -07:00 |
default.conf.py
|
clean out ADMINS references (#495)
|
2016-11-15 16:43:28 -08:00 |
exceptions.py
|
Prevent unintended access to sensitive fields (passwords, private keys) (#876)
|
2017-08-16 09:38:42 -07:00 |
extensions.py
|
Create signal hooks and handler for dumping CSR and certificate details (#882)
|
2017-08-28 17:35:56 -07:00 |
factory.py
|
Create signal hooks and handler for dumping CSR and certificate details (#882)
|
2017-08-28 17:35:56 -07:00 |
manage.py
|
Reworked sensitive domain name and restriction logic (#878)
|
2017-08-16 19:24:49 -07:00 |
metrics.py
|
Closes #216
|
2016-04-01 16:54:33 -07:00 |
models.py
|
Adds migration to fix keys on unique index. Closes #743. (#785)
|
2017-05-10 12:13:42 -07:00 |
pytest.py
|
adding test utils
|
2015-07-07 15:32:55 -07:00 |
schemas.py
|
Adding the ability to specify a per-certificate rotation policy. (#851)
|
2017-07-12 16:46:11 -07:00 |
utils.py
|
Minor documentation fixes/tweaks (#597)
|
2016-12-14 09:29:04 -08:00 |