Projekt

Obecné

Profil

Statistiky
| Větev: | Tag: | Revize:

# Datum Autor Komentář
2552e614 2022-05-09 19:04 Matěj Zeman

Changed certain template looks and controls.

cbd239c6 2022-05-09 15:48 Matěj Zeman

Added signup and users table in database. Passwords are hashed. Added view for changing users roles.

5dc6d077 2022-05-09 12:43 Matěj Zeman

security fix for all endpoints. Added view for Licenses and html template on "/" with information about server endpoints.

7fe7be79 2022-05-08 08:09 Matěj Zeman

Added views for LD logs and forms for connecting body devices with licenses.

2fe004b1 2022-05-05 12:49 Matěj Zeman

re #9708 updated requirements. Added logout and template versions for host users.

c78ad6f2 2022-05-04 11:30 Matěj Zeman

re #9708 Login logic with fastapi-jwt

af6f5886 2022-05-03 09:56 Matěj Zeman

prefix path fix and ld-logs new body and head devices fix

4babde6c 2022-04-26 21:47 Matěj Zeman

re #9577 Api code documentation.

4911f0ea 2022-04-26 21:45 Matěj Zeman

re #9577 Api code documentation.

eaf8ace4 2022-04-24 13:23 Matěj Zeman

Added functionality for creating licenses and teams and connecting them to devices a PCs.

b6f0e019 2022-04-20 09:57 Matěj Zeman

re #9575 Filtering Over logs and devices.

9aae8d25 2022-04-19 16:46 Matěj Zeman

re #9575 Added filter over Usernames in /api/v1/logs-web and endpoint with Form for creating a license.

2229e0e1 2022-04-12 17:08 Matěj Zeman

re #9416 Fixed timestamp.

8fd3d7e5 2022-04-11 17:44 Matěj Zeman

re #9429 Repaired paths to templates.

ef87a1d2 2022-04-11 16:35 Matěj Zeman

re #9429 Repaired running the server from server directory.

99c92c11 2022-04-11 12:18 Matěj Zeman

re #9429 Added class and funcionality for Teams table. Modified date parsing and storing. Modified View at /usb-logs/. Replaced "_" with "-" in all endpoints.

c0f38eab 2022-04-10 18:01 Matěj Zeman

re #9429 Implemented funcionality for web views at data saved in database. Views at "/logs_web/", "/pcs_web/", "/devices_web/", "/licenses_web/".

b49b6e3d 2022-04-06 21:47 Matěj Zeman

re #9426 Added option for communication with PostgreSQL database.

6c1e92e3 2022-04-06 21:39 Matěj Zeman

re #9425 Struktury upraveny dle vize. Endpointy rozděleny do souboru podle funkcionality.

aba60b70 2022-04-04 15:15 Matěj Zeman

re #9425 Implemented Entities for communicating with db

9bee6c24 2022-03-22 18:21 Matěj Zeman

re #9306 Added endpoint for posting Device object.

ee2a1529 2022-03-22 18:12 Matěj Zeman

re #9306 Added endpoint for posting Device object.

be6fc820 2022-03-22 18:12 Matěj Zeman

re #9304 HelloWorld API for sending data defined in USBLog class. Returns simple sucess message

becb7eb1 2022-03-22 16:17 Matěj Zeman

re #9306 Modified API for serial number as string

d446b62c 2022-03-21 22:57 Matěj Zeman

re #9304 HelloWorld API for sending data defined in USBLog class. Returns simple sucess message

54840605 2022-03-21 13:37 Matěj Zeman

First api implementation. Lacks postgresql connection and web templates