Commit graph

402 commits

Author SHA1 Message Date
Alex Sherman
851a2d6a2a Allow ForceDelete status not to block domain update 2020-01-06 17:03:14 +05:00
Artur Beljajev
fa52001be6 Upgrade to Rails 5.0
Closes #377
2019-11-15 15:26:33 +02:00
Artur Beljajev
fc71bf93e7 Remove unimplemented Keyrelay feature
Closes #715
2019-10-31 17:15:21 +02:00
Artur Beljajev
c9fbc9269e Remove Bullet-related code 2019-10-19 13:09:41 +03:00
Artur Beljajev
397136ef13 Handle EPP contact:transfer 2019-10-16 17:17:56 +03:00
Artur Beljajev
77678681a6 Improve EPP error handling
Fixes #539
2019-09-19 15:52:20 +03:00
Artur Beljajev
79d9c631f5 Change EPP response code according to its specification
Fixes #718
2019-09-13 21:36:29 +03:00
Artur Beljajev
348e6e5d7a Introduce custom assertion 2019-09-03 23:43:30 +03:00
Artur Beljajev
cea834d5b7 Change domains.delete_at database column type to date, rename to
`delete_date`

Closes #1125
2019-05-02 16:32:44 +03:00
Timo Võhmar
718bcbcea6
Merge pull request #1166 from internetee/refactor-domain-mailer
Refactor domain mailer
2019-04-23 13:05:10 +03:00
Artur Beljajev
4b91cf900f Refactor domain mailer
- Remove `Que::Mailer` (#895)
- Add preview
- DRY templates
- Add tests
- Extract translations
2019-04-19 17:06:26 +03:00
Artur Beljajev
6fbadaf7f8 Do not send notification email on EPP contact:update if contact does not
act as a registrant

Fixes #1161
2019-04-18 17:46:50 +03:00
Artur Beljajev
5674071838 Refactor contact mailer
- Send single email with new email in `to` and old email in `bcc` fields
- Remove `Que::Mailer` (#895)
- Add preview
- DRY templates
- Add tests
- Extract translations
- Remove useless specs
2019-04-11 17:42:59 +03:00
Maciej Szlosarczyk
888e95a8c7
EPP should use unicode to check domain name availability 2019-04-02 17:35:44 +03:00
Artur Beljajev
d40dc28484 Make domain unavailable when zone with the same origin exists 2019-01-07 12:25:05 +02:00
Artur Beljajev
ee864c807f Refactor 2019-01-07 12:24:58 +02:00
Artur Beljajev
cad457fb72 Make domain available when reserved 2019-01-07 12:24:50 +02:00
Artur Beljajev
3772f47613 Make domain unavailable when blocked 2019-01-07 12:24:36 +02:00
Artur Beljajev
3d4d669838 Improve readability 2019-01-07 00:54:42 +02:00
Artur Beljajev
dfff6f6d12 Rename notifications.body to text 2018-08-23 22:33:30 +03:00
Artur Beljajev
8765baf319 Rename Message to Notification 2018-08-23 20:03:03 +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
96e2136c38 Merge branch 'master' into registry-787
# Conflicts:
#	db/structure.sql
2018-04-17 12:38:55 +03:00
Timo Võhmar
34f6a77911
Merge pull request #797 from internetee/remove-unused-methods
Remove unused methods
2018-04-17 12:35:52 +03:00
Artur Beljajev
29a8f39cb6 Prohibit renewing an invalid domain
#678
2018-04-01 22:59:19 +03:00
Artur Beljajev
b694f0c2f6 Remove unused methods 2018-04-01 18:42:34 +03:00
Artur Beljajev
2f86b3c76b Remove Domain#valid_from
As unused. `created_at` is the same value as `valid_from`.

#787
2018-03-27 18:34:48 +03:00
Artur Beljajev
ed0af5033e Remove unused database tables
#756
2018-03-07 08:31:13 +02:00
Artur Beljajev
a7ed2f35d7 Rename Domain#domain_transfers to #transfers
#694
2018-02-19 05:05:35 +02:00
Artur Beljajev
4d7a222547 Add domain name to domain transfer message
#694
2018-02-19 03:51:32 +02:00
Artur Beljajev
5c4d69cc18 Move method
#694
2018-02-19 02:26:25 +02:00
Artur Beljajev
4ada9d1bd0 Fail earlier if domain is non-transferable
Regardless of EPP transfer operation

#694
2018-02-19 02:04:39 +02:00
Artur Beljajev
6c1342c957 Bypass validation on EPP domain:delete
#707
2018-02-15 17:46:09 +02:00
Artur Beljajev
189129ec48 Rename DomainTransfer#transfer_to to new_registrar 2018-01-23 19:07:17 +02:00
Artur Beljajev
d99a63d476 Rename DomainTransfer#transfer_from to old_registrar 2018-01-23 19:00:46 +02:00
Artur Beljajev
51243c5983 Extract contact Transferable concern
#660
2018-01-23 18:41:49 +02:00
Artur Beljajev
a5db4e3bfb Pull up methods
#660
2018-01-23 16:41:10 +02:00
Artur Beljajev
b620793e97 Describe intention clearer
#660
2018-01-23 16:21:31 +02:00
Artur Beljajev
d801e18299 Remove unused attribute
#660
2018-01-23 16:19:28 +02:00
Artur Beljajev
4b836f1476 Rename domain "auth_info" to "transfer_code"
#660
2018-01-21 19:31:16 +02:00
Artur Beljajev
340e61804b Extract domain transferable module
#660
2018-01-21 18:29:42 +02: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
5b4658b905 Allow EPP contact:update with the same ident data as current one
#569
2017-09-29 00:39:25 +03:00
Artur Beljajev
c05e6ead2a Improve EPP contact:update ident errors
#569
2017-09-20 10:54:18 +03:00
Artur Beljajev
4e6d576b67 Improve ident-related error messages on EPP contact:update
#569
2017-09-12 19:00:01 +03:00
Artur Beljajev
7147144894 Fix code climate offences
#569
2017-09-04 10:57:27 +03:00
Artur Beljajev
7530dd7b62 Fix code climate offences
#569
2017-09-04 08:54:54 +03:00
Artur Beljajev
d8118878b1 Fix EPP contact:update ident change
#569
2017-08-19 01:29:42 +03:00