cznic/public/: fred-ferda-verification-1.10.0rc1 metadata and description

Simple index Stable version available

Verification plugin for Ferda

author Jan MusĂ­lek
author_email jan.musilek@nic.cz
classifiers
  • Development Status :: 2 - Pre-Alpha
  • Environment :: Web Environment
  • Intended Audience :: Developers
  • License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
  • Operating System :: OS Independent
  • Framework :: Django :: 4.2
  • Programming Language :: Python
  • Programming Language :: Python :: 3.8
  • Programming Language :: Python :: 3.9
  • Programming Language :: Python :: 3.10
  • Programming Language :: Python :: 3.11
  • Typing :: Typed
license GPLv3+
provides_extras types
requires_dist
  • asgiref~=3.0
  • django<4.3,>=4.2
  • django-ninja~=1.3
  • fred-ferda~=4.0
  • fred-frgal~=3.15
  • fred-grill~=2.2
  • fred-types~=2.0
  • fred-verifier~=1.0
  • doc8; extra == "quality"
  • mypy; extra == "quality"
  • polint; extra == "quality"
  • ruff; extra == "quality"
  • freezegun; extra == "test"
  • snapshottest; extra == "test"
  • testfixtures; extra == "test"
  • types-freezegun; extra == "types"
  • types-protobuf; extra == "types"
  • types-pytz; extra == "types"
  • types-requests; extra == "types"
requires_python ~=3.8

Because this project isn't in the mirror_whitelist, no releases from root/pypi are included.

File Tox results History
fred_ferda_verification-1.10.0rc1-py3-none-any.whl
Size
5 MB
Type
Python Wheel
Python
3
fred_ferda_verification-1.10.0rc1.tar.gz
Size
317 KB
Type
Source
=================
fred-verification
=================

Verification plugin for Ferda.

Settings
========

``FERDA_VERIFICATION_VERIFICATION_PORTAL_URL``
----------------------------------------------

Base URL of public verification portal.
Default value is ``None``, meaning no links will be displayed.

``FERDA_VERIFICATION_VERIFICATION_REASONS``
-------------------------------------------

Dictionary with possible verification reasons.
Keys should be unique string identifiers stored in the database.
Values should be human readable descriptions.
Default value is ``{}``, meaning verification reasons are disabled.

ChangeLog
=========

.. contents:: Releases
:backlinks: none
:local:


Unreleased
----------

1.10.0 (2025-02-20)
------------------

Maintenance

* Stop using obsolete ajax API (#149)

1.9.0 (2025-02-18)
------------------

* Use SVG MDIs (#146)
* Provide missing locators to SVG icons (#148)

1.8.0 (2024-12-12)
------------------

* Upgrade to pydantic 2 (#143)

1.7.2 (2024-10-03)
------------------

* Enforce API authentication (#142)

1.7.1 (2024-09-24)
------------------

* Relax version of ``fred-verifier``

1.7.0 (2024-09-18)
------------------

Maintenance

* Replace ``frgal`` with ``fred-frgal``

1.6.0 (2024-09-11)
------------------

Maintenance

* Load settings from API (#135)
* Update store change synchronization (#136)

New features

* Change generic error message (#137)
* Add verification reason and URL (#103)
* Add manual verification action to ongoing verification list (#140)
* Remove "domains transferred to another holder" stuff (#139)

1.5.0 (2024-02-29)
------------------

* Load some verification lists on demand (#134)

1.4.0 (2024-02-06)
------------------

Maintenance

* Use Ferda pluggy hooks instead of PluginConfig (#130)
* Handle left side menu item in frontend (#76)
* Update setup with ruff

Bug fixes

* Fix logger translation in the left side menu (#129)
* Fix typos (#131)

1.3.0 (2023-08-07)
------------------

New features

* Add additional info for ``resolve_manual_check`` event (#109)
* Add domains transferred to another holder to verification detail (#114)
* Add pagination to domain holder table in verification detail (#110)
* Add warning to delay form in case holder of domains changed during verification (#115)
* Add a list of paused verifications (#108)
* Add warning to domain detail in case holder of domain changed during verification (#116)
* Add approve automatic and approve manual actions to verification detail (#118)
* Add address comparison table to verification list (#112)
* Add row highlighting in case of a valuable domain (#117)
* Add verification reason (#54).
* Return verification info from delay status API (#104).
* Return verification info from approve futile API (#105).
* Process ``VerificationAlreadyExists`` exception (#106).
* Add approve manual API (#107).
* Add list filtering by ``domain_id`` (#111).
* Add ``resume`` endpoint (#113).
* Add handle to transferred domain list (#119, #124).
* Add information about last success verification to add verification dialog (#121)
* Update translations (#120, #122, #123).
* Add actions for paused verification to contact detail (#125).
* Add paused from datetime to verification detail and contact detail (#126).
* Change texts in verifications (#127)
* Add new log table with human readable logs (#87)
* Sanitize 404 status for transferred domains in verification detail (#128).

1.2.0 (2023-06-29)
------------------

New features

* Add list of completed verifications (#99)

Enhancements

* Update delay status form to allow delaying of individual future events (#97)
* Update title and text of tooltip in confirmation form (#94)

Bug fixes

* Fix list API endpoint with contacts that no longer exist (#100)
* Fix method translation in confirmation form (#93)
* Fix display of method used for completing closed verification (#92)
* Fix "last" event selection so that it is based on datetime, not order (#102)

Maintenance

* Install Ferda from private NPM registry instead of Git (#67)
* Add support for Django 4.2 (#98)
* Unify test locators for dialog submit and close buttons (#88)

1.1.0 (2023-06-14)
------------------

New features

* Add grpc options settings for verification backend (#91)

Enhancements

* Update timeout section in verification detail (1 row per record) (#78)
* Rename canceled verification state (#79)
* Add readonly parameter to verification portal link (#82)
* Change texts and appearance at add to verifications form (#85)
* Remove delay status action icon from domain holder table (#86)

Bug fixes

* Use babel polyfill to support stage 3 methods (#73)
* Fix icon colors at contact detail so that all have the same color (#74)
* Hide delay status and cancel button icons for closed verifications (#77)
* Change text for close datetime at verification detail (#80)
* Unify status translations (#81)
* Fix method names in process table (#89)

1.0.1 (2023-05-25)
------------------

* Fix contact and domain detail permission error (#75)

1.0.0 (2023-05-23)
------------------

* Initial version


Render warnings:
<string>:36: (WARNING/2) Title underline too short.

1.10.0 (2025-02-20)
------------------