Commit Graph
7 Commits
Author SHA1 Message Date
Denis Arh edbbf2f01b Fix bool/false value sanitization
Boolean value sanitization MUST return empty string for false boolean
value to ensure consisten behaviour when empty or false value for field
is send back and that field is read-only (via RBAC).
2021-11-21 18:07:00 +01:00
Denis Arh dcd3beeced Implement value expressions on fields 2020-11-30 20:31:02 +01:00
Denis Arh 4cef8eecd4 Tidy up id.Next() and time.Now() use 2020-09-16 07:37:06 +02:00
Denis Arh df6909286a Improve number sanitization (precision) 2020-06-26 13:14:11 +02:00
Denis Arh ed445d120c Sanitization & validation refactoring (dates, refs) 2020-03-11 19:45:33 +01:00
Denis Arh efb82f721d Remove obsolete automation files & references to it 2020-02-26 08:32:17 +01:00
Denis Arh 79047e9d39 Add value validators & sanitizers for all field kinds 2020-02-25 17:25:55 +01:00