Recent Releases of domain-watchdog
domain-watchdog - v1.2.1
fix: duplicate key value violates unique constraint domain_pkey
Full Changelog: https://github.com/maelgangloff/domain-watchdog/compare/v1.2.0...v1.2.1
- PHP
Published by maelgangloff 10 months ago
domain-watchdog - v1.2.0
What's Changed
✨ feat: EPP protocol support (experimental) by @maelgangloff in https://github.com/maelgangloff/domain-watchdog/pull/72
- Introduced initial support for the EPP (Extensible Provisioning Protocol), enabling domain ordering via EPP.
- EPP keys and client certificates are managed via temp files and file storage.
- Implemented DTOs and validation logic for EPP operations.
🧼 refactor: Symfony controllers into proper API Platform state processors by @vinceh121 in https://github.com/maelgangloff/domain-watchdog/pull/79
- Reworked controllers to leverage API Platform's state processors for cleaner handling.
- Improved watchlist trigger behavior and domain registration automation during watchlist creation.
Full Changelog: https://github.com/maelgangloff/domain-watchdog/compare/v1.1.5...v1.2.0
- PHP
Published by maelgangloff about 1 year ago
domain-watchdog - v1.1.5
fix: Can't validate account via link sent in email #49
Full Changelog: https://github.com/maelgangloff/domain-watchdog/compare/v1.1.4...v1.1.5
- PHP
Published by maelgangloff about 1 year ago
domain-watchdog - v1.1.4
fix: access public API without bearer. #70
Full Changelog: https://github.com/maelgangloff/domain-watchdog/compare/v1.1.3...v1.1.4
- PHP
Published by maelgangloff over 1 year ago
domain-watchdog - v1.1.3
Fix connector creation when using Name.com provider
Full Changelog: https://github.com/maelgangloff/domain-watchdog/compare/v1.1.2...v1.1.3
- PHP
Published by maelgangloff over 1 year ago
domain-watchdog - v1.1.2
What's Changed
- Refactor of the connector creation form in https://github.com/maelgangloff/domain-watchdog/pull/68 Fixes #69
Full Changelog: https://github.com/maelgangloff/domain-watchdog/compare/v1.1.1...v1.1.2
- PHP
Published by maelgangloff over 1 year ago
domain-watchdog - v1.1.1
Fixed number of days before WHOIS removal
- PHP
Published by maelgangloff over 1 year ago
domain-watchdog - v1.0.0
:tada: v1.0.0
More and more of you are interested in this project. Here are some changes brought by this new release. Do not hesitate to open an issue if you encounter any difficulty.
Frontend
- Improved user experience
- Added dark theme for devices configured in dark theme
- Added filters on the table of followed domain names
Backend
- It is possible to search for TLDs via the search bar
- Deleted domain names are updated every week
- The EPP status differential is stored in the database for a detailed history
- Added InfluxDB support for detailed instance statistics
Added the
bin/console app:register -vf example.comcommand to register a domain name via CLIMinor bug fixes
Full Changelog: https://github.com/maelgangloff/domain-watchdog/compare/v0.4.2...v1.0.0
- PHP
Published by maelgangloff over 1 year ago
domain-watchdog - v0.4.2
- fix: duplicate NS violates unique constraint
- feat: update
custom_rdap_servers.example.yaml
Full Changelog: https://github.com/maelgangloff/domain-watchdog/compare/v0.4.1...v0.4.2
- PHP
Published by maelgangloff over 1 year ago
domain-watchdog - v0.4.1
Full Changelog: https://github.com/maelgangloff/domain-watchdog/compare/v0.4.0...v0.4.1
- PHP
Published by maelgangloff over 1 year ago
domain-watchdog - v0.4.0
:tada:
What's Changed
- fix:
eventskey may be missing from RDAP responses by @swarnat in https://github.com/maelgangloff/domain-watchdog/pull/53 - Namecheap support by @vinceh121 in https://github.com/maelgangloff/domain-watchdog/pull/51
- Implement AutoDNS provider by @swarnat in https://github.com/maelgangloff/domain-watchdog/pull/52
New Contributors
- @swarnat made their first contribution in https://github.com/maelgangloff/domain-watchdog/pull/53
Full Changelog: https://github.com/maelgangloff/domain-watchdog/compare/v0.3.1...v0.4.0
- PHP
Published by maelgangloff over 1 year ago
domain-watchdog - v0.3.0
- fix: add support for IDN TLD search
- feat: add delete property on Event
- feat: limit calendar past events
- feat: add delete property on DomainEntity
- fix: remove deleted DomainEntities on diagram
- fix: switch updatedAt to datetime_immutable
- chore: diagram is always in dark mode
:warning: Domain name updates are now done hourly to be faster.
Full Changelog: https://github.com/maelgangloff/domain-watchdog/compare/v0.2.8...v0.3.0
- PHP
Published by maelgangloff almost 2 years ago
domain-watchdog - v0.2.8
The previous version always sent "Test Notification" in the content. In this version, the messages have the correct content.
Full Changelog: https://github.com/maelgangloff/domain-watchdog/compare/v0.2.7...v0.2.8
- PHP
Published by maelgangloff almost 2 years ago
domain-watchdog - v0.2.7
- FIX support for new webhook schemes (pushover, ntfy, engagespot)
- PHP
Published by maelgangloff almost 2 years ago
domain-watchdog - v0.2.6
- :sparkles: Added support for new webhook schemes (pushover, ntfy, engagespot)
Full Changelog: https://github.com/maelgangloff/domain-watchdog/compare/v0.2.5...v0.2.6
- PHP
Published by maelgangloff almost 2 years ago
domain-watchdog - v0.2.5
:tada:
- Fixed a bug when purchasing an automatic domain name via Symfony's Messaging system
- Optimized the publishing workflow in the Docker Hub
- PHP
Published by maelgangloff almost 2 years ago
domain-watchdog - v0.2.4
What's Changed
- refactor: split ProcessDomain message by @maelgangloff in https://github.com/maelgangloff/domain-watchdog/pull/48
Full Changelog: https://github.com/maelgangloff/domain-watchdog/compare/v0.2.3...v0.2.4
- PHP
Published by maelgangloff almost 2 years ago
domain-watchdog - v0.2.3
- Added support for linux/arm64 platforms with Docker
Full Changelog: https://github.com/maelgangloff/domain-watchdog/compare/v0.2.2...v0.2.3
- PHP
Published by maelgangloff almost 2 years ago
domain-watchdog - v0.2.2
:tada:
What's Changed
- feat: Add custom RDAP servers if needed
- feat: Check that the connector is compatible before linking to a Watchlist
- fix: allow unsecure authentication cookies in dev by @vinceh121 in https://github.com/maelgangloff/domain-watchdog/pull/42
Full Changelog: https://github.com/maelgangloff/domain-watchdog/compare/v0.2.1...v0.2.2
- PHP
Published by maelgangloff almost 2 years ago
domain-watchdog - v0.2.1
:tada:
What's Changed
- Added a QR Code for iCalendar export
- Added
REGISTRATION_VERIFY_EMAILenvironment variable to avoid sending a verification email when registering - Rewrote Docker Compose for ease of use
Full Changelog: https://github.com/maelgangloff/domain-watchdog/compare/v0.2.0...v0.2.1
- PHP
Published by maelgangloff almost 2 years ago
domain-watchdog - v0.2.0
:tada:
What's Changed
- feat: User can update Watchlist
- feat: Watchlists are processed daily but domain names are updated if necessary
feat: add support for Chat Webhooks messages in https://github.com/maelgangloff/domain-watchdog/pull/38
feat: Add diagrams to observe relationships between domain names, entities, and DNS servers
Full Changelog: https://github.com/maelgangloff/domain-watchdog/compare/v0.1.6...v0.2.0
- PHP
Published by maelgangloff almost 2 years ago
domain-watchdog - v0.1.6
- Instantiate DB on first boot with Docker :tada:
Full Changelog: https://github.com/maelgangloff/domain-watchdog/compare/v0.1.5...v0.1.6
- PHP
Published by maelgangloff almost 2 years ago
domain-watchdog - v0.1.5
- Fixed limitations to be in accordance with the configuration
- Ability to modify a Watchlist
- Fixed Docker image: generation of JWT keys
Full Changelog: https://github.com/maelgangloff/domain-watchdog/compare/v0.1.4...v0.1.5
- PHP
Published by maelgangloff almost 2 years ago
domain-watchdog - v0.1.4
Logs are now displayed when the application is in a Docker container
- PHP
Published by maelgangloff almost 2 years ago
domain-watchdog - v0.1.1
What's Changed
- Docker support :tada:
New Contributors
- @Vilerio made their first contribution in https://github.com/maelgangloff/domain-watchdog/pull/35
Full Changelog: https://github.com/maelgangloff/domain-watchdog/compare/v0.1.0...v0.1.1
- PHP
Published by maelgangloff almost 2 years ago