mirror of
https://github.com/arcan1s/ffxivbis.git
synced 2025-04-24 17:27:17 +00:00
FFXIV static BiS selector/tracker made easy
It has been reported that that views are vulnerable for XSS because of missing escaping (or validation). Instead of playing with conversion from/to escaped/unescaped strings lets just forbid characters via api This commit includes migration for postgres, sqlite migration is still missing which will make it impossible to load pages for those parties. This commit also includes several fixes: * The issue when empty party could not be loaded * The issue when link biis is not appllied after editing * The issue when incorrect bis link has been saved * The issue when empty password could be applied via api * The issue when error message is not displayed at the index page This commit also updates dependencies |
||
---|---|---|
.github/workflows | ||
project | ||
src | ||
.gitignore | ||
.scalafmt.conf | ||
build.sbt | ||
extract_items.py | ||
libraries.sbt | ||
LICENSE | ||
Makefile | ||
README.md | ||
TODO.md | ||
version.sbt |
FFXIV BiS
Service which allows managing savage loot distribution easy.
Installation and usage
In general compilation process looks like:
sbt dist
Or alternatively you can download the latest distribution zip from the releases page. Service can be run by using command:
bin/ffxivbis
from the extracted archive root.
Web service
REST API documentation is available at http://0.0.0.0:8000/api-docs
. HTML representation is available at http://0.0.0.0:8000
.
Note: host and port depend on configuration settings.
Public service
There is also public service which is available at https://ffxivbis.arcanis.me.