Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Simplify index & fix logo path | Bastien Wirtz | 2022-07-11 | 2 | -5/+3 |
| | |||||
* | Uniform workflow yaml style | Bastien Wirtz | 2022-07-11 | 2 | -8/+20 |
| | |||||
* | Fix icons path | Bastien Wirtz | 2022-07-04 | 1 | -8/+2 |
| | |||||
* | Add missing icons | Bastien Wirtz | 2022-07-03 | 3 | -0/+7 |
| | |||||
* | Missing eof | Bastien Wirtz | 2022-07-03 | 1 | -1/+1 |
| | |||||
* | Fix lint issues | Bastien Wirtz | 2022-07-03 | 5 | -32/+37 |
| | |||||
* | new PWA implementation | Bastien Wirtz | 2022-07-03 | 20 | -2330/+1357 |
| | |||||
* | Make connectivity check work with vitejs dev server | Bastien Wirtz | 2022-07-02 | 2 | -3/+4 |
| | | | | Head requests on directory path end up in 404 | ||||
* | Migrate to VueJS 3 | Bastien Wirtz | 2022-07-02 | 15 | -7454/+2732 |
| | |||||
* | Vue-cli updatev22.07.1 | Bastien Wirtz | 2022-07-02 | 2 | -49/+49 |
| | |||||
* | Prevent webserver restart on clock jump | Bastien Wirtz | 2022-07-02 | 1 | -8/+9 |
| | |||||
* | Merge pull request #472 from ↵ | Bastien Wirtz | 2022-07-02 | 1 | -3/+3 |
|\ | | | | | | | | | bastienwirtz/dependabot/npm_and_yarn/shell-quote-1.7.3 Bump shell-quote from 1.7.2 to 1.7.3 | ||||
| * | Bump shell-quote from 1.7.2 to 1.7.3 | dependabot[bot] | 2022-06-23 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.7.2 to 1.7.3. - [Release notes](https://github.com/substack/node-shell-quote/releases) - [Changelog](https://github.com/substack/node-shell-quote/blob/master/CHANGELOG.md) - [Commits](https://github.com/substack/node-shell-quote/compare/v1.7.2...1.7.3) --- updated-dependencies: - dependency-name: shell-quote dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> | ||||
* | | Merge pull request #479 from ngonkalves/patch-1 | Bastien Wirtz | 2022-07-02 | 1 | -1/+1 |
|\ \ | | | | | | | Fix wrong config.yml path | ||||
| * | | Fix wrong config.yml path | Nuno Goncalves | 2022-06-29 | 1 | -1/+1 |
| |/ | | | | | Path to config.yml when checking for existing configuration was wrong and it will never be found | ||||
* / | Adding permissions configuration information. | Bastien Wirtz | 2022-06-29 | 2 | -15/+32 |
|/ | |||||
* | fix repository namev22.06.1 | Bastien Wirtz | 2022-06-12 | 1 | -1/+1 |
| | |||||
* | Simplified & updated CI/CD | Bastien Wirtz | 2022-06-12 | 7 | -133/+51 |
| | |||||
* | Configuring automatically generated release notes | Bastien Wirtz | 2022-06-06 | 1 | -0/+8 |
| | |||||
* | Lint run | Bastien Wirtz | 2022-06-05 | 2 | -5/+8 |
| | |||||
* | Merge pull request #462 from ↵ | Bastien Wirtz | 2022-06-04 | 1 | -3/+3 |
|\ | | | | | | | | | bastienwirtz/dependabot/npm_and_yarn/eventsource-1.1.1 Bump eventsource from 1.1.0 to 1.1.1 | ||||
| * | Bump eventsource from 1.1.0 to 1.1.1 | dependabot[bot] | 2022-06-01 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/EventSource/eventsource/releases) - [Changelog](https://github.com/EventSource/eventsource/blob/master/HISTORY.md) - [Commits](https://github.com/EventSource/eventsource/compare/v1.1.0...v1.1.1) --- updated-dependencies: - dependency-name: eventsource dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> | ||||
* | | Merge pull request #448 from bemble/main | Bastien Wirtz | 2022-06-04 | 5 | -9/+42 |
|\ \ | |/ |/| | feat(pwa): enhance connectivity checks | ||||
| * | doc(auth): add auth proxy documentation | Pierre | 2022-05-30 | 2 | -1/+8 |
| | | |||||
| * | feat(auth): do not handle redirection in getConfig | Pierre | 2022-05-30 | 1 | -7/+1 |
| | | | | | | | | It will be handled by connectivity checker | ||||
| * | feat(connectivity): change query parameter to change connectivity | Pierre | 2022-05-30 | 1 | -2/+3 |
| | | | | | | | | Always use timestamp as query parameter instead of alive | ||||
| * | feat(auth): handle unauthorized request in connectivity | Pierre | 2022-05-16 | 1 | -1/+1 |
| | | | | | | | | Reload page without cache if 401 and 403 status in response | ||||
| * | fix(auth): add timestamp in URL to prevent infinite redirection loop | Pierre | 2022-05-10 | 1 | -1/+4 |
| | | |||||
| * | feat(pwa): enhance connectivity checks | Pierre | 2022-05-09 | 2 | -0/+28 |
| | | | | | | | | Also add support to auth proxy such as Authelia | ||||
* | | Updates | Bastien Wirtz | 2022-05-29 | 7 | -83/+87 |
| | | |||||
* | | Merge pull request #451 from GRMrGecko/main | Bastien Wirtz | 2022-05-24 | 3 | -1/+4 |
|\ \ | | | | | | | Add support for search keywords to solve issue #372 | ||||
| * | | Update docs/configuration.md | Mr. Gecko | 2022-05-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | Add comment to describe keywords Co-authored-by: Bastien Wirtz <bastien.wirtz@gmail.com> | ||||
| * | | Add support for search keywords to solve issue #372 | James Coleman | 2022-05-12 | 3 | -1/+4 |
| |/ | |||||
* | | Merge pull request #454 from ericperko/jellyfin-docs | Bastien Wirtz | 2022-05-23 | 1 | -2/+2 |
|\ \ | |/ |/| | Emby service also supports Jellyfin | ||||
| * | Emby service also supports Jellyfin | Eric Perko | 2022-05-21 | 1 | -2/+2 |
|/ | |||||
* | Merge pull request #443 from therumbler/patch-1 | Bastien Wirtz | 2022-05-03 | 1 | -1/+1 |
|\ | | | | | Update README.md | ||||
| * | Update README.md | Benjamin Rumble | 2022-05-03 | 1 | -1/+1 |
|/ | | | exemple -> example | ||||
* | Apply lastest update to arm dockerfile | Bastien Wirtz | 2022-04-30 | 3 | -15/+19 |
| | |||||
* | Merge pull request #421 from bastienwirtz/docker-rework | Bastien Wirtz | 2022-04-30 | 11 | -52/+93 |
|\ | | | | | Docker rework | ||||
| * | Handle 404 error on config file. | Bastien Wirtz | 2022-04-30 | 3 | -4/+18 |
| | | |||||
| * | Simplify the container starting process to allow it to run with a | Bastien Wirtz | 2022-04-30 | 8 | -53/+52 |
| | | | | | | | | unprivileged user | ||||
| * | Alias subfolder hosting | Bastien Wirtz | 2022-04-30 | 4 | -23/+16 |
| | | |||||
| * | Replaced darkhttpd with lighttpd | Kirmy | 2022-04-30 | 5 | -10/+35 |
| | | |||||
| * | Added feature for subfolder hosting | Bernhard Großer | 2022-04-30 | 2 | -0/+10 |
|/ | | | | By setting the SUBFOLDER env var, you can host Homer in a subfolder behind a reverse proxy. | ||||
* | Added Tautulli service to ToCv22.02.2 | Evan Steinkerchner | 2022-04-29 | 1 | -0/+1 |
| | |||||
* | Fixed prettier warning | Evan Steinkerchner | 2022-04-29 | 1 | -1/+1 |
| | |||||
* | Added Tautulli service (#439) | Evan Steinkerchner | 2022-04-29 | 2 | -0/+119 |
| | |||||
* | Change main-section margin-bottom to padding-bottom to compensate for footer | Evan Steinkerchner | 2022-04-28 | 1 | -3/+2 |
| | |||||
* | Small formatting fix | Evan Steinkerchner | 2022-04-28 | 1 | -1/+2 |
| | |||||
* | Fixed issue where v-for keys could clash if two groups had the same name | Evan Steinkerchner | 2022-04-28 | 1 | -5/+8 |
| |