Skip to content

Project Ideas

Edmondas Girkantas edited this page Nov 5, 2023 · 16 revisions

UI

  • Use Twitter Bootstrap or other framework
  • #100 - Reminder: Implement on-the-fly search / search from every page within the new Design
  • Only important DNS record types should be selectable

Core

  • Usage of PowerDNS Rest-API
  • DNSSEC via API and not system/exec call

Database

  • Add support of charset and collation selection for other database (currently implemented only for MySQL) Implemented possibility to select charset for mysql/pgsql at installation-process
  • Check if $db_ssl_ca was used and restore functionality

Migration

  • Allow to migrate from old password hashing (md5) to new and safer (bcrypt)

Installer

  • Add system check page to installer (if all modules are installed - gettext, mcrypt, session and etc) Already implemented in new installer
  • Display progress bar during execution of SQL queries

Other

  • Take part in Google Summer of Code (maybe next year?)