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

Removed wrong svn property on search.php.

e22c30826081eccf659bbb687f7a968685eee6bd authored almost 17 years ago
Modified the inserts in the pgsql db structure to make sure no duplicate key errors are shown when a new records is created. Also moved the Ueber_user permision item upfront, to make sure it is created with id 1 so the permission template can be created correctly.

Added an additional query to check what the ID is of the ueber_user, as it set hardcoded to 53 in...

a2f5d772e53efc5ae6ff38002a77d0c7c8d15249 authored almost 17 years ago
Minor change to Dutch translation.

3d2f2a26d2bde8a6fe5d0ae7f0e90ecaa20a672a authored almost 17 years ago
Update of template translation file. Update of Dutch translation. Update and cleanup of some user interface text.

0847a52d90870da18b8d5f84ee1bc05956244128 authored almost 17 years ago
Lots of minor updates to user interface text.

7e4bc3a70a0085cb722e62480a0fa87b36d33bd9 authored almost 17 years ago
Modified some of the INSERT queries to make them compatible with pgSQL

558d1c5ba474cc8c441eb3f16fe2027925a09506 authored almost 17 years ago
When in the zone listing letters are shown (too many zones to show on a single screen), the start letter is clickable only if there are any zones starting with that letter. If the users asks for a start letter that has no zones (because of bugs like the one fixed in r207 or because user manipulates URL in browser), a PHP error was shown. Code now verifies number of zones now first.

7ea0fc7f2fa028c14d0e364bbc160f419e7965f9 authored almost 17 years ago
Bugfix. The letters shown just above the list of zones was showing clickable letters, even if there were no zones starting with such a letter.

7bdb14cc0c7961ed76c5d245ae837c117ac0fb45 authored almost 17 years ago
Added database structure for PostgreSQL and fixed some queries to be compatible with PostgreSQL.

Bugfix in delete_supermaster.php

6419a35d8ecbd63a8df0cc0e5161b296b79bce3c authored almost 17 years ago
Bugfix. A user with with at least view access could change user details, including the assigned permission template, for which he did have rights. Reported by Maarten te Paske.

aec3f7eead90dad4d914e81d4b4643e4200cce28 authored almost 17 years ago
Bugfix. Even if one did have the 'add supermasters' right, the menu option wasn't shown. Reported by Maarten te Paske.

b4746394356025dbfd86af94b7049a8a9cb911d4 authored almost 17 years ago
Changed field type for password entry field in 'edit user' window from text to password. Now password is no longer shown in plain tekst.

63f18d924c1f82828313bb11acfd03a79230232c authored almost 17 years ago
Changed field type for password entry field in 'add user' window from text to password. Now password is no longer shown in plain tekst.

d52c0185ff039d2a95ea31e15fe99a7099496cea authored almost 17 years ago
Fixed a typo in the description of 'supermaster_edit' permission.

26220e2209b00de565b91b40ff6f8d64ad3ab80f authored almost 17 years ago
When loading SQL database structure user 'administrator' has all possible permissions enabled, both ueberuser and others. This may bring confusion, especially those that didn't read the documentation. Now only 'user_is_ueberuser' is enabled, all other disabled. No functional changes. Suggested by Maarten te Paske.

6f94ce9378202bdcf16b395901de6168ca7fb344 authored almost 17 years ago
Changed layout of links to additional menu options in user management windows. Suggestion by Maarten te Paske.

aa3e95b7a3e3d279aeed6eac36e0251f491cba6d authored almost 17 years ago
Bugfix. User was unable to delete a record from a zone due to a number of errors in de code.

28404555acfdd2d76afb8fde71e69e14d5995eef authored almost 17 years ago
Bugfix for name field validation. Now done right. I hope.

fea9a19387f16fb6a7a75bd8a6b620d5cf27cc6e authored almost 17 years ago
Another update to name field checking.

8f4f88af2eb20260a71b86dd04f9237ac7f53e0b authored almost 17 years ago
Extended name field validation.

b5c9d67de33abdf1ebfc0bd61142e17d2cc01ab1 authored almost 17 years ago
Bugfix. Unable to add record without specifying a name (which is common for @ records).

af82d68ea7b5da8ff1fc5e9d71cd6429aaec0189 authored almost 17 years ago
Removal of left-over debug statement in add domain function.

33477c764f3fb8d2be9cfd6c158f064bab6da9cb authored almost 17 years ago
Second half of r189 commit.

b207bee28d93ed0dfb330795b911d91ab3dbc815 authored almost 17 years ago
Bugfix. Syntax problem in debug_print function.

f55013245648554c29f39fd6da8d21e434023ffb authored almost 17 years ago
Changed 'print debug' function a tiny bit.

