Timo Võhmar
Timo Võhmar
This is for the new portal for registrars Registrars have requested functionality to request domain contact info prior to actually transferring the domain ie transfer_info in repp using domains transfer...
low priority issue - expire status is reset at the next midnight Cancelling forceDelete for a domain that is already expired results with expired status removed as well Force delete...
There are very many deprecation warnings returned during deployment clogging the logs. Let get rid of these. Current master build: https://travis-ci.org/internetee/registry/builds/647285407 * [x] /home/travis/build/internetee/registry/app/models/payment_orders/bank_link.rb:92: warning: BigDecimal.new is deprecated; use BigDecimal()...
https://pangalink.bitweb.ee/ this is a service for testing banklink implementations including emulation of different bank links. We do already have set up SEB test banklink for staging and test environments. Now...
Attempts to set/change client side statuses over EPP fail even though Client side status editing is enabled in Admin interface (/admin/settings) sample query: ``` timo-6a2.ee Test timo-1520436100 ``` response: ```...
config.action_mailer.default_url_options in config.rb is failed to be updated with data with values of registrant_url: and action_mailer_default_* in application.yml probable cause being that some variable name has changed.
Current REPP (Restful EPP) features domain and contact listing and credit account balance queries. Doe to that other domain registration related requests are done using standard EPP and billing functionality...
Keyrelay is epp protocol feature that helps with registrar transfer of DNSSEC signed domain Proposed standard: https://tools.ietf.org/html/rfc8063 Reference to previous but fully unimplemented code: https://github.com/internetee/registry/pull/1327
Email validator has smtp check that enable quering email server for the existence of a specific mailbox. Some email servers have graylist protection that denies the first request. Need to...
There is no limit for registrant and contact name length on registry application level. There is a 256 character limit (varchar(256)) set in test database, but the same limit is...