cznic/public/: fred-ferda-auction-0.3.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.3.0-py3-none-any.whl
|
|
|
fred_ferda_auction-0.3.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.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.