Commit graph

5008 commits

Author SHA1 Message Date
Alex Sherman
690368228a Fix legaldoc requirement at delete view 2020-07-01 14:35:20 +05:00
Alex Sherman
60ad331903 Add non-mandatory legal docs to domain transfer/delete 2020-07-01 13:59:10 +05:00
Alex Sherman
3d734ff746 Add opt-out commentary field to registrar 2020-06-30 19:30:44 +05:00
Alex Sherman
39030fc0df Add editing of opt-out flag in registrar 2020-06-30 18:48:33 +05:00
Alex Sherman
206704fee7 Add check if legal doc mandatory & tests 2020-06-30 18:43:35 +05:00
Timo Võhmar
3be2c384a2
Revert "Fix possible doubling of contact objects after race" 2020-06-30 15:39:48 +03:00
Timo Võhmar
9e2bd757fd
Merge pull request #1617 from internetee/epp-contact-update-extract-xml-parsing
Split contact update into XML and Business action parts
2020-06-27 00:56:59 +03:00
Maciej Szlosarczyk
41d9a36431
Remove unused methods 2020-06-26 14:51:08 +03:00
Maciej Szlosarczyk
fa016aa761
convert if to return unless 2020-06-26 14:45:44 +03:00
Maciej Szlosarczyk
82a9565c10
Extract action 2020-06-26 14:31:12 +03:00
Maciej Szlosarczyk
d005a61888
Move to new serializer 2020-06-26 11:23:30 +03:00
Alex Sherman
821ea1a8b2 Raise transaction isolation level on epp domain update 2020-06-25 12:09:33 +05:00
Timo Võhmar
4737b46db4
Update expired.text.erb 2020-06-19 13:12:04 +03:00
Timo Võhmar
ea9157ce69
Update expired.html.erb 2020-06-19 13:10:06 +03:00
Timo Võhmar
175c138411
Update expired.text.erb 2020-06-19 12:47:37 +03:00
Timo Võhmar
5e492afdba
Merge pull request #1609 from internetee/1604-updating-whois-after-contact-update
Fix not running whois update after contact update
2020-06-12 13:42:54 +03:00
Timo Võhmar
7964f09892
Merge pull request #1601 from internetee/extract-legaldoc-and-ident-parsing
Extract Xml deserializing from EPP Contact and Domain classes
2020-06-12 10:58:59 +03:00
Timo Võhmar
f377f50907
Merge pull request #1607 from internetee/1606-fix-account-activity-view
Fix account activity index
2020-06-11 22:44:32 +03:00
Alex Sherman
28e8b06728 Fix not running whois update after contact update
Closes #1604
2020-06-11 15:55:16 +05:00
Maciej Szlosarczyk
7ece2e0341
Return JSON response from 404 2020-06-11 13:18:05 +03:00
Alex Sherman
6cc0f7d58b Fix account activity index
Fixes #1606
2020-06-11 14:40:09 +05:00
Maciej Szlosarczyk
94078fe71e
Remove dead code 2020-06-05 10:33:00 +03:00
Maciej Szlosarczyk
bacdebd17c
Pull out ident parsing from Epp::Contact class 2020-06-05 10:31:51 +03:00
Maciej Szlosarczyk
043037225b
Extract legal doc parsing away from Epp::Domain class 2020-06-05 09:56:30 +03:00
Karl Erik Õunapuu
19a543e184 Do not check for Authenticity token in EPP 2020-06-04 13:13:31 +03:00
Timo Võhmar
2ffe9629f9
Merge pull request #1593 from internetee/upgrade-rails-to-6.0.3
Upgrade Rails from 5.2 to 6.0.3
2020-06-03 15:04:36 +03:00
Alex Sherman
7cfc5efd36 Fix registration deadline format for whois/restwhois 2020-06-02 13:14:21 +05:00
Karl Erik Õunapuu
0af1cc17d1 Clean up 2020-06-01 16:19:17 +03:00
Karl Erik Õunapuu
7580824a38 Fix deprecation issues with has_paper_trail 2020-06-01 16:11:20 +03:00
Karl Erik Õunapuu
8db09aaacf Use .touch instead of paper_trail.touch_with_version
touch_with_version was removed from newer version of PaperTrail
2020-06-01 13:54:21 +03:00
Alex Sherman
e92afb59c1 Add tests, fix error handling 2020-06-01 15:15:59 +05:00
Alex Sherman
e15b1283e5 Add error handling if legaldoc file not found
Closes #1452
2020-06-01 14:36:20 +05:00
Karl Erik Õunapuu
1575cf5ea1 Rename Repp/Api back to it's original form
Because zeitwerk is disabled
2020-05-29 16:50:03 +03:00
Karl Erik Õunapuu
77d0a2937f Fix render_to_string call 2020-05-29 16:49:25 +03:00
Karl Erik Õunapuu
1e1f808c8d Use PaperTrail.request.whodunnit
PaperTrail.whodunnit was removed from PaperTrail 10.x
2020-05-29 14:59:17 +03:00
Karl Erik Õunapuu
75fc8ba74f Temporary rename Repp::API to Repp::Api (acronym issue) 2020-05-29 14:51:41 +03:00
Karl Erik Õunapuu
e4f0a7e00a Include manifest.js for webpack 2020-05-29 14:02:24 +03:00
Maciej Szlosarczyk
c7f95c41a2
Split "big" method into two smaller ones 2020-05-28 14:24:18 +03:00
Maciej Szlosarczyk
011967d8ea
Add disputes to the list of retained domains 2020-05-28 13:33:52 +03:00
Karl Erik Õunapuu
e06596551c Prevent verification email from being sent when registrantChange w/ disputed pw 2020-05-25 16:02:59 +03:00
Maciej Szlosarczyk
106c506d22 Some Rubocop nonsense 2020-05-22 21:42:14 +05:00
Karl Erik Õunapuu
f39fb1dc8b Provide full Contact object to all_domains() instead of just id 2020-05-22 21:42:14 +05:00
Maciej Szlosarczyk
09ac0d30aa Fix failing test in NewInvoicePayment
Probably with the upgrade of Rails from 4.2 to 5 the ids are no longer
generated automatically in the views, but the functionality still
worked as designed previously.
2020-05-22 21:40:55 +05:00
Karl Erik Õunapuu
01c20edaf8 Do not print log to STDOUT while running testsuite 2020-05-22 16:19:36 +03:00
Karl Erik Õunapuu
13e31af133 Fix EPP error message when reserved PW not present for disputed domains 2020-05-22 16:06:55 +03:00
Karl Erik Õunapuu
4463349454 DisputeStatusUpdateJob: Return true if domain is sent to auction 2020-05-22 13:21:48 +03:00
Karl Erik Õunapuu
7ef15a5bf1 Merge remote-tracking branch 'origin/master' into 269-dispute-list 2020-05-21 17:43:57 +03:00
Karl Erik Õunapuu
5a951dd958 Fix some CC issues 2020-05-21 17:36:38 +03:00
Karl Erik Õunapuu
f25b7a3b7f Check whether registrant element exists before determining registrant change 2020-05-21 15:49:43 +03:00
Timo Võhmar
c0bf470c2f
Merge pull request #1583 from internetee/add-auctions-endpoint-to-repp
Add auctions endpoint to REPP
2020-05-21 15:05:06 +03:00