Maciej Szlosarczyk
26858a7e8f
Merge branch 'master' into add-machine-readable-list-of-blocked-domains
2020-05-14 15:06:15 +03:00
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
Karl Erik Õunapuu
906fc9938f
Merge branch 'master' into 269-dispute-list
2020-05-14 11:42:41 +03:00
Karl Erik Õunapuu
be14ede8b6
Refactor some dispute logic
2020-05-14 11:38:26 +03:00
Karl Erik Õunapuu
04b10ab0be
Merge branch 'master' into 952-revoking-cert-does-not-stop-user-from-logging-in
2020-05-12 12:37:33 +03:00
Karl Erik Õunapuu
dc9bf7a5d3
Add reserved pw field to domain edit UI if active dispute
2020-05-08 13:50:48 +03:00
Karl Erik Õunapuu
bd8ffb7e1d
Remove destroy button from closed disputes
2020-05-07 16:24:47 +03:00
Alex Sherman
5c419ae8be
Update whois record with auction registration_deadline if any
2020-05-06 15:44:24 +05:00
Karl Erik Õunapuu
2dbcbf1c29
Remove redundant api check blocks
2020-05-05 14:23:09 +03:00
Karl Erik Õunapuu
d0053def99
Find requester contact id solely by ident
2020-05-05 12:35:27 +03:00
Karl Erik Õunapuu
05a8c5f031
Merge remote-tracking branch 'origin/master' into fix-registrant-contact-view
2020-05-04 14:29:42 +03:00
Karl Erik Õunapuu
1dc2cf8e12
Check for domain dispute on create
2020-05-04 09:58:20 +03:00
Karl Erik Õunapuu
f73833e478
Ignore domain_name attribute on dispute update
2020-04-30 08:35:17 +03:00
Karl Erik Õunapuu
39791f5755
Fix styling issues
2020-04-27 14:39:07 +03:00
Karl Erik Õunapuu
25d78cde74
Fix some code styling issues
2020-04-27 12:22:31 +03:00
Karl Erik Õunapuu
42946dfa15
Add closed disputed sections to disputes view
2020-04-27 10:56:27 +03:00
Karl Erik Õunapuu
0f2a290d64
Add disputing logic for EPP
2020-04-24 16:04:58 +03:00
Karl Erik Õunapuu
7a7b2f9881
Create scaffold for domain disputes
2020-04-22 11:00:06 +03:00
Timo Võhmar
444a07c62a
Merge pull request #1502 from internetee/1422-record-payment-method-and-failed-payments
...
Record every payment attempt
2020-03-06 13:52:58 +02:00
Alex Sherman
0efd35516c
Fix statuses filtering in registrar contacts index
2020-03-02 12:45:19 +02:00
Alex Sherman
8cc42cb170
Fix redirect back
...
Closes #1535
2020-02-28 13:55:01 +05:00
Karl Erik Õunapuu
5d999f96c5
Merge remote-tracking branch 'origin/master' into 1422-record-payment-method-and-failed-payments
2020-02-27 12:40:41 +02:00
Timo Võhmar
777c0a4935
Merge pull request #1541 from internetee/1540-fix-verified-element
...
Add verified parameter to registrar domain controller strong params
2020-02-27 12:14:06 +02:00
Alex Sherman
53168a6e2a
Add verified parameter to registrar domain controller strong params
...
See #1540
2020-02-26 16:19:37 +05:00
Alex Sherman
5ec2d25ec5
Move Remove clientHold button to domain info
2020-02-20 13:39:57 +05:00
Alex Sherman
3b332da0bb
Add remove clientHold to registrar UI
2020-02-19 14:51:53 +05:00
Karl Erik Õunapuu
e50cf7d200
Registrar: Allow to view other contacts of domain
2020-02-12 15:38:54 +02:00
Karl Erik Õunapuu
b725ddde77
Permit & turn ActiveController::Parameters to hash
2020-02-06 15:43:21 +02:00
Karl Erik Õunapuu
5d8e78f3c6
Rename #create_with_type to #new_with_type
2020-02-05 16:45:35 +02:00
Alex Sherman
a18f7b1605
Pump papertrail version to 6.0.2
2020-02-05 12:43:25 +05:00
Alex Sherman
95ad3086b0
Change deprecated usage of strings in if blocks
2020-02-05 12:43:25 +05:00
Karl Erik Õunapuu
37e7def669
Provide better context for EveryPay / Banklink payment state alerts
2020-02-04 21:11:30 +02:00
Karl Erik Õunapuu
2645654aef
Create System / Admin payment log
2020-02-04 21:10:06 +02:00
Karl Erik Õunapuu
6418924faf
Cover EveryPay / BankLink payments with tests
2020-02-04 15:13:51 +02:00
Karl Erik Õunapuu
b6469f3dfe
Move payment method fetching logic to Model, rewrite tests for EveryPay component
2020-02-03 20:05:05 +02:00
Karl Erik Õunapuu
ec5ff5dc8c
Validate inclusion of payment method when saving PaymentOrder
2020-02-03 15:52:02 +02:00
Karl Erik Õunapuu
3f5b5962d1
Make sure that Payment method is functional prior to paying
2020-02-03 14:14:31 +02:00
Karl Erik Õunapuu
0cf2ff92a3
Bind specific invoice when paid via Banklink / EveryPay
...
Fix styling issues
Move redundant logic to shared base
2020-01-31 14:25:56 +02:00
Karl Erik Õunapuu
32d4fc3c83
Refactor EveryPay / Banklink processing
2020-01-30 21:01:15 +02:00
Karl Erik Õunapuu
cb76a9f962
Merge remote-tracking branch 'origin/master' into 1422-record-payment-method-and-failed-payments
2020-01-30 18:34:15 +02:00
Karl Erik Õunapuu
53fbd2f50c
Implement partial payment logging for EveryPay / Bank links
2020-01-30 17:24:07 +02:00
Timo Võhmar
5e33fe8764
Merge pull request #1493 from internetee/1461-sorting-in-domains-view-does-not-work
...
Registrar/Domains: Allow :s as search parameter
2020-01-28 19:03:34 +02:00
Karl Erik Õunapuu
83a214b888
Registrar/Domains: Allow :s as search parameter
2020-01-27 17:57:49 +02:00
Georg Kahest
0924381473
fixup! follow styleguide
2020-01-27 09:15:45 +02:00
Georg Kahest
2324fd2ceb
resolve https://github.com/internetee/registry/pull/1420#discussion_r346786232
2020-01-27 08:49:43 +02:00
Alex Sherman
a9ce9dba51
Set single poll message for force delete
2020-01-21 13:40:13 +05:00
Alex Sherman
c252d801f9
Add mail notification on soft force delete
2020-01-15 16:23:13 +05:00
Alex Sherman
b9575661eb
Add both types of delete procedure to the view/controller
2020-01-14 17:57:47 +05:00
Alex Sherman
a863c3c7ba
Fix epp domains controller to apply add or rem changes to status
...
From this patch epp domains controller will allow to update
domain statuses only if there is only one status - clientHold.
This was made to allow usage of new ForceDelete procedures.
2020-01-02 16:37:17 +05:00
Timo Võhmar
c168eac354
Merge pull request #1435 from internetee/improve-api-users
...
Improve API users
2019-12-16 17:18:17 +02:00