Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update Immich.vue | Ctrl_Plus | 2024-02-23 | 1 | -1/+1 |
| | | | api changes in immich v1.85.0 | ||||
* | Linting updatev23.10.1 | Bastien Wirtz | 2023-10-21 | 19 | -142/+168 |
| | |||||
* | Handling empty groups in search function | vlorian | 2023-10-21 | 1 | -3/+5 |
| | |||||
* | fix: fix search on page load | royto | 2023-10-16 | 2 | -2/+2 |
| | | | | Fix #611 | ||||
* | Fix YAML anchors | JenswBE | 2023-10-16 | 1 | -1/+1 |
| | | | | | Fixes https://github.com/bastienwirtz/homer/issues/559 Based on https://eemeli.org/yaml/#schema-options | ||||
* | PR review: use API const and lint | royto | 2023-08-08 | 1 | -11/+6 |
| | |||||
* | feat: add Readarr custom service | royto | 2023-08-08 | 1 | -0/+117 |
| | |||||
* | PiAlert custom service (#674) | thedroid | 2023-08-06 | 1 | -0/+104 |
| | | | Add Pi Alert custom service | ||||
* | Add Immich custom service | thedroid | 2023-08-06 | 1 | -0/+126 |
| | |||||
* | Toggle dark mode when `prefers-color-scheme` changes | Gabe Cook | 2023-05-13 | 1 | -0/+8 |
| | |||||
* | Fix: don't stretch non-square logos (#640) | LoV432 | 2023-05-02 | 1 | -0/+1 |
| | |||||
* | Fixed OctoPrint ‘text’ display when idle. (#607) | Zach Russell | 2023-05-02 | 1 | -1/+19 |
| | | | | | | | * Added moonraker support and temperature when idle * removed config change * Delete package-lock.json | ||||
* | Implement PiHole API token (#580)v23.02.2 | Floren Munteanu | 2023-02-19 | 1 | -1/+5 |
| | | | Implement PiHole API token | ||||
* | Added Tdarr service (#573)v23.02.1 | Matt Bentley | 2023-02-07 | 1 | -0/+125 |
| | | | | | | | | | | | | | * Added Tdarr service Signed-off-by: Matt Bentley <mbentley@mbentley.net> * Added dummy-data for Tdarr; remove trailing / for API endpoint Signed-off-by: Matt Bentley <mbentley@mbentley.net> --------- Signed-off-by: Matt Bentley <mbentley@mbentley.net> | ||||
* | Octoprint service (#324) (#560)v22.11.2 | Bastien Wirtz | 2022-11-27 | 3 | -1/+157 |
| | | | Add Octoprint service. | ||||
* | Adds SABnzbd custom service; fixes #494 (#555) | Matt Bentley | 2022-11-19 | 1 | -0/+99 |
| | | | * Adds SABnzbd custom service; fixes #494 | ||||
* | What's up docker custom service (#444) | Julien Roy | 2022-11-05 | 1 | -0/+92 |
| | | | Add WUD | ||||
* | ConnectivityChecker: Bug Fix - Remove double // in aliveCheckUrl causing ↵ | bchavez | 2022-11-05 | 1 | -3/+2 |
| | | | | Invalid Redirect URL with CloudFlare Access. | ||||
* | Rework speedtesttracker based on the Generic component | Bastien Wirtz | 2022-11-05 | 1 | -59/+32 |
| | |||||
* | Speedtesttracker integration (#262) | Bernhard Großer | 2022-11-05 | 1 | -0/+86 |
| | | | added SpeedtestTracker service | ||||
* | Apply lint | Bastien Wirtz | 2022-11-05 | 1 | -128/+186 |
| | |||||
* | Proxmox improvements | Bastien Wirtz | 2022-11-05 | 1 | -14/+39 |
| | |||||
* | New Copy to clipboard custom service | Bastien Wirtz | 2022-11-05 | 1 | -0/+85 |
| | |||||
* | Apply lint fixesv22.10.2 | Bastien Wirtz | 2022-10-31 | 2 | -172/+185 |
| | |||||
* | Service for rTorrent. (#511) | lindely | 2022-10-31 | 1 | -0/+153 |
| | | | Service for rTorrent. | ||||
* | qBittorrent service (#540) | Shagon94 | 2022-10-30 | 1 | -0/+120 |
| | | | qBittorrent service | ||||
* | Fix openweather service | Bastien Wirtz | 2022-10-30 | 2 | -9/+14 |
| | |||||
* | Displaying the timezone hour near temprature for each location (#449) | apivko | 2022-10-30 | 1 | -1/+28 |
| | | | Co-authored-by: Bastien Wirtz <bastien.wirtz@gmail.com> | ||||
* | Update dependencies | Bastien Wirtz | 2022-10-29 | 1 | -3/+3 |
| | |||||
* | Fixed 'method' not defaulting to HEAD request in Ping functionality | Sylwester Wróblewski | 2022-10-16 | 1 | -1/+1 |
| | |||||
* | Small refactor to remove one redundant line. | luixal | 2022-10-13 | 1 | -2/+1 |
| | |||||
* | Adds loading and errors icons/msgs. Adds docs. | luixal | 2022-10-13 | 1 | -3/+13 |
| | |||||
* | Adds total count for VMs.v22.10.1 | luixal | 2022-10-09 | 1 | -1/+1 |
| | |||||
* | Adds custom service for Proxmox | luixal | 2022-10-09 | 1 | -0/+101 |
| | |||||
* | added more strict checking of http method to Ping service | Isaac Suttell | 2022-10-08 | 1 | -1/+7 |
| | |||||
* | added support for Get method to Ping custom service | Isaac Suttell | 2022-10-08 | 1 | -1/+4 |
| | |||||
* | Fix UptimeKuma status message when all sites are down #503 | Bastien Wirtz | 2022-09-18 | 2 | -6/+22 |
| | |||||
* | Additional page name as css classv22.08.1 | Bastien Wirtz | 2022-08-26 | 1 | -7/+6 |
| | |||||
* | fix: resolve typo in Healthchecks service name | toa | 2022-07-16 | 1 | -0/+0 |
| | | | | * refs #474 | ||||
* | Merge branch 'main' into vuejs-3 | Bastien Wirtz | 2022-07-12 | 1 | -0/+115 |
|\ | |||||
| * | feat: add custom service Healthchecks | toa | 2022-06-25 | 1 | -0/+115 |
| | | | | | | | | * refs #474 | ||||
* | | Small fixes | Bastien Wirtz | 2022-07-12 | 4 | -5/+7 |
| | | |||||
* | | Fix theming issue & subfolder hosting | Bastien Wirtz | 2022-07-12 | 2 | -2/+2 |
| | | |||||
* | | Fix search widget | Bastien Wirtz | 2022-07-11 | 1 | -7/+9 |
| | | |||||
* | | Fix lint issues | Bastien Wirtz | 2022-07-03 | 3 | -15/+18 |
| | | |||||
* | | new PWA implementation | Bastien Wirtz | 2022-07-03 | 1 | -34/+0 |
| | | |||||
* | | Make connectivity check work with vitejs dev server | Bastien Wirtz | 2022-07-02 | 1 | -1/+1 |
| | | | | | | | | Head requests on directory path end up in 404 | ||||
* | | Migrate to VueJS 3 | Bastien Wirtz | 2022-07-02 | 5 | -18/+13 |
|/ | |||||
* | 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 |