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
Fixes #122 - Added .test, .example, .invalid, .localhost to valid TLDs list
edmondas
as Edmondas Girkantas
More... almost 11 years ago
Merge pull request #51 from pmknutsen/master
edmondas
as Edmondas
More... almost 11 years ago
Merge pull request #124 from gvangool/update-tlds
edmondas
as Edmondas
More... almost 11 years ago
Removed unused docblock
edmondas
as Edmondas Girkantas
More... almost 11 years ago
Improved DocBlocks
edmondas
as Edmondas Girkantas
More... almost 11 years ago
Minor improvement to redirection after login
edmondas
as Edmondas Girkantas
More... almost 11 years ago
PHP_SELF replaced with SCRIPT_NAME
edmondas
as Edmondas Girkantas
More... almost 11 years ago
Changed DocBlock package name
edmondas
as Edmondas Girkantas
More... almost 11 years ago
$_SERVER['PHP_SELF'] changed to more secure $_SERVER['SCRIPT_NAME']
edmondas
as Edmondas Girkantas
More... almost 11 years ago
Added missing phpdoc tags
edmondas
as Edmondas Girkantas
More... almost 11 years ago
Added missing phpdoc tags.
edmondas
as Edmondas Girkantas
More... almost 11 years ago
Added more directories to ignore from phpdoc
edmondas
as Edmondas Girkantas
More... almost 11 years ago
Updated copyright and credits link
edmondas
as Edmondas Girkantas
More... almost 11 years ago
Fixes to phpdoc configuration.
edmondas
as Edmondas Girkantas
More... almost 11 years ago
Added docs directory to git ignore list.
edmondas
as Edmondas Girkantas
More... almost 11 years ago
Removed trailing space.
edmondas
as Edmondas Girkantas
More... almost 11 years ago
Adds script to get a PHP array with all valid gTLDs More... about 11 years ago
Updates with all valid gTLDs More... about 11 years ago
fix undefined var in bulk_registration.php
stbuehler
as Stefan Bühler
More... over 11 years ago
always display current record type in drop down list, even if not in the list of supported types. some more htmlspecialchars and SPF/... sanitizing fixes too
stbuehler
as Stefan Bühler
More... over 11 years ago
Add basic support for more record types
stbuehler
as Stefan Bühler
More... over 11 years ago
if pdnssec_command is set use it to rectify all zones - pdns needs this for all zones if dnssec is enabled
stbuehler
as Stefan Bühler
More... over 11 years ago
add SPF content sanitizing to edit_record.php (same as edit.php and edit_zone_templ.php)
stbuehler
as Stefan Bühler
More... over 11 years ago
* Use htmlspecialchars when populating input values. More... over 11 years ago
* Don't validate CURL, MBOXFW, and NAPTR records as SPF records. * Remove unnecessary comment about validating a record as SPF. * Move validation for LOC records above the list of unvalidated records. More... over 11 years ago
Added configuration option to connect using SSL when using mysqli driver More... over 11 years ago
Optimize function show_pages (pagination) More... over 11 years ago
Add default secondary sort by name in zones, records list (fixes #62) More... over 11 years ago
Fix sort by count_record in list zones More... over 11 years ago
Implementation of Issue #22 'Language selection on the logon screen' More... almost 12 years ago