2
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 19, 2023 — Jan 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Cleaner fix to #291 More... over 15 years ago
Only add quotes to content if the record is type SPF More... over 15 years ago
Fix quotes that were left out of r333 More... over 15 years ago
FIXED TTN#291 - Add quotes to DB when adding/editing a SPF record More... over 15 years ago
Missing closing bracket for last commit r331 More... over 15 years ago
FIXED TTN#292 - Do not show other users in system unless user is allowed to see them More... over 15 years ago
Begin code commenting project More... over 15 years ago
FIXED TTN#283 - Deleting record should update serial More... over 15 years ago
Update README file in docs/ direcory. It was still pointing to an old page on the website. More... about 16 years ago
Updated of copyright notice (year has changed). More... about 16 years ago
Bugfix. SOA record now gets update only once, even when we are updating multiple records in edit.php. Doh. More... about 16 years ago
Rewrite of SOA update function. Now honors a serial of "0" (as this has special meaning for Powerdns) and simplified code. Fixed a bug in edit.php which caused serial not to be changed when records were changed. User is now forced to edit SOA record explicitly. Closes #66. More... about 16 years ago
Bugfix: fixed a number of broken permissions checks. Reported by "stbuehler". Closes #88. More... about 16 years ago
Added prelimary support for CURL records. This is one of those "fancy" record types that are supported by PowerDNS. More... about 16 years ago
Bugfix: User was unable to delete own record. Bug reported by Jasper van Erven Dorens and Olvi. Resolves first comment of #88. More... about 16 years ago
Bugfix: when not all data was entered correctly when creating a new user, an error was displayed, but the user still was created. Bugfix: A possible privilege escalation has been reported by Pim Rupert. This has also been adressed. More... about 16 years ago
Minor bug fix: [email protected] reported that cyrillic characters where not supported. Applied the patch which was supplied. This closes #93. More... over 16 years ago
Added preliminary support for SPF (other than in TXT) and SSHFP records. Valdiation for these types will be added in near future. As requested in #89. More... over 16 years ago
Applied the patches supplied in #82 and #85. Also quoted some additional values before they are send to the database. More... over 16 years ago
Bugfix: When no zones are available in current listing, it isn't possible to switch to an other listing. Fixed this by displaying the character selection in this case. Closes: #81. Bug reported by Tom Hutchison. More... over 16 years ago
Fixed a number of undefined errors warnings. Updated a number variable names for consistency. Update PHP syntax for consistency. More... over 16 years ago
Bugfix: The GRANT statement for PostgreSQL is not correct. Modified the code to give the correct GRANT statement based on the tables in database-structure.inc.php. Reported by grin. Closes: #78. More... over 16 years ago
Bugfix: removed the multirow insert syntax, which is only supported in PostgreSQL 8.2 and higher. Reported and patch by grin. This closes ticket:79. More... over 16 years ago
Fixed a number of errors for undefined variables. More... over 16 years ago
Update of SRV record validation. Now checks for a maximum number of characters of content field and allows dash in first label of content field. Closes #45. More... over 16 years ago
Added isset() check for commits. More... over 16 years ago
Fixed a number of undefined variable errors in PHP. Fixed an omission in r291. More... over 16 years ago
Bugfix. A user without the privilige to change the permission templates for users couldn't change user properties. Closes: #80. More... over 16 years ago
Fixed a couple of warnings on undefined variables and array indexes. Closes: #71. More... over 16 years ago
Bugfix: In postgres an empty string ("") was is not automatically casted to 0. Because of this the use of integer is forced in the $db->quote() function. This fixes ticket:40. More... over 16 years ago