Commit graph

11 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 5d5f8c4af7 Added some trimming around some VARCHAR records 2017-01-07 20:29:36 +10:00
lamclennan 7972a197ee PDO Conversion 2017-01-07 20:18:39 +10:00
Lukas Metzger f628e147cd Added csrf protection 2016-01-29 16:52:23 +01:00
Lukas Metzger fe77022836 Fixed ttl update bug in soa edit 2016-01-23 21:23:47 +01:00
Lukas Metzger 17e3cf908d Added working implementation for edit-master.php, validity checks are required 2016-01-23 17:05:13 +01:00
Lukas Metzger 5b23d5ae95 Enabled fetching of soa data 2016-01-20 21:48:17 +01:00
Lukas Metzger dfab14b517 Added record table to edit-master.php, working inclusive filter and data 2016-01-20 20:46:14 +01:00