Alex Sherman
|
c744a81e4c
|
Improve invoice processing logging
|
2020-10-16 15:05:57 +05: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 |
|
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
|
a782b19d28
|
Deserializers: Mirror ContactCreate from ContactUpdate
|
2020-10-13 15:13:02 +03:00 |
|
Alex Sherman
|
c79042f789
|
Add registrant api companies endpoint
|
2020-10-12 16:32:37 +05:00 |
|
Karl Erik Õunapuu
|
01004b8ed4
|
Repp: Contact create: validate identifier
|
2020-10-07 12:46:19 +03:00 |
|
Karl Erik Õunapuu
|
a33cc40d59
|
Extract Contact create BL from EPP controller
|
2020-10-06 12:44:16 +03:00 |
|
Karl Erik Õunapuu
|
11ee1f9f1e
|
Remove ID card logic from codebase
|
2020-10-01 17:18:23 +03:00 |
|
Alex Sherman
|
6e99521d59
|
Fix mess with registrant user routes
|
2020-09-30 13:37:58 +05:00 |
|
Alex Sherman
|
227c2f100d
|
Set OmniAuth on failure config
|
2020-09-25 16:20:01 +05:00 |
|
Karl Erik Õunapuu
|
7e9a3250bd
|
Log deleted contacts to file, don't send poll message on initial cycle
|
2020-09-16 12:16:02 +03:00 |
|
Karl Erik Õunapuu
|
ab1fa9064e
|
Merge remote-tracking branch 'origin/master' into refactor-contact-archivation
|
2020-09-16 10:37:53 +03:00 |
|
Karl Erik Õunapuu
|
be960457e6
|
Process payments: Create new invoice by transaction to allow direct top ups
|
2020-09-07 16:58:27 +03:00 |
|
Karl Erik Õunapuu
|
5c7e07dbb5
|
Use log() method instead of puts
|
2020-09-04 14:52:24 +03:00 |
|
Karl Erik Õunapuu
|
fa6ebd9cda
|
contacts:archive: delete orphaned once it's discovered / allow to start query from specific contact_id
|
2020-09-04 11:24:00 +03:00 |
|
Karl Erik Õunapuu
|
bbbb3d5367
|
Improve logging
|
2020-09-03 16:42:04 +03:00 |
|
Karl Erik Õunapuu
|
11fc484270
|
Don't double check if contact can be archived when ran via Task
|
2020-09-03 16:07:09 +03:00 |
|
Karl Erik Õunapuu
|
816102130b
|
Add logging to archiving process
|
2020-09-03 15:59:59 +03:00 |
|
Karl Erik Õunapuu
|
b2dab0d316
|
Merge branch 'master' into refactor-contact-archivation
|
2020-09-03 14:43:25 +03:00 |
|
Karl Erik Õunapuu
|
3c7756680d
|
Resolve some minor CC issues
|
2020-09-02 17:41:20 +03:00 |
|
Karl Erik Õunapuu
|
73e9dd6870
|
Resolve merge errors
|
2020-09-02 16:25:34 +03:00 |
|
Artur Beljajev
|
4c884cce37
|
Clear expired EPP sessions
Fixes #711
|
2020-08-31 13:35:30 +05:00 |
|
Karl Erik Õunapuu
|
64def385b0
|
Replace LHV JKS store with P12
|
2020-07-27 12:09:29 +03:00 |
|
Alex Sherman
|
e4a02c2e47
|
Return truemail
This reverts commit 862f5639ebbe4d3e6abd5d5be7fb7840e7b83bdf.
|
2020-07-17 15:22:49 +05:00 |
|
Timo Võhmar
|
6900ce1127
|
Revert "297 email address validation truemail"
|
2020-07-10 16:16:00 +03:00 |
|
Alex Sherman
|
b0332a7abd
|
Add logging to email_verification.log
|
2020-07-08 17:10:44 +05:00 |
|
Alex Sherman
|
57cd588eee
|
Add email verification rake task for one domain only
|
2020-07-08 17:10:44 +05:00 |
|
Alex Sherman
|
56ac816dd1
|
Add thirs status - verification failed
|
2020-07-08 17:10:44 +05:00 |
|
Alex Sherman
|
e95996fa12
|
Add nonverified color email to registrar index
|
2020-07-08 17:09:40 +05:00 |
|
Alex Sherman
|
3d444c3a04
|
Fix CC issues
|
2020-07-08 17:08:41 +05:00 |
|
Alex Sherman
|
a13725faa7
|
Add email verification rake task
|
2020-07-08 17:08:41 +05:00 |
|
Maciej Szlosarczyk
|
bc3ea52667
|
Fix typo
|
2020-06-26 22:55:34 +03:00 |
|
Maciej Szlosarczyk
|
8b7f4b2558
|
Reverse conditionals
|
2020-06-26 14:38:18 +03:00 |
|
Maciej Szlosarczyk
|
82a9565c10
|
Extract action
|
2020-06-26 14:31:12 +03:00 |
|
Maciej Szlosarczyk
|
d005a61888
|
Move to new serializer
|
2020-06-26 11:23:30 +03:00 |
|
Maciej Szlosarczyk
|
cba445ee5b
|
Create contact XML deserializer
|
2020-06-25 12:40:57 +03:00 |
|
Maciej Szlosarczyk
|
fd6e5c9bf9
|
Add trailing comma to hash
|
2020-06-18 10:54:25 +03:00 |
|
Maciej Szlosarczyk
|
74a9d59753
|
Add DNS keys to domain API response
It is fairly similar to what we do for WHOIS records, but one query is
slightly rewritten with removal of try-catch block
|
2020-06-18 10:42:39 +03:00 |
|
Maciej Szlosarczyk
|
28695f4c22
|
add email field to contact serializer
|
2020-06-12 14:32:53 +03:00 |
|
Maciej Szlosarczyk
|
1666ef288a
|
Make rubocop more happy
|
2020-06-05 10:49:04 +03:00 |
|
Maciej Szlosarczyk
|
bacdebd17c
|
Pull out ident parsing from Epp::Contact class
|
2020-06-05 10:31:51 +03:00 |
|
Maciej Szlosarczyk
|
043037225b
|
Extract legal doc parsing away from Epp::Domain class
|
2020-06-05 09:56:30 +03:00 |
|
Karl Erik Õunapuu
|
1e1f808c8d
|
Use PaperTrail.request.whodunnit
PaperTrail.whodunnit was removed from PaperTrail 10.x
|
2020-05-29 14:59:17 +03:00 |
|
Karl Erik Õunapuu
|
fabcdf9b7e
|
Use reserved>pw element as disputed password
|
2020-05-07 16:20:09 +03:00 |
|
Karl Erik Õunapuu
|
0f2a290d64
|
Add disputing logic for EPP
|
2020-04-24 16:04:58 +03:00 |
|
Alex Sherman
|
4ddbb08e80
|
Move data migrations from rake tasks to gem
See #1298
|
2020-02-26 13:26:48 +05:00 |
|
Artur Beljajev
|
7f308d4123
|
Add audit log to registrant verifications
Closes #1425
|
2019-12-27 17:00:38 +05:00 |
|
Artur Beljajev
|
f0a7edd6d8
|
Ignore legacy database columns
Closes #1377
|
2019-12-15 18:27:01 +02:00 |
|
Artur Beljajev
|
fa52001be6
|
Upgrade to Rails 5.0
Closes #377
|
2019-11-15 15:26:33 +02:00 |
|
Artur Beljajev
|
67a90c2ef1
|
Improve readability
|
2019-11-02 17:06:00 +02:00 |
|