Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Poweradmin

A web-based DNS management tool
Collective - Host: opensource - https://opencollective.com/poweradmin - Website: https://www.poweradmin.org - Code: https://github.com/poweradmin

call do_rectify_zone() only when DNSSEC support is enabled, that way during upgrade users wil have less troubles.

github.com/poweradmin/poweradmin - 364c431ea771e2298bed9e408f676699320b3000 authored over 12 years ago by Edmondas Girkantas <[email protected]>
introduced new configuration variable dnssec_use, which by default will be disabled until this feature will be completely done and tested

github.com/poweradmin/poweradmin - e8b99b9501935fd3bde07a549a47b9fe5692bb10 authored over 12 years ago by Edmondas Girkantas <[email protected]>
there's no need to initialise variable

github.com/poweradmin/poweradmin - 389ebf9f04e1deec226eb996401d14d8cd9bf59c authored over 12 years ago by Edmondas Girkantas <[email protected]>
restored error message which was removed by previous pull request, this return code is still used by edit.php script

github.com/poweradmin/poweradmin - f3e5c3ea7209ebdcb4a38b8a8324a5c4f3f0e627 authored over 12 years ago by Edmondas Girkantas <[email protected]>
Merge pull request #24 from stasic/pdnssec

Pdnssec

github.com/poweradmin/poweradmin - 97e332120df9f61cd44ec574c0e5fcce28ccb8dc authored over 12 years ago by Edmondas <[email protected]>
added error messages

github.com/poweradmin/poweradmin - 111282f19ce04a153e580c63cf5b031634321dbd authored over 12 years ago by Arsen Stasic <[email protected]>
unintentionally removed a "="

github.com/poweradmin/poweradmin - 685180a82cb53432556158c5b212220b31c82ebb authored over 12 years ago by Arsen Stasic <[email protected]>
FEATURE: pdnssec enabled domains

If a Domain is dnssec enabled, or uses features as
e.g. ALSO-NOTIFY, ALLOW-AXFR-FROM, TSIG-ALLOW-...

github.com/poweradmin/poweradmin - b6892dfb0fc1c54826fae7da17c775d5bac5746d authored over 12 years ago by Arsen Stasic <[email protected]>
added unit tests for Benchmark class

github.com/poweradmin/poweradmin-tests - 0721d396b69447758ad8cc3ef71db6065d7e6d15 authored over 12 years ago by Edmondas Girkantas <[email protected]>
fixes #20 - when deleting user template display success status only when no user uses that template

github.com/poweradmin/poweradmin - 6b94612b3263b5d6dceec6ddd81c72f2a7992de7 authored over 12 years ago by Edmondas Girkantas <[email protected]>
check if zone template has records before adding them to newly created zone

github.com/poweradmin/poweradmin - b48e2b43d14998020933c55e2867adba9ee41836 authored over 12 years ago by Edmondas Girkantas <[email protected]>
fixes #21 - PHP notice was shown after user removal

github.com/poweradmin/poweradmin - f264d2b124c7c95efc62019c76fdd4bdcc5164d5 authored over 12 years ago by Edmondas Girkantas <[email protected]>
added more test cases to user management testing

github.com/poweradmin/poweradmin-tests - 3e2c0d23fc121d3f7f1ebbff31ebc730f62cb43e authored over 12 years ago by Edmondas Girkantas <[email protected]>
added more test to zone templating

github.com/poweradmin/poweradmin-tests - d37dc3dadbae93e43d5481ef6954f8c4d2c17ac8 authored over 12 years ago by Edmondas Girkantas <[email protected]>
minor changes to zone tests

github.com/poweradmin/poweradmin-tests - 19d88556a2230b721d6043178d491c6d429c7432 authored over 12 years ago by Edmondas Girkantas <[email protected]>
added more test cases

github.com/poweradmin/poweradmin-tests - 63dc8692e1117c11342da3643ecef0497a5ac237 authored over 12 years ago by Edmondas Girkantas <[email protected]>
moved tests from LoginLogoutTest to UserTest

github.com/poweradmin/poweradmin-tests - f3279a7914a848637f77bd212744633f65f9e6c6 authored over 12 years ago by Edmondas Girkantas <[email protected]>
improved existing tests, added new

github.com/poweradmin/poweradmin-tests - b0e9af35b1952ba7634c997176c509521da0f77f authored over 12 years ago by Edmondas Girkantas <[email protected]>
added new test cases, updated old

github.com/poweradmin/poweradmin-tests - 1ffd5cc79d002b1b60c4592bf06c20333c55b274 authored over 12 years ago by Edmondas Girkantas <[email protected]>
removed redundant test case

github.com/poweradmin/poweradmin-tests - b5367a3b6c3f7ee1b191fef93b489cd8d26dd00a authored over 12 years ago by Edmondas Girkantas <[email protected]>
all existing functional tests now passes

github.com/poweradmin/poweradmin-tests - 7406191de8659bf71b85c75969bd3fca8b245914 authored over 12 years ago by Edmondas Girkantas <[email protected]>
added skipping flag for test which fails

github.com/poweradmin/poweradmin-tests - 0dee2eb412995afe515b1718767aaf3489325d59 authored over 12 years ago by Edmondas Girkantas <[email protected]>
updated regression tests, now only 1 fails

github.com/poweradmin/poweradmin-tests - 44a6c00c2a074e096a4202159d871e468d5ab4f0 authored over 12 years ago by Edmondas Girkantas <[email protected]>
updated instructions, after checkout you need to change working directory

github.com/poweradmin/poweradmin-tests - a1e90e778d00b5d944d80e90bd25cdf0cf9a0102 authored over 12 years ago by Edmondas Girkantas <[email protected]>
use other syntax to display code blocks in readme file

github.com/poweradmin/poweradmin-tests - 053fbd4a4c17f6c21b22d25aafff892d737f7b1a authored over 12 years ago by Edmondas Girkantas <[email protected]>
fixed markdown, display commands in code blocks

github.com/poweradmin/poweradmin-tests - ae4ee3a13ec350ae8ca95cb445699bff816d97ca authored over 12 years ago by Edmondas Girkantas <[email protected]>
updated clases name after last change in file names

github.com/poweradmin/poweradmin-tests - cbe620f66e6fe184903ec9b6827bf3576d620873 authored over 12 years ago by Edmondas Girkantas <[email protected]>
rename old regression tests to proper name, as we have two different bug trackers

github.com/poweradmin/poweradmin-tests - 64ecb124db87da9ff551c869141c4a6634941085 authored over 12 years ago by Edmondas Girkantas <[email protected]>
update include paths in test cases, because poweradmin-tests is now separate project

github.com/poweradmin/poweradmin-tests - 9ce7ec9c55eb8dc906707a30febca2654c2a3094 authored over 12 years ago by Edmondas Girkantas <[email protected]>
updated tests running instructions

github.com/poweradmin/poweradmin-tests - 6b8f27c49b7c2f9ce161c35201750e33f4a9292c authored over 12 years ago by Edmondas Girkantas <[email protected]>
updated instructions how to run available tests

github.com/poweradmin/poweradmin-tests - 0372869b4a1b9774468b305b0357c838eae95cd4 authored over 12 years ago by Edmondas Girkantas <[email protected]>
use GitHub's markdown syntax in README file

github.com/poweradmin/poweradmin-tests - c1fb0244c068627c0c3d1bc7fc82235e63175aaf authored over 12 years ago by Edmondas Girkantas <[email protected]>
use md file extension for README file

github.com/poweradmin/poweradmin-tests - 54d382a61984f6d00bbe3839a0bc9847836c3fd1 authored over 12 years ago by Edmondas Girkantas <[email protected]>
use md file extension for README file

github.com/poweradmin/poweradmin - aa8a68ac167385e38167207701571bcf7364c0d3 authored over 12 years ago by Edmondas Girkantas <[email protected]>
fixes #14 - use OFFSET clause to limit query results

