Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added support for Get method to Ping custom service | Isaac Suttell | 2022-10-08 | 1 | -1/+4 |
* | Fix UptimeKuma status message when all sites are down #503 | Bastien Wirtz | 2022-09-18 | 1 | -5/+19 |
* | fix: resolve typo in Healthchecks service name | toa | 2022-07-16 | 1 | -0/+0 |
* | Merge branch 'main' into vuejs-3 | Bastien Wirtz | 2022-07-12 | 1 | -0/+115 |
|\ | |||||
| * | feat: add custom service Healthchecks | toa | 2022-06-25 | 1 | -0/+115 |
* | | Small fixes | Bastien Wirtz | 2022-07-12 | 1 | -2/+2 |
* | | Fix lint issues | Bastien Wirtz | 2022-07-03 | 2 | -14/+15 |
|/ | |||||
* | Updates | Bastien Wirtz | 2022-05-29 | 2 | -3/+7 |
* | Handle 404 error on config file. | Bastien Wirtz | 2022-04-30 | 1 | -1/+1 |
* | Added Tautulli service (#439) | Evan Steinkerchner | 2022-04-29 | 1 | -0/+92 |
* | Add UptimeKuma Service component (#414) | Adyanth H | 2022-04-20 | 1 | -0/+152 |
* | Merge pull request #402 from Zareix/feature/portainer-environments | Bastien Wirtz | 2022-04-07 | 1 | -0/+6 |
|\ | |||||
| * | select environments | Raphaël Catarino | 2022-03-19 | 1 | -0/+6 |
* | | Update src/components/services/Emby.vue | SouLSLayeR | 2022-04-01 | 1 | -1/+1 |
* | | Removed await from api call | unknown | 2022-03-31 | 1 | -1/+1 |
* | | No authentication required for public endpoint | unknown | 2022-03-31 | 1 | -5/+1 |
* | | Fixed yarn lint errors | unknown | 2022-03-29 | 1 | -21/+22 |
* | | Initial Emby service commit | unknown | 2022-03-28 | 1 | -0/+121 |
* | | prettier | Raphaël Catarino | 2022-03-19 | 1 | -1/+1 |
* | | fix if endpoint not up | Raphaël Catarino | 2022-03-19 | 1 | -1/+3 |
|/ | |||||
* | Add a get started link when no configuration is found | Bastien Wirtz | 2022-03-11 | 1 | -8/+17 |
* | Removed number fudging used for testing | Evan Steinkerchner | 2022-03-01 | 1 | -1/+1 |
* | Added Portainer custom service | Evan Steinkerchner | 2022-03-01 | 1 | -0/+122 |
* | Change Radarr/Sonarr v3 to use totalRecords as counting paged records is | FinalDoom | 2022-02-18 | 2 | -10/+2 |
* | Lint fixesv22.02.1 | Bastien Wirtz | 2022-02-10 | 1 | -12/+12 |
* | Merge branch 'main' into fix/sonarr-radarr-api | Bastien Wirtz | 2022-02-10 | 1 | -0/+94 |
|\ | |||||
| * | Added Prowlarr custom service | Raphaël Catarino | 2022-01-31 | 1 | -0/+94 |
* | | Fix radarr legacy api call | Duy NGUYEN | 2022-02-01 | 1 | -1/+1 |
* | | Parse new V3 api response | Duy NGUYEN | 2022-02-01 | 2 | -6/+23 |
* | | Radarr and Sonarr V3 api support optional | Duy NGUYEN | 2022-02-01 | 2 | -4/+20 |
* | | Update Sonarr and Radarr API | Duy NGUYEN | 2022-02-01 | 2 | -4/+4 |
|/ | |||||
* | Make Lidaar component use the Generic base component | Bastien Wirtz | 2021-12-13 | 1 | -90/+50 |
* | Merge pull request #329 from Panzer1119/main | Bastien Wirtz | 2021-12-13 | 1 | -0/+150 |
|\ | |||||
| * | feat: add Lidarr service | Paul Hagedorn | 2021-11-02 | 1 | -0/+150 |
* | | Last batch of custom services refacto. | Bastien Wirtz | 2021-12-12 | 3 | -183/+97 |
* | | Services refactoring | Bastien Wirtz | 2021-12-12 | 4 | -262/+150 |
|/ | |||||
* | Update src/components/services/OpenWeather.vue | Robin Schneider | 2021-10-25 | 1 | -1/+2 |
* | Fixes apikey inconsistency | Robin Schneider | 2021-10-13 | 1 | -1/+1 |
* | Code review fixes | Artur Bauer | 2021-10-11 | 1 | -60/+36 |
* | Add Prometheus custom component | Artur Bauer | 2021-10-10 | 1 | -0/+167 |
* | Allow non json reponse in fetch. | Bastien Wirtz | 2021-10-10 | 1 | -10/+4 |
* | Factorize fetch options | Bastien Wirtz | 2021-10-10 | 1 | -10/+8 |
* | Extendable base service for easier development. | Bastien Wirtz | 2021-10-06 | 3 | -88/+54 |
* | Apply linters | Bastien Wirtz | 2021-09-25 | 1 | -27/+24 |
* | Update Sonarr.vue | Colin | 2021-09-22 | 1 | -1/+3 |
* | Add credentials: "include" back to Sonarr | Colin | 2021-09-22 | 1 | -1/+3 |
* | Add credentials: "include" back to Radarr` | Colin | 2021-09-22 | 1 | -2/+6 |
* | Merge pull request #243 from waschinski/patch-1v21.09.2 | Bastien Wirtz | 2021-09-15 | 1 | -8/+46 |
|\ | |||||
| * | Status visibility no longer depending on subtitle | Andreas Waschinski | 2021-09-14 | 1 | -1/+1 |
| * | Merge branch 'main' into patch-1 | Andreas Waschinski | 2021-09-14 | 6 | -18/+148 |
| |\ |