Projekt

Obecné

Profil

Stáhnout (21 KB) Statistiky
| Větev: | Tag: | Revize:

# Datum Autor Komentář
f6bfad7a 2021-04-17 15:11 Jan Pašek

Re #8572 - resolved conflicts

  1. Conflicts:
  2. src/controllers/certificates_controller.py l254-261
afbdc84f 2021-04-16 20:06 Michal Seják

Re #8574 - Extended the `get_certificate_list` method of CertificateController to reflect the filtering query 'issuedby' update.

9cf9a19d 2021-04-16 17:52 Michal Seják

Re #8572 - Added the `delete_certificate(id)` method to the Controller.

9e6f791a 2021-04-15 16:19 Jan Pašek

Re #8571 - Fixed problems during walk-through code review

9c704fb1 2021-04-15 09:39 Jan Pašek

Re #8571 - RestAPI testing

2cecaf70 2021-04-14 17:04 Jan Pašek

Re #8571 - Added RestAPI endpoint for revoking certificates

eade7427 2021-04-14 09:54 Stanislav Král

Re #8573 - Fixed typos

d3bfacfc 2021-04-13 08:08 Stanislav Král

Re #8573 - /api/certificates/{id}/public_key endpoint now does not extract public key from private key but does so directly from the certificate instead

ce8b9aaf 2021-04-12 22:15 Stanislav Král

Re #8573 - Implemented get_private_key_of_a_certificate method in CertController and added /api/certificates/<id>/private_key endpoint

cfda1725 2021-04-12 21:28 Stanislav Král

Re #8573 - Implemented get_public_key_of_a_certificate method in CertController and added /api/certificates/<id>/public_key endpoint

1fa243ca 2021-04-09 18:45 Jan Pašek

Re #8569 Added application initialization and running dependency injection

e80a2c00 2021-04-07 14:10 Jan Pašek

Re #8475 fix failing setup of CertificateController

6422796d 2021-04-07 13:33 Stanislav Král

Re #8475 - Add a try/catch block in order to account for invalid JSON data being passed when accessing /api/certificates endpoint

ed55c677 2021-04-07 13:17 Jan Pašek

Re #8475 - Fixed minor bug in GET /api/certificates endpoint with filtering

11a90594 2021-04-07 11:25 Jan Pašek

Re #8475 - Getting root and trust chain from controller uses correct service

493022a0 2021-04-07 11:07 Jan Pašek

Re #8475 - Connection to the RestAPI

9247d70a 2021-04-07 00:59 Michal Seják

Re #8476 - Heavy refactoring and added comments.

aa740737 2021-04-07 00:29 Michal Seják

Re #8476 - Implemented and tested `get_cert_chain(id)`.

d53c2fdc 2021-04-06 23:58 Michal Seják

Re #8476 - Implemented and tested `get_cert_root(id)`.

5b6d9513 2021-04-06 23:44 Michal Seják

Re #8476 - Implemented and tested `get_cert_details(id)`.

fb987403 2021-04-06 22:50 Michal Seják

Re #8476 - Added and tested `get_certificate(id)`.

49f22fd9 2021-04-06 22:26 Michal Seják

Re #8476 - Fixed and tested filtering for GET /api/certificates

5b57121e 2021-04-06 22:19 Michal Seják

Re #8476 - Refactored the application; swagger is not used for code generation anymore, REST API is being implemented from scratch. Migration only, fixing tests.