github.com/poweradmin/poweradmin - 207cc415020ed2e6ef5ac69f5caabd04c7024654 authored over 12 years ago by Edmondas Girkantas <[email protected]>
Merge pull request #13 from fdammeke/master

Fixed the multiple succes messages on a zone edit

github.com/poweradmin/poweradmin - 53b441b5a0aca1abfcd3ed2d6734000ad6af23a0 authored over 12 years ago by Edmondas <[email protected]>
do not use SQL LIMIT when trying to have all the domains displayed, fixes issue reported by Lucian http://goo.gl/9b3ac

github.com/poweradmin/poweradmin - 9810b4bf3de1390a4af53db4b9f3b6ba15b87a65 authored over 12 years ago by Edmondas Girkantas <[email protected]>
Added an error message for unsuccesful zone edits.

github.com/poweradmin/poweradmin - f6b973c184177c694a5c5dfde0cac073f96d30f1 authored over 12 years ago by fdammeke <[email protected]>
Only print success at the end of a succesful zone edit.

github.com/poweradmin/poweradmin - 4502e7be4c967489e4334e32e003350c2077c2a0 authored over 12 years ago by fdammeke <[email protected]>
reformated code of verify_permission() function

github.com/poweradmin/poweradmin - fa3d6a2473c1364f7c8508616b3f1b5fc9e2c83b authored over 12 years ago by Edmondas Girkantas <[email protected]>
added checking wether zone_name variable has value in template editing screen

github.com/poweradmin/poweradmin - 0bdf6b160407d29b444af43222982cd9d91600fc authored over 12 years ago by Edmondas Girkantas <[email protected]>
added note about unused permission level

github.com/poweradmin/poweradmin - ae30770cfa8a3c95d87a4a491fd0ba12bd251ced authored over 12 years ago by Edmondas Girkantas <[email protected]>
minor changes to UI - make comments textarea shorter and also use smaller font for normal text in some places

github.com/poweradmin/poweradmin - d823b0c16b17ebc005c3420fde51d592ab3669a1 authored over 12 years ago by Edmondas Girkantas <[email protected]>
fixed an issue when administrator is automatically added as an owner to every edited zone (also duplicated records are created in zones table)

github.com/poweradmin/poweradmin - 326c3552e5ce04c9b3602097c91ab250594426a2 authored over 12 years ago by Edmondas Girkantas <[email protected]>
fixes #11 - lastInsertId() calls must be used differently in case of MDB2 & PostgreSQL

github.com/poweradmin/poweradmin - f40d7d156220b386de41d208719612abe8feac72 authored over 12 years ago by Edmondas Girkantas <[email protected]>
use proper variables in getting error message from PEAR

github.com/poweradmin/poweradmin - 6a5d584181de1d61b7fb61238d87379b3fbb0a0e authored over 12 years ago by Edmondas Girkantas <[email protected]>
call quote() only once, otherwise query will be incorrect for PDO

github.com/poweradmin/poweradmin - f2d134548c369d5c2ad1fecbc8cd9b3d94d391f3 authored over 12 years ago by Edmondas Girkantas <[email protected]>
let default offset in sql statements will be 0

github.com/poweradmin/poweradmin - e5b44f5e81370950a5fb0d169562a8ac361024a7 authored over 12 years ago by Edmondas Girkantas <[email protected]>
use correct variable for getting error message from MDB2 PEAR

github.com/poweradmin/poweradmin - 3b6afbd45cbba92d73e7252935b1898b47457c43 authored over 12 years ago by Edmondas Girkantas <[email protected]>
set default timezone (required for php 5.x)

github.com/poweradmin/poweradmin-tools - 51f07329ef4c055d03cbf78019bfdfd22912c13e authored over 12 years ago by Edmondas Girkantas <[email protected]>
imported initial version from http://hg.fbsd.lt/poweradmin_tools

github.com/poweradmin/poweradmin-tools - f7788aee1d5611b1b8f27132420af94fb7251728 authored over 12 years ago by Edmondas Girkantas <[email protected]>
default value of priority must be 0 for all non MX and SRV records.

