aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | 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>
| * | | | Merge pull request #233 from bastienwirtz/dependabot/npm_and_yarn/postcss-7.0.36Bastien Wirtz2021-07-141-12/+12
| |\ \ \ \ | | | | | | | | | | | | Bump postcss from 7.0.35 to 7.0.36
| | * | | | Bump postcss from 7.0.35 to 7.0.36dependabot[bot]2021-06-171-12/+12
| | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [postcss](https://github.com/postcss/postcss) from 7.0.35 to 7.0.36. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/7.0.35...7.0.36) --- updated-dependencies: - dependency-name: postcss dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
| * | | | 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-145-1/+484
| |\ \ \ \ | | |/ / / | |/| | | Create Radarr, Sonarr & Medusa services
| | * | | pihole, medusa, radarr/sonarr services helptwolaw2021-03-111-0/+41
| | | | |
| | * | | tag moved to bottomtwolaw2021-03-111-1/+1
| | | | |
| | * | | medusa servicetwolaw2021-03-111-0/+128
| | | | |
| | * | | radarr, sonarr servicestwolaw2021-03-112-0/+314
| | | | |
* | | | | 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 #214 from pkoenig10/patch-1Bastien Wirtz2021-04-301-0/+1
|\ \ \ \ | |_|_|/ |/| | | Add crossorigin use-credentials attribute to manifest tag
| * | | Add crossorigin use-credentials attribute to manifest tagPatrick Koenig2021-04-251-0/+1
|/ / /
* | | Fix null error releated to refreshInterval + cleanup. Fix #210Bastien Wirtz2021-04-211-4/+14
| | |
* | | Make sure dependencies are compatible with vue-cli. Fix #206Bastien Wirtz2021-04-212-1599/+1451
| | |
* | | Update depsBastien Wirtz2021-04-082-746/+857
|/ /
* | Merge pull request #197 from GaaH/add-auto-theme-modev21.03.2Bastien Wirtz2021-03-091-7/+45
|\ \ | | | | | | cycle between automatic-light-dark themes
| * | 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-083-0/+16
|\ \ | | | | | | Use logo in groups
| * | documenting logo in groupsGaëtan Caillaut2021-03-061-0/+2
| | |
| * | add option to use logo instead of icons in groupsGaëtan Caillaut2021-03-062-0/+14
| | |
* | | Avoid full reload when swithcing page.Bastien Wirtz2021-03-064-46/+70
| | |
* | | Merge pull request #177 from luixal/multiple-pagesBastien Wirtz2021-03-063-1/+48
|\ \ \ | |/ / |/| | Adds multiple pages based on different config files
| * | Changes relative paths to hash. Avoids problems with #8luixal2021-02-234-11/+7
| | |
| * | Adds multiple pages based on different config filesluixal2021-01-074-2/+53
| |/
* | Merge pull request #175 from luixal/message-remote-fields-mappingv21.03.1Bastien Wirtz2021-03-043-11/+94
|\ \ | | | | | | Adds mapping remote field to Homer expected ones when loading message from URL
| * | Fixes identations and link docs.luixal2021-02-232-9/+9
| | |
| * | Removes forgotten console.logluixal2021-01-071-1/+0
| | |
| * | Refactors created function (splits logic for getting message) and adds ↵luixal2021-01-072-11/+20
| | | | | | | | | | | | timeout according to refreshInterval field
| * | Adds mapping remote field to Homer expected ones when loading message from urlluixal2021-01-043-1/+76
| |/
* | Merge pull request #174 from GeorgeSG/mainBastien Wirtz2021-02-172-17/+23
|\ \ | | | | | | Fix #167: align item name when subtitle is empty
| * | Fix #167: align item name when subtitle is emptyGeorgi Gardev2020-12-232-17/+23
| | |
* | | Update dependenciesBastien Wirtz2021-02-152-923/+952
| | |
* | | Improved docker command.Bastien Wirtz2021-02-151-1/+5
| |/ |/|
* | Replace licence placeholder. Fix #142Bastien Wirtz2020-12-231-1/+1
|/
* Fix #171: empty search opens first itemv20.12.19Bastien Wirtz2020-12-191-2/+8
|
* Fix #173: invisible tag border.Bastien Wirtz2020-12-191-0/+1
|
* Depenencies updateBastien Wirtz2020-12-192-129/+129
|
* Adding search url supportBastien Wirtz2020-12-115-565/+582
|
* Merge pull request #169 from bramceulemans/extended-pihole-componentBastien Wirtz2020-12-092-15/+32
|\ | | | | Added extended PiHole statistics
| * Fixed wrongly removed computed propertyBram Ceulemans2020-12-101-7/+7
| |
| * Fixed wrongly removed computed propertyBram Ceulemans2020-12-101-12/+14
| |
| * Remove unused computed propertyBram Ceulemans2020-12-091-6/+0
| |
| * Added extended PiHole statisticsBram Ceulemans2020-12-082-5/+26
|/
* Fix documentation link.Bastien Wirtz2020-12-072-3/+3
|