6 Commits

Author SHA1 Message Date
Oliver Günther f4eb39f79f Ensure token_name is unique per token class, and has a proper error message
The token_name was only defined for the API token, which meeting token
doesn't inherit from.

Token::Named wouldn't necessarily need to be inherited from, but only
that way will AR look up the ancestors for attribute and error names.
2025-09-03 14:06:35 +02:00
Alexander Brandon Coles 7010af578e Fix missing copyright notices in app/contracts 2025-07-18 18:01:14 +01:00
Alexander ab265b991e Respect users' locale in error message 2024-12-11 09:48:18 +03:00
Ivan Kuchin 4911b8a149 remove years from copyrights (except for COPYRIGHT file) 2024-07-31 15:02:49 +02:00
Andreas Pfohl ecaaf43be7 [48619] Added specs for api token services and contracts 2024-07-03 09:38:20 +02:00
Andreas Pfohl 6dbfb1e437 [48619] Added create and delete service for Token::API 2024-07-03 09:38:19 +02:00