mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 21:03:17 -07:00
Merge branch 'develop' into develop-test2
This commit is contained in:
commit
0e65dd616c
9 changed files with 16 additions and 16 deletions
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -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)
|
||||
|
||||
|
|
6
.github/ISSUE_TEMPLATE/config.yml
vendored
6
.github/ISSUE_TEMPLATE/config.yml
vendored
|
@ -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
|
||||
|
|
|
@ -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]
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ Don't worry, it's grandma friendly, and more importantly; has wife approval cert
|
|||
| Service | Stable | Develop
|
||||
|----------|:---------------------------:|:----------------------------:|
|
||||
| Build Status | [](https://ci.appveyor.com/project/tidusjar/requestplex/branch/master) | [](https://dev.azure.com/tidusjar/Ombi/_build/latest?definitionId=18&repoName=Ombi-app%2FOmbi&branchName=develop) | [](https://dev.azure.com/tidusjar/Ombi/_build/latest?definitionId=18&branchName=feature%2Fv4)
|
||||
| Download |[](https://github.com/tidusjar/Ombi/releases) | [](https://ci.appveyor.com/project/tidusjar/requestplex/branch/develop/artifacts) | [](https://github.com/ombi-app/ombi/releases) |
|
||||
| Download |[](https://github.com/Ombi-app/Ombi/releases) | [](https://ci.appveyor.com/project/tidusjar/requestplex/branch/develop/artifacts) | [](https://github.com/ombi-app/ombi/releases) |
|
||||
|
||||
# Feature Requests
|
||||
Feature requests are handled on Feature Upvote.
|
||||
|
@ -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
|
||||
|
||||
|
|
|
@ -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();
|
||||
|
|
|
@ -166,7 +166,7 @@
|
|||
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%;" width="100%">
|
||||
<tr>
|
||||
<td class="content-block powered-by" style="font-family: sans-serif; vertical-align: top; padding-top: 10px; padding-bottom: 10px; font-size: 12px; color: #999999; text-align: center;" valign="top" align="center">
|
||||
Powered by <a href="https://github.com/tidusjar/Ombi" style="color: #999999; font-size: 12px; text-align: center; text-decoration: underline;">Ombi</a> {@DATENOW}
|
||||
Powered by <a href="https://github.com/Ombi-app/Ombi" style="color: #999999; font-size: 12px; text-align: center; text-decoration: underline;">Ombi</a> {@DATENOW}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<!doctype html>
|
||||
<!doctype html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
@ -453,7 +453,7 @@
|
|||
<tbody>
|
||||
<tr>
|
||||
<td class="content-block powered-by" valign="top" align="center" style="font-family: sans-serif; vertical-align: top; padding-bottom: 10px; padding-top: 10px; color: #999999; font-size: 12px; text-align: center;">
|
||||
Powered by <a href="https://github.com/tidusjar/Ombi" style="font-weight: 400; font-size: 12px; text-align: center; text-decoration: none; color: #ff761b;">Ombi</a>
|
||||
Powered by <a href="https://github.com/Ombi-app/Ombi" style="font-weight: 400; font-size: 12px; text-align: center; text-decoration: none; color: #ff761b;">Ombi</a>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<settings-menu></settings-menu>
|
||||
<settings-menu></settings-menu>
|
||||
<div *ngIf="about" class="small-middle-container">
|
||||
<legend>About</legend>
|
||||
<div class="row">
|
||||
|
@ -47,8 +47,8 @@
|
|||
|
||||
<div class="mat-row">
|
||||
<div class="mat-cell">Wiki</div>
|
||||
<div class="mat-cell"> <a href="https://github.com/Ombi-app/Ombi/wiki"
|
||||
target="_blank">https://github.com/Ombi-app/Ombi/wiki</a></div>
|
||||
<div class="mat-cell"> <a href="https://docs.ombi.app"
|
||||
target="_blank">https://docs.ombi.app</a></div>
|
||||
</div>
|
||||
|
||||
<div class="mat-row">
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
|
||||
<settings-menu></settings-menu>
|
||||
<wiki [path]="'https://github.com/Ombi-app/Ombi/wiki/Update-Settings'"></wiki>
|
||||
<wiki [path]="'https://docs.ombi.app/guides/updating/'"></wiki>
|
||||
<div *ngIf="form" class="small-middle-container">
|
||||
<fieldset>
|
||||
<legend>Update Settings</legend>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue