Commit Graph

24 Commits

Author SHA1 Message Date
void d189631355 forgot to replace endpoint from where I copied it from 2020-01-30 00:47:34 +01:00
void 2f3db9c74d added all necessary options for sonarr to request shows and animes properly 2020-01-29 23:04:59 +01:00
void fb3ad03f91 version bump (I always forget this...) 2020-01-29 03:27:56 +01:00
void 9da3eb7950 version bump 2020-01-29 00:16:27 +01:00
void 4d58d8f8a6 version bump 2020-01-28 21:17:02 +01:00
void a9a25fc1d2 reverted tv and movie merge and added first functionality for sonarr api 2020-01-26 14:17:21 +01:00
void bc7a63d740 update application version 2020-01-25 03:29:22 +01:00
void cf71bafd11 - renamed migration folder to database
- moved Database Class into new database folder
- status check for webserver is not protected anymore (externally check if application is running)
2020-01-25 02:47:07 +01:00
void ea635be248 updated application version 2020-01-25 02:37:11 +01:00
void 4c08944c50 Complete Web Backend Rework + Bug Fixes
- 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
2020-01-25 02:32:46 +01:00
void ac4b0e4555 updated application version 2020-01-23 21:42:11 +01:00
James Harland 2c6d37c5c1 Added version of Mellow to footer, and bumped up to 2.0.0 2020-01-20 15:40:53 +00:00
void e9b0da1b5a removed yarn requirement, npm is good enough 2020-01-15 02:57:31 +01:00
void 29ae0047af reworked host/ip and port handling, added SSL options to web config, fixed a bug where app would crash on config submit 2020-01-14 22:58:32 +01:00
Alpha fb6ce4525c Fix Develop 2019-08-06 21:55:05 -04:00
Benjamin Gordon b7db1fb784 Update package.json 2019-04-06 21:24:53 -04:00
Benjamin Gordon 9cd365c56f Update package.json 2019-04-06 20:42:58 -04:00
void* 4d96e69d81 changed some info I forgot when switching to github 2019-01-12 15:31:33 +01:00
void 70a37e0954 - moved repo back to github 2018-10-14 22:48:05 +02:00
void* 85c1da9da5 - project moved 2018-08-22 23:58:30 +02:00
void* afa862e8e9 - Added refreshlibrary command for tautulli
- Updated User-Agent Headers to correct package version
2018-08-01 00:37:24 +02:00
void* 5b61501b90 - Added User-Agents to all API calls to avoid any request errors
- Fixed request role check (discord.js got rid of the .exists() function)
2018-06-16 18:55:11 +02:00
void* 85c5b42401 Fixed a bug where when no request role was set in config that you could request even available shows and movies 2018-05-31 16:07:55 +02:00
void* f4bc3ef56b 1.1.9
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
2018-05-18 17:36:28 +02:00