c9eb1499bbd6aa274d9cb4c218649a185964199c authored almost 17 years ago
Added functionality for deletion of permission templates. Simplified function for getting permission template details.

0e343f3a371f3ef950d5a4b512223453049de9dd authored almost 17 years ago
Improved error checking of delete_domain function. The ticket:25 has been opened, this is still a problem.

83fc5ba44011ecf0b4e94aef41c11f8450b735b0 authored almost 17 years ago
Bugfix. Corrected field order of insert of new zones.

14f4621eb4ddcf92beceb026c98fc80d49d0e6ac authored almost 17 years ago
Bugfix. Due to a typo in an if statement it was impossible to add new slave zones.

cb8f6c49aa218a364a0d2cd07af81d6b029b845e authored almost 17 years ago
Added functionality to add a new permission template. It was lacking support for that important feature until now. :)

337062f88e00a6f037016dc01544179ba5d759d0 authored almost 17 years ago
Fixed a typo in a description of one of the permission items.

478d3c9cf95952ed57c0ab99a34a0e9e18f75f27 authored almost 17 years ago
Bugfix. When changing the username of an existing user, an sql error was shown due to bad quoting of a variable.

4bf4599279446c0f428d860996e121f05df9d2bd authored almost 17 years ago
Merged r125:181 of branches/rewrite-user-management into trunk. This incorporates the [wiki:ProposalUserPermissionManagement a new user and permission management system] and closes ticket:22. Be aware, this database structure has changed, this version is incompatible with previous versions.

70e6cf317178161ac8eee0563a074c7b54651d5e authored almost 17 years ago
Bugfix for ticket:16: A minor glitch in the query caused partially owned records not to be shown.

407ca22bd4ee13207af5fdd77c3f1f7eb86fb402 authored almost 17 years ago
Bugfix for ticket:18: Minor modification in the CSS to make sure no data is displayed on top of other data. Also a little modification to make sure the sub-owners (if there are any) are displayed above the record form, instead of next to it.

692fa9cfb22b8efc6981aae4f344f95932997e13 authored almost 17 years ago
Made a lot of small changes to allow PHP to run with error_reporting E_ALL without giving notices.

Most functions have been checked but some situations might give a notice.

1eb98a9305cc7afde6ba4461f2f37be52540167a authored almost 17 years ago
Bugfix for ticket:5 : Modified the query which searches zones to also find empty zones by adding a LEFT JOIN.

82aee1990466182f1aebef398eadad7915dac1a3 authored almost 17 years ago
Minor bugfix. If number of zones exceeded maximum row amount and the '0-9' was selected to be shown, the '0-9' was not rendered in bold, where in all other cases the selected letter is shown in bold.

9a0b249eb5ae9383545e64183c0395a309f997f1 authored almost 17 years ago
Reverting to changeset:121. Problems that were fixed in changeset:122 were local problems only.

74a0bfef8cafa690b1a02721459a190ddeb33142 authored almost 17 years ago
Fixing a number of 'division by zero' errors introduced changeset:121. Changed from constant to a normal variable. May need to be reviewed in a future cleanup.

477b40bcc66eadc35db3c3b40fef0345f8008b52 authored almost 17 years ago
Moved the constants down, so the ROWAMOUNT can be defined in the config.inc.php file. This to solve ticket:20.

Fixed a bug which was introduced in r112. The used arguments in the setLimit function where in th...

4f28a407e3f4973a9062e05e7b59b15276ab99e8 authored almost 17 years ago
Fixed a bug reported by Techwolf. When editing or deleting an user the user was redirected to a non existing page. This probably happened when BASE_URL and/or BASE_PATH was set wrong in the config.inc.php.

e5622c3efeffaefab7e68946f3a6b2d17cfc405a authored almost 17 years ago
Modified install.php to have the same footer as the rest of the files.

fd18d9f077a7e8ca3e6824f10ca0d3f0c578ef56 authored almost 17 years ago
Removed the requirement of enabeling the PHP setting short_open_tag by changing all short open tags (<?) to the 'normal' tags (<?php).

cff63b1f565fe18cb7aa8c816250195c767182a7 authored almost 17 years ago
Fixed a bug reported by Balazs Petrikovics. i18n doesn't work correctly on FreeBSD.

ea806eb711d976c9abc97dce54f6f847a063d283 authored almost 17 years ago
Fixed a bug reported by Techwolf. Adding a new user reloaded a non-existing page on success.

7ab6ccc0fd11c7b7b4ccbad27dd3bf23f56d58fb authored about 17 years ago
Fixed a missing slash in a html tag in list_zones.php.

