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

Show permission templates after new one is added.

afdcc7e341464853e852c62a7a691daad3fca740 authored about 2 years ago
Use MVC like pattern, show list again when the record is deleted.

b604477a41bf928481f3a52048c62917cf12b25b authored about 2 years ago
Updated name of the methodo to be more descrptive.

c72fea6d9b237c558dc5f1974ea2126b8328bbd7 authored about 2 years ago
No need to pass permission value to the template.

dbed6d140d43662e29ccb8d99e85c92188484000 authored about 2 years ago
If user doesn't want to delete perm template redirect him to the list.

28be97043180e802259c82bab59716c20bef943e authored about 2 years ago
Removed debuggin stuff.

55e0e2271a798e09f72017ea0fd715a50d620e41 authored about 2 years ago
Added validation library, refactored adding of permission templates to use validation and to be like MVC.

641f7ef71b49f8612afa58edcb2212b5bffd6fc9 authored about 2 years ago
Updated template for message translation.

ea7b4e47796ff9eae50dcfa6cbd1ba110ff73caa authored about 2 years ago
Updated list of valid TLDs.

e52223de28b82641c97fe0e465795f6a4f7b2d26 authored about 2 years ago
Updated disclaimer.

d297cbfe66af2fe5dac0ce4e8a055d34077cda37 authored about 2 years ago
Added disclaimer.

2b5fabd474283e7dfd340f091fd2e033a8ae5d81 authored about 2 years ago
Replace permission checks with related helper function.

679441e4a101076352569a80c73a82bff8bb5227 authored about 2 years ago
Added missing file for phpunit after upgrade.

73057b6d637550d41011ea02f713795e980a2b1e authored about 2 years ago
Replace repeatative permission checks with single function call.

dc9ae4de90348c0fbc9c1c6f931dc80d93dda05b authored about 2 years ago
Escape input.

4788fe5822e6e19ed48a7ccfc6f4ba22af9ca6f1 authored about 2 years ago
Updated phpunit.

717372e2ffeca4eade3d36f86fcd4c2db20985e3 authored about 2 years ago
Escape input before passing to the view.

d81a27643be9eec10b2f0198d9eeea9d3d713e1e authored about 2 years ago
Extract getting of view and edit permissions to special helper class.

964271b960171e5b190bcbbddb7226fb98c3cda1 authored about 2 years ago
Make query compliant with MySQL ONLY_FULL_GROUP_BY.

87b5ca1d0e104f7dd33393e9b3ad64b6e2dc8911 authored about 2 years ago
Use named params in prepared statement.

1e4822333768cf4fc06758d53f8329664e806dc8 authored about 2 years ago
Simplify the code and use prepared statements.

3c66973a7bb902e46e1cdec6a9249740cf6fa1a0 authored about 2 years ago
Removed unused permission checks.

963e397822ebacae2f3172a65ce1748a63db1da9 authored about 2 years ago
Fix code and html separation.

53ea8b7aa8c0e39bf1987bf383b3fe3d22d87021 authored about 2 years ago
Use prepared statement.

bea00e926ff1aee82563ef07f7c766d3d5e4e153 authored about 2 years ago
Show error if user already owns the zone.

ed9a2312e297f3e51596cf00620aabf37db6d148 authored about 2 years ago
Use prepared statement.

d73d125972476e2baec8ab49ae5b8b35a9ee3f67 authored about 2 years ago
Remove unused variable.

02a7459e511c14bc37a809866a408121c03b2c38 authored about 2 years ago
Allow to change zone type for users that have meta edit rights. Related to #49.

3bee0f5f583c03a131a8da820b4d05af17dd1ce4 authored about 2 years ago
Do not allow to orphan the zone (one user is required). Related to #49.

be06dc8a47c9111ae8b034a8d6c4771796a43883 authored about 2 years ago
Fix permission checking, visual updates.

8dcc926bd9797a2b2a9769869a8bd3b210b93f36 authored about 2 years ago
Hide buttons if user has no rights to edit records.

a7309674ea74545cac7e3e4532c6d135e25b6b1a authored about 2 years ago
Cleanup & code simplification.

15d87a67bc99d9acb1902e16d30f8a365a13b803 authored about 2 years ago
Group similar records in search results.

de0a29470b94c5937ab4b1a2ebc8d9b81f577df9 authored about 2 years ago
Fix warning - comments can be edited only if it's enabled in the system.

