Ecosyste.ms: OpenCollective

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

github.com/poweradmin/poweradmin

A web-based control panel for PowerDNS
https://github.com/poweradmin/poweradmin

fixes #14 - use OFFSET clause to limit query results

207cc415020ed2e6ef5ac69f5caabd04c7024654 authored over 12 years ago
Merge pull request #13 from fdammeke/master

Fixed the multiple succes messages on a zone edit

53b441b5a0aca1abfcd3ed2d6734000ad6af23a0 authored over 12 years ago
do not use SQL LIMIT when trying to have all the domains displayed, fixes issue reported by Lucian http://goo.gl/9b3ac

9810b4bf3de1390a4af53db4b9f3b6ba15b87a65 authored over 12 years ago
Added an error message for unsuccesful zone edits.

f6b973c184177c694a5c5dfde0cac073f96d30f1 authored over 12 years ago
Only print success at the end of a succesful zone edit.

4502e7be4c967489e4334e32e003350c2077c2a0 authored over 12 years ago
reformated code of verify_permission() function

fa3d6a2473c1364f7c8508616b3f1b5fc9e2c83b authored almost 13 years ago
added checking wether zone_name variable has value in template editing screen

0bdf6b160407d29b444af43222982cd9d91600fc authored almost 13 years ago
added note about unused permission level

ae30770cfa8a3c95d87a4a491fd0ba12bd251ced authored almost 13 years ago
minor changes to UI - make comments textarea shorter and also use smaller font for normal text in some places

d823b0c16b17ebc005c3420fde51d592ab3669a1 authored almost 13 years ago
fixed an issue when administrator is automatically added as an owner to every edited zone (also duplicated records are created in zones table)

326c3552e5ce04c9b3602097c91ab250594426a2 authored almost 13 years ago
fixes #11 - lastInsertId() calls must be used differently in case of MDB2 & PostgreSQL

f40d7d156220b386de41d208719612abe8feac72 authored almost 13 years ago
use proper variables in getting error message from PEAR

6a5d584181de1d61b7fb61238d87379b3fbb0a0e authored almost 13 years ago
call quote() only once, otherwise query will be incorrect for PDO

f2d134548c369d5c2ad1fecbc8cd9b3d94d391f3 authored almost 13 years ago
let default offset in sql statements will be 0

e5b44f5e81370950a5fb0d169562a8ac361024a7 authored almost 13 years ago
use correct variable for getting error message from MDB2 PEAR

3b6afbd45cbba92d73e7252935b1898b47457c43 authored almost 13 years ago
default value of priority must be 0 for all non MX and SRV records.

cc4b6e2b1f13056c48e9c97e20a7dc4f5651b12e authored almost 13 years ago
do not try to update serial number if it doesn't exists in selected for editing zone.

3b7e303b46355c8f6f4deed06b98265c8a1de686 authored almost 13 years ago
do proper quoting of parameters in sql statements

44fb2b27e86bbd3f869b52d9594f2d50dfb04d66 authored almost 13 years ago
Disable reset password functionality, because of improper implementation.

5a8bee733a379001275a436bdf1112bc2b9df411 authored almost 13 years ago
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.

1478f86441fb66cf7de91e52f79f4e35201bdf59 authored almost 13 years ago
Merge branch 'master' of github.com:poweradmin/poweradmin

f0b74a7dbe8f572d0ec6c5dcca2cd6b12fbf2053 authored almost 13 years ago
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.

2d2aca92d148985959e24d1b1992b540eca9af3e authored almost 13 years ago
Display (or save) db_layer setting for configuration file in the last step of installation.

1a769e2251d25746fcd8d2be4a34ecad067bcef9 authored almost 13 years ago
updated powerdns schemas according to PowerDNS documentation http://doc.powerdns.com/generic-mypgsql-backends.html

645bc618b39eaf3d681b0df0539291b0cc0cabb7 authored almost 13 years ago
fixed wrong permission checks that causes SQL errors when PDO+PostgreSQL is used

1a6ba00ca0bd864c1b92f49f6d5f774571221590 authored almost 13 years ago
Display additional GRANT statements for PostgreSQL sequences during Poweradmin installation.

8d1c9863583736a6d92608275a0179a0310194d9 authored almost 13 years ago
prevent browsers from saving data entered into installer's password fields.

9abc6b82f7bd7580fe450db7d4a799368beaba0e authored almost 13 years ago
added SQL file for PostgreSQL, to increase size of some fields in users table

f5498a4922938c8a9876d6fdadb496edc4bd3626 authored almost 13 years ago
Merge pull request #10 from stasic/format_table

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

7f47cb3fafa4208599351e12fe12798437affe43 authored almost 13 years ago
removed debugging line added in the last commit.

db52e50e28f6697d2a2a81acac2b180baa4dada8 authored almost 13 years ago
Reformatted html-table; narrow td is now narrow -> better for small displays

129335eaf61fbe1fbc23b67c08e84f47fb5dace7 authored almost 13 years ago
TTN 468 - added protection from XSS attacks

