kevgliss
|
72e3fb5bfe
|
Fixing several small issues. (#341)
* Fixing several small issues.
* Fixing tests.
|
2016-06-01 11:18:00 -07:00 |
|
kevgliss
|
b2539b843b
|
Fixing and error causing duplicate roles to be created. (#339)
* Fixing and error causing duplicate roles to be created.
* Fixing python3
* Fixing python2 and python3
|
2016-05-31 15:44:54 -07:00 |
|
kevgliss
|
11f4bd503b
|
Fixes (#332)
* Ensuring domains are returned correctly.
* Ensuring certificates receive owner role
|
2016-05-24 17:10:19 -07:00 |
|
kevgliss
|
1ca38015bc
|
Fixes (#329)
* Modifying the way roles are assigned.
* Adding migration scripts.
* Adding endpoints field for future use.
* Fixing dropdowns.
|
2016-05-23 18:38:04 -07:00 |
|
kevgliss
|
656269ff17
|
Closes #147 (#328)
* Closes #147
* Fixing tests
* Ensuring we can validate max dates.
|
2016-05-23 11:28:25 -07:00 |
|
kevgliss
|
bd727b825d
|
Making roles more apparent for certificates and authorities. (#327)
|
2016-05-20 12:48:12 -07:00 |
|
kevgliss
|
e04c1e7dc9
|
Fixing a few things, adding tests. (#326)
|
2016-05-20 09:03:34 -07:00 |
|
kevgliss
|
615df76dd5
|
Closes 262 (#324)
Moves the authority -> role relationship from a 1 -> many to a many -> many. This will allow one role to control and have access to many authorities.
|
2016-05-19 13:37:05 -07:00 |
|
kevgliss
|
b187d8f836
|
Adding a better comparison. (#320)
|
2016-05-16 19:03:10 -07:00 |
|
kevgliss
|
1763a1a717
|
254 duplication certificate name (#319)
|
2016-05-16 15:59:40 -07:00 |
|
kevgliss
|
62b61ed980
|
Fixing various issues. (#318)
* Fixing various issues.
* Fixing tests
|
2016-05-16 11:09:50 -07:00 |
|
kevgliss
|
a0c8765588
|
Various bug fixes. (#314)
|
2016-05-12 12:38:44 -07:00 |
|
kevgliss
|
f9655213b3
|
Marshmallowing notifications. (#308)
|
2016-05-10 11:27:57 -07:00 |
|
kevgliss
|
df0ad4d875
|
Authorities marshmallow addition (#303)
|
2016-05-09 11:00:16 -07:00 |
|
kevgliss
|
6ec3bad49a
|
Closes #278 (#298)
* Closes #278
|
2016-05-05 15:28:17 -07:00 |
|
kevgliss
|
52f44c3ea6
|
Closes #278 and #199, Starting transition to marshmallow (#299)
* Closes #278 and #199, Starting transition to marshmallow
|
2016-05-05 12:52:08 -07:00 |
|
kevgliss
|
3f89d6d009
|
Merge pull request #271 from kevgliss/195
Closes #195
|
2016-04-08 12:01:10 -07:00 |
|
kevgliss
|
62d03b0d41
|
Closes #216
|
2016-04-01 16:54:33 -07:00 |
|
kevgliss
|
bfcfdb83a7
|
Closes #195
|
2016-04-01 14:27:57 -07:00 |
|
kevgliss
|
576265e09c
|
Closes #246
|
2016-04-01 09:19:36 -07:00 |
|
kevgliss
|
028d86c0bb
|
Adding a new flag to export plugins 'requires_key' that specifies whether the export plugin needs access to the private key. Defaults to True.
|
2016-01-29 12:45:18 -08:00 |
|
kevgliss
|
2ba48995fe
|
Fixing documentation for filter format
|
2016-01-29 11:47:16 -08:00 |
|
kevgliss
|
1e524a49c0
|
making 'replacements' a non-require attribute for importing. Closes #226
|
2016-01-29 09:02:51 -08:00 |
|
kevgliss
|
0a4f5ad64d
|
Fixing an assumption that 'subAltNames' are always passed to the API.
|
2016-01-10 17:33:19 -08:00 |
|
kevgliss
|
3f024c1ef4
|
Adds ability for domains to be marked as sensitive and only be allowed to be issued by an admin closes #5
|
2015-12-30 15:11:08 -08:00 |
|
kevgliss
|
cabe2ae18d
|
Adding the ability to issue third party created CSRs
|
2015-12-29 10:49:33 -08:00 |
|
kevgliss
|
9cadebcd50
|
adding example requests
|
2015-11-30 13:51:27 -08:00 |
|
kevgliss
|
ec896461a7
|
Adding final touches to #125
|
2015-11-30 09:47:36 -08:00 |
|
kevgliss
|
8eeed821d3
|
Adding UI elements
|
2015-11-27 13:27:14 -08:00 |
|
kevgliss
|
920d595c12
|
Initial work on #125
|
2015-11-25 14:54:08 -08:00 |
|
kevgliss
|
1c6e9caa40
|
Closes #144
|
2015-11-24 16:07:44 -08:00 |
|
kevgliss
|
d6b3f5af81
|
Closes #122
|
2015-11-24 14:53:22 -08:00 |
|
Robert Picard
|
40eb950e94
|
Use MultiFernet for encryption
Facilitates key rotation and uses more secure encryption than what
sqlalchemy-utils does.
Fixes #117 and #119.
|
2015-10-13 16:58:58 -07:00 |
|
kevgliss
|
168f46a436
|
Adding the ability to track a certificates signing key algorithm
|
2015-10-06 12:51:59 -07:00 |
|
kevgliss
|
5cfa9d4bc5
|
description should be optional
|
2015-09-29 16:37:32 -07:00 |
|
kevgliss
|
7ebd0bf5d4
|
making fields required
|
2015-09-24 08:42:31 -07:00 |
|
kevgliss
|
06a69c09a0
|
Fixing a bug where notifications associated during certificate creation would not be respected.
|
2015-09-22 13:01:05 -07:00 |
|
kevgliss
|
be6a5b859e
|
adding notification example
|
2015-09-22 09:46:54 -07:00 |
|
kevgliss
|
aaae4d5a1f
|
unifying lemur defaults
|
2015-09-04 15:52:56 -07:00 |
|
kevgliss
|
3b109ec578
|
Cleaning up temporary file creation, and revocation checking
|
2015-09-02 09:19:06 -07:00 |
|
kevgliss
|
45158c64a2
|
cleaning up temporary file creation
|
2015-09-02 09:19:06 -07:00 |
|
kevgliss
|
aca69ce03c
|
Closes #53
|
2015-09-02 09:15:11 -07:00 |
|
kevgliss
|
bf8ce354e5
|
Closes #55
|
2015-09-02 09:13:47 -07:00 |
|
kevgliss
|
8d09d865b1
|
Closes #57
|
2015-09-02 09:13:47 -07:00 |
|
kevgliss
|
8977c5ddbf
|
Ensuring notifications follow owner
|
2015-08-29 12:02:50 -07:00 |
|
kevgliss
|
9a04371680
|
Adding ability to define distinguished names in config
|
2015-08-27 12:59:40 -07:00 |
|
kevgliss
|
a07db5625b
|
Fixing an issue were extensions were implicitly required
|
2015-08-22 10:22:36 -07:00 |
|
kevgliss
|
4b7a55c89f
|
Fixing issue with a certificate with no role not being viewable
|
2015-08-21 16:08:53 -07:00 |
|
kevgliss
|
6b2da2fe6b
|
Fixes #35
|
2015-08-19 18:05:18 -07:00 |
|
kevgliss
|
eb55d5465f
|
Making LEMUR_DEFAULT_SECURITY_EMAIL optional
|
2015-08-17 16:03:57 -07:00 |
|