bfcbfb61d4ffbea25b904508ba91e94809c795ed authored about 2 years ago
Change location of DNSSEC buttons.

f3768450d60fb97124cf0394c105d31275433ac8 authored about 2 years ago
Saving zone template should be available only if user has proper rights.

3035c2a1202a4ae90242cb370e8b6d699dd5e24a authored about 2 years ago
Visual fixes in edit view.

743fe173d518f61186c5103317a483b888516a8a authored about 2 years ago
Fixes #476 - allow to use IDN names in bulk import, updated error messages.

9a5211a566533e8952dcb88ac745a46796ea54f0 authored about 2 years ago
Show combination of username and full name in zone list. Relates to #475.

30f0d73e599b9b1fff22bbae1e68ec1dc5ee325f authored about 2 years ago
Removed references to MDB2 and additional compatibility layer.

432e804fee14089bd8a41560ff24766b7dd023ac authored about 2 years ago
Show selected letter in list view, simplify queries made.

05633a328dd9e9441a8b0a3fd91d6f0fccc07e13 authored about 2 years ago
Remove unused variable, other cleanups.

58d839b853abf999b988368d48b6c43835e49947 authored about 2 years ago
Simplify the code, remove use of define statements.

1e338b2419235c544d8c6ed1d74e272443ccfbc3 authored about 2 years ago
Use column size to fit content, related to #475.

3c785b724b371af9daf4ea08be2fd87d1189929e authored about 2 years ago
Removed unused class.

9c081ca28253863a1a5ab37771ca8e1713c15a1e authored about 2 years ago
Allow to user with zone_content_edit_own_as_client permission to delete record. Related to #475.

29d2eeaf33f51ca608999d8aedff5d8d71a5ae3f authored about 2 years ago
Show converted IDN name in success messages.

ce207c0a666d1108878fde924d47ba4345b4156e authored about 2 years ago
Show zone count only for those that user has view access.

ecdf2c3c1b66882a8158115e00faf42d40c2ba4b authored about 2 years ago
Remove description field from the user list view as it will not fit. Related to #475.

1e07220b912927bf764f2ac64c1aba2876ae6220 authored about 2 years ago
Restore compatibility with PHP 7.4.x

c290f9620db3569b10b1c3fa1eaff10460884de9 authored about 2 years ago
Handle case when iface_rowamount is zero, related to #474 issue.

527f205ddcf5a17275f86b30a814d3d29bcabf29 authored about 2 years ago
Updated Bootstrap version and integrity checks, reformatted code.

70b5aab61cfd1ad985dbfda6ec8a2cc10c7b609d authored about 2 years ago
Fix issues found by Snyk.

f9a1def89dd3c3b39a54d446ebb2a7824abddd9b authored about 2 years ago
Updated Bootstrap version.

964d201efc1b6287052f0051a20106934b9854a1 authored about 2 years ago
Use specific lock image for DNSSEC status.

bb54d8c1b4b7280d9216b04dd9c144843aae7dab authored about 2 years ago
Fix for case when serial may no exist if slave domain was not synced yet.

37b5395b7e00c2ff23e99040dccfdf7f11880e03 authored about 2 years ago
Updated dependencies.

0a1d4826d0f9ff284d0758340ba27aed315f8641 authored about 2 years ago
Use self closing tag.

8a72a00e7e740d483c1dca295ca14c5ec59f0b38 authored about 2 years ago
Migrate to PHP8.

9855ba7510b3b9580f8cf618d59570435bd9fa0c authored about 2 years ago
Added scripts section.

657a7ecf8cd050dfb5b6529bdfc7d701e530f81d authored about 2 years ago
Use another function for checks.

e4453b561842a9e6e5c4e16504e230bb5cd26c81 authored about 2 years ago
Updated phpdoc config, ignore vendor files.

23a09e6cf335f538b1039b1a39636f0109889015 authored about 2 years ago
Unwrape special variable.

f03a88d7f3db2a53b09d04cf58e502f34adf764d authored about 2 years ago
Added missing return types.

941acbb7d6da56e62d3c95a5ef86b7e582c4b04e authored about 2 years ago
Code cleanup, various fixes to the style.

ff4b1c23307f78b761e95a5f8135aafb3b413224 authored about 2 years ago
Updated phpdoc comments, adjusted return params and args.