github.com/poweradmin/poweradmin - cc4b6e2b1f13056c48e9c97e20a7dc4f5651b12e authored over 12 years ago by Edmondas Girkantas <[email protected]>
do not try to update serial number if it doesn't exists in selected for editing zone.

github.com/poweradmin/poweradmin - 3b7e303b46355c8f6f4deed06b98265c8a1de686 authored over 12 years ago by Edmondas Girkantas <[email protected]>
do proper quoting of parameters in sql statements

github.com/poweradmin/poweradmin - 44fb2b27e86bbd3f869b52d9594f2d50dfb04d66 authored over 12 years ago by Edmondas Girkantas <[email protected]>
Disable reset password functionality, because of improper implementation.

github.com/poweradmin/poweradmin - 5a8bee733a379001275a436bdf1112bc2b9df411 authored over 12 years ago by Edmondas Girkantas <[email protected]>
changed order of input fields in installer's 3rd step, database type will be displayed before db hostname field, also db hostname will have default 127.0.0.1 value.

github.com/poweradmin/poweradmin - 1478f86441fb66cf7de91e52f79f4e35201bdf59 authored over 12 years ago by Edmondas Girkantas <[email protected]>
Merge branch 'master' of github.com:poweradmin/poweradmin

github.com/poweradmin/poweradmin - f0b74a7dbe8f572d0ec6c5dcca2cd6b12fbf2053 authored over 12 years ago by Edmondas Girkantas <[email protected]>
do not use predefined values for autoincrement fields in sql statements during installation, otherwise there will be an issue during creation of new user or permission template on PostgreSQL.

github.com/poweradmin/poweradmin - 2d2aca92d148985959e24d1b1992b540eca9af3e authored over 12 years ago by Edmondas Girkantas <[email protected]>
Display (or save) db_layer setting for configuration file in the last step of installation.

github.com/poweradmin/poweradmin - 1a769e2251d25746fcd8d2be4a34ecad067bcef9 authored over 12 years ago by Edmondas Girkantas <[email protected]>
updated powerdns schemas according to PowerDNS documentation http://doc.powerdns.com/generic-mypgsql-backends.html

github.com/poweradmin/poweradmin - 645bc618b39eaf3d681b0df0539291b0cc0cabb7 authored over 12 years ago by Edmondas Girkantas <[email protected]>
fixed wrong permission checks that causes SQL errors when PDO+PostgreSQL is used

github.com/poweradmin/poweradmin - 1a6ba00ca0bd864c1b92f49f6d5f774571221590 authored over 12 years ago by Edmondas Girkantas <[email protected]>
Display additional GRANT statements for PostgreSQL sequences during Poweradmin installation.

github.com/poweradmin/poweradmin - 8d1c9863583736a6d92608275a0179a0310194d9 authored over 12 years ago by Edmondas Girkantas <[email protected]>
prevent browsers from saving data entered into installer's password fields.

github.com/poweradmin/poweradmin - 9abc6b82f7bd7580fe450db7d4a799368beaba0e authored over 12 years ago by Edmondas Girkantas <[email protected]>
added SQL file for PostgreSQL, to increase size of some fields in users table

github.com/poweradmin/poweradmin - f5498a4922938c8a9876d6fdadb496edc4bd3626 authored over 12 years ago by Edmondas Girkantas <[email protected]>
Merge pull request #10 from stasic/format_table

Reformatted html-table; td is now narrow -> better for small dispays

github.com/poweradmin/poweradmin - 7f47cb3fafa4208599351e12fe12798437affe43 authored over 12 years ago by Edmondas <[email protected]>
removed debugging line added in the last commit.

github.com/poweradmin/poweradmin - db52e50e28f6697d2a2a81acac2b180baa4dada8 authored over 12 years ago by Edmondas Girkantas <[email protected]>
Reformatted html-table; narrow td is now narrow -> better for small displays

github.com/poweradmin/poweradmin - 129335eaf61fbe1fbc23b67c08e84f47fb5dace7 authored over 12 years ago by Arsen Stasic <[email protected]>
TTN 468 - added protection from XSS attacks

