Logo
Explore Help
Register Sign In
Malin/domnitor
1
0
Fork 0
You've already forked domnitor
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
5365af00fd0aad392c09c2d4813ff515d8f535de
domnitor/database/migrations/026_update_app_version_v1.1.4.sql

8 lines
259 B
MySQL
Raw Normal View History

Add TLD registry import/export/create & logging Add CSV/JSON export and import endpoints and UI for the TLD registry, plus a manual Create TLD modal and drag-and-drop import UX. Standardize import/export logging by adding Logger('import'/'export') calls to Domains, Tags, Notification Groups and TLD flows. Add TldRegistry model helpers (findByTld, getAll) used for deduplication and exports. Update routes for /tld-registry export/import/create and add a migration to bump app_version to 1.1.4. Also update default app_version, enhance WhoisService parsing (registrar regex and ISO-8601 date handling), and adjust the TLD registry index view to include IANA and Export dropdowns, import modal, create modal, and related JS behavior.
2026-03-02 11:17:58 +02:00
-- Update application version to 1.1.4
-- This version adds TLD Registry import/export/create, IANA dropdown UI, and standardized logging
-- Update application version to 1.1.4
UPDATE settings
SET setting_value = '1.1.4'
WHERE setting_key = 'app_version';
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 202ms Template: 23ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API