Part-DB.Part-DB-server/src/Entity/UserSystem
2024-06-10 20:47:06 +02:00
..
ApiToken.php Fixed error caused by immutable datetime passed to mutable datetime doctrine type 2024-06-10 20:47:06 +02:00
ApiTokenLevel.php Added system to restrict permissions based on API token level 2023-08-28 21:20:59 +02:00
ApiTokenType.php Added very basic system to add API tokens to an user 2023-08-15 23:36:56 +02:00
Group.php Removed unused import statements 2024-03-03 20:34:36 +01:00
PermissionData.php Fixed some inspection issues 2024-03-03 19:57:31 +01:00
U2FKey.php Add proper length constraint validations to all string mapped ORM fields, so they show a nice validation error, instead of a 500 error 2024-03-06 19:46:11 +01:00
User.php Add proper length constraint validations to all string mapped ORM fields, so they show a nice validation error, instead of a 500 error 2024-03-06 19:46:11 +01:00
WebauthnKey.php Save the date when a webauthn key was used last time for 2 factor authentication and show it in user settings 2024-04-28 17:50:19 +02:00