github.com/poweradmin/poweradmin - f5edf5d98b630149e43fa356e474f33e9504df91 authored over 12 years ago by Edmondas Girkantas <[email protected]>
added required function and include file for displaying error messages properly

github.com/poweradmin/poweradmin - 031b67603006e376bd0ccbfac580825c1a8a015b authored over 12 years ago by Edmondas Girkantas <[email protected]>
other similar fixes to lastInsertId() usage, related to #9 issue

github.com/poweradmin/poweradmin - 8b846dca8b25b7d25c4e57d71e4926ee20745759 authored almost 13 years ago by Edmondas Girkantas <[email protected]>
fixes #9 - lastInsertId() must be used differently depending on db layer and type

github.com/poweradmin/poweradmin - 69dd6a831b0e4a2ac63883be7123985cf405ab67 authored almost 13 years ago by Edmondas Girkantas <[email protected]>
minor fix to db layer checking algorithm.

github.com/poweradmin/poweradmin - 10085acedf9add02579bb9a138295d264f7f4866 authored almost 13 years ago by Edmondas Girkantas <[email protected]>
Fixes TTN 445 - No double quotes around TXT record in database

github.com/poweradmin/poweradmin - 453273d3833fb8d54082ce7d1bd5857467f95ce7 authored almost 13 years ago by Edmondas Girkantas <[email protected]>
top level domain list updated according to official IANA list, http://data.iana.org/TLD/tlds-alpha-by-domain.txt

github.com/poweradmin/poweradmin - ca9a568eb260ea2bce5f36aebf8b29326f3d0839 authored almost 13 years ago by Edmondas Girkantas <[email protected]>
Dissallow to add top level domains (i.e. com). Zone name must be at least second level domain (i.e. example.com).

github.com/poweradmin/poweradmin - c0e96d48af4176823b312b9f5d32f2a6fea3d950 authored almost 13 years ago by Edmondas Girkantas <[email protected]>
display "Add also reverse record" checkbox in "Add record to zone" view.

github.com/poweradmin/poweradmin - 8af58bbd2e5072f9dbcdb77a99dd3d4e896148d7 authored almost 13 years ago by Edmondas Girkantas <[email protected]>
Fixes #1 - The full domain name may not exceed a total length of 253 characters.

github.com/poweradmin/poweradmin - af3aceb30c23b4dcaa8e8c99c65aedccd14a0dcb authored almost 13 years ago by Edmondas Girkantas <[email protected]>
Revert "#2 - The full domain name may not exceed a total length of 253 characters."

This reverts commit 21396c4556ac2d1614b9f465a5cdf1397cf5f7b8.

github.com/poweradmin/poweradmin - 0f776c0969a87a7c5064ee1a17991c1903d77715 authored almost 13 years ago by Edmondas Girkantas <[email protected]>
#2 - The full domain name may not exceed a total length of 253 characters.

github.com/poweradmin/poweradmin - 21396c4556ac2d1614b9f465a5cdf1397cf5f7b8 authored almost 13 years ago by Edmondas Girkantas <[email protected]>
minor fixes to the last patch.

github.com/poweradmin/poweradmin - 7813de0d74b22ccbe5c6b9a06d3bbfd76b495ae7 authored almost 13 years ago by Edmondas Girkantas <[email protected]>
Merge pull request #8 from stasic/rev-patch

If A- or AAAA- records are added, then also the PTR-Record can be created.

github.com/poweradmin/poweradmin - daeb8419961ac8e1c26f0ee910a6e990ed4bef75 authored almost 13 years ago by Edmondas <[email protected]>
fixed issues 3/3 reported by eg

github.com/poweradmin/poweradmin - a1d8e37ce348d9376e03772c2cd7a6d081d89317 authored almost 13 years ago by Arsen Stasic <[email protected]>
fixed issues 2/3 reported by eg

github.com/poweradmin/poweradmin - 19369c5bdeed0f95f07b5696599db1cff4159210 authored almost 13 years ago by Arsen Stasic <[email protected]>
ignore empty lines when doing bulk import.

