Mark McDowall
7284ef50eb
Fixed: Manual Import not scrolling after using file browser
...
Closes #745
9 years ago
Taloth Saldono
71ecc96c70
Refactored IntegrationTests to work with Nunit3 VS adapter.
9 years ago
Mark McDowall
942be364dc
Treat XEM aliases as SceneSeasonNumber
...
Fixed: Aliases used incorrectly when TVDB season number matched the seaon number of the alias
Closes #1140
9 years ago
Nathan
9c91f11cdc
New: Safari Pinned tab icon
...
Closes #1122
9 years ago
Mark McDowall
31f8e0a47a
New: Windows Phone theme
9 years ago
Mark McDowall
1e0fcc877b
New: Mobile Chrome theme (Android 5.0+)
9 years ago
Taloth Saldono
99aa25bf83
New: Light green background color in Season Pass for seasons with all episodes downloaded.
9 years ago
Mark McDowall
af220c7f7b
ItemViewContainer didn't exist sometimes for root folders
...
Fixed: Error displaying existing root folders in some cases
Closes #1170
9 years ago
Taloth Saldono
03e2adc332
Sort episodes in calendar by ep nr if airdate is the same.
9 years ago
Mark McDowall
f2784d3ec2
New: Trakt links on series details
9 years ago
Taloth Saldono
34d5fb1aa0
Fiddled with the Back to the Top button a bit so it's better visible on the white background, also only on widescreen now.
9 years ago
Mark McDowall
e89a1bc0fb
Fixed: Delete confirmation message for Restriction
...
Closes #1102
9 years ago
Mark McDowall
56da824e98
AutoComplete and file browser will show files when appropriate
...
Fixed: File browser for Custom Script shows files
Closes #1084
9 years ago
Mark McDowall
2b72c0e328
Fixed: Manual Import Series selection
...
Closes #996
9 years ago
Mark McDowall
a96718f7b3
Fixed Twitter notifications
...
New: Twitter notifications now require a Twitter (see settings for details)
Closes #1049
9 years ago
Jake Pusateri
c8debbf470
New: Better resolution posters on retina screens.
9 years ago
Taloth Saldono
7a25717da6
Fixed donate button.
9 years ago
Mark McDowall
de754169fb
Fixed: RSS Sync Interval validation
9 years ago
Mark McDowall
95da301975
A few UI Fixes
...
Closes #1009
Closes #1010
9 years ago
Mark McDowall
4fa4b3507e
Fixed: Force grabbing some delayed releases
...
Closes #984
9 years ago
Mark McDowall
04da2d845a
Merge pull request #941 from uzegonemad/hotfix/calendar-legend-width
...
Give calendar legend ul max width of 100%. Fixes #922
10 years ago
Benjamin Uzelac
d3b87bc3e8
give legend ul max width of 100%
...
give legend ul max width of 100%
10 years ago
Mark McDowall
554c81f251
Merge pull request #901 from brgaulin/jquery_upgrade
...
Update jQuery to 1.11.3
10 years ago
Mark McDowall
6de3f9dd0b
Merge pull request #942 from uzegonemad/hotfix/calendar-tooltip
...
Fixed: Hidden calendar tooltips
10 years ago
Mark McDowall
e9692d5b9c
Merge pull request #940 from uzegonemad/hotfix/fix-long-path-label
...
Fixed: Add wrapping to fix long paths in labels
10 years ago
Benjamin Uzelac
1a74990e9b
alter calendar tooltip container. fixes #857
10 years ago
Benjamin Uzelac
3b9ac8699d
Add wrapping to fix long paths in labels. Fixes #875
10 years ago
Benjamin Uzelac
cd9132520d
fix z-index on scroll to top button
10 years ago
Mark McDowall
b34879b4f6
New: Manual search shows error when download fails
10 years ago
Gaulin, Brendan
fce3f86be7
UI: Update jQuery to 1.11.3
10 years ago
Taloth Saldono
c9a36fe4b2
Fixed sorting on Progress in Queue.
...
Fixes #882
10 years ago
Taloth Saldono
330554edb0
Fixed: External links again open in new windows.
10 years ago
Taloth Saldono
97cdcb8b19
Bind SignalR to root SeriesCollection so typeahead gets the newest data.
10 years ago
Taloth Saldono
84c7f4cd8c
Added support for tvmaze.
10 years ago
Mark McDowall
192d001b61
New: Option to remove illegal characters
...
Closes #809
10 years ago
Mark McDowall
9ffa28f17c
New: Show time instead of date if event occurs/occurred today
...
Closes #808
10 years ago
Mark McDowall
db5494e7ac
Fixed: Tooltips for series and season searches
10 years ago
Taloth Saldono
3fc348d045
Fixed: Removed deferrer from external links, instead relying solely on the rel=noreferrer attribute (supported by Chrome and Firefox, but not all browser)
...
fixes #811
10 years ago
kmcc049
07b70f9d3f
Fixed: Consistent display of sizes
...
Closes #709
10 years ago
Mark McDowall
e1afd89aae
Extremely long titles
...
Fixed: Extremely long series titles causing display issues on main page
Fixes : #769
10 years ago
Mark McDowall
bf10d420ec
Show implementationName for metadata
...
Closes #770
10 years ago
Gavin Mogan
c5b25bcfee
New: Add Webhook support to sonarr
...
Add Form type url (type=url input field)
Add isValidUrl input type validation
Only allow absolute urls when checking if a url is valid
String => string as per comments that sonarr is standarizing on the lowercase primative
Remove this before function calls
Refactored everything so OnGrab is supported
Don't double submit the webhook
Wrappers around Series, EpisodeFile, Episode so the entire data structure isn't exposed
Add Braces as per style guide
Series.ID and Series.TvdbId should be integers
Reorder webhook payload as per style guide
Upgrade to use ongrab as json instead of string
Add method selection to webhook settings
include episode directly in download event
QualityVersion should be an int and not a string (don't convert it int=>string)
Remove the list of episodes
Add season number to episode data structure
Code Review Fixes:
* Remove episodefile from payload, move everything to episode
* Change episode to a list
convert to var as per code review / style guide
Down with internals
Everything now uses webhookpayload. None of that payload.Message stuff
{"EventType":"Test","Series":{"Id":1,"Title":"Test Title","Path":"C:\\testpath","TvdbId":1234},"Episodes":[{"Id":123,"EpisodeNumber":1,"SeasonNumber":1,"Title":"Test title","AirDate":null,"AirDateUtc":null,"Quality":null,"QualityVersion":0,"ReleaseGroup":null,"SceneName":null}]}
Remove logger and processProvider
Remove unused constructor
10 years ago
Mark McDowall
53985a282d
Succeeded instead of completed for testing
...
Closes #758
10 years ago
Mark McDowall
b82e830e86
Cleanup and refactoring of Twitter notifications
...
Closes #301
New: Twitter Notifications
10 years ago
Gavin Mogan
2fbf7a4114
Inital work on Twitter notifications
10 years ago
Taloth Saldono
ecb4835a16
minor pageable code error.
10 years ago
Mark McDowall
db879426db
Fixed backbone.collectionview shim
10 years ago
Taloth Saldono
c274c7d589
Icon now completely hidden if spinner overlay is shown.
...
Fixed season action margin.
10 years ago
Taloth Saldono
0a12989a70
Actually added deepmodel shim.
10 years ago
Mark McDowall
5b58bd504d
Shim for deepmodel
10 years ago