Part-DB-server/src/Entity/UserSystem
Jan Böhmer b1ba26e0b9 Allow usernames to contain @-signs as long as it is not at the begininng
This allows to use email addresses as usernames and fixes issue #772
2024-12-01 23:05:27 +01:00
..
ApiToken.php Use DatetimeImmutable instead of DateTime wherever possible 2024-06-22 17:36:54 +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 Applied rector suggestions 2024-06-22 00:31:43 +02: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 Allow usernames to contain @-signs as long as it is not at the begininng 2024-12-01 23:05:27 +01:00
WebauthnKey.php Use DatetimeImmutable instead of DateTime wherever possible 2024-06-22 17:36:54 +02:00