Commit graph

7781 commits

Author SHA1 Message Date
Timo Võhmar
3d30469db9
Merge pull request #1527 from internetee/fix-registrant-contact-view
Registrant: Allow to view other contacts of domain
2020-05-21 14:31:12 +03:00
Karl Erik Õunapuu
f27f2f365f Do not use requester ID when querying all_domains() via Registrar 2020-05-21 14:15:00 +03:00
Karl Erik Õunapuu
bcd6f0bd71 Find requester's tied domains via RegistrantUser 2020-05-21 12:41:21 +03:00
Karl Erik Õunapuu
572510d7b0 Find contact/registrar directly via domain or via relations 2020-05-20 11:10:01 +03:00
Timo Võhmar
82109c506c
Update CHANGELOG.md 2020-05-18 14:57:29 +03:00
Timo Võhmar
e0b7ce7b94
Merge pull request #1579 from internetee/add-machine-readable-list-of-blocked-domains
Simple implementation of retained domains API endpoint
2020-05-18 14:51:23 +03:00
Timo Võhmar
09b4575a71
Update retained_domains.md 2020-05-18 12:46:52 +03:00
Maciej Szlosarczyk
56e3784aa4
Use constants instead of strings 2020-05-15 14:52:11 +03:00
Maciej Szlosarczyk
6e5a97ad4d
Add handling of type filters and handling of ETags
Add API documentation and test cases around ETags for the API.
2020-05-15 14:43:18 +03:00
Timo Võhmar
5f645d7370
Update CHANGELOG.md
fixed revoking of certificates
2020-05-14 18:56:20 +03:00
Maciej Szlosarczyk
960e4084e3
Properly match against class
Turns out I was wrong 😅
2020-05-14 15:26:33 +03:00
Maciej Szlosarczyk
26858a7e8f
Merge branch 'master' into add-machine-readable-list-of-blocked-domains 2020-05-14 15:06:15 +03:00
Maciej Szlosarczyk
88a3a2ebac
Make Rubocop less whiny about things 2020-05-14 14:59:17 +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
Timo Võhmar
2730ba1c2f
Merge pull request #1578 from internetee/952-revoking-cert-does-not-stop-user-from-logging-in
Store revoked state in Certificate model
2020-05-14 09:52:29 +03:00
Karl Erik Õunapuu
36e036e231 Write metadata only on create 2020-05-12 21:27:54 +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
c2f8589044 Verify that CN is present when uploading CSR/CRT 2020-05-12 12:28:43 +03:00
Timo Võhmar
a2bd9a7cc0
Update CHANGELOG.md
auction due dates to whois
2020-05-11 17:42:04 +03:00
Timo Võhmar
bc84ba0b5e
Merge pull request #1572 from internetee/1201-registration-deadline-whois
Add registration deadline field to auction model
2020-05-11 17:30:21 +03:00
Alex Sherman
6bff825798 Fix structure.sql 2020-05-08 13:57:43 +05:00
Alex Sherman
d035b7727d Add tests for registry to receive registration_deadline 2020-05-08 13:14:41 +05:00
Alex Sherman
5c419ae8be Update whois record with auction registration_deadline if any 2020-05-06 15:44:24 +05:00
Alex Sherman
c6fd78b4cd Add registration deadline field to auction model 2020-05-06 12:53:45 +05:00
Karl Erik Õunapuu
e18942e8ee Cover PKI validation with tests 2020-05-05 16:33:33 +03:00
Karl Erik Õunapuu
2dbcbf1c29 Remove redundant api check blocks 2020-05-05 14:23:09 +03:00
Karl Erik Õunapuu
0fa7fcc771 Check that certificate is not revoked 2020-05-05 13:53:11 +03:00
Karl Erik Õunapuu
90f933a5a1 Add revoked boolean to Certificate model 2020-05-05 13:38:21 +03:00
Karl Erik Õunapuu
bd7b6ddb73 Create test for viewing other domain contacts 2020-05-05 12:36:04 +03:00
Karl Erik Õunapuu
d0053def99 Find requester contact id solely by ident 2020-05-05 12:35:27 +03:00
Karl Erik Õunapuu
7930c4d8b6 Show only domains for contact that requester contact has access to 2020-05-04 18:14:13 +03:00
Karl Erik Õunapuu
53c466e6e5 Default fixture for business addr 2020-05-04 14:53:50 +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
Timo Võhmar
1a58d85f15
Update CHANGELOG.md 2020-04-30 12:20:30 +03:00
Timo Võhmar
3a93405e20
Merge pull request #1577 from internetee/1576-fix-removed-field-history-error
Fix presence of ignored fields in history
2020-04-30 12:16:19 +03:00
Alex Sherman
c4e46149e8 Fix presence of ignored fields in history
Closes #1576
2020-04-30 13:01:05 +05:00
Timo Võhmar
8b6a615dfd
Update CHANGELOG.md 2020-04-27 21:26:40 +03:00
Timo Võhmar
6088e107d6
Merge pull request #1575 from internetee/rollback-simplecov-to-0.17
Rollback SimpleCov to 0.17.1
2020-04-27 20:31:55 +03:00
Karl Erik Õunapuu
eff87d002b Rollback SimpleCov to 0.17.1 2020-04-27 15:31:54 +03:00
Alex Sherman
23642355bf
Fix mina deploy issue (#1573)
Use git command to get origin/repo
2020-04-20 11:40:03 +03:00
Timo Võhmar
6e30737bf0
Update CHANGELOG.md
Clickable version string #1345
2020-04-17 18:39:22 +03:00
Timo Võhmar
f26031d539
Merge pull request #1345 from internetee/clickable-version-string
Clickable version string
2020-04-17 18:36:12 +03:00
Alex Sherman
197d199215 Move url generation to helper, made it reliable with ssh git checkout 2020-04-16 16:06:58 +05:00
Georg Kahest
1fabdb6a72 Address review comments:
https://github.com/internetee/registry/pull/1345#discussion_r333904209
2020-04-16 14:32:56 +05:00
Georg Kahest
700967b58d fix strings, use better colours 2020-04-16 14:32:56 +05:00
Georg Kahest
8161d21f98 clickable commit hash link 2020-04-16 14:32:56 +05:00
Timo Võhmar
7970f51353
Update CHANGELOG.md
Rails 5.2 update
2020-04-15 23:29:03 +03:00
Timo Võhmar
09936f2b70
Merge pull request #1571 from internetee/update-rails-to-5.2
Update to Rails 5.2
2020-04-15 23:26:45 +03:00
Karl Erik Õunapuu
43200f68de Revert unnessecary updates to binaries 2020-04-15 13:02:57 +03:00
Karl Erik Õunapuu
e040ac6a45 Exclude DomainStatus static model from Papertrail 2020-04-15 10:01:35 +03:00