aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* Added Tautulli service to ToCv22.02.2Evan Steinkerchner2022-04-291-0/+1
|
* Fixed prettier warningEvan Steinkerchner2022-04-291-1/+1
|
* Added Tautulli service (#439)Evan Steinkerchner2022-04-292-0/+119
|
* Change main-section margin-bottom to padding-bottom to compensate for footerEvan Steinkerchner2022-04-281-3/+2
|
* Small formatting fixEvan Steinkerchner2022-04-281-1/+2
|
* Fixed issue where v-for keys could clash if two groups had the same nameEvan Steinkerchner2022-04-281-5/+8
|
* Bump async from 2.6.3 to 2.6.4 (#433)dependabot[bot]2022-04-261-3/+3
| | | | | | | | | | | | | | | | Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. - [Release notes](https://github.com/caolan/async/releases) - [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md) - [Commits](https://github.com/caolan/async/compare/v2.6.3...v2.6.4) --- updated-dependencies: - dependency-name: async dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update fontawesome from 5.15.4 to 6.1.1, fixes #432Evan Steinkerchner2022-04-262-5/+5
|
* Add Uptime Kuma service to ToCEvan Steinkerchner2022-04-221-0/+1
|
* Add UptimeKuma Service component (#414)Adyanth H2022-04-202-0/+167
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * :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 #321 from Darkham42/feature/adguard-home-customservices-docBastien Wirtz2022-04-071-0/+12
|\ | | | | doc: add doc for AdGuard Home
| * Merge branch 'main' into feature/adguard-home-customservices-docBastien Wirtz2022-04-0730-549/+973
| |\ | |/ |/|
* | Merge pull request #402 from Zareix/feature/portainer-environmentsBastien Wirtz2022-04-072-0/+10
|\ \ | | | | | | Portainer service - Select environments
| * | select environmentsRaphaël Catarino2022-03-192-0/+10
| | |
* | | Merge pull request #410 from espilioto/mainBastien Wirtz2022-04-072-1/+141
|\ \ \ | | | | | | | | Emby integration
| * | | 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
| | | |
| * | | Update customservices.mdSouLSLayeR2022-03-281-1/+1
| | | |
| * | | Update customservices.mdSouLSLayeR2022-03-281-1/+23
| | | |
| * | | Initial Emby service commitunknown2022-03-281-0/+121
| | | |
* | | | Merge pull request #409 from bastienwirtz/dependabot/npm_and_yarn/minimist-1.2.6Bastien Wirtz2022-03-311-3/+3
|\ \ \ \ | |/ / / |/| | | Bump minimist from 1.2.5 to 1.2.6
| * | | Bump minimist from 1.2.5 to 1.2.6dependabot[bot]2022-03-261-3/+3
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
* | | FA note chages for new users (#404)Little-Karl2022-03-193-3/+3
| | | | | | | | | Update link to Font Awesome to reference v5 directly
* | | Merge pull request #401 from Zareix/fix/portainer-serviceEvan Steinkerchner2022-03-191-1/+3
|\ \ \ | |/ / |/| | Portainer service - Fix for down endpoints
| * | 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-135-1/+33
|\ \ | | | | | | Fix #121 - Change default theme and layout from config
| * | Fix #121 - Change default theme and layout from configAryess2021-10-125-1/+33
| | |
* | | Add a get started link when no configuration is foundBastien Wirtz2022-03-115-13/+65
| | |
* | | Merge pull request #393 from jamesmacwhite/ping-endpoint-urlsBastien Wirtz2022-03-061-1/+7
|\ \ \ | | | | | | | | Check if path has data before adding a trailing slash (/)
| * | | Check if path has data before adding /James White2022-03-061-1/+7
| | | |
* | | | Merge pull request #389 from ↵Bastien Wirtz2022-03-061-3/+3
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | bastienwirtz/dependabot/npm_and_yarn/url-parse-1.5.10 Bump url-parse from 1.5.7 to 1.5.10
| * | | | Bump url-parse from 1.5.7 to 1.5.10dependabot[bot]2022-02-281-3/+3
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.7 to 1.5.10. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](https://github.com/unshiftio/url-parse/compare/1.5.7...1.5.10) --- updated-dependencies: - dependency-name: url-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | Merge pull request #391 from Roundaround/portainerBastien Wirtz2022-03-062-0/+138
|\ \ \ \ | |/ / / |/| | | Added Portainer custom service
| * | | Removed number fudging used for testingEvan Steinkerchner2022-03-011-1/+1
| | | |
| * | | Added Portainer custom serviceEvan Steinkerchner2022-03-012-0/+138
|/ / /
* | | Merge pull request #385 from saschabrockel/patch-1Bastien Wirtz2022-02-231-3/+3
|\ \ \ | | | | | | | | Fix typos in troubleshooting
| * | | Fix typos in troubleshootingSascha Brockel2022-02-211-3/+3
|/ / /
* | | Merge pull request #380 from FinalDoom/mainBastien Wirtz2022-02-192-10/+2
|\ \ \ | | | | | | | | Change Radarr/Sonarr v3 to use totalRecords
| * | | Change Radarr/Sonarr v3 to use totalRecords as counting paged records isFinalDoom2022-02-182-10/+2
| | | | | | | | | | | | | | | | wrong number
* | | | Merge pull request #371 from Wurzelmann/patch-2Bastien Wirtz2022-02-191-2/+2
|\ \ \ \ | | | | | | | | | | fixed typos: "additionnal" -> "additional"
| * | | | fixed typos: "Additionnal" -> "Additional"Wurzelmann2022-02-111-2/+2
| |/ / / | | | | | | | | Fixed all occurrences of typo "Additionnal" (including file name)
* | | | Merge pull request #369 from Wurzelmann/patch-1Bastien Wirtz2022-02-191-3/+3
|\ \ \ \ | | | | | | | | | | fixed typo: "additionnal" -> "additional"
| * | | | fixed typo: "additionnal" -> "additional"Wurzelmann2022-02-051-3/+3
| | | | | | | | | | | | | | | Fixed all occurrences of a typo (additionnal).
* | | | | Merge pull request #377 from ↵Bastien Wirtz2022-02-191-3/+3
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | bastienwirtz/dependabot/npm_and_yarn/follow-redirects-1.14.8 Bump follow-redirects from 1.14.7 to 1.14.8
| * | | | | Bump follow-redirects from 1.14.7 to 1.14.8dependabot[bot]2022-02-151-3/+3
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.14.8. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.7...v1.14.8) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | | Merge pull request #383 from ↵Bastien Wirtz2022-02-191-3/+3
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | bastienwirtz/dependabot/npm_and_yarn/url-parse-1.5.7 Bump url-parse from 1.5.3 to 1.5.7
| * | | | Bump url-parse from 1.5.3 to 1.5.7dependabot[bot]2022-02-191-3/+3
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.3 to 1.5.7. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](https://github.com/unshiftio/url-parse/compare/1.5.3...1.5.7) --- updated-dependencies: - dependency-name: url-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>