6feb89a3ff6de621ddb66bdb6fffe0183eaaed48 authored about 17 years ago
Patch for ticket 19. Because of the use of the quote function, empty strings where converted to NULL as MDB2_PORTABILITY_EMPTY_TO_NULL is set by default.

This problem also applied to the active state of an user.

dbae49c94fa4e9649af49a5c259c5bf4f421c3ab authored about 17 years ago
Password field in users.php is now set to type 'password' instead of 'text'. When typing password '*' are shown instead of the password.

2b4745c44c56c71bf43129769a76ce8c6e4953c1 authored about 17 years ago
Added better support of the PEAR:MDB2 package by using the setLimit() function instead of adding a LIMIT to the query itself and by using the quote() function to quote all parameters.

Added an error when no valid email address was given when creating or modifying a user.

bd72090508c45de8381d7caa598cfeebbe93b48e authored about 17 years ago
Cleaning up docs/.

330a5e4189c34e3f629a77372a6e5999d5c7846e authored about 17 years ago
Removed two echo's used for debugging.

3165b0b8f4beba23d59f2910037f947b37b32333 authored about 17 years ago
Fixed ticket:7 (allow regular expression in zone and record search).

2c5590e80d6414d677a7a98cf28d696a2fe62405 authored about 17 years ago
Modified the SQL statements for PostgreSQL as the tables are created with wrong definitions.

d40f43507a4a17c245b35e3137ace97d3902c23b authored about 17 years ago
Fixing ticket:17 (zone listing and count in user management screen incomplete).

d13ce0f001dd42554c98f40d12c6a50229437bd3 authored about 17 years ago
Cleared unmaintained changelog in docs/ and added reference to website.

506162e891ac6406958f37495337f3f3b9419a16 authored about 17 years ago
Correcting included file in users.inc.php.

4028f7a0ddea26fcc8e87f2c60ac77647e9bc5b0 authored about 17 years ago
Created function to delete sub-owner from record.

9e058d3797ce4314dfb67b42efb73947b94e8136 authored about 17 years ago
Created function to add a so-called sub-owner to a record.

3119852ad535e0bdf4929378b83ab843f7137a74 authored about 17 years ago
Fixed the queries so both MySQL and PostgreSQL are supported.

The 'REGEXP' queries are currently fixed with a workaround.

f95b093e04898ee2d5a9d311f1e08ff48f60049d authored about 17 years ago
Fixing wrong test commit.

b0011339b0b263a2e9b4f5340a891026e9ee8a2a authored about 17 years ago
Test, please ignore

bb6a6aac6f8e1f1a6b7013e5329d0856b18005f5 authored about 17 years ago
Update of docs/README file with a new description and download instructions. Fixed a typo as well.

00ff3c0c125ec44a0dde9b5e58de3a1bfd372ce3 authored about 17 years ago
Fixed a missing gettext reference in the title of the change password page.

7c80eb26316457cb25ca3c1e665386671b483391 authored about 17 years ago
Removed superflucious includes of inc/i18n.inc.php.

c5596bbaf64fc6a2e197fb926387a661c578a5e9 authored about 17 years ago
Changed list of credits to an online version.

cfd6202c4b3d7e5a851fcda6663d8831ac3df01c authored about 17 years ago
Minor changes to increase inconsistency.

e8cd83f25144ca29632b22ae226ce9b5cff71082 authored about 17 years ago
Second half of previous commit. :)

8eba64f3b44f34f45183c0f656012e9784f15675 authored about 17 years ago
Change of license, from QPL to GPL. Added a copyright, disclaimer and license pointer to all PHP files. Added the LICENSE file, with a copy of the GPLv3.

57b6f4100b69add71692a34c4e2b9bf06f7713eb authored about 17 years ago
Fix for ticket #3. Patch supplied by Peter Beernink. Added i18n.

7a919f6ed0310735bb6ab70595366a22dccb3a57 authored about 17 years ago
Fixing some language issues. Translations not working due to wrong file names, see r89 as well. Fixing two broken references in menu and list_zones.php.

84182df0b587d5a697c107b783a010d0c0a94699 authored about 17 years ago
Fixing #1 ("password of user is shown in plain text when edited by admin").

7266b0002c134b8990cb4c40ec0d2cd3a059392c authored about 17 years ago
Fix documentation on i18n.

998bdbf6550650dd3ed794218a6c508f6398edd8 authored over 17 years ago
Bugfix. When viewing the details of a slave zone, an error was shown

if the ip addresses of it's master nameserver was set (instead of
showing the error if there was...

a0ec501b848f166dabd56fb18d71916316e00913 authored over 17 years ago
Bugfix. With user level 5 or 10 and lots of zones without an owner,

