aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | Adding status "unknown"Andreas Waschinski2021-07-101-21/+27
| | | | | | | | | | | | | | | | | | | | | | | | Changing code as per linter
| * | | | | Improving Adguard Home serviceAndreas Waschinski2021-07-101-4/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Showing "x.x% blocked" similar to how the PiHole service is doing it. The status text will no longer be `true/false` but `enabled/disabled`. Endpoints require to be logged in so fetch does now send cookies to prevent 403s.
* | | | | | Merge pull request #246 from waschinski/mealie-serviceBastien Wirtz2021-09-142-0/+114
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | Adding Mealie service
| * | | | | Merge remote-tracking branch 'upstream/main' into mealie-serviceAndreas Waschinski2021-07-289-2091/+2108
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | Updating configurationAndreas Waschinski2021-07-281-1/+1
| | | | | |
| * | | | | Statistics now also need the token for authenticationAndreas Waschinski2021-07-281-27/+28
| | | | | |
| * | | | | Merge branch 'main' into mealie-serviceAndreas Waschinski2021-07-149-46/+704
| |\ \ \ \ \
| * | | | | | Adding Mealie serviceAndreas Waschinski2021-07-132-0/+113
| | |_|/ / / | |/| | | |
* | | | | | Weather service refactoringv21.09.1Bastien Wirtz2021-09-133-12706/+54
| | | | | |
* | | | | | Merge pull request #181 from dickwolff/mainBastien Wirtz2021-09-134-1/+12812
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | Added OpenWeatherMap service
| * | | | | Merge branch 'main' into mainBastien Wirtz2021-09-1322-1773/+2656
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | Deps updates & lintBastien Wirtz2021-09-133-11/+14
| | | | | |
* | | | | | Merge pull request #271 from Sharknoon/mainBastien Wirtz2021-09-131-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fixed the height of the Dashboard Title in case of a long string
| * | | | | | Update app.scssJosua Frank2021-09-091-2/+2
| | |_|_|_|/ | |/| | | | | | | | | | Fixed the height of the header in case of a longer dashboard title
* | | | | | Merge pull request #258 from mcclurec/sso-compliant-fetch-callsBastien Wirtz2021-09-134-3/+12
|\ \ \ \ \ \ | | | | | | | | | | | | | | SSO Compliant Fetch Calls
| * | | | | | Update PiHole.vueColin2021-08-161-1/+1
| | | | | | |
| * | | | | | Update AdGuardHome.vueColin2021-08-161-1/+1
| | | | | | |
| * | | | | | Update AdGuardHome.vueColin2021-08-111-1/+1
| | | | | | |
| * | | | | | Update PaperlessNG.vueColin2021-08-111-1/+1
| | | | | | |
| * | | | | | Update PiHole.vueColin2021-08-111-1/+1
| | | | | | |
| * | | | | | Update Ping.vueColin2021-08-111-1/+5
| | | | | | |
| * | | | | | Update PaperlessNG.vueColin2021-08-111-0/+1
| | | | | | |
| * | | | | | Update AdGuardHome.vueColin2021-08-111-1/+3
| | | | | | |
| * | | | | | include credentials while making fetch callsColin2021-08-111-1/+3
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #213 from simonporte/mainBastien Wirtz2021-09-131-2/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix transparency level behind links
| * | | | | | Fix transparency level behind linkssimonporte2021-08-161-2/+4
| | | | | | |
* | | | | | | Merge pull request #263 from jeremymeyers/patch-1Bastien Wirtz2021-09-131-1/+1
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | typo
| * | | | | | typoJeremy Meyers2021-08-261-1/+1
|/ / / / / /
* | | | | | Merge pull request #254 from rvankraaij/fix-cors-radarr-sonarrBastien Wirtz2021-08-152-16/+4
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Fix cors issue with radarr and sonarr services
| * | | | | Fix CORS issue for Radarr and Sonarr servicesrvk2021-08-042-4/+4
| | | | | |
| * | | | | Fix CORS issue for Radarr and Sonarr servicesrvk2021-08-042-16/+4
|/ / / / /
* | | | | Version bumpv21.07.1Bastien Wirtz2021-07-141-1/+1
| | | | |
* | | | | Simplify the connectivity checkerBastien Wirtz2021-07-141-5/+1
| | | | |
* | | | | Merge pull request #186 from pdevq/connectivity_checker_statusBastien Wirtz2021-07-141-2/+6
|\ \ \ \ \ | | | | | | | | | | | | Fix ConnectivityChecker to evaluate the response status codes
| * | | | | Fix ConnectivityChecker to evaluate the response status codes.pdevq2021-01-301-2/+6
| | | | | |
* | | | | | Improve ping serviceBastien Wirtz2021-07-142-14/+19
| | | | | |
* | | | | | regroup service documentationBastien Wirtz2021-07-143-21/+14
| | | | | |
* | | | | | Lint & updatesBastien Wirtz2021-07-145-2068/+2074
| |_|_|_|/ |/| | | |
* | | | | Merge pull request #239 from azrikahar/patch-1Bastien Wirtz2021-07-141-4/+5
|\ \ \ \ \ | | | | | | | | | | | | fix card border radius when it's the only child
| * | | | | fix card border radius when it's the only childAzri Kahar2021-06-241-4/+5
| | |_|_|/ | |/| | |
* | | | | Merge pull request #245 from boerniee/paperlessng-integrationBastien Wirtz2021-07-142-0/+94
|\ \ \ \ \ | | | | | | | | | | | | Added paperless service
| * | | | | Added paperless service with documentationboerniee2021-06-232-0/+94
| |/ / / /
* | | | | Merge pull request #240 from stubbfel/stubbfel-add-ping-serviceBastien Wirtz2021-07-141-0/+93
|\ \ \ \ \ | | | | | | | | | | | | Add Ping services
| * | | | | Add Ping servicesstubbfel2021-06-281-0/+93
| |/ / / / | | | | | | | | | | a service (type) which check if the given url as available or not. if the service is available then set the status to enable other to disable
* | | | | Merge pull request #223 from ↵Bastien Wirtz2021-07-141-18/+18
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | bastienwirtz/dependabot/npm_and_yarn/browserslist-4.16.6 Bump browserslist from 4.16.4 to 4.16.6
| * | | | | Bump browserslist from 4.16.4 to 4.16.6dependabot/npm_and_yarn/browserslist-4.16.6dependabot[bot]2021-05-261-18/+18
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.16.4 to 4.16.6. - [Release notes](https://github.com/browserslist/browserslist/releases) - [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md) - [Commits](https://github.com/browserslist/browserslist/compare/4.16.4...4.16.6) Signed-off-by: dependabot[bot] <support@github.com>
* | | | | Merge pull request #225 from ↵Bastien Wirtz2021-07-141-6/+6
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | bastienwirtz/dependabot/npm_and_yarn/dns-packet-1.3.4 Bump dns-packet from 1.3.1 to 1.3.4
| * | | | | Bump dns-packet from 1.3.1 to 1.3.4dependabot/npm_and_yarn/dns-packet-1.3.4dependabot[bot]2021-05-281-6/+6
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [dns-packet](https://github.com/mafintosh/dns-packet) from 1.3.1 to 1.3.4. - [Release notes](https://github.com/mafintosh/dns-packet/releases) - [Changelog](https://github.com/mafintosh/dns-packet/blob/master/CHANGELOG.md) - [Commits](https://github.com/mafintosh/dns-packet/compare/v1.3.1...v1.3.4) Signed-off-by: dependabot[bot] <support@github.com>
* | | | | Merge pull request #228 from bastienwirtz/dependabot/npm_and_yarn/ws-6.2.2Bastien Wirtz2021-07-141-4/+4
|\ \ \ \ \ | | | | | | | | | | | | Bump ws from 6.2.1 to 6.2.2
| * | | | | Bump ws from 6.2.1 to 6.2.2dependabot[bot]2021-06-061-4/+4
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [ws](https://github.com/websockets/ws) from 6.2.1 to 6.2.2. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/commits) --- updated-dependencies: - dependency-name: ws dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>