Commit Graph

14 Commits

Author SHA1 Message Date
void
e22e1af2a1 fixed sonarr and radarr requests and availability checks 2020-02-01 00:04:59 +01:00
void
8b5f39397c - Added Sonarr and Radarr Support
- Restructured commands folders and services
- Moved request tv and request movie role name settings from Ombi to bot settings (applies to all services now)
- Improved Migration and gave it some fine tuning
- Fixed a bug where settings.json was still not found due passport trying to get the webconfig before migrating
- Reworked/Restructured some web config elements
2020-01-31 21:29:08 +01:00
void
ab49302e6d added minimum availability to radarr and added some flavor text to dropdown menus 2020-01-30 00:27:30 +01:00
void
bda72c773d added v3 option to sonarr and changed the sonarr and radarr api wrapper addSeries/addMovie functions to take a object as argument 2020-01-29 23:30:24 +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
b53da4ccad added profiles and rootfolders settings for sonarr and radarr, fixed bug from earlier commit, removed console logs from sonarr and radarr getProfiles and getRootFolders due spam on webpanel load 2020-01-29 03:25:20 +01:00
void
33b085555a moved default service to bot settings and made Ombi the default option 2020-01-28 20:54:35 +01:00
James Harland
f668fa460e Added "remember me" to login, default service to Ombi and fix for rest button 2020-01-28 12:41:04 +00: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
James Harland
1460dd1766 Updated settings.json 2020-01-16 23:00:29 +00:00
James Harland
29282c4f62 Added new variable to settings.json 2020-01-16 17:36:01 +00:00
void
8709c81578 Added json to json migration for future settings additions or removals 2020-01-15 01:53:40 +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
void
e18d3f335e completely reworked Database from sqlite to json file. fixed a lot of bugs along the way 2020-01-11 02:08:02 +01:00