Files
anonymous_github/public/partials
tdurieux c8fc561dac fix: regex characters in terms shouldn't block submission
Entering an IP address (e.g. 192.168.1.1) or any term with regex
metacharacters made the form invalid because the "regex characters
detected" hint was wired up via $setValidity('terms', 'regex', false).
The text in the UI labels it as a warning, but the form treated it as
an error and refused to save.

Track the warning as a plain $scope flag and show it via ng-show on
that flag, so the form stays valid (#430).
2026-05-04 10:58:17 +02:00
..
2026-04-24 14:55:18 +02:00
2026-04-24 14:55:18 +02:00
2026-04-24 14:55:18 +02:00
2026-04-24 14:55:18 +02:00
2026-04-24 14:55:18 +02:00
2026-05-03 22:29:01 +02:00
2026-05-04 09:33:44 +02:00
2026-04-24 15:12:56 +02:00
2026-05-04 09:33:44 +02:00
2026-04-24 14:55:18 +02:00
2026-04-24 14:55:18 +02:00
2026-04-24 14:55:18 +02:00
2026-04-24 14:55:18 +02:00
2026-04-24 14:55:18 +02:00
2026-05-03 15:30:54 +02:00
2026-05-03 15:30:54 +02:00