Commit graph

57 commits

Author SHA1 Message Date
Alex Sherman
daac2977d0 Add support of single-character domains 2020-07-02 17:17:22 +05:00
Alex Sherman
934033cfbc Add test & validation to not to register blocked IDN domains via EPP
Fixes https://github.com/internetee/registry/issues/1142#issuecomment-581889350
2020-02-04 19:50:28 +05:00
Maciej Szlosarczyk
cf16aa4039
Fix rubocop issues that are new to Ruby 2.4 2018-08-17 11:03:01 +03:00
Maciej Szlosarczyk
82dbd3e8b8
Use match? instead of match for regex where MatchData is unused 2018-08-17 10:54:39 +03:00
Artur Beljajev
c44f3df7f5 Remove Rubocop inline directives 2018-06-07 19:17:16 +03:00
Maciej Szlosarczyk
15a651e51b
Fix Rubocop issues after Ruby upgrade 2018-04-27 15:23:49 +03:00
Artur Beljajev
d520b5b157 Revert "Revert "Registry 569""
This reverts commit 4786dbb
2017-10-22 23:57:11 +03:00
Timo Võhmar
4786dbb943 Revert "Registry 569" 2017-10-05 16:08:47 +03:00
Artur Beljajev
658bf6dda2 Remove custom inflection
#569
2017-09-12 19:33:53 +03:00
Artur Beljajev
d5197962ee Extract mismatch validator to separate class
#569
2017-09-12 14:55:41 +03:00
Artur Beljajev
52452f91bf Improve contact ident validation
- Make country-specific national id and reg. no validations fully
extendable
- Fix wrong error type for reg. no validator

#569
2017-09-11 17:05:03 +03:00
Artur Beljajev
7530dd7b62 Fix code climate offences
#569
2017-09-04 08:54:54 +03:00
Artur Beljajev
feb8d83a26 Improve Ident validation, extract Ident from Contact
#569
2017-08-18 13:24:56 +03:00
Artur Beljajev
bff7437277 Refactor zones
- Rename "zonefile_setting" to "zone"
- Remove version

#475
2017-04-20 17:20:36 +03:00
Georg Kahest
c5081a1e6b follow rubocop standards in domain_name_validator, remove unused line 2017-04-11 00:39:34 +03:00
Artur Beljajev
b9df5aa92d Do not require name servers in registrar area
#267
2016-12-29 16:27:07 +02:00
Artur Beljajev
d39d3766b2 Allow absence of name servers
#267
2016-12-28 15:01:32 +02:00
Artur Beljajev
39d7c6ad1d Refactor zonefile_setting's origin list
#186
2016-10-28 00:29:47 +03:00
Stas
830afc0e0e 111297422-validation_method_fix 2016-01-11 16:26:54 +02:00
Martin Lensment
5ba39fb406 Validate origin domains #2849 2015-08-25 16:33:47 +03:00
Martin Lensment
1a7360cc3c Tests #2806 2015-08-03 17:11:56 +03:00
Martin Lensment
a70273a3b9 Change blocked domain error message #2564 2015-07-28 14:06:50 +03:00
Martin Lensment
bf2c0c6bb7 Fix rubocop #2565 2015-07-09 13:04:16 +03:00
Martin Lensment
b6dd532171 Test fixes #2565 2015-07-08 18:00:21 +03:00
Martin Lensment
647d074b8b Check reserved domain on create #2565 2015-07-08 16:04:56 +03:00
Martin Lensment
d93d43e75c Create blocked domains #2564 2015-07-01 12:45:58 +03:00
Priit Tark
8b7ac451d0 Refactor object validator 2015-06-26 18:44:46 +03:00
Priit Tark
7530d6ecab Rubocop upgraded #2711 2015-06-26 18:19:36 +03:00
Priit Tark
5c68eb558c Validate only puny label length #2608 2015-06-09 16:35:02 +03:00
Martin Lensment
c1b5fc8265 Fix domain name validation #2609 2015-06-03 14:34:04 +03:00
Martin Lensment
b1714f4b1f Improve keyrelay registrar 2015-04-24 13:25:52 +03:00
Priit Tark
a637eb5e01 Added some missing model specs + PaperTrail session fix 2015-02-02 18:09:01 +02:00
Martin Lensment
0b7017481d New response code 2015-01-23 13:10:15 +02:00
Martin Lensment
e6b36c409d Introduce 'optional' validator to epp controllers 2015-01-23 13:08:35 +02:00
Martin Lensment
252527c3db Refactor validations + tech contacts count validation 2015-01-02 16:05:14 +02:00
Martin Lensment
dd38b7dfe6 Refactor domain contact uniq validation method 2015-01-02 13:12:01 +02:00
Martin Lensment
cd7151b463 Refactor some validaors to different file 2015-01-02 11:31:59 +02:00
Martin Lensment
2ac59e68ff Add ISO 8601 validations 2014-12-22 13:54:20 +02:00
Martin Lensment
ac4b63f390 Add zonefile generation procedure 2014-11-21 15:30:40 +02:00
Priit Tamboom
8d189023c7 rubocop update, now it's green 2014-10-10 16:11:28 +03:00
Martin Lensment
7f26c8c769 Let domain to to draft status 2014-09-09 17:26:08 +03:00
Martin Lensment
6c5c0b38c8 Rubocop autocorrect 2014-08-25 14:14:25 +03:00
Martin Lensment
d81c97052d Error handling 2014-08-06 14:31:29 +03:00
Martin Lensment
a9e1414ddc Refactor 2014-08-05 17:50:20 +03:00
Martin Lensment
d46640713b Attach nameservers with attributes 2014-08-05 17:19:23 +03:00
Martin Lensment
9ce6efc4db Handle children errors 2014-08-05 16:08:31 +03:00
Martin Lensment
8882c36053 Domain name presence validation 2014-07-30 14:54:21 +03:00
Martin Lensment
d96b1b5deb Use translation file for errors, display reserved domain error through epp 2014-07-30 12:31:36 +03:00
Martin Lensment
e3c60d51fe Remove redundant file 2014-07-30 12:14:20 +03:00
Martin Lensment
f87c8839be Domain reservation validation 2014-07-30 12:13:31 +03:00