Commit graph

251 commits

Author SHA1 Message Date
Karl Erik Õunapuu
22f9c2058d
Create api/v1/bounces endpoint 2020-09-17 11:55:52 +03:00
Karl Erik Õunapuu
188cca0c06
Create views for bounced emails 2020-09-17 11:12:01 +03: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
Artur Beljajev
b079220822 Remove unused routes 2018-08-22 00:22:07 +03:00
Artur Beljajev
211f8c9143 Fix home page link 2018-08-22 00:21:12 +03:00
Artur Beljajev
c48cdf68b6 Merge branch 'master' into registry-790 2018-08-20 21:20:52 +03:00
Artur Beljajev
638167e3cb Improve registrant area 2018-08-11 18:10:08 +03:00
Artur Beljajev
60f451afcd Merge branch 'master' into refactor-devise-integration 2018-08-11 14:58:54 +03:00
Maciej Szlosarczyk
647cb53404
Merge branch 'master' into registry-927 2018-08-10 14:30:38 +03:00
Artur Beljajev
48ad971af1 Add clarifying comment 2018-08-10 13:25:18 +03:00
Maciej Szlosarczyk
2a7caaa33e
Update routes 2018-08-10 13:21:44 +03:00
Artur Beljajev
1d79f6548d Merge branch 'master' into registry-790
# Conflicts:
#	test/integration/epp/domain/domain_delete_test.rb
#	test/integration/epp/domain/domain_update_test.rb
#	test/integration/epp/domain/transfer/request_test.rb
#	test/system/admin_area/domains_test.rb
2018-08-09 15:01:23 +03:00
Artur Beljajev
dbace4cbc5 Merge branch 'master' into refactor-devise-integration 2018-08-09 14:51:22 +03:00