Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: loewexy/pdnsmanager
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: BotoX/pdnsmanager
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 52 files changed
  • 1 contributor

Commits on Jun 21, 2021

  1. Add automatic reverse record management.

    Refactor record management a bit.
    Improve UI by:
     - enlarging bootstrap max size
     - dropdown type menu on add record now reacts to keyboard input
     - add SHIFT+click on delete to skip confirmation
     - adjust column sizes
     - expand scroll area
    BotoX committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    2326f58 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2021

  1. Change SQL setup to require existing powerdns schema

    (remove powerdns tables from setup, only pdnsmanager tables left)
    Adjust for latest powerdns schema and record types
    BotoX committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    878c095 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2021

  1. Add proper logging

    Check if CNAME exists before adding new record (RFC 1034)
    BotoX committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    3c595ae View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2021

  1. Configuration menu
    Copy the full SHA
    ee9f5c5 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2021

  1. fix log format

    BotoX committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    84479f5 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2021

  1. finish/improve logging

    BotoX committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    93b3fef View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2022

  1. Configuration menu
    Copy the full SHA
    36f0c9f View commit details
    Browse the repository at this point in the history

Commits on May 4, 2022

  1. user input filtering + validation

    UI improvements -> show errors and visual confirmation when adding new record
    BotoX committed May 4, 2022
    Configuration menu
    Copy the full SHA
    0e6616f View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. filter domain name from subdomain in add new record UI (sub.domain.tl…

    …d.domain.tld -> sub.domain.tld)
    BotoX committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    5f4cc71 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2022

  1. Configuration menu
    Copy the full SHA
    0aee7b7 View commit details
    Browse the repository at this point in the history
  2. fix logging

    BotoX committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    f4dcecc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7e872ba View commit details
    Browse the repository at this point in the history
  4. small fixes/improvements

    BotoX committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    50a9830 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

  1. Configuration menu
    Copy the full SHA
    0c377a0 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2022

  1. Configuration menu
    Copy the full SHA
    3ae387e View commit details
    Browse the repository at this point in the history
Loading