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.
Changed looks of tables with simple css. Added inventory number and comment to Lauterbach devices. Changed connection between lauterbach devices and license.
Fixed minor issues. View on keyman devices changed. Changed database for new keyman x license connection.
Merge branch 'server_auth' into 'server-dev'
Added authorization and other previously unresolved issues.
See merge request aswi/aswi-2022/aswi2022bug-thugs!44
Changed certain template looks and controls.
Added signup and users table in database. Passwords are hashed. Added view for changing users roles.
security fix for all endpoints. Added view for Licenses and html template on "/" with information about server endpoints.
Added views for LD logs and forms for connecting body devices with licenses.
re #9708 updated requirements. Added logout and template versions for host users.
re #9708 Login logic with fastapi-jwt
Views navigation fix
prefix path fix and ld-logs new body and head devices fix
Merge branch 'server_doc' into 'server-dev'
Server documentation
See merge request aswi/aswi-2022/aswi2022bug-thugs!41
user documentation
Update README.md
User documentation
Merge branch 'db_persistent_fix' into 'server-dev'
Database persistent data fix. docker-compose.yml modified.
See merge request aswi/aswi-2022/aswi2022bug-thugs!36
re #9577 Api code documentation.
Merge branch 'api_filters' into 'server-dev'
re #9575 Added filters at /api/v1/logs-web and /api/v1/devices-web
See merge request aswi/aswi-2022/aswi2022bug-thugs!32
Added functionality for creating licenses and teams and connecting them to devices a PCs.
re #9575 Filtering Over logs and devices.
re #9575 Added filter over Usernames in /api/v1/logs-web and endpoint with Form for creating a license.
Merge branch 'server_timestamp_fix' into 'server-dev'
re #9416 Fixed timestamp.
See merge request aswi/aswi-2022/aswi2022bug-thugs!25
Merge branch 'api_with_docker' into 'server-dev'
Added files for running api in docker.
See merge request aswi/aswi-2022/aswi2022bug-thugs!23
re #9427 Added files for running api in docker.
Merge branch 'api_web_views' into 'server-dev'
Implemented web views at data saved in database
See merge request aswi/aswi-2022/aswi2022bug-thugs!22
re #9429 Repaired paths to templates.
re #9429 Repaired running the server from server directory.
re #9429 Added class and funcionality for Teams table. Modified date parsing and storing. Modified View at /usb-logs/. Replaced "_" with "-" in all endpoints.
re #9429 Implemented funcionality for web views at data saved in database. Views at "/logs_web/", "/pcs_web/", "/devices_web/", "/licenses_web/".
Merge branch 'api_with_db' into 'server-dev'
re #9424 Api with DB communication.
See merge request aswi/aswi-2022/aswi2022bug-thugs!19
re #9426 Added option for communication with PostgreSQL database.
re #9425 Struktury upraveny dle vize. Endpointy rozděleny do souboru podle funkcionality.
re #9425 Implemented Entities for communicating with db
Merge branch 'api_demo' into 'server-dev'
Api Hello World
See merge request aswi/aswi-2022/aswi2022bug-thugs!2
re #9306 Added endpoint for posting Device object.
re #9304 HelloWorld API for sending data defined in USBLog class. Returns simple sucess message
re #9304 Project .gitignore file
re #9306 Modified API for serial number as string
First api implementation. Lacks postgresql connection and web templates
re #9304 Initial project structure setup
Initial commit