like slave zones that are inserted by a supermaster, the "list all
zones" view was broken (not a...

2feeee447e1d8066afd313afc9f5285ed3a646c8 authored over 17 years ago
Fixed a typo in the credits. Sorry Koert.

860ba039f1a315a9303e54b499bdbd649448ff7c authored over 17 years ago
The type of zone wasn't show to users with access level 1.

If a user with access level 1 did have access to a slave zone the
user did not see the IP of the...

e710a292694a73f549198f9d0d5b724cbc9b7efd authored over 17 years ago
Bugfix. The function zone_count() now also counts zones an owner has

only partial access to, not just those zones the owner has full access
to. This fixes just the co...

ab3409771161aa485a9ad9ca015c5892fa28e6e1 authored over 17 years ago
Bugfix: the list_zones.php wasn't listing zones correctly if a zone

didn't have an owner. Bugfix: the list_supermasters.php never listed
more then one supermaster, ...

6ab4ff83940cdbed2fa9094957ad35d1be6415b3 authored over 17 years ago
Fixed a bug in add_zone_master.php.

2c11d10021ca1ea6557d8d767e3853aedb879c53 authored over 17 years ago
Bugfix. If the number of zones exceeded the "max row limit" and a

"starting letter" with no zones was requested in list_zones.php it
would show no zones while inco...

65cd27861efa6a96104e0172b763df39e43cf872 authored over 17 years ago
Re-added link to credits (was removed by accident as well).

6da32bc051d7015e97fb520af4cbb04a9dda5d73 authored over 17 years ago
Bugfix. The link to the pages that should list zones starting with a

number was incorrect (only reproducable if number of records to be
shown was larger than the limi...

c91191e48260b1b7d604a88e6c6c6b5af28be186 authored over 17 years ago
Removed version information in footer. Doesn't work. Isn't global.

613a201e2b82af08879a2bac524b13fa0552810d authored over 17 years ago
Bugfix. Function zone_count() was accidently omitted.

19dffdd86ee2d50e161a7d36f2d8efdc26cd0e51 authored over 17 years ago
Changed some of the functions that are used for the listing of (all)

zones. Instead of getting all zones from the database, it now only
requests exactlty what it nee...

3ccb4371effc3a2c3ce0f788858533a1f2b9fa8f authored over 17 years ago
Updated changelog file with quick and dirty updated.

7ff3dfd8c933bb76cb56ba637572c55e7f3b525d authored over 17 years ago
Added missing record_owners SQL table creation during install. Fix by

John Morris.

d96db2c5da912282ec0cb0028e191ee8baf734f0 authored over 17 years ago
All owners (not sub-owners though) of the zone are now shown

when listing a zone. Added a new function to retrieve owners
of zone by id without fetching all ...

e57401b574de0f1e5383c31b751fd181a5266f46 authored over 17 years ago
After a user had logged out, the menu bar was still shown until a

reloading the login screen. [Fix: Peter Beernink]

20ccaf5a81885155e45f763e4ceb1d9e576c0440 authored over 17 years ago
Improved printing of revision information in footer.

3939e635dd68bdff997d39482386ef61d6a22f2a authored over 17 years ago
Changed default TTL from 3600 to 86400.

Changed max number of records on a single screen from 500 to 50.
Added print of version number to...

29bfc5939aceb4241ea34691518c980f7daf26fb authored over 17 years ago
Changed some left-over "domains" to "zones" in web interface.

35b966dbf51155f49a2cf8e23a163e0827d30586 authored over 17 years ago
Updated some of the SQL queries to gain major performance improvements

when listing all slave and master zones.

a7663cd9c3a6f6a37331a9534fa761b3494e04ea authored over 17 years ago
Fixed small layout bug in list_zones.php.

014336aac330199f8367a6430fd583da10faecd1 authored over 17 years ago
Removed unneeded variable in validate_input function call.

85f044fddf4538187f8959a386f23ec435d1c7af authored over 17 years ago
Updated credits page.

2fcf5ca9cb093d2370128a0a56980d403071782a authored over 17 years ago
Updated credits page.

a73260f17c05258fd6e55120ffbe1006d4a090b9 authored over 17 years ago
Bugfix. The number of arguments for the function validate_input() in

record.inc.php and dns.inc.php was different, causing a variables to
be validated incorrectly.

e1c83e948c042f6770a826501ba2bf6f6f6225e9 authored over 17 years ago
Bugfix. In list_zones.php with no domains created, get_domains will

return -1, count() will not be 0, as all_doms contains one element.
Similar problem in existed i...

ccce031abcbacc076b3a2b8a8035f90df99a4c5b authored over 17 years ago