Commit graph

12 commits

Author SHA1 Message Date
lamclennan 61d7ea9a51 Final Fixes 2017-01-08 14:34:35 +10:00
lamclennan d9f4b20448 Updated upgrade scripts for MySQL
Renamed the user table to users and added a unique key to it so
duplicate users can't be created.

Upgrade scripts delete duplicates and keep the lowest id (which is what
would have been used for authentication anyway, i.e. other users were
useless).

Added upgrade script to put domains names and records names to lower
case text as is required by postgres.
2017-01-08 14:15:31 +10:00
lamclennan b9efd906e5 Postgres SQL Fixes
A few commands changed to suit postgres and the "user" table.
2017-01-08 02:51:16 +10:00
lamclennan 47f3f9939e Bugs
Fixed a few code bugs. Added text to strip whitespace from records (i.e.
name, master, email)
2017-01-07 23:59:03 +10:00
lamclennan 1aaa24280f Started Work Again 2017-01-07 18:37:13 +10:00
lamclennan 3bf4e2874a PDO Conversion/Pg Support Started
Early commit.
2016-12-13 08:19:00 +10:00
Lukas Metzger e894493cd1 Changed databaseschema for newer pdns versions 2016-02-14 12:44:53 +01:00
Lukas Metzger 4fb70354ce Updated database schema with additional foreign keys and ON DELETE CASCADE to secure consistency 2016-02-10 17:06:56 +01:00
Lukas Metzger 0ed2a3dfa1 Fixed bug in installer 2016-02-06 20:11:01 +01:00
Lukas Metzger a37a616967 Fixed bug in install.php 2016-02-02 21:05:37 +01:00
Lukas Metzger f628e147cd Added csrf protection 2016-01-29 16:52:23 +01:00
Lukas Metzger 4e753118b9 Added installer 2016-01-25 19:39:25 +01:00