aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/components
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'main' into vuejs-3Bastien Wirtz2022-07-121-0/+115
|\
| * feat: add custom service Healthcheckstoa2022-06-251-0/+115
| | | | | | | | * refs #474
* | Small fixesBastien Wirtz2022-07-124-5/+7
| |
* | Fix lint issuesBastien Wirtz2022-07-033-15/+18
| |
* | Make connectivity check work with vitejs dev serverBastien Wirtz2022-07-021-1/+1
| | | | | | | | Head requests on directory path end up in 404
* | Migrate to VueJS 3Bastien Wirtz2022-07-022-3/+4
|/
* Lint runBastien Wirtz2022-06-051-4/+7
|
* Merge pull request #448 from bemble/mainBastien Wirtz2022-06-041-1/+30
|\ | | | | feat(pwa): enhance connectivity checks
| * feat(connectivity): change query parameter to change connectivityPierre2022-05-301-2/+3
| | | | | | | | Always use timestamp as query parameter instead of alive
| * feat(auth): handle unauthorized request in connectivityPierre2022-05-161-1/+1
| | | | | | | | Reload page without cache if 401 and 403 status in response
| * fix(auth): add timestamp in URL to prevent infinite redirection loopPierre2022-05-101-1/+4
| |
| * feat(pwa): enhance connectivity checksPierre2022-05-091-0/+25
| | | | | | | | Also add support to auth proxy such as Authelia
* | UpdatesBastien Wirtz2022-05-292-3/+7
|/
* Handle 404 error on config file.Bastien Wirtz2022-04-302-2/+2
|
* Added Tautulli service (#439)Evan Steinkerchner2022-04-291-0/+92
|
* Add UptimeKuma Service component (#414)Adyanth H2022-04-201-0/+152
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * :sparkles: Add UptimeKuma Service component * :memo: Add custom services documentation * Change await to fetch and use new API * :sparkles: Tri State logic from Uptime Kuma * :memo: Add and lint documentation * Remove erroneous logging Co-authored-by: Evan Steinkerchner <esteinkerchner@gmail.com> * Remove CORS warning Co-authored-by: Evan Steinkerchner <esteinkerchner@gmail.com> * Correct error level Co-authored-by: Evan Steinkerchner <esteinkerchner@gmail.com> * Correct error level Co-authored-by: Evan Steinkerchner <esteinkerchner@gmail.com> * Prevent caching of requests Co-authored-by: Evan Steinkerchner <esteinkerchner@gmail.com> * Prevent caching of requests Co-authored-by: Evan Steinkerchner <esteinkerchner@gmail.com> * Undo unrelated changes Co-authored-by: Evan Steinkerchner <esteinkerchner@gmail.com>
* Merge pull request #402 from Zareix/feature/portainer-environmentsBastien Wirtz2022-04-071-0/+6
|\ | | | | Portainer service - Select environments
| * select environmentsRaphaël Catarino2022-03-191-0/+6
| |
* | Update src/components/services/Emby.vueSouLSLayeR2022-04-011-1/+1
| | | | | | Co-authored-by: Bastien Wirtz <bastien.wirtz@gmail.com>
* | Removed await from api callunknown2022-03-311-1/+1
| |
* | No authentication required for public endpointunknown2022-03-311-5/+1
| |
* | Fixed yarn lint errorsunknown2022-03-291-21/+22
| |
* | Initial Emby service commitunknown2022-03-281-0/+121
| |
* | prettierRaphaël Catarino2022-03-191-1/+1
| |
* | fix if endpoint not upRaphaël Catarino2022-03-191-1/+3
|/
* Merge pull request #311 from Aryess/mainEvan Steinkerchner2022-03-132-0/+17
|\ | | | | Fix #121 - Change default theme and layout from config
| * Fix #121 - Change default theme and layout from configAryess2021-10-122-0/+17
| |
* | Add a get started link when no configuration is foundBastien Wirtz2022-03-112-8/+52
| |
* | Removed number fudging used for testingEvan Steinkerchner2022-03-011-1/+1
| |
* | Added Portainer custom serviceEvan Steinkerchner2022-03-011-0/+122
| |
* | Change Radarr/Sonarr v3 to use totalRecords as counting paged records isFinalDoom2022-02-182-10/+2
| | | | | | | | wrong number
* | Lint fixesv22.02.1Bastien Wirtz2022-02-101-12/+12
| |
* | Merge branch 'main' into fix/sonarr-radarr-apiBastien Wirtz2022-02-101-0/+94
|\ \
| * | Added Prowlarr custom serviceRaphaël Catarino2022-01-311-0/+94
| | |
* | | Fix radarr legacy api callDuy NGUYEN2022-02-011-1/+1
| | |
* | | Parse new V3 api responseDuy NGUYEN2022-02-012-6/+23
| | |
* | | Radarr and Sonarr V3 api support optionalDuy NGUYEN2022-02-012-4/+20
| | |
* | | Update Sonarr and Radarr APIDuy NGUYEN2022-02-012-4/+4
|/ /
* | Make Lidaar component use the Generic base componentBastien Wirtz2021-12-131-90/+50
| |
* | Merge pull request #329 from Panzer1119/mainBastien Wirtz2021-12-131-0/+150
|\ \ | | | | | | Add Lidarr service
| * | feat: add Lidarr servicePaul Hagedorn2021-11-021-0/+150
| | |
* | | Last batch of custom services refacto.Bastien Wirtz2021-12-123-183/+97
| | |
* | | Services refactoringBastien Wirtz2021-12-125-264/+152
|/ /
* | Update src/components/services/OpenWeather.vueRobin Schneider2021-10-251-1/+2
| | | | | | Co-authored-by: Bastien Wirtz <bastien.wirtz@gmail.com>
* | Merge branch 'bastienwirtz:main' into apikeyRobin Schneider2021-10-251-3/+9
|\ \
| * | Merge branch 'bastienwirtz:main' into hotkeyRobin Schneider2021-10-111-0/+143
| |\|
| * | Merge branch 'bastienwirtz:main' into hotkeyRobin Schneider2021-10-103-21/+14
| |\ \
| * | | Fixed spellingRobin Schneider2021-10-081-1/+1
| | | |
| * | | Merge branch 'bastienwirtz:main' into hotkeyRobin Schneider2021-10-0710-98/+343
| |\ \ \
| * | | | Added custom hotkey supportRobin Schneider2021-09-111-2/+8
| | | | |