internetee-registry/app/models
Maciej Szlosarczyk 18ce853420
Simple implementation of retained domains API endpoint
This needed a new name, there are several classes of database object
to be included in that endpoint.

Currently, there is one list ordered by name, with each object
containing status and ascii name for convenience. Can be converted to
multiple fields (reserved and blocked separately). Also contains total
count.

Includes CORS preflight which seems to be a known problem for Rails in
the past.
2020-05-14 14:49:02 +03:00
..
api_log Upgrade to Rails 5.0 2019-11-15 15:26:33 +02:00
authorization Refactor IP registrar restriction 2017-10-04 01:03:32 +03:00
balance_auto_reload_types Add balance auto reload 2019-06-14 16:30:34 +03:00
billing Upgrade to Rails 5.0 2019-11-15 15:26:33 +02:00
concerns Fix presence of ignored fields in history 2020-04-30 13:01:05 +05:00
contact Add Registrant API contact update action 2018-10-09 00:09:22 +03:00
depp Add remove clientHold to registrar UI 2020-02-19 14:51:53 +05:00
dns Pump SimpleIDN gem version, add check/test to block punicode IDN domains 2020-02-03 13:47:37 +05:00
epp Change deprecated changed? methods to new in callbacks 2020-02-05 12:43:25 +05:00
invoice Set e-invoice invoice delivery channel explicitly 2019-06-26 16:02:56 +03:00
payment_orders Merge remote-tracking branch 'origin/master' into 1422-record-payment-method-and-failed-payments 2020-02-27 12:40:41 +02:00
type Upgrade to Rails 5.0 2019-11-15 15:26:33 +02:00
version Add PaperTrail history to PaymentOrders 2020-02-03 16:47:04 +02:00
whois Update whois record with auction registration_deadline if any 2020-05-06 15:44:24 +05:00
ability.rb Add remove clientHold to registrar UI 2020-02-19 14:51:53 +05:00
account.rb Upgrade to Rails 5.0 2019-11-15 15:26:33 +02:00
account_activity.rb Upgrade to Rails 5.0 2019-11-15 15:26:33 +02:00
action.rb Upgrade to Rails 5.0 2019-11-15 15:26:33 +02:00
admin_domain_contact.rb Address depricated, new contact requires, domain_contacts refactor 2015-03-31 15:22:25 +03:00
admin_user.rb Change deprecated changed? methods to new in callbacks 2020-02-05 12:43:25 +05:00
api_user.rb Change deprecated changed? methods to new in callbacks 2020-02-05 12:43:25 +05:00
application_record.rb Upgrade to Rails 5.0 2019-11-15 15:26:33 +02:00
auction.rb Update whois record with auction registration_deadline if any 2020-05-06 15:44:24 +05:00
bank_statement.rb Merge pull request #1502 from internetee/1422-record-payment-method-and-failed-payments 2020-03-06 13:52:58 +02:00
bank_transaction.rb Link bank transaction with AccountActivity 2020-02-12 18:05:57 +02:00
billing.rb Refactor prices 2017-04-26 00:51:06 +03:00
blocked_domain.rb Upgrade to Rails 5.0 2019-11-15 15:26:33 +02:00
certificate.rb Upgrade to Rails 5.0 2019-11-15 15:26:33 +02:00
certification_request.rb Add missing translations (#1250) 2019-07-08 13:43:57 +03:00
contact.rb Fix double versioning on Domain & Contact models 2020-02-12 18:51:48 +05:00
deposit.rb Remove html5_validators gem 2019-05-02 21:34:26 +03:00
directo.rb Merge pull request #1524 from internetee/277-check-monthly-invoice-number-in-range 2020-02-20 20:42:25 +02:00
dns.rb Refactor zones 2017-04-20 17:20:36 +03:00
dnskey.rb Pump minitest version 2020-02-05 12:43:25 +05:00
domain.rb Fix domain statuses removal 2020-02-26 19:57:35 +05:00
domain_contact.rb Ignore legacy database columns 2019-12-15 18:27:01 +02:00
domain_cron.rb Add mail notification on soft force delete 2020-01-15 16:23:13 +05:00
domain_status.rb Revert unnessecary updates to binaries 2020-04-15 13:02:57 +03:00
domain_transfer.rb Upgrade to Rails 5.0 2019-11-15 15:26:33 +02:00
epp_session.rb Upgrade to Rails 5.0 2019-11-15 15:26:33 +02:00
iban.rb Validate iban 2019-06-12 11:49:31 +03:00
id_card.rb Refactor ID card sign-in 2019-03-19 19:37:36 +02:00
invoice.rb Merge pull request #1547 from internetee/509-directo-to-gem 2020-03-25 11:08:48 +02:00
invoice_item.rb Upgrade to Rails 5.0 2019-11-15 15:26:33 +02:00
legal_document.rb Upgrade to Rails 5.0 2019-11-15 15:26:33 +02:00
nameserver.rb Render EPP error when IP missing for glue record 2020-03-11 16:42:08 +02:00
notification.rb Upgrade to Rails 5.0 2019-11-15 15:26:33 +02:00
payment_order.rb Rename #create_with_type to #new_with_type 2020-02-05 16:45:35 +02:00
que_job.rb Upgrade to Rails 5.0 2019-11-15 15:26:33 +02:00
registrant.rb added dedicated registrant model 2015-05-11 16:22:43 +03:00
registrant_user.rb Refactor ID card sign-in 2019-03-19 19:37:36 +02:00
registrant_verification.rb Add registrant verification versions table according to existing logic 2019-12-27 18:39:06 +05:00
registrar.rb Move registrar directo logic to concern, touch up translations 2020-03-02 17:38:03 +02:00
registry.rb Always require invoice VAT rate 2019-05-17 19:04:33 +03:00
reserved_domain.rb Ignore legacy database columns 2019-12-15 18:27:01 +02:00
retained_domains.rb Simple implementation of retained domains API endpoint 2020-05-14 14:49:02 +03:00
setting.rb Update rails-settings-cached gem 2019-06-18 10:11:23 +03:00
sorted_country.rb Fix country drop-down UI 2018-06-14 13:42:23 +03:00
tech_domain_contact.rb Change naming 2018-06-04 02:14:15 +03:00
user.rb Ignore legacy database columns 2019-12-15 18:27:01 +02:00
white_ip.rb Upgrade to Rails 5.0 2019-11-15 15:26:33 +02:00
whois_record.rb Upgrade to Rails 5.0 2019-11-15 15:26:33 +02:00