Qstick
097429c545
Fixed: TextTagInputConnector.isArray
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
6 years ago
Qstick
3e538f935a
Fixed: OAuth validation errors
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
6 years ago
Qstick
27736649c2
New: Import List Tags ( #505 )
...
* New: Import List Tags
* New: Show ImportLists where Tag is Used in Tag manager
* Fixed: SignalR Errors due to handleTag missing
* Fixed: Clarify Lidarr Tags, not to be confused with LastFmTags
6 years ago
Qstick
e7bd67fcfa
New: Frontend package updates
6 years ago
Qstick
64a8d02f77
New: Server Side UI Filtering, Error Boundaries ( #501 )
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
6 years ago
Qstick
b8511f039a
New: Various UI Package Updates
6 years ago
Qstick
713f643b1d
Changed: Convert password input to standard using pass font
6 years ago
Qstick
68f9df695b
Fixed: Remove debugger from OverlayScroller
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
6 years ago
Qstick
c6579cf115
Fixed: Create default value for filterValue in FilterBuilderRowValue
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
6 years ago
Qstick
2c492fdb72
Fixed: Poor scrolling performance on some browsers
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
6 years ago
Qstick
ca244b0da5
Fixed: Remove value length restriction from ArtistSearch
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
6 years ago
Qstick
d5b60957d9
Fixed: Trailing space in keyboardShortcuts killing build
6 years ago
Qstick
034ef2ad99
Fixed: Various UI fixes
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
6 years ago
Qstick
2667d3ac21
Fixed: Table option helptext from "isVisible" to "visible"
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
6 years ago
Qstick
23bc5b11cf
Added: Device load support for Pushbullet
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
6 years ago
Qstick
e41f884153
Fixed: Updates to commandExecutingSelector
6 years ago
Qstick
68aaa49e9f
Fixed: Filter mapped drives when running from service
6 years ago
Qstick
7ece4731fc
Fixed: Rework color naming
6 years ago
Qstick
813f81b3c9
Fixed: Case for HandleTrackfile function in SignalR
6 years ago
Qstick
60bb0ac063
New: Queued Task/Command List View
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
6 years ago
Qstick
ba96dad8c7
Fixed: UI and Command manager updates
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
6 years ago
Qstick
b506fd3ab7
Fixed: UI fixes from Sonarr
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
6 years ago
Qstick
0c7417ee91
Fixed: Filter menu disabled when no items shown
6 years ago
Qstick
36b2942cef
Added: Allow folders without trailing slashes in file browser
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
6 years ago
Qstick
6581b3a2c5
New: UI Updates, Tag manager, More custom filters ( #437 )
...
* New: UI Updates, Tag manager, More custom filters
* fixup! Fix ScanFixture Unit Tests
* Fixed: Sentry Errors from UI don't have release, branch, environment
* Changed: Bump Mobile Detect for New Device Detection
* Fixed: Build on changes to package.json
* fixup! Add MetadataProfile filter option
* fixup! Tag Note, Blacklist, Manual Import
* fixup: Remove connectSection
* fixup: root folder comment
6 years ago
Qstick
539d7b3e66
Fixed: Blank Screen after Import
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
6 years ago
Qstick
ff479ad170
Fixed: RootFolderSelect never uses provided initial value.
...
Fixes #412
6 years ago
Qstick
dabb9bc18a
Fixed: StarRating alignment
7 years ago
Qstick
54349f95f1
Fixed: Search Bar returns 404
...
Fixes #377
7 years ago
Qstick
18b29f8208
New: Add Star Rating to Album table ( #365 )
7 years ago
Qstick
d79139976c
New: Search by Tag
7 years ago
Qstick
ef93ae3792
Fixed: Misc UI Fixes
7 years ago
Qstick
ad6e651090
New: Show Release Title on Release Selection ( #343 )
...
Fixes #329
7 years ago
Qstick
026a2cace5
Fixed: Checkbox can be checked when disabled
7 years ago
Qstick
8624ff5c6a
Fixed: Correctly set default profiles on import
...
Fixes : #333
7 years ago
Qstick
bdf677479a
Changed: Update Donation Links
7 years ago
Qstick
f9fb33eb08
Added: Additional Album Monitoring Options
7 years ago
Qstick
fde276f000
Fixed: Don't allow profile delete if in use by import list
...
Fixes #280
7 years ago
Qstick
7354e02bff
New: Custom Filtering for UI ( #234 )
7 years ago
Qstick
8e626269d1
Misc Fixes and Better Logging/Rejection Messages for Track Import
7 years ago
David Bates
54ca73f474
Fixes two ui issues ( #206 )
...
* Fixes two ui issues
References #205
- Fixes issue when in Table mode for the artist index when you click on a letter and error was thrown
- The VirtualTable reference was not set prior to trying to access functions on the object
Also fixes another ui issue I saw, when you were in the search box, the up and down arrows would not work in the Autocomplete componenet, this fixes that.
Gitignore changes to ignore my Idea projects
Adds .editorconfig for editors that respect that to maintain spacing and other config
* Changers per @QStick and the code review.
- Moved Ref out to funtion rather than inline as that can cause a performance hit
- Changed line in gitignore to ignore any .idea folder
- Cleaned up the editorconfig file
- Used proper background color in the CSS for the search suggestions
-
7 years ago
Qstick
c105c9a65e
New: Import Lists Base ( #196 )
...
* New: Import Lists Base
7 years ago
Qstick
6ff5e6337b
Fixed: Virtual tables/grids on Mobile
7 years ago
Qstick
b5339b75ff
Fixed: Additional UI number input fixes
7 years ago
Qstick
54e9f88648
Various UI Fixes and Updates
...
Closes #188
Closes #185
Closes #187
7 years ago
Qstick
afc4aeb25f
Update to FontAwesome5
7 years ago
Matthew Despain
de22991856
Updated donation links
7 years ago
Qstick
9374461d97
Fixed: Page header search box uses incorrect artist link
7 years ago
Qstick
26ef43f302
New: Manually Edit/Override Album Release ( #181 )
...
* New: Manually Edit/Override Album Release
* !fixup for comments, loading all albums instead of only artist albums
* fixup! UI Cleanup lint issues
* fixup! Remove AddAlbum service for now, fix refresh override selected release
* fixup! Last one... to fix updating albums with custom release set
Closes #109
Closes #129
Closes #128
7 years ago
Qstick
b5cd240cc7
Fixed: ESLint and Stylint Issues after UI updates
7 years ago
Qstick
744742b5ff
New: UI Updates (Backup Restore in App, Profile Cloning)
...
UI Pulls from Sonarr
7 years ago
Qstick
b1a016289c
Refactor Episode section naming to Album in UI
7 years ago
Qstick
99d0421ba7
Fixed: Don't fail build on test failure ( #173 )
...
* Fixed: Don't fail build on test failure
This sets Appveyor up to use the original build.sh and test.sh scripts.
Enables tests for Travis
Add frontend linting checks to Appveyor builds
Add Failed Tests message to Appveyor builds
Fix windows installer naming
Fix a few UI issues causing eslint and stylelint to fail
* fixup! forgot one ui fix.
* fixup! Inno doesn't like appveyor appending string to pr version
* fixup! It's too late, my brain is mush
7 years ago
Qstick
d8c89f5bbd
UI Updates (Cancel Import, Move Artist, Manual Import from Artist)
...
Ability to cancel an import lookup/search at any point.
Ability to move artist path from Artist Edit or bulk move from Mass Editor.
Trigger manual import for Artist path from Artist Detail page.
Pulled from Sonarr
7 years ago
Tynan CR
9d00a17ade
Fixed eslint errors and re-enabled build.sh check ( #150 )
...
* Fixed eslint errors and re-enabled build.sh check
* Corrected typo
* Corrected typo
* Disabled max-params on files with warnings
* Fixes for PR comments
* Fixes for PR comments
* Fixes for PR comments
* Fixes for PR comments
* Fixes for PR comments
* Fixes for PR comments
7 years ago
Qstick
27d65937c0
UI Updates, Separate Auto and Manual Searches per Indexer
7 years ago
Qstick
cd5b658196
UI Action Handler Changes, Misc Fixes
7 years ago
Qstick
5b7339cd73
Add Metadata Profiles ( #132 )
...
* Add Metadata Profiles
* fixup! Codacy
7 years ago
Qstick
21428cba6f
Medium Support (Multi-disc Albums), Quality Grouping ( #121 )
...
* Multi Disc Stage 1 - Backend Work
* Quality Group Functionality
* Fixed: Only show wanted album types on ArtistDetail page
* Add Media Count Column to ArtistDetail Page
* Parser updates for multidisc cases, other usenet release title formats
* Search for Tracks by Medium Number in Addition to Title and TrackNumber
* Medium Renaming Token for Track Naming
* fixup Codacy and Comment Cleanup
* fixup remove comments
7 years ago
ta264
e1e7cad951
Fix Linux build and set up travis ( #119 )
...
* Add missing progress functions
* eslint fails so disable
* Correct case
* Fix copy commands
* Set up travis
7 years ago
Qstick
cb9af37c39
Misc UI Updates
7 years ago
Qstick
566ac1a9d3
[UI Work] Add Overview Artist Index View
7 years ago
Qstick
1700c471b7
More UI Cleanup
7 years ago
Qstick
023452e1c3
Add Page Populator from Sonarr
7 years ago
Qstick
52e3d96f4a
UI Formatting Cleanup
7 years ago
Qstick
f3e55a236c
Misc UI Fixes
7 years ago
Qstick
c8ed46850a
Updates to UI, Update NLog to 4.4.12
7 years ago
Qstick
f69559e4da
Misc Frontend Updates
7 years ago
Qstick
9be4ec4c15
[UI] Refactor TrackFile Modal
7 years ago
Qstick
90d9741056
Fix Interactive Import, Add Track Actions and Reducers
7 years ago
Qstick
f460f630c3
Target to .NET 4.6.1, Update SignalR, Owin, Nancy ( #84 )
...
* Target .net 4.6.1
* Update to SignalR 2.2.2
* Fix Socks Reference in NZBDrone.Common
* UI Fixes, Build Fixes
* Update Nancy to 1.4.4
* Upgrade Microsoft Owin to 3.1.0
* Delete npm-shrinkwrap.json
* Fix SignalR Messages
7 years ago
Qstick
48d31523a5
[UI] Add Language to Manual Import, Fix Posters,Banners
7 years ago
Qstick
44cc642ad4
[UI Work] Misc UI Fixes and Tweaks
7 years ago
Qstick
0a7f18e843
[UI Work] Artist Detail, Album Dialog, Album Search, Album Missing Search
7 years ago
Qstick
0054226307
[UI Work] Artist Detail Page, Album Studio, Wanted, NavSearch, Rename
7 years ago
Qstick
22d9c5e666
Fix GitIgnore, Update from Sonarr
7 years ago
Qstick
77f1d2e64c
[UI Work] Add Artist, Import Artist, Calendar
7 years ago
Qstick
95051cbd63
Initial Commit Rework
7 years ago