Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Lint run | Bastien Wirtz | 2022-06-05 | 1 | -4/+7 |
| | |||||
* | Merge pull request #448 from bemble/main | Bastien Wirtz | 2022-06-04 | 2 | -8/+31 |
|\ | | | | | feat(pwa): enhance connectivity checks | ||||
| * | feat(auth): do not handle redirection in getConfig | Pierre | 2022-05-30 | 1 | -7/+1 |
| | | | | | | | | It will be handled by connectivity checker | ||||
| * | feat(connectivity): change query parameter to change connectivity | Pierre | 2022-05-30 | 1 | -2/+3 |
| | | | | | | | | Always use timestamp as query parameter instead of alive | ||||
| * | feat(auth): handle unauthorized request in connectivity | Pierre | 2022-05-16 | 1 | -1/+1 |
| | | | | | | | | Reload page without cache if 401 and 403 status in response | ||||
| * | fix(auth): add timestamp in URL to prevent infinite redirection loop | Pierre | 2022-05-10 | 1 | -1/+4 |
| | | |||||
| * | feat(pwa): enhance connectivity checks | Pierre | 2022-05-09 | 1 | -0/+25 |
| | | | | | | | | Also add support to auth proxy such as Authelia | ||||
* | | Updates | Bastien Wirtz | 2022-05-29 | 2 | -3/+7 |
| | | |||||
* | | Add support for search keywords to solve issue #372 | James Coleman | 2022-05-12 | 1 | -1/+2 |
|/ | |||||
* | Handle 404 error on config file. | Bastien Wirtz | 2022-04-30 | 3 | -4/+18 |
| | |||||
* | Simplify the container starting process to allow it to run with a | Bastien Wirtz | 2022-04-30 | 1 | -0/+4 |
| | | | | unprivileged user | ||||
* | Fixed prettier warning | Evan Steinkerchner | 2022-04-29 | 1 | -1/+1 |
| | |||||
* | Added Tautulli service (#439) | Evan Steinkerchner | 2022-04-29 | 1 | -0/+92 |
| | |||||
* | Change main-section margin-bottom to padding-bottom to compensate for footer | Evan Steinkerchner | 2022-04-28 | 1 | -3/+2 |
| | |||||
* | Small formatting fix | Evan Steinkerchner | 2022-04-28 | 1 | -1/+2 |
| | |||||
* | Fixed issue where v-for keys could clash if two groups had the same name | Evan Steinkerchner | 2022-04-28 | 1 | -5/+8 |
| | |||||
* | Add UptimeKuma Service component (#414) | Adyanth H | 2022-04-20 | 1 | -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-environments | Bastien Wirtz | 2022-04-07 | 1 | -0/+6 |
|\ | | | | | Portainer service - Select environments | ||||
| * | select environments | Raphaël Catarino | 2022-03-19 | 1 | -0/+6 |
| | | |||||
* | | Update src/components/services/Emby.vue | SouLSLayeR | 2022-04-01 | 1 | -1/+1 |
| | | | | | | Co-authored-by: Bastien Wirtz <bastien.wirtz@gmail.com> | ||||
* | | 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 |
|/ | |||||
* | Merge pull request #311 from Aryess/main | Evan Steinkerchner | 2022-03-13 | 4 | -1/+28 |
|\ | | | | | Fix #121 - Change default theme and layout from config | ||||
| * | Fix #121 - Change default theme and layout from config | Aryess | 2021-10-12 | 4 | -1/+28 |
| | | |||||
* | | Add a get started link when no configuration is found | Bastien Wirtz | 2022-03-11 | 3 | -8/+60 |
| | | |||||
* | | Merge pull request #393 from jamesmacwhite/ping-endpoint-urls | Bastien Wirtz | 2022-03-06 | 1 | -1/+7 |
|\ \ | | | | | | | Check if path has data before adding a trailing slash (/) | ||||
| * | | Check if path has data before adding / | James White | 2022-03-06 | 1 | -1/+7 |
| | | | |||||
* | | | 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 |
| | | | | | | | | wrong number | ||||
* | | Lint fixesv22.02.1 | Bastien Wirtz | 2022-02-10 | 2 | -12/+13 |
| | | |||||
* | | 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 |
|\ \ | | | | | | | Add Lidarr service | ||||
| * | | 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 | 6 | -265/+153 |
|/ / | |||||
* | | Update src/components/services/OpenWeather.vue | Robin Schneider | 2021-10-25 | 1 | -1/+2 |
| | | | | | | Co-authored-by: Bastien Wirtz <bastien.wirtz@gmail.com> | ||||
* | | Merge branch 'bastienwirtz:main' into apikey | Robin Schneider | 2021-10-25 | 2 | -3/+15 |
|\ \ | |||||
| * | | Merged main, fixed hotkey support | Robin Schneider | 2021-10-12 | 1 | -1/+6 |
| | | | |||||
| * | | Added requested changes | Robin Schneider | 2021-10-11 | 1 | -1/+1 |
| | | |