Projekt

Obecné

Profil

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

# Datum Autor Komentář
709c735b 2022-05-15 13:56 Matěj Zeman

README, changed main page url

0fcb708f 2022-05-15 13:53 Matěj Zeman

re #9846 Changed keyman devices, body devices views. Added Head devices view. Changed filtering of logs, ldlogs, body devices, head devices and keyman devices. Changed HTML tables style and few labels.

6ad54e2e 2022-05-14 19:22 Matěj Zeman

Changed looks of tables with simple css. Added inventory number and comment to Lauterbach devices. Changed connection between lauterbach devices and license.

35168e5f 2022-05-14 14:16 Matěj Zeman

Fixed minor issues. View on keyman devices changed. Changed database for new keyman x license connection.

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

4858e9ee 2022-05-03 15:02 Matěj Zeman

Views navigation fix

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

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

98ff5ab9 2022-05-02 20:21 Jakub Šilhavý

Merge branch 'server_doc' into 'server-dev'

Server documentation

See merge request aswi/aswi-2022/aswi2022bug-thugs!41

a290ec5e 2022-05-02 16:23 Matěj Zeman

user documentation

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.

7c94ca38 2022-04-26 17:14 Matěj Zeman

Database persistent data fix. docker-compose.yml modified.

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.

60b6bd83 2022-04-11 17:50 Matěj Zeman

re #9427 Added files for running api in docker.

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

e49db721 2022-03-21 11:15 Jakub Šilhavý

re #9304 Initial project structure setup