Commit graph

5660 commits

Author SHA1 Message Date
tidusjar
1b0a1cc7a0 refactor(settings): 💄 Added a banner when you are using a SQLite database, to infom that MySQL database configuration is available 2021-11-23 13:57:29 +00:00
tidusjar
bf9b5d9e2a Merge branch 'develop' of https://github.com/tidusjar/Ombi into develop 2021-11-22 12:14:35 +00:00
tidusjar
4b540fb45b fix(request-list): 🐛 Fixed an issue where the bulk delete would not work for movie requests 2021-11-22 12:14:31 +00:00
Conventional Changelog Action
f1b93f9fce chore(release): 🚀 v4.7.1 2021-11-22 10:50:06 +00:00
tidusjar
332d9344d0 fix(emby): 🐛 Fixed an issue where we slightly broke the full sync 2021-11-22 10:46:17 +00:00
Conventional Changelog Action
9f6f8f87e1 chore(release): 🚀 v4.7.0 2021-11-19 23:56:17 +00:00
Jamie
afb194b748
Merge pull request #4412 from Ombi-app/emby-recently-added 2021-11-19 23:52:36 +00:00
tidusjar
a0e14068f4 feat(emby): Added a emby recently added sync! 2021-11-19 22:41:36 +00:00
Conventional Changelog Action
d9ee25b575 chore(release): 🚀 v4.6.5 2021-11-15 22:50:44 +00:00
Jamie
f16c4e0758
Merge pull request #4406 from Ombi-app/issue-fixes
Issue fixes
2021-11-15 22:46:58 +00:00
tidusjar
a3739f375c fix(issues): 🐛 Added the issue category to the issue 'cards' #4403 2021-11-15 22:25:46 +00:00
tidusjar
02250000c0 fix(issues): 🐛 Added the issues back to the details page for TV Shows 2021-11-15 22:25:21 +00:00
tidusjar
1a2825bf38 fix(issues): 🐛 Fixed an issue where you couldn't navigate to the details page from TV issues 2021-11-15 22:23:31 +00:00
tidusjar
15e37b532a fix(issues): 🐛 Fixed where we did not show the poster when an issue is raised for media we do not have a request for #4402 2021-11-15 22:08:37 +00:00
Conventional Changelog Action
1023574631 chore(release): 🚀 v4.6.4 2021-11-12 22:15:28 +00:00
contrib-readme-bot
b64f7ccc68 chore: 👥 Updated Contributors [skip ci] 2021-11-12 22:12:07 +00:00
sephrat
005529cda8
fix(translations): 🌐 Localize more places (#4400)
* Localize a few isolated strings

* Localize paginator

* Localize a few isolated strings

* Make button width dynamic for better i18n

* Localize a few isolated strings

* Fix technical typo
2021-11-12 22:11:51 +00:00
Jamie
22b8a221e9
fix(translations): 🌐 New translations from Crowdin
[skip ci]
2021-11-12 22:11:18 +00:00
Jamie
66465ad9ae
chore: updated the CI Build badge to the correct branch [skip ci] 2021-11-11 10:32:04 +00:00
Conventional Changelog Action
aa87da9c30 chore(release): 🚀 v4.6.3 2021-11-11 10:26:44 +00:00
sephrat
fe635c7106
fix(discover): 🐛 Display TV + movies on actor page in user language (#4395) 2021-11-11 10:22:43 +00:00
contrib-readme-bot
02127e9813 chore: 👥 Updated Contributors [skip ci] 2021-11-11 10:22:01 +00:00
sephrat
334a32bca4
fix(permissions): 🐛 Improved the security around the role "Manage Own Requests" (#4397)
* Secure ManageOwnRequests API paths

Fixes #4391

* Hide delete request option if user is not allowed

* Refactor CheckOwnRequests

* Fix deleteRequest test

* Improve performance and clean up code

* Fix manageOwnRequests check

* Refactor CheckCanManageRequest
2021-11-11 10:21:44 +00:00
sephrat
4410790bc0
fix(search): Fixed some cases where search wouldn't work correctly (#4398)
[skip ci]
2021-11-10 21:05:25 +00:00
Conventional Changelog Action
033697ef00 chore(release): 🚀 v4.6.2 2021-11-10 08:41:33 +00:00
sephrat
6b716e7220
fix(discover): TV shows now display on the Actor Pages (#4388)
* Add TV shows to Actor discover page

* Fix actor page not loading after actor change

* Remove user filter from discover actor page

* Clean up code
2021-11-10 08:37:35 +00:00
Conventional Changelog Action
907353a54d chore(release): 🚀 v4.6.1 2021-11-10 07:56:22 +00:00
Jamie
0de1cf974d
Merge pull request #4381 from Ombi-app/l10n_develop
🌐 Translations Update
2021-11-10 07:54:52 +00:00
Jamie
fea7ff0513
fix: 🐛 Fixed the MySQL issue after .net 6 upgrade #4393
* Update pomelo framework for net 6 support

* Aspnetcore v6

* Revert spaservices

* Update all references to old pomelo

* Note problem line

* Disable charsetoption in databaseextensions, version left

* fix: fixed the compiler error

Co-authored-by: Dyson Parkes <dyson@berserkir.net>
2021-11-10 07:53:08 +00:00
Conventional Changelog Action
d0e44926bf chore(release): 🚀 v4.6.0 2021-11-09 22:08:04 +00:00
Jamie
6ae0a5b461 chore: include .net 5 for the build tools 2021-11-09 22:04:29 +00:00
Conventional Changelog Action
1a70aa98ab chore(release): 🚀 v4.5.0 2021-11-09 21:59:44 +00:00
Jamie
dc692d3cf1 ci: workflow dispatch to main build 2021-11-09 21:56:35 +00:00
Jamie
719eb7dbe3
feat: Upgrade Ombi to .NET 6 (#4390)
* chore: updated tfm to net6

* chore: updated main packages

* chore: fixed some warnings

* core: Added workflow_dispatch to some of the CI pipelines [skip ci] (#4392)

* chore: bump the net version

* ci: use the dotnet ver task everywhere
2021-11-09 21:54:51 +00:00
Jamie
50ad32c339 core: Added workflow_dispatch to some of the CI pipelines [skip ci] 2021-11-09 21:25:39 +00:00
sephrat
5d34d9ff61
chore: Add makefile (#4389) [skip ci] 2021-11-09 15:58:20 +00:00
Conventional Changelog Action
a22f2b43eb chore(release): 🚀 v4.4.0 2021-11-06 23:32:13 +00:00
Jamie
c374729a53
Merge pull request #4384 from Ombi-app/fixes
A few changes
2021-11-06 23:18:14 +00:00
tidusjar
ca655ae570 feat(mass-email): Added the ability to configure the Mass Email, we can now send BCC and we are less likely to be rate limited when not using bcc #4377 2021-11-06 22:38:31 +00:00
tidusjar
69e8b5a7e2 test(mass-email): Added tests covering the mass email functionality 2021-11-06 22:00:59 +00:00
tidusjar
c0406a2dde fix(request-list): 🐛 Fixed an issue where the request options were not appearing for Music requests 2021-11-06 21:24:08 +00:00
Jamie
acc66fad49
chore: Update the changelog release count from 5 to 20 [skip ci] 2021-11-05 14:57:16 +00:00
Jamie
74937514b7
chore(release): 🚀 v4.3.3 (#4382) [skip ci]
Co-authored-by: Conventional Changelog Action <conventional.changelog.action@github.com>
2021-11-05 14:55:11 +00:00
Jamie
c6acb45f8d fix(translations): 🌐 New translations from Crowdin [skip ci] 2021-11-05 12:31:09 +00:00
Jamie
18c220a0cd fix(translations): 🌐 New translations from Crowdin [skip ci] 2021-11-05 10:23:37 +00:00
Jamie
2c935a407b
chore: 🌐 Translations Update (#4372) [skip ci]
* fix(translations): 🌐 New translations from Crowdin [skip ci]

* fix(translations): 🌐 New translations from Crowdin [skip ci]

* fix(translations): 🌐 New translations from Crowdin [skip ci]

* fix(translations): 🌐 New translations from Crowdin [skip ci]

* fix(translations): 🌐 New translations from Crowdin [skip ci]

* fix(translations): 🌐 New translations from Crowdin [skip ci]

* fix(translations): 🌐 New translations from Crowdin [skip ci]

* fix(translations): 🌐 New translations from Crowdin [skip ci]

* fix(translations): 🌐 New translations from Crowdin [skip ci]

* fix(translations): 🌐 New translations from Crowdin [skip ci]

* fix(translations): 🌐 New translations from Crowdin [skip ci]

* fix(translations): 🌐 New translations from Crowdin [skip ci]

* fix(translations): 🌐 New translations from Crowdin [skip ci]

* fix(translations): 🌐 New translations from Crowdin [skip ci]

* fix(translations): 🌐 New translations from Crowdin [skip ci]

* fix(translations): 🌐 New translations from Crowdin [skip ci]

* fix(translations): 🌐 New translations from Crowdin [skip ci]

* fix(translations): 🌐 New translations from Crowdin [skip ci]

* fix(translations): 🌐 New translations from Crowdin [skip ci]

* fix(translations): 🌐 New translations from Crowdin [skip ci]
2021-11-04 22:49:57 +00:00
Conventional Changelog Action
e548d6e926 chore(release): 🚀 v4.3.2 2021-11-02 15:04:28 +00:00
contrib-readme-bot
3078ddb6c8 chore: 👥 Updated Contributors [skip ci] 2021-11-02 15:00:45 +00:00
sephrat
5e140ab618
fix(translations): 🌐 Localization - Ensuring all of the app including backend are localized #4366
* Localize TV and movies titles in requests

* Add missing release statuses

* Localize collection request

* Localize TV shows in newsletter

Uses TMDB instead of TVMaze for title, genres and synopsis

* Localize error messages

* Localize albums requests

* Use current language for TV and movies requests

* Remove unecessary console log
2021-11-02 15:00:25 +00:00
Jamie
d8d1091564
chore: Add code of conduct [skip ci] 2021-11-02 11:32:29 +00:00