Skip to content
This repository has been archived by the owner on May 22, 2023. It is now read-only.

Add cgi case for headers parsing #26

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Add cgi case for headers parsing #26

wants to merge 3 commits into from

Commits on Dec 1, 2013

  1. Adds cgi case for headers parsing. Looking into $_SERVER['HTTP_*'] to…

    … get Content-Type and X-AUTHENTICATION-TOKEN (tested on nginx/php-fpm)
    Michael committed Dec 1, 2013
    Configuration menu
    Copy the full SHA
    6ddce4f View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2014

  1. include zone id in get_all_zones results

    the include_zone_id in the get_zone is set to true by default
    include record id (r_id) in get_zone results
    added serial ([SERIAL]) pattern substitution for templates in create_zone, the [SERIAL] is substituted with `Ymd00`
    added deletion of all the records of a zone being deleted (lazy cascade :)
    added record removal by id
    gfdsa committed Jan 22, 2014
    Configuration menu
    Copy the full SHA
    7a85321 View commit details
    Browse the repository at this point in the history
  2. added record updates by record id

    better log_message when records are modified
    mtabolsky committed Jan 22, 2014
    Configuration menu
    Copy the full SHA
    1d6caa0 View commit details
    Browse the repository at this point in the history