Qstick
ed24cd5b52
Fixed: Movie Editor RootFolders, SelectedState persisting editor toggle
5 years ago
Qstick
a6eb89e24b
Fixed: Manual Search on Works with Auto Search is Enabled
5 years ago
Qstick
242d530bb4
Fixed: Unit Test Fixes
5 years ago
Qstick
3bf5476922
Fixed: Correctly handle Repacks, restrict to same group
5 years ago
Qstick
7698ae00dd
Fixed: Misc UI/Test Fixes
5 years ago
Qstick
a20222fbef
New: Movie Editor in Movie Index ( #3606 )
...
* Fixed: Movie Editor in Movie Index
* Fixed: CSS Style Issues
* Fixed: Ensure only items shown are selected
* Fixed: Cleanup and Rename from Editor
5 years ago
Qstick
b8f7ca0749
Fixed: DiskScanService Updates
5 years ago
Qstick
612d948eba
Fixed: Some Tests and Added New Ones
5 years ago
Qstick
a3f72bd4a0
Fixed: Ambiguous Id in Movies SQL call
5 years ago
Qstick
2d15b8b78a
Fixed: Remove redundant checks from list sync
5 years ago
devbrian
12fba024f0
Fixed: Movie Details Tab ( #3564 )
...
* History Added
* History Cleanup
* History Mark Failed Fix
* History Lint Fix
* Search Tab Initial
* Interactive Search Cleanup
* Files Tab + Small Backend change to MovieFile api
* Reverse Movie History Items
* Grabbed files are not grabbable again.
* Partial movie title outline + Search not updating fix
* Lint Fix + InteractiveSearch refactor
* Rename movieLanguage.js to MovieLanguage.js
* Fixes for qstick's comments
* Rename language selector to allow for const languages
* Qstick comment changes.
* Activity Tabs - Language Column fixed
* Movie Details - MoveStatusLabel fixed
* Spaces + Lower Case added
* fixed DownloadAllowed
* Added padding to history and file tables
* Fix class => className
* Updated search to not refresh unless switching movie
* lint fix
* File Tab Converted to Inline Editting
* FIles tab fix + Alt Titles tab implemented
* lint fix
* Cleanup via qstick request
5 years ago
Qstick
06b1c03053
Fixed: List Exclusions, List Processing Tweaks
5 years ago
Qstick
ed0e69de53
Fixed: Return all movie categories for RARBG
...
Co-Authored-By: FuNK3Y <funk3y@users.noreply.github.com>
5 years ago
Qstick
d86c811543
Fixed: Alt Titles on Main Load, Alt Titles API updates
5 years ago
Qstick
ac59b7060e
New: Store Genre in DB for use in UI
5 years ago
Qstick
b1d69e3949
Fixed: Queue Error on Unknown Items
5 years ago
Qstick
91ab518dfb
Fixed: Backend Updates from Sonarr
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
Co-Authored-By: taloth <taloth@users.noreply.github.com>
5 years ago
Qstick
d178dce0d3
Fixed: Backend/Frontend Cleanup
5 years ago
Qstick
286f73f38d
Fixed: Refresh Indicator always spinning after refresh
5 years ago
Qstick
7760248e6b
Fixed: Adjust how often info is refreshed for old movies
5 years ago
Qstick
4ddadd9a0d
Fixed: Delete and Restore of Backups from UI
5 years ago
Qstick
722a996ad3
Fixed: Import not working due to Language constraint
5 years ago
Qstick
9350f6a04c
Fixed: Changes to Profiles, Languages, Manual Import
5 years ago
Qstick
c76364a891
Fixed: Update Unit Tests for Indexers/Clients
5 years ago
Qstick
8a9e2dc90d
New: Loads of Backend Updates to Clients and Indexers
5 years ago
Qstick
c48838e5b6
Fixed: Linting errors and Appveyor not triggering on frontend changes
5 years ago
Qstick
16ff1176f7
Fixed: Quality Groups and Profiles
5 years ago
Qstick
6275737ced
New: Many UI Updates and Performance Tweaks
5 years ago
Taloth Saldono
b24a40797f
Fixed: SignalR requiring a home directory to function properly.
5 years ago
Qstick
5f2af81dda
New: Bump gulp-livereload to avoid event-stream issue
5 years ago
Leonardo Galli
b35d0b3f6a
Added: Development Description.
5 years ago
Qstick
9ba2c8e53d
New: Bump UglifyJS to 1.3.0 to fix production build
5 years ago
Qstick
4d3bfe3cf2
New: Remove old UI
5 years ago
Qstick
ac0d1c92c3
New: Tooling changes for UI
5 years ago
Qstick
8430cb40ab
New: Project Aphrodite
5 years ago
Qstick
65efa15551
New: Backend changes for new UI
5 years ago
Qstick
e9eebd3ce6
New: Update SignalR, Nancy, Owin. Enable Websockets
5 years ago
Qstick
aef89160e2
Added: Platform Detection Improvements
5 years ago
Qstick
ea5ad24944
New: Re-target to .net 4.6.1
5 years ago
Daniel Dammermann
61066cb6cf
Fixed: Library shown as empty after filter returns no movies and page is refreshed ( #3515 )
...
Fixes #3514
6 years ago
Leonardo Galli
2f76f3c6b6
Create FUNDING.yml
6 years ago
Leonardo Galli
7756b03555
Fixed: a after a shortened word is not removed correctly for matching. Fixes ##3487
6 years ago
Leonardo Galli
5faaffc9c6
@cosmetic updated changelog
6 years ago
Ricardo Amaral
7a43bf3f60
Added: Tags support to NetImport (Lists) ( #3127 )
...
* Add tags support to NetImport (Lists)
* Keep indentation consistent with current code
* Initialize set of empty tags
* Add tags from list to movie
* Prevent tags used by lists from being removed
6 years ago
RhinoRhys
84fab25af7
Changed: Improved templates for h264 & h265 custom formats ( #3432 )
...
* Update CustomFormatService.cs
resolves #3419
* Update CustomFormatService.cs
* Update CustomFormatService.cs
6 years ago
jwildman16
52520e356d
Changed: Logo-256.png to a transparent version so it looks better in Android notifications. ( #3479 )
6 years ago
Logan
cc44d022b3
Added: Radarr_Download_Id and Radarr_Download_Client to the environment ( #3276 )
...
Fixes #3232
6 years ago
Steven Crouchman
f411903e90
New: Allow CheckForFinishedDownloadInterval to be set from the UI ( #3233 )
...
* Adding CheckForFinishedDownloadInterval to config service
Changed TaskManager to use a configurable interval for CheckForFinishedDownloadCommand
* Adding new CheckForFinishedDownloadInterval to UI
Fixes #840
6 years ago
stephanrenggli
9985554dcb
New: Added support for Gotify notifications ( #3474 )
...
* Added support for Gotify notifications
* Use string interpolation to build url
* Adapt changes by markus101 over at Sonarr
* Remove blank line
Fixes #3472
6 years ago
Viserius
f8c009a348
Fixed: Solve ambiguous naming ( #3417 )
6 years ago