6839ebc6b068e3ee72d991822a69ea367153872d authored about 2 years ago
Use secured url by default in example.

ec54b2315602d316d6cb3868b4b1c4d32b831d0f authored about 2 years ago
Refactor - minimize code nesting.

346bdd2fc87ca55157f8a1e3b62757f3855d12fd authored about 2 years ago
Refactor - code block extracted to separate function.

5ea02096860547246b7795ca679a85ad1fd37b26 authored about 2 years ago
Simplify the code.

1a4ea0d3a1afe5492c4182fc7629590a9fdb5ccf authored about 2 years ago
Ignore docker cache during image build.

e5239e38563ad779e1cfb236b5bce68cd1343a02 authored about 2 years ago
Added Dockerfile for testing, updated related sql dumps.

41121fd2608b6c1e1dc1b8b5ebf030d4c5868cf2 authored about 2 years ago
Be more verbose when db connection fails during installation, moved config file to the template.

2cbd781b13698fa952deba59b2946cc5c47eccbb authored over 2 years ago
Show only one error (if statements cannot be merged).

4ab1ea2211ce222b983efd0cc35c8c2750001b01 authored over 2 years ago
Show only single error.

d6ba4a1947011bc4f332222daeb0a3aa4d843738 authored over 2 years ago
Hide error regarding config file if there's install folder.

6742bb402ef4719a214c1e7e2f2191e92b75c595 authored over 2 years ago
Added styling to error messages.

c4c9ae75ba2a098982d09af2814cfe5e8586ebc5 authored over 2 years ago
Fixes #472 - Reuse existing serial date if it's in the future.

6c97407678219e6fe5fba38f8a9c5869e4c9dda3 authored over 2 years ago
Updated test names.

73e3e2ce228239dca2bf0d81f7de130a5dc813e1 authored over 2 years ago
Updated test case names.

9bdb207a2ace83aba6db9499b450dcb3d09a7e78 authored over 2 years ago
Simplify the code.

733ba6f9552c5fe7688b32a26782a1d6e3d63669 authored over 2 years ago
Minimize code nesting.

fac096794e3c37cfb66ec1cafada82b6a269eef3 authored over 2 years ago
Test moved back, added missing import.

6ccc280480f45567c241ce7a5ead619bd23b06b7 authored over 2 years ago
Removed unused parameter.

ad04faf296c80878667b8a22dc38af9ba7e8666f authored over 2 years ago
Added tests for serial increments.

fe47ecd87fb083d97b46180834651b8f4ff96f15 authored over 2 years ago
Updated test, moved to another folder.

d3a2018f9725115004fe34677d4ba357335af578 authored over 2 years ago
Use better name for the function.

18933af9beab25d309d386f752b1e6822476b864 authored over 2 years ago
Refactor installer, added validation to 3rd step.

e6dcd7874090d11561a9e1dc7af60ce5b6fadb01 authored over 2 years ago
Added missing files after dependency update.

0830d2301ceaaa52db586da6a00bc0bf8d322844 authored over 2 years ago
Removed use of autoloader where it's not necessary.

7bc38a8d92ff7f69a0dbff24de71e72140610386 authored over 2 years ago
Removed unused config file.

f96d4505b67c7160b02d77089ace59ff2d16275f authored over 2 years ago
Updated composer settings and dependencies.

76190d10d6203761da8099f946d477cdfa46a817 authored over 2 years ago
Protect from html injection.

57983b3a8255be0916d8d9b20b06048451a309ad authored over 2 years ago
Escape html content.

6b1a98296fe16d48261862e553a88aaf9fcbecae authored over 2 years ago
Do not restore password in form.

26dbd67a300ba0674a71d739c4533bac6c2bb445 authored over 2 years ago
Use prapared statements.

8b6bd30176cb133d9d706f009b660f2eeaab4247 authored over 2 years ago
Reformatted python code.

0e7baf0a33ad1a87b3732c85f31aa04c73f5caa7 authored over 2 years ago
Bump the version as it has some breaking changes.

8b052f4dd979f32b4f1638cc11fd62d7392d55a5 authored over 2 years ago
Replace html file with real sqlite schema.

ffaa64279d984c8ccdebcc5abc62edbdc96522e7 authored over 2 years ago
Added PowerDNS 4.7 schema files.

e27fd2f36eea5c2f7ff0af9ed8668be1335e7d13 authored over 2 years ago