aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Merge branch 'main' into patch-1Andreas Waschinski2021-08-089-10/+634
| |\ \ \
| * | | | 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-141-0/+97
|\ \ \ \ \ | |_|_|/ / |/| | | | Adding Mealie service
| * | | | Merge remote-tracking branch 'upstream/main' into mealie-serviceAndreas Waschinski2021-07-285-27/+34
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Statistics now also need the token for authenticationAndreas Waschinski2021-07-281-27/+28
| | | | |
| * | | | Merge branch 'main' into mealie-serviceAndreas Waschinski2021-07-147-6/+623
| |\ \ \ \
| * | | | | Adding Mealie serviceAndreas Waschinski2021-07-131-0/+96
| | |_|/ / | |/| | |
* | | | | Weather service refactoringv21.09.1Bastien Wirtz2021-09-131-81/+52
| | | | |
* | | | | Merge branch 'main' into mainBastien Wirtz2021-09-1313-73/+802
|\ \ \ \ \
| * | | | | Deps updates & lintBastien Wirtz2021-09-131-3/+1
| | | | | |
| * | | | | 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
| | | |/ / | | |/| |
| * | | | Fix CORS issue for Radarr and Sonarr servicesrvk2021-08-042-4/+4
| | | | |
| * | | | Fix CORS issue for Radarr and Sonarr servicesrvk2021-08-042-16/+4
| | |/ / | |/| |
| * | | 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
| | | | |
| * | | | Lint & updatesBastien Wirtz2021-07-143-13/+15
| | |_|/ | |/| |
| * | | 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-141-0/+81
| |\ \ \ | | | | | | | | | | Added paperless service
| | * | | Added paperless service with documentationboerniee2021-06-231-0/+81
| | |/ /
| * | | 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 #219 from tpansino/support-message-icon-urlBastien Wirtz2021-07-141-1/+1
| |\ \ \ | | | | | | | | | | Support passing FA icon in message URL payload
| | * | | Support passing FA icon in message URL payloadTom Pansino2021-05-151-1/+1
| | |/ /
| * | | Merge pull request #178 from twolaw/healthcheck2Bastien Wirtz2021-07-144-1/+443
| |\ \ \ | | |/ / | |/| | Create Radarr, Sonarr & Medusa services
| | * | tag moved to bottomtwolaw2021-03-111-1/+1
| | | |
| | * | medusa servicetwolaw2021-03-111-0/+128
| | | |
| | * | radarr, sonarr servicestwolaw2021-03-112-0/+314
| | | |
| * | | Fix null error releated to refreshInterval + cleanup. Fix #210Bastien Wirtz2021-04-211-4/+14
| |/ /
| * | yarn lintGaëtan Caillaut2021-03-091-11/+19
| | |
| * | title attribute that display current themeGaëtan Caillaut2021-03-091-1/+3
| | |
| * | cycle between automatic-light-dark themesGaëtan Caillaut2021-03-091-7/+35
| | |
| * | Merge pull request #196 from GaaH/use-logo-in-groupsBastien Wirtz2021-03-082-0/+14
| |\ \ | | | | | | | | Use logo in groups
| | * | add option to use logo instead of icons in groupsGaëtan Caillaut2021-03-062-0/+14
| | | |