Timo Võhmar
bcafa2e424
Merge pull request #1702 from internetee/1580-registrar-api-contacts-endpoint
...
REPP: Contact management
2020-11-24 15:28:39 +02:00
Karl Erik Õunapuu
64d35a864f
Add delete action to confirmations API endpoint
2020-11-12 13:28:07 +02:00
Karl Erik Õunapuu
4eaa8065ba
Mailer: Enable registrant confirm actions via REST
2020-11-12 10:45:50 +02:00
Karl Erik Õunapuu
55e66724cf
Clean up verifications controller
2020-11-11 16:21:32 +02:00
Karl Erik Õunapuu
09389ea662
Registrant confirms: Poll domain change application
2020-11-09 16:24:25 +02:00
Karl Erik Õunapuu
f2a1ee101b
Fix tests
2020-10-16 12:12:17 +03:00
Karl Erik Õunapuu
a80d037677
Merge remote-tracking branch 'origin/master' into 1580-registrar-api-contacts-endpoint
2020-10-16 12:07:19 +03:00
Karl Erik Õunapuu
a6f7af0f03
Fix tests
2020-10-16 12:04:55 +03:00
Timo Võhmar
7f81883e7b
Merge pull request #1698 from internetee/add-tara-to-registrant
...
Expand TARA auth logic to registrant portal
2020-10-15 16:58:12 +03:00
Karl Erik Õunapuu
ee199f9318
REPP: Move domain transfer to rails API format
2020-10-14 15:47:28 +03:00
Karl Erik Õunapuu
d1ab61f424
REPP: Move domain transfer info to rails API format
2020-10-14 12:48:47 +03:00
Karl Erik Õunapuu
6c655e1179
REPP: Move Domains#Contacts to rails API format
2020-10-14 11:00:31 +03:00
Karl Erik Õunapuu
c31dc15207
REPP: Move nameservers endpoint to Rails API format
2020-10-13 17:10:59 +03:00
Alex Sherman
c79042f789
Add registrant api companies endpoint
2020-10-12 16:32:37 +05:00
Karl Erik Õunapuu
39c6d20413
Repp: Add contacts/check action
2020-10-09 09:34:59 +03:00
Karl Erik Õunapuu
1686c352bc
REPP: Port accounts controller from Grape to Rails API
2020-10-08 16:28:05 +03:00
Karl Erik Õunapuu
aa325604f9
Port REPP Contacts from Grape to Rails internal API
2020-10-08 15:54:23 +03:00
Karl Erik Õunapuu
f83e532fb1
Make Registrant/Registrar use same TARA controller
2020-10-01 18:37:04 +03:00
Karl Erik Õunapuu
11ee1f9f1e
Remove ID card logic from codebase
2020-10-01 17:18:23 +03:00
Karl Erik Õunapuu
04f0ef9a93
Expand TARA auth flow to registrant portal
2020-10-01 17:01:54 +03:00
Alex Sherman
eeffb7ee22
Add tests
2020-09-30 20:13:51 +05:00
Alex Sherman
6e99521d59
Fix mess with registrant user routes
2020-09-30 13:37:58 +05:00
Alex Sherman
0d716e110a
Cleanup
2020-09-30 13:01:43 +05:00
Alex Sherman
bb37527dae
Use Tara user hash
2020-09-29 12:55:25 +05:00
Alex Sherman
a3042c39ee
Try to set callback_path explicitly
2020-09-28 14:48:23 +05:00
Alex Sherman
8ff92548bf
Set cllback routes according to Tara inquiry
2020-09-23 13:23:38 +05:00
Alex Sherman
e93daa21d5
Add Tara field to users, add routes & controller
2020-09-23 13:23:38 +05:00
Karl Erik Õunapuu
aa2d9547a4
Remove bank statement import functionality
2020-09-07 13:01:40 +03:00
Artur Beljajev
1c042877d5
Remove unused routes
2020-08-28 11:21:00 +05:00
Karl Erik Õunapuu
7ef15a5bf1
Merge remote-tracking branch 'origin/master' into 269-dispute-list
2020-05-21 17:43:57 +03:00
Maciej Szlosarczyk
fda3d346b3
Add auctions endpoint to REPP
2020-05-21 14:20:56 +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
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
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
Alex Sherman
3b332da0bb
Add remove clientHold to registrar UI
2020-02-19 14:51:53 +05:00
Karl Erik Õunapuu
3f5b5962d1
Make sure that Payment method is functional prior to paying
2020-02-03 14:14:31 +02:00
Alex Sherman
a46dd0eba5
Add :show action to admin api_user routes
...
In application_helper.rb we are generating link to creator/updater, but if contact creator is API user, there is an error as we are trying to create link_to(api_user) without having a :show route. This commit fixes this.
Closes #1458
2020-01-02 19:02:20 +05:00
Artur Beljajev
de6934625c
Nest API users under registrar in admin area
2019-12-10 15:38:30 +02:00
Artur Beljajev
3c5c0c4310
Pass registrar in URL instead of POST params
2019-12-09 20:53:58 +02:00
Artur Beljajev
f1992c03a9
Remove unused routes
2019-12-09 20:10:49 +02:00
Artur Beljajev
eb342cdbd4
Do not allow adding new API users outside of registrar details view
...
This feature is not needed.
2019-12-09 20:10:05 +02:00
Artur Beljajev
fc71bf93e7
Remove unimplemented Keyrelay feature
...
Closes #715
2019-10-31 17:15:21 +02:00
Artur Beljajev
c022caaee1
Remove duplicate route
2019-10-18 12:36:18 +03:00
Timo Võhmar
60a98c2793
Merge pull request #1364 from internetee/limit-epp-routes
...
Limit EPP routes
2019-10-16 16:34:28 +03:00
Artur Beljajev
199085f8ac
Use resourceful routes
...
https://github.com/rails/rails/pull/23980
2019-10-16 10:36:09 +03:00
Artur Beljajev
cb3bf7ffdc
List EPP routes explicitly
2019-10-14 14:51:24 +03:00
Artur Beljajev
9e5fdbcf11
Remove unused routes
2019-10-01 16:06:39 +03:00
Artur Beljajev
4a4552564d
Remove mail templates feature as buggy and unused
2019-06-19 14:38:08 +03:00
Artur Beljajev
62c38d1f99
Add balance auto reload
...
Closes #329
2019-06-14 16:30:34 +03:00