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
Alex Sherman
c79042f789
Add registrant api companies endpoint
2020-10-12 16:32:37 +05: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
Artur Beljajev
37249a24f7
Let registrar users change registrar account
2019-05-16 13:49:29 +03:00
Artur Beljajev
207c2a704c
Rename profile page in registrar area to account
2019-05-15 13:44:36 +03:00
Artur Beljajev
27ea790b28
Refactor invoice PDF generation, download and delivery
...
- Remove `Que::Mailer` (#895 )
- Extract controllers
- Extract translations
- Convert HAML to ERB
- Add mailer preview
- Improve UI
- Remove unused routes
- Add tests
2019-04-11 13:04:42 +03:00
Artur Beljajev
1dfc618228
Refactor confirmation url view in registrant area
2019-04-06 19:17:53 +03:00
Artur Beljajev
a08f063640
Refactor ID card sign-in
...
- Extract to Devise custom strategy
- Use `SSL_CLIENT_S_DN_CN` env variable instead of `SSL_CLIENT_S_DN` to
get ID card data
- Remove `database_authenticatable` strategy from `RegistrantUser`
Closes #1047
2019-03-19 19:37:36 +02:00
Artur Beljajev
42e8f86dae
Integrate auction
...
Closes #874
2019-01-18 18:06:54 +02:00
Artur Beljajev
e8232258d8
Remove dead code
2018-10-29 00:59:02 +02:00
Timo Võhmar
910753b076
Merge pull request #958 from internetee/registry-849
...
Registry 849
2018-10-18 15:29:44 +03:00
Maciej Szlosarczyk
58c928226d
Add handling of OPTIONS request to /api namespace
...
* It allows access from anywhere via wildcard origin
* It sets the timeout to an hour
* It allows all standard HTTP verbs + OPTIONS
2018-10-16 09:32:49 +03:00
Artur Beljajev
b6ecae6a35
Add Registrant API contact update action
...
Closes #849
2018-10-09 00:09:22 +03:00
Artur Beljajev
3ca95364ef
Merge branch 'master' into improve-registrant-area
...
# Conflicts:
# test/fixtures/contacts.yml
2018-09-01 19:37:44 +03:00
Maciej Szlosarczyk
2636fe2525
Merge branch 'master' into registry-927
2018-08-31 14:25:59 +03:00
Artur Beljajev
3d51a93f95
Merge branch 'master' into registry-790
2018-08-27 15:24:05 +03:00
Artur Beljajev
d27443277f
Merge branch 'master' into improve-registrant-area
2018-08-27 12:23:09 +03:00
Maciej Szlosarczyk
8aa8aea24e
Merge branch 'master' into registry-927
2018-08-27 11:40:28 +03:00