Commit Graph

1683 Commits

Author SHA1 Message Date
Matt Scott
48f7f2d19f Merge branch 'dev' of github.com:PowerDNS-Admin/PowerDNS-Admin into 1630-dnssec-feature-breaks-for-zones-that-contain-improperly-escaped-slashes 2023-11-24 09:29:40 -05:00
Matt Scott
4dab950efc Reverting a bad change I made to remove a deprecated feature that is removed in Flask 2.3. 2023-11-24 09:28:21 -05:00
Matt Scott
b347e3df55 Updated zone list view to properly encode the zone name when using it to build request URIs to the back-end. 2023-11-24 09:19:16 -05:00
Matt Scott
24c08a269e Updated zone type comparison logic in domain router to be case-insensitive (#1706) 2023-11-24 09:11:40 -05:00
Matt Scott
09014bf4a9 Correcting case-sensitivity issue with zone type comparison. 2023-11-24 09:03:39 -05:00
Matt Scott
a85827f302 Update index router to replace the use of the deprecated before_app_first_request event with record_once (#1705) 2023-11-24 08:25:38 -05:00
Matt Scott
28c63abea4 Updated the index router to pivot from the use of the deprecated before_app_first_request event to the replacement of record_once. 2023-11-24 08:18:20 -05:00
Matt Scott
5147d72999 Fixes local user setup to perform case-insensitive verification of existing usernames / emails (#1658) 2023-11-24 08:07:20 -05:00
Matt Scott
457c704de3 Update static fonts to use relative paths instead of static (#1703) 2023-11-24 07:44:29 -05:00
Matt Scott
447bb14742 Updated the roboto_mono.css and source_sans_pro.css font-face definition files to utilize relative pathing to resolve issues with installations deployed in subdirectories. 2023-11-24 07:40:49 -05:00
Matt Scott
0472aba25e Updated Python requirements for PyYAML from version 5.4 to 6.0.1 to resolve a conflict with Cython. 2023-11-24 06:54:55 -05:00
Matt Scott
4442577b0b Created a new model to represent the Flask-Session storage schema sessions with a method for removing expired sessions.
Added a trigger for the Flask-Session model's session clean-up method to the `before_request` handler of the user router.
2023-11-24 06:26:38 -05:00
Ronan
c52bdd0daf Fix case sensitivity for duplicate email creation 2023-08-31 16:28:06 +10:00
Ronan
7fcd2b8aa6 Fix case sensitivity for duplicate username creation 2023-08-31 16:26:48 +10:00
Ronan
ad9e4938bc Add additional log information
Print out the message returned by create_local_user() when it fails to create a new local user.
2023-08-31 16:25:12 +10:00
Tyler Todd
45f1ba7b82 Fix non rr_set events in Zone Changelog display (#1598) 2023-06-22 12:04:49 -04:00
Tyler Todd
08c39c64c2 Fix non rr_set events in Zone Changelog display
This will resolve #1566
2023-06-22 12:03:42 -04:00
Tyler Todd
8b51313027 Remove Misc Code (#1597) 2023-06-22 10:36:20 -04:00
Tyler Todd
fa7b146c78 Remove Misc Code 2023-06-22 10:35:52 -04:00
Tyler Todd
8e53e4ae48 Update Versions
Update Flask and Werkzeug versions
2023-06-22 10:24:59 -04:00
Tyler Todd
e88a836f26 Fix ordering and type
Fixes the ordering of variables for cosmetic, and adds the missing code for the compare of changes.
2023-06-22 10:21:15 -04:00
Tyler Todd
6fc2279c3b Indicate Unsaved Changes (#1595) 2023-06-22 09:49:31 -04:00
Tyler Todd
953221578b Update base.html 2023-06-22 08:50:14 -04:00
Tyler Todd
11be125e3b Update domain.html 2023-06-22 08:48:50 -04:00
Matt Scott
8aef6fe8f1 Automatically focus username field in login view (#1549) 2023-04-28 04:47:19 -04:00
Roel Schroeven
9350c98ea2 Autofocus username field on Login screen 2023-04-26 17:26:52 +02:00
Matt Scott
86e75c8b6b Fix record comment removal (#1537) 2023-04-21 18:29:20 -04:00
corubba
f0e32a035d Fix deletion of comments
The compaitibility for backends that don't support comments broke the
normal deletion of comments. This is fixed by limiting the
compaitibility to when we don't know for certain whether the backend of
that zone supports comments or not. This is done by checking if the
zone currently contains any comments: If it does, the backend definitly
supports comment; if it doesn't, we don't know and have to assume it
doesn't. The check is done by the "modified_at" attribute, because this
only exists on persistent comments from pdns and not on the "fill-up"
comments that PDA adds.
Luckily this also works perfectly for the deletion case, because to
delete a comment it had to already exist previously.

Fixes #1516
2023-04-16 16:03:44 +02:00
Matt Scott
055ac761e3 Updating documentation to reflect the latest app settings changes. 2023-04-14 19:38:54 -04:00
Matt Scott
66f422754b Updated the application version references in preparation for the next release of 0.4.2. 2023-04-14 19:33:32 -04:00
Matt Scott
9193317d00 Allow all application settings to be configured by environment variables (#1535) 2023-04-14 19:30:18 -04:00
Matt Scott
c74c06c327 Added some missing settings to the new AppSettings class.
Corrected typo in app setup method.
2023-04-14 19:26:02 -04:00
Matt Scott
601539f16e Removed unnecessary parenthesis. 2023-04-14 19:00:39 -04:00
Matt Scott
ccd7373efe Corrected issue with encoding / decoding of dictionary and list type settings values.
Updated zone record settings management to use valid JSON format with backwards compatibility support for the non-JSON literal format.
2023-04-14 18:52:27 -04:00
Matt Scott
c842d09195 Overhauled app settings implementation to remove redundancy of definitions. Additionally, re-factored settings initialization code to allow for every setting to be defined by environment variable for both bare metal and Docker container deployments. 2023-04-14 07:12:02 -04:00
Matt Scott
9ddfde02b8 Fixed issue with all unassigned zones being selected after a new account's name fails to validate (#1530) 2023-04-13 16:16:51 -04:00
Matt Scott
7eee3134d4 Corrected the logic flaw in the account add / edit form that would cause all unassigned zones to be selected automatically following the attempt of account creation with an invalid name. 2023-04-13 16:09:10 -04:00
Matt Scott
d773e078f5 Updated the Docker image build workflow to hopefully push the additional platform builds to Docker Hub after the build is complete. 2023-04-13 13:53:39 -04:00
Matt Scott
c6a63053f3 Corrected issue with SERVER_EXTERNAL_SSL setting not being extracted from the app's environment. (#1529) 2023-04-13 13:47:42 -04:00
Matt Scott
84f84f2809 Updated the OAuth service providers to properly respect the new OAuth auto-configuration settings for each provider. (#1527) 2023-04-13 13:40:25 -04:00
Matt Scott
8cfc62e9d0 Corrected issue with SERVER_EXTERNAL_SSL setting not being extracted from the app's environment. 2023-04-13 13:40:06 -04:00
Matt Scott
d7f3610b51 Updated the OAuth service providers to properly respect the new OAuth autoconfiguration settings for each provider. 2023-04-13 13:34:41 -04:00
Matt Scott
8108caf96a Updated default value of SERVER_EXTERNAL_SSL environment setting (#1522) 2023-04-12 08:13:19 -04:00
Matt Scott
003ee07596 Updated the default value of the SERVER_EXTERNAL_SSL environment setting. 2023-04-12 08:07:40 -04:00
Matt Scott
c778004287 Removed ARM v7 support from the Docker image build process it added a lot of build time to the process. 2023-04-12 07:35:34 -04:00
Matt Scott
a8c61abef6 Added support for building ARM and ARM64 based Docker images. (#1520) 2023-04-12 06:28:44 -04:00
Matt Scott
606b0ccc84 Added support for building ARM and ARM64 based Docker images. 2023-04-12 06:26:03 -04:00
Matt Scott
b60a74d764 Zone rrset changelog display improvement (#1507) 2023-04-12 05:47:49 -04:00
Matt Scott
e45324c619 Updated issue templates to include latest version release.
Added `VERSION` file to repository root for easy tracking of current app version.

Corrected bug with the latest changes to the settings model that can lead to a JSON decoding error for installations without a properly stored value.
2023-04-12 05:30:06 -04:00
Rauno Tuul
0ccdf9ac0d resolved conflict from 737e104912 2023-04-12 09:28:58 +03:00