github.com/poweradmin/poweradmin - 0818d72eaa82dbec22bf04c44ab419d337de69d4 authored almost 13 years ago by Edmondas Girkantas <[email protected]>
added hostname check when adding a zone(s) from bulk registration screen.

github.com/poweradmin/poweradmin - e95d4229f3296ea9b87f89120d88b5363619e244 authored almost 13 years ago by Edmondas Girkantas <[email protected]>
added hostname check when adding a master zone(s).

github.com/poweradmin/poweradmin - 1c10be5b65bd70cd896c4eb11654a97fbb859ca3 authored almost 13 years ago by Edmondas Girkantas <[email protected]>
#3: show correct domain owner, previously all displayed owners were the same (e.g. admin)

github.com/poweradmin/poweradmin - 377078bb242cb7086838f2e2cf6b14706687816c authored almost 13 years ago by Edmondas Girkantas <[email protected]>
#3: Added temporary workaround to solve sorting issue. For the same reason disabled sorting by priority in search results screen. Proper fix requires big refactoring.

github.com/poweradmin/poweradmin - 262af62e63cc718c838cf29aa0f4060d1d7e3f92 authored almost 13 years ago by Edmondas Girkantas <[email protected]>
check if reverse-zone exists

github.com/poweradmin/poweradmin - ff0a9473e594e801b7be1a54b167ef19278f8011 authored almost 13 years ago by Arsen Stasic <[email protected]>
rev-patch: if A- or AAAA-Records are added, also the PTR-Record can be

added automatically

github.com/poweradmin/poweradmin - 57f4b4e93cbecf3c5d3662c8b7e5f03bbf7595be authored almost 13 years ago by Arsen Stasic <[email protected]>
added missing dot

github.com/poweradmin/poweradmin - 701abe1a63ba06322c074b7c41a7122be83c6330 authored almost 13 years ago by Edmondas Girkantas <[email protected]>
minor fixes to PDO layer, added installer support for PostgreSQL and PDO

github.com/poweradmin/poweradmin - 7705506bad2e0e6832a2aa6f16e614756527747d authored almost 13 years ago by Edmondas Girkantas <[email protected]>
implemented missing methods in PDO layer, now installer has support for MySQL+PDO

github.com/poweradmin/poweradmin - 53995288e5f44089bc98a83abbbf0ac2449eee78 authored almost 13 years ago by Edmondas Girkantas <[email protected]>
load PDOLayer class after PDO was auto-selected as primary db abstraction library

github.com/poweradmin/poweradmin - 2a228584d123b5d4dc42f538fe8bdb8bd34f37ca authored almost 13 years ago by Edmondas Girkantas <[email protected]>
Implemented auto-selection of db abstraction layer during first run. Now it will not fail if MDB2 was not found but PDO exists on the system.

github.com/poweradmin/poweradmin - f26e39340ba66a1c952ece184864119702f77e4d authored almost 13 years ago by Edmondas Girkantas <[email protected]>
ignore PhpStorm project directory

github.com/poweradmin/poweradmin - 4c04f3a51089183968e996787c3c15923abbdc5f authored almost 13 years ago by Edmondas Girkantas <[email protected]>
ignore scripts & tests directories

github.com/poweradmin/poweradmin - ed6f24ad908c94ee15514b454657beca366ca851 authored almost 13 years ago by Edmondas Girkantas <[email protected]>
localisation templates were moved to locale directory, license to the root

github.com/poweradmin/poweradmin - 30efbbb808edf5d3994d971671e6603c87a9a9ca authored almost 13 years ago by Edmondas Girkantas <[email protected]>
added sample configuration file for selenium & browser settings

github.com/poweradmin/poweradmin-tests - f836ecaaa6e607a99cd92a366ebb8d623b736965 authored almost 13 years ago by Edmondas Girkantas <[email protected]>
unit testing sample configuration file was moved to poweradmin-tests repository

github.com/poweradmin/poweradmin - 45599404c6418aa4412658b1e023ba284f32e973 authored almost 13 years ago by Edmondas Girkantas <[email protected]>