cznic/public/: fred-ferda-auction-0.5.0 metadata and description
Auction module for Ferda
author | Jan Musílek |
author_email | jan.musilek@nic.cz |
classifiers |
|
license | GPLv3+ |
provides_extras | test |
requires_dist |
|
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_auction-0.5.0-py3-none-any.whl
|
|
|
fred_ferda_auction-0.5.0.tar.gz
|
|
Auction plugin for Ferda.
Settings
FERDA_AUCTION_API_URL
URL of auction API. This setting is required.
FERDA_AUCTION_API_USERNAME
Username used for authentication to auction API. Default is None, meaning no authentication.
FERDA_AUCTION_API_PASSWORD
Password used for authentication to auction API. Default is None, meaning no authentication.
FERDA_AUCTION_API_TIMEOUT
A timeout for connection to auction API. For possible values see documentation of requests library. Default value is 3.05.
Changes
See changelog.
ChangeLog
Unreleased
0.5.0 (2025-06-11)
Create a page with detail of auction (#31)
Make winners’ search look the same as in Ferda (#36)
Add locators to the page “Domain auction” (#37)
Add box for related auction to domain detail (#35)
Remove strings ‘hidden’ from titles of InfoBoxes (#38)
Raise Ferda dependency to 4.2.2 (#39)
0.4.0 (2025-02-18)
Use SVG MDIs (#29)
Provide missing locators to SVG icons (#32)
0.3.0 (2024-12-12)
Rework blacklist view at contact detail (#24)
Add auction dashboard winner list (#26)
Add auction dashboard blacklists (#27)
0.2.1 (2024-11-11)
Remove auction token when user tries to login (#21)
Add permission for blacklist view (#22)
Use new permission for blacklists (#23)
0.2.0 (2024-10-03)
Add a possibility to cancel automatic blacklist (#16)
Add icon showing if user has any blacklist to auction section header (#17)
Enforce API authentication (#18)
Update blacklist logic (#20)
0.1.0 (2024-09-11)
Initial version.