From 91b2c893b7e3f8929add859fa1ffbe416f03aba2 Mon Sep 17 00:00:00 2001 From: Dyson Parkes Date: Sun, 31 Jan 2021 10:23:15 +1300 Subject: [PATCH 1/6] Update config.yml --- .github/ISSUE_TEMPLATE/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 82f01f053..a9da96171 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,8 +1,8 @@ blank_issues_enabled: false contact_links: - - name: Wiki - url: https://github.com/tidusjar/Ombi/wiki - about: The Ombi wiki should help guide you through installation and setup as well as help resolve common problems and answer frequently asked questions + - name: Docs + url: https://docs.ombi.app/ + about: The Ombi documentation should help guide you through installation and setup as well as help resolve common problems and answer frequently asked questions - name: Reddit support url: https://www.reddit.com/r/Ombi about: Ask questions about Ombi From 8b3c4dffa57bb5150f3c394734665efb1496b799 Mon Sep 17 00:00:00 2001 From: Dyson Parkes Date: Sun, 31 Jan 2021 10:24:18 +1300 Subject: [PATCH 2/6] Update bug_report.md Update issue template to reference v4 instead of 3 --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 8f206e648..dfe94f0f0 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -27,7 +27,7 @@ If applicable, a snippet of the logs that seems relevant to the bug if present. - OS: [e.g. iOS] **Ombi Version (please complete the following information):** - - Version [e.g. 3.0.1158] + - Version [e.g. 4.0.958] - Media Server [e.g. Plex] - Database Type: SQLite (Please change if using MySQL) From 8a54f40159f66689e2b09884f67a66f2a9990ac6 Mon Sep 17 00:00:00 2001 From: Dyson Parkes Date: Sun, 31 Jan 2021 15:25:16 +1300 Subject: [PATCH 3/6] Update README.md Update links to docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e49ad62b..95e0480dc 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ Here are some of the features Ombi has: # Installation [Installation Guide](https://docs.ombi.app/installation/) -[Here for Reverse Proxy Config Examples](https://docs.ombi.app/settings/reverse-proxy/) +[Here for Reverse Proxy Config Examples](https://docs.ombi.app/info/reverse-proxy/) # Contributors From e3f546965ae5afe13bbf06b1173ded6cd661bb70 Mon Sep 17 00:00:00 2001 From: Berserkir-Wolf Date: Sun, 31 Jan 2021 16:12:35 +1300 Subject: [PATCH 4/6] Update wiki links --- CHANGELOG.md | 2 +- .../src/app/settings/about/about.component.html | 10 +++++----- .../src/app/settings/update/update.component.html | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6febb6683..d4abf4412 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -661,7 +661,7 @@ - Added capture of anonymous analytical data. [tidusjar] -- Added {AvailableDate} as a Notification Variable, this is the date the request was marked as available. See here: https://github.com/tidusjar/Ombi/wiki/Notification-Template-Variables. [tidusjar] +- Added {AvailableDate} as a Notification Variable, this is the date the request was marked as available. See here: https://docs.ombi.app/info/notification-template-variables/. [tidusjar] - Added the ability to search movies via the movie db with a different language! [tidusjar] diff --git a/src/Ombi/ClientApp/src/app/settings/about/about.component.html b/src/Ombi/ClientApp/src/app/settings/about/about.component.html index a9e1028d1..76776f476 100644 --- a/src/Ombi/ClientApp/src/app/settings/about/about.component.html +++ b/src/Ombi/ClientApp/src/app/settings/about/about.component.html @@ -1,4 +1,4 @@ - +
About
@@ -41,14 +41,14 @@
diff --git a/src/Ombi/ClientApp/src/app/settings/update/update.component.html b/src/Ombi/ClientApp/src/app/settings/update/update.component.html index 52cf9c19e..d99cccf05 100644 --- a/src/Ombi/ClientApp/src/app/settings/update/update.component.html +++ b/src/Ombi/ClientApp/src/app/settings/update/update.component.html @@ -1,6 +1,6 @@ - + - +
Update Settings From 662c4bee077306f5f3cb5a1427632343da58a6dd Mon Sep 17 00:00:00 2001 From: Berserkir-Wolf Date: Sun, 31 Jan 2021 16:13:11 +1300 Subject: [PATCH 5/6] Update github link to new org url --- src/Ombi.Helpers/PlexHelper.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Ombi.Helpers/PlexHelper.cs b/src/Ombi.Helpers/PlexHelper.cs index 4dbde0c92..08548b8c9 100644 --- a/src/Ombi.Helpers/PlexHelper.cs +++ b/src/Ombi.Helpers/PlexHelper.cs @@ -42,7 +42,7 @@ namespace Ombi.Helpers //com.plexapp.agents.themoviedb://390043?lang=en //com.plexapp.agents.imdb://tt2543164?lang=en //plex://movie/5e1632df2d4d84003e48e54e - // https://github.com/tidusjar/Ombi/issues/3277 + // https://github.com/Ombi-app/Ombi/issues/3277 if (string.IsNullOrEmpty(guid)) { return new ProviderId(); From cc68e2b44b98bb2f7a00e0da5c1bbadc2fb6d27c Mon Sep 17 00:00:00 2001 From: Berserkir-Wolf Date: Mon, 1 Feb 2021 23:31:10 +1300 Subject: [PATCH 6/6] Replaced all links to old repo with new repo Update links to releases in readme --- README.md | 2 +- src/Ombi.Notifications.Templates/Templates/BasicTemplate.html | 2 +- .../Templates/NewsletterTemplate.html | 4 ++-- .../ClientApp/src/app/settings/about/about.component.html | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 95e0480dc..d81c9a67d 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Don't worry, it's grandma friendly, and more importantly; has wife approval cert | Service | Stable | Develop |----------|:---------------------------:|:----------------------------:| | Build Status | [![Build status](https://ci.appveyor.com/api/projects/status/hgj8j6lcea7j0yhn/branch/master?svg=true)](https://ci.appveyor.com/project/tidusjar/requestplex/branch/master) | [![Build Status](https://dev.azure.com/tidusjar/Ombi/_apis/build/status/Ombi%20CI?repoName=Ombi-app%2FOmbi&branchName=develop)](https://dev.azure.com/tidusjar/Ombi/_build/latest?definitionId=18&repoName=Ombi-app%2FOmbi&branchName=develop) | [![Build Status](https://dev.azure.com/tidusjar/Ombi/_apis/build/status/Ombi%20CI?branchName=feature%2Fv4)](https://dev.azure.com/tidusjar/Ombi/_build/latest?definitionId=18&branchName=feature%2Fv4) -| Download |[![Download](http://i.imgur.com/odToka3.png)](https://github.com/tidusjar/Ombi/releases) | [![Download](http://i.imgur.com/odToka3.png)](https://ci.appveyor.com/project/tidusjar/requestplex/branch/develop/artifacts) | [![Download](http://i.imgur.com/odToka3.png)](https://github.com/ombi-app/ombi/releases) | +| Download |[![Download](http://i.imgur.com/odToka3.png)](https://github.com/Ombi-app/Ombi/releases) | [![Download](http://i.imgur.com/odToka3.png)](https://ci.appveyor.com/project/tidusjar/requestplex/branch/develop/artifacts) | [![Download](http://i.imgur.com/odToka3.png)](https://github.com/ombi-app/ombi/releases) | # Feature Requests Feature requests are handled on Feature Upvote. diff --git a/src/Ombi.Notifications.Templates/Templates/BasicTemplate.html b/src/Ombi.Notifications.Templates/Templates/BasicTemplate.html index ac4c4a119..9f2564b99 100644 --- a/src/Ombi.Notifications.Templates/Templates/BasicTemplate.html +++ b/src/Ombi.Notifications.Templates/Templates/BasicTemplate.html @@ -166,7 +166,7 @@
- Powered by Ombi {@DATENOW} + Powered by Ombi {@DATENOW}
diff --git a/src/Ombi.Notifications.Templates/Templates/NewsletterTemplate.html b/src/Ombi.Notifications.Templates/Templates/NewsletterTemplate.html index 5456743c9..10b76dd30 100644 --- a/src/Ombi.Notifications.Templates/Templates/NewsletterTemplate.html +++ b/src/Ombi.Notifications.Templates/Templates/NewsletterTemplate.html @@ -1,4 +1,4 @@ - + @@ -453,7 +453,7 @@ - Powered by Ombi + Powered by Ombi diff --git a/src/Ombi/ClientApp/src/app/settings/about/about.component.html b/src/Ombi/ClientApp/src/app/settings/about/about.component.html index 76776f476..e6eb05cb4 100644 --- a/src/Ombi/ClientApp/src/app/settings/about/about.component.html +++ b/src/Ombi/ClientApp/src/app/settings/about/about.component.html @@ -24,8 +24,8 @@