Releases: internetee/registry
Releases · internetee/registry
20200118 New ForceDelete
20200113 ForceDelete and registrant confirmation fixes
20200106 clientHold, contact view fix and gem updates
20200102 Rails 5 upgrade
- Upgrade to Rails 5.0 #377
- Contact and domain list download in portals changed - buttons instead of dropdown #1360
- Fixed account activity form filter and csv download issues in admin and registrar #1410
- Fixed mailer previews for couple email templates #1342
- Fixed domain details view in admin where admin and tech contacts were marked as invalid with Rails 5 #1413
- Tuned PDFkit gem #1367
- Tuned kaminari gem to solve pagination issues #1405
- Updated ransack gem to 1.8 #1357
- Updated kaminari gem to 1.1.1 #1392
- Downgraded minitest to 5.10.3 due to incompatibility with Rails 5.0 #1387
- Updated domain_name gem to 0.5.20190701 #1400
- Updated webmock gem to 3.7.6 #1401
- Updated que gem to 0.14.3 and que-web gem to 0.7.2 #1404
- Updated e-invoice gem #1429
- Upgraded bundler to 2.0.2 #1433
- Bump rubyzip from 1.2.2 to 1.3.0 #1349
- Updated haml gem to 5.1.2 (CVE-2017-1002201) #1384
- Bump puma from 4.2.1 to 4.3.1 #1437
- Implemented proper handling of contact transfer requests #1363
- Restored EPP exception logging to syslog #1371
- Refactored API user management #1435
- Records in registrant_verifications are now archived by PaperTrail #1425
- Removed Ruby version from Travis config and let it use .ruby-version #1441
- Improved setup and seed #1352
- Typo fixes for #1352 #1396
- Limited epp routes #1364
- Added DB constraints for reserved and blocked tables #1338
- New db constraints to invoices and invoice_items tables #1388
- Set not null constraint on contact.name db column #1417
- Moved gem extensions to proper directory and renamed the dirs to "monkey patches" to improve readability #1406
- Clarified reference to proper phone nr format in EPP spec #1343
- Removed unused epp routes #1335
- Removed Rspec and converted specs to tests #1336
- Added test for EPP hello request #1337
- Test environment tuning #1366
- Ignoring legacy database columns at ActiveRecord level #1377
- Removed unused csr and crt columns from user table #264
- Removed unimplemented keyrelay code #715
- Removed old import rake task #1355
- Removed duplicate route from admin #1375
- Removed buggy code for contact details' fast access in registrar portal #1386
- Removed bullet gem #378
- Removed uuidtools gem #1390
- Removed some unneeded code #1397
- Removed eis_trusted_proxies setting #1398
- Removed code for displaying errors in nameserver and dnskey data as unused #1411
- Removed domain name from registrant_verifications table #1431
- Removed
fill_ident_country
postgresql function as unused #1439 - Removed some dead code #1370
Registry: Release 20190920 Error msg improvements, gem and test updates
20190916 Bank integration, glue bug fix and updates
- Introduced automatic payment processing using LHV Connect #1232
- Fixed bug where glue records were identified on partial string match with the domain name #1291
- Auto-Update Devise gem to 4.7.1 #1304
- Upgrade Ruby to 2.4.7 #1289
- Update hashdiff gem to 1.0.0 #1287
- Updated Airbrake gem to 9.4.3 and tuned the configuration #1297
- Updated cancancan gem to 3.0.1 #1300
- Updated coffee-rails gem to 4.2 #1320
- Updated data_migrate gem to 5.3.2 #1321
- Added some new database constraints #1265
- Updated filenames to follow Ruby name convention #1295
- Replaced unused haml-rails gem with haml #1315
- Removed 1 second delay on erroneous epp query responses #1299
- Figaro cleanup #1272
- Introduced modules #1312
- Removed deprecated testcase class #1277
- Removed a duplicate test #1302
- Removed mod_epp specific X-EPP-Returncode EPP response header #1301
- removed unused script #1261
- removed unused factory #1262
- removed unused seller_it column from invoices db table #1264
- removed unused rake tasks #1268
- Removed disabled and unnecessary CSRF protection #1305
- Removed unused jbuilder gem #1311
- Hid some methods #1318
20190821 Sec fix CVE-2019-5477
- Nokogiri update to 1.10.4 (CVE-2019-5477) #1266
20190708 billing email fallback
- Fixes Invoices are not delivered to e-invoice provider when registrar has no billing email #1255
20190701 E-invoices and auto-invoicing
- E-invoicing with every generated invoice #1222
- Added auto-invoicing and e-invoices integration to Omniva #329
- Enable to delete contacts that have records in actions table #1239
- Added ActionVersions to archive actions upon archival of a contact object #1236
- Updated rails-settings-cached gem to 0.7.2 #1228
- Updated pdfkit gem to 0.8.4.1 #1240
- test improvements #1237
- Added ActionMailer TestCase inheritance #1242
- Removed unfinished and unused email template editing from admin #1186
- Removed three unused DB tables #1227
20190613 invoice vat rate is mandatory
- Set Invoice.vat_rate in db to not null #1205