f5edf5d98b630149e43fa356e474f33e9504df91 authored almost 13 years ago
added required function and include file for displaying error messages properly

031b67603006e376bd0ccbfac580825c1a8a015b authored almost 13 years ago
other similar fixes to lastInsertId() usage, related to #9 issue

8b846dca8b25b7d25c4e57d71e4926ee20745759 authored almost 13 years ago
fixes #9 - lastInsertId() must be used differently depending on db layer and type

69dd6a831b0e4a2ac63883be7123985cf405ab67 authored almost 13 years ago
minor fix to db layer checking algorithm.

10085acedf9add02579bb9a138295d264f7f4866 authored almost 13 years ago
Fixes TTN 445 - No double quotes around TXT record in database

453273d3833fb8d54082ce7d1bd5857467f95ce7 authored almost 13 years ago
top level domain list updated according to official IANA list, http://data.iana.org/TLD/tlds-alpha-by-domain.txt

ca9a568eb260ea2bce5f36aebf8b29326f3d0839 authored almost 13 years ago
Dissallow to add top level domains (i.e. com). Zone name must be at least second level domain (i.e. example.com).

c0e96d48af4176823b312b9f5d32f2a6fea3d950 authored almost 13 years ago
display "Add also reverse record" checkbox in "Add record to zone" view.

8af58bbd2e5072f9dbcdb77a99dd3d4e896148d7 authored almost 13 years ago
Fixes #1 - The full domain name may not exceed a total length of 253 characters.

af3aceb30c23b4dcaa8e8c99c65aedccd14a0dcb authored almost 13 years ago
Revert "#2 - The full domain name may not exceed a total length of 253 characters."

This reverts commit 21396c4556ac2d1614b9f465a5cdf1397cf5f7b8.

0f776c0969a87a7c5064ee1a17991c1903d77715 authored almost 13 years ago
#2 - The full domain name may not exceed a total length of 253 characters.

21396c4556ac2d1614b9f465a5cdf1397cf5f7b8 authored almost 13 years ago
minor fixes to the last patch.

7813de0d74b22ccbe5c6b9a06d3bbfd76b495ae7 authored almost 13 years ago
Merge pull request #8 from stasic/rev-patch

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

daeb8419961ac8e1c26f0ee910a6e990ed4bef75 authored almost 13 years ago
fixed issues 3/3 reported by eg

a1d8e37ce348d9376e03772c2cd7a6d081d89317 authored almost 13 years ago
fixed issues 2/3 reported by eg

19369c5bdeed0f95f07b5696599db1cff4159210 authored almost 13 years ago
ignore empty lines when doing bulk import.

0818d72eaa82dbec22bf04c44ab419d337de69d4 authored almost 13 years ago
added hostname check when adding a zone(s) from bulk registration screen.

e95d4229f3296ea9b87f89120d88b5363619e244 authored almost 13 years ago
added hostname check when adding a master zone(s).

1c10be5b65bd70cd896c4eb11654a97fbb859ca3 authored almost 13 years ago
#3: show correct domain owner, previously all displayed owners were the same (e.g. admin)

377078bb242cb7086838f2e2cf6b14706687816c authored almost 13 years ago
#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.

262af62e63cc718c838cf29aa0f4060d1d7e3f92 authored almost 13 years ago
check if reverse-zone exists

ff0a9473e594e801b7be1a54b167ef19278f8011 authored almost 13 years ago
rev-patch: if A- or AAAA-Records are added, also the PTR-Record can be

added automatically

57f4b4e93cbecf3c5d3662c8b7e5f03bbf7595be authored almost 13 years ago
added missing dot

701abe1a63ba06322c074b7c41a7122be83c6330 authored almost 13 years ago
minor fixes to PDO layer, added installer support for PostgreSQL and PDO

7705506bad2e0e6832a2aa6f16e614756527747d authored almost 13 years ago
implemented missing methods in PDO layer, now installer has support for MySQL+PDO

53995288e5f44089bc98a83abbbf0ac2449eee78 authored almost 13 years ago
load PDOLayer class after PDO was auto-selected as primary db abstraction library

2a228584d123b5d4dc42f538fe8bdb8bd34f37ca authored almost 13 years ago
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.

f26e39340ba66a1c952ece184864119702f77e4d authored almost 13 years ago
ignore PhpStorm project directory

4c04f3a51089183968e996787c3c15923abbdc5f authored almost 13 years ago
ignore scripts & tests directories

ed6f24ad908c94ee15514b454657beca366ca851 authored almost 13 years ago
localisation templates were moved to locale directory, license to the root

30efbbb808edf5d3994d971671e6603c87a9a9ca authored almost 13 years ago
unit testing sample configuration file was moved to poweradmin-tests repository

45599404c6418aa4412658b1e023ba284f32e973 authored almost 13 years ago
ignore netbeans project files

87fd77d010547ca1d355b45292c9775dd137bd5b authored almost 13 years ago
tests were moved to separate repository as they don't have to be in release file

ecfb99d21da4601163c7824143c01e155fb0a86f authored almost 13 years ago
ignore NetBeans private directory

8d8a53057ce01c2886659fdf9fb41e5d09d15073 authored almost 13 years ago
scripts used for administrative task were moved to separate repository poweradmin-scripts

55781320f341b9be4a07167586be99d94339d15f authored almost 13 years ago
TTN#466: set codeset for gettext domain

3619c0c1d468e51bf1970e5d36d18e760ad722b4 authored almost 13 years ago
Merge pull request #7 from mzch/master

Updated Japanese translation

f84de9e13716ee3bf18c87df7be149760af49b8f authored almost 13 years ago
Merge pull request #5 from ZyanKLee/master

added semicolons at line endings of sql/poweradmin-mysql-update-to-2.1.6.sql

8ea863325c2c58bb338578071510a55984c9a54b authored almost 13 years ago
correct 'Delete record in zone' message for being translatable

correct 'Delete record in zone' message for being translatable

63ab3b9e2c078ddd431295ab0a3fec16951e6355 authored almost 13 years ago
Added translations in bulk registration

Added translations in bulk registration

ba5877084d254c4f1a507a6f22ff0e7202de43ef authored almost 13 years ago
Updated translation

Updated new translations and deleted an extra file.

f57a5c8c843c8003c75ce54ff50ea8b70dcde0a5 authored almost 13 years ago
added semicolons at line endings of sql/poweradmin-mysql-update-to-2.1.6.sql

623b487505800e7dae7dbc8cc69c246459f075cb authored almost 13 years ago
another fix to search engine - admin-like users now will be able to get the list of all domains on search results page.

7b71ca1b9a0d30e983a58c73a5681950859bb402 authored almost 13 years ago
fixed search engine - owner column was not displayed for admin like users.

30876b1792a3e89babea118b04656b614146e4fa authored almost 13 years ago
TTN #451: restored code, which removes old records during template change. This resolves also GH #4.

cdc4edec9bc7ec5bfae2fc983d133bb87b4b7d0b authored almost 13 years ago
updated copyright year in all files

efc7ccf85109129a498ba9618e0ba3371d14cd3c authored almost 13 years ago
created new function for checking if supermaster exists with specified ns name

cf0a3bc66f66f975b8dd6535fd924d45ad7e35ae authored about 13 years ago
implemented supermaster removal based on ip and name

b2651e9f0c1366f0dfd6105e9a8e75ce56475ec9 authored about 13 years ago
allow to add supermasters with the same ip

8b92dc41bd494fb32adb646c2137d1f3186a1a05 authored about 13 years ago
updated Japanese translation

519e711bbb803343d6fc825edf77985e5dfbd641 authored about 13 years ago
updated Lithuanian translation

05ce6d45fb5e203355436d23e2f6930b2a02eccf authored about 13 years ago
updated Lithuanian translation

9261cdaa10c278560a93ec7633a137c35888961b authored about 13 years ago
updated Russian translation

f2ba270cef374c42af0853062d4617976c859fa7 authored about 13 years ago
updated Russian translation

fad6f20ab32114e480e751a7525703b0854d9c1d authored about 13 years ago
updated Dutch localisation files

9b76a735cd90660a0484050af4286223348486ec authored about 13 years ago
added Czech localisation files

6d6139b1b73507fb39db38fdd084de416458e0d6 authored about 13 years ago
updated Japanase translation

4958c79eb7ef8c6f360139ac1572824fa8f3cc8e authored about 13 years ago
do not call setlocale() when en_EN is selected

590b87d46b272926470f817f6b9051c591ddc985 authored about 13 years ago
display error message if setlocale() failed

6e0cf8f4cdf91b091d88ac1efd347b96dcf4ff3b authored about 13 years ago
added Turkish translations

8d44052cb5abb3d4d7b35006119fab724e2a7620 authored about 13 years ago
added poweradmin logo, it used for github organization

93003e6ea9eed93d7cf92d5dd2e4c947bc51f24c authored about 13 years ago
all sql files were moved to appropriate directory

91ed38f1482d2e2b4cc962ceaee782dcb092021c authored about 13 years ago
removed empty line

f6af587aadb701f5217831e639c0736340895d52 authored about 13 years ago
TTN#454 - username field extended to 64 bytes and password to 128 (for SHA512 hashes)

55ccddffb99e1d8cac902d6ddec8c0e3a54c84e2 authored about 13 years ago
TTN#456 - allow to add multiple master ip addresses to slave zones

9e882e83b34e2b11d82f6803283ba31ce06735b8 authored about 13 years ago
TTN#457 - allow to add ipv6 style reverse ptr records

db7877496c74663b34af05db68a3a60cac6a109e authored about 13 years ago
updated git ignore file

1b55ea93aab8b19ecb85afa67085d6c59d9f0780 authored about 13 years ago
removed meaningless files, which just make troubles when doing release

5259dd715851ee0ed8e87685d0cf3434c545f48b authored about 13 years ago