- Removed expose from Dockerfile (not needed)
- Password is now saved as a salted hash
- Prepared bot folder structure for future multi-platform bots
- Database will now load json file everytime config is requested
- Made some minor changes on movie and tv show selection (input and list output will be deleted always now if possible)
- WebServer now uses proper routes and controllers
- Implemented passport JWTs for proper token auth and endpoint protection
- Password won't be inputted into the config anymore (to avoid accidentally multi hashing the password)
- Added Reset Button to Bot Config
- Fixed some minor bugs
- Port for Webserver listening can be set via Env Variable "PORT" now
Added the possibility to delete user commands after bot answered
Renamed searchtv & searchmovie to tv & movie
Removed console log in library command
1.1.6
Added Tautulli support
Added a new command for Tautulli: library
Updated README.md
1.1.3
Request roles are now optional (if nothing is set, everyone will be able to request)
Request fields in config now takes the role name (case sensitive) instead of the role ID
Timer for selecting a movie or tv show from list was set from 30sec to 120sec
1.1.0
Reworked searching for TV/Movies
Reworked config structure (now with ip:port instead of domain)
Added requesting to searching TV/Movies (works with an additional discord role as permission)
Fixed TVDB links in tv output
1.0.0
Initial Release with 2 commands for now