Commit Graph

9044 Commits

Author SHA1 Message Date
Qstick 6c9808fe56 New: Webpack 5, UI Package Updates
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
2021-06-27 01:43:54 -04:00
Jake Soenneker 3722099b02 New: Manual Import rejection column is sortable
(cherry picked from commit 2f366bc3b7274200ff9d0bf1aa96408dc92206f3)
2021-06-26 23:33:05 -04:00
Taloth Saldono c24678d365 Removed extraneous enum hints in dropdown
(cherry picked from commit 91fe47ef31249f23c19a553df569ef6451e6ca5d)
2021-06-26 23:32:38 -04:00
Robin Dadswell a88f32f15e New: Added Prowlarr donation link 2021-06-26 23:32:13 -04:00
Evan J 1461a90ea3 Update login.html
(cherry picked from commit e8f58eb9be583639909c0ac9b3dc3b40db8c7a53)
2021-06-26 23:31:48 -04:00
Qstick 549f2a4825
Create azuresync.yml 2021-06-26 22:19:13 -04:00
Qstick 26e38645c7
Update Discord Notification Job 2021-06-26 16:40:03 -04:00
bakerboy448 81d85837b3
Git updates (#2300)
* git fixes

- enhances bug report template
(cherry picked from commit a31c9baccada5b8c55b4a9480dbd7d4c78f33da4)

* add wiki link to bug template

(cherry picked from commit 15a99ab650ce2d5ca9e21a58847bf9f7307299ea)

Closes #2299
2021-06-26 13:37:26 -04:00
servarr[bot] f287c82591
New: Activity Queue: Rename Timeleft column to Time Left (#2293) 2021-06-26 14:07:05 +01:00
Robin Dadswell d5bd169061
New: Indexer Categories no longer Advanced option (#2267) 2021-05-23 18:40:11 -04:00
Robin Dadswell 2573e96d7a
Fixed: Root Folder Downloads check giving errors when RuTorrent is used (#2266)
* Fixed: Root Folder Downloads check giving errors when RuTorrent is used

* removed uneccesary if statement in RemotePathMappingCheck
2021-05-23 18:39:53 -04:00
Robin Dadswell bc6261efb8
New: Show User Agent in System->Tasks for externally triggered commands (#2261) 2021-05-23 06:27:22 +01:00
Robin Dadswell 9b673c028a
New: Health Check for Downloads to Root Folder (#2234) 2021-05-16 00:19:56 +01:00
ta264 9ba4486c2e Don't run build for weblate PRs
(cherry picked from commit 62221c2a7fc959dfe47af7bc98622d81eba3419b)
2021-05-15 18:31:57 -04:00
servarr[bot] 5cca953d42
New: Add rel="noreferrer" to all external links
* New: Add rel="noreferrer" to all external links

(cherry picked from commit c722e9112496062313d09df16b169873f910f2a1)

* Update Link.js

Co-authored-by: Mark McDowall <mark@mcdowall.ca>
Co-authored-by: Qstick <qstick@gmail.com>
2021-05-10 23:47:42 -04:00
Qstick 103a3a9e06 Github workflows for Issue lock and Support bot [skip ci] 2021-05-08 17:34:14 -04:00
Mark McDowall d5b71ac822 Fixed: Refresh queue count when navigating Activity: Queue
(cherry picked from commit 0a2b109a3fe101e260b623d0768240ef8b7a47ae)
2021-05-08 17:27:48 -04:00
bakerboy448 ec3dbea7fc
Git template update [skip ci] (#2220)
* FR template update [skip ci] [common]

* PR Template update [skip ci] [common]
2021-05-08 17:26:57 -04:00
bakerboy448 bd0e1899ae Fixed: Discordnotifier is now Notifiarr
Fixed: Cleanse Notifiarr APIKey from logs

Fixes #2130
Fixes #2221
2021-05-08 17:26:07 -04:00
bakerboy448 44bd224125 Update indexer category help text … (and make cats advanced)
closes #2184

(cherrypicked from sonarr 8d2d9078ff8f6daf50aef2dded3f96dae93252cc)
2021-05-08 14:34:22 -04:00
Robin Dadswell cbdec6dcc4
Fixed: Import Lists provider message in UI 2021-05-07 12:50:48 +01:00
Robin Dadswell e18888562a
New: MusicBrainz Series use as import list 2021-05-07 10:12:18 +01:00
Qstick ff6ca24e14
Update BuildInfoFixture.cs 2021-05-06 13:03:19 -04:00
Qstick 2316223d84
Bump to 1.0 2021-05-03 20:03:31 -04:00
servarr[bot] 811a5c5456
New: Remove completed downloads from disk when removing from SABnzbd
(cherry picked from commit ac8283d7339b3d9e8ccf70f3d1ff031d1b0a71d1)


Co-authored-by: Mark McDowall <mark@mcdowall.ca>
2021-05-01 15:18:51 +01:00
bakerboy448 436de24254 New: ISO 8601 Date format in log files
fixes #2192
2021-04-24 22:41:52 -04:00
Jason Dove c2adf07834 Use name instead of title for XBMC artist.nfo metadata 2021-04-18 11:08:34 -04:00
Qstick 8ad76b222b Remove arm64 fpcalc binary 2021-04-18 01:56:58 -04:00
Qstick 8e9a85557e Fixed: No Artist images when adding single Album 2021-04-18 00:15:22 -04:00
Qstick 05de0c0f4c Fixed: Don't fail Metadata service when Adding Album 2021-04-17 23:44:24 -04:00
Qstick 1752fe5c53 Fixed: Don't fail AcceptableSizeSpec when no Album Releases exist for Album 2021-04-17 23:44:00 -04:00
Qstick 9696eb5ca2 Fixed: Queue broken when sorting by Album ReleaseDate 2021-04-17 22:12:45 -04:00
Daniel Lo Nigro 187672b183
New: Token for track artist (as opposed to album artist) (#1910)
* New: Token for track artist (as opposed to album artist)

* - Move logic to AddTrackTokens instead of separate AddTrackArtistTokens method
- Just use the first artist name

* Update FIleNameSampleService to handle this token properly

* Fall back to album artist if there's no track artist

* Show tokens in naming modal
2021-04-16 07:22:36 -04:00
servarr[bot] f50556d4d5
Fixed: Links to Sonarr now uses auth cookie (#2156)
(cherry picked from commit a47cb2390eb5151ed19388def46b0bb165d27647)

Co-authored-by: Mark McDowall <mark@mcdowall.ca>
2021-04-15 08:10:19 -04:00
Qstick 20dd1e1352 Bump to 0.8.1 2021-04-03 11:35:10 -04:00
Qstick 09c0ca9338 Fix ImportFixture Tests 2021-04-02 00:53:05 -04:00
Qstick 2f4f7cbf34 Bump NetCore 3.1.13 2021-04-02 00:38:48 -04:00
Qstick d7433291b8 Fixed: Add Scroller to AlbumRelease selection
Fixes #1040
2021-04-02 00:20:52 -04:00
Qstick 015d2b1396 Fixed: Prevent NullRef on Manual Import of unknown releases 2021-04-02 00:09:57 -04:00
nitsua c4a63f3746 Add a donations section to System for each arr 2021-04-01 23:37:19 -04:00
Robin Dadswell 0758a27d5b Generalized RateLimit logic to all indexers based on indexer id
Fixes #1982

Co-authored-by: Taloth Saldono <Taloth@users.noreply.github.com>
2021-04-01 23:21:03 -04:00
Mark McDowall 25f703e7b2 Fixed: Unable to close indexer category select input on mobile
Closes #2004
2021-04-01 23:11:05 -04:00
Qstick a9d94f045d Fixed: Artist Editor column order/enabled lost on refresh
Fixes #2006
2021-04-01 23:08:48 -04:00
Qstick cd357bbdb9 Update CONTRIBUTING.md
Fixes #2032
2021-04-01 23:05:09 -04:00
Qstick 7c70c5dd42 Fix sort in appActions.js 2021-04-01 23:03:57 -04:00
Mark McDowall 1c154956ac Fixed: Remove selected in queue
Closes #2052
2021-04-01 22:58:53 -04:00
Mark McDowall d0c92fabfe Fixed: Queue refresh closing manual import from queue if items change
Fixes #2039
2021-04-01 22:58:32 -04:00
Mark McDowall 3ecfe846a0 Fixed: Queue refresh closing manual import from queue if items change
Closes #1934
2021-04-01 22:56:52 -04:00
Qstick f0d1cde01a Fixed: SourceTitle if Album Title null in Discord ImportFailed event
Fixes #2134
2021-04-01 22:53:51 -04:00
Qstick d198c9987e Fixed: Don't fail entire import if Validation error on list item
Fixes #2021
Fixes #2133
2021-04-01 22:47:15 -04:00