Tim Turner
721767331b
Update naming management
...
Still need to write BuildFileName() and BuildFilePath()
8 years ago
Tim Turner
ed1174affb
Merge pull request #28 from fedoranimus/develop
...
Update Logos
8 years ago
Tim Turner
451f101350
Update background logo
8 years ago
Tim Turner
a29fe1681d
Update background logo and poster
8 years ago
Tim Turner
48e142c47d
Replaced more logos
8 years ago
Leonardo Galli
aceb282f8d
Fixes text color of movie links for list view.
8 years ago
Leonardo Galli
5e7b379a45
Fixes for movie statuses
8 years ago
Leonardo Galli
be95311471
Updated index page for movies.
8 years ago
Leonardo Galli
a63587bb19
Fix alternative titles, if there is only one.
8 years ago
Leonardo Galli
7d82e35650
Fixes some strings still saying episode.
8 years ago
Leonardo Galli
06d39579a5
Fixed some things regarding director's cut / special edition.
8 years ago
Leonardo Galli
fd718b61ac
Updated Parser to parse movie titles. Should also parse things, such as: Director's Cut, Special Edition, etc. This is then displayed in the manual search UI. Importing is not yet updated for the new parser!
8 years ago
Leonardo Galli
402a9e1ee0
Fixes some issues when adding movies caused by TMDB.
8 years ago
Leonardo Galli
0715962ec5
TheMovieDB.org is now used as metadata source.
8 years ago
Leonardo Galli
d835c168d3
Searching for movies directly when adding them is now working.
8 years ago
Leonardo Galli
329786365d
Fixed adding multiple movies.
8 years ago
Leonardo Galli
4f6380a73c
Automatically downloading the best movie release works now.
8 years ago
Leonardo Galli
cde1217356
Movies now show up in the Queue.
8 years ago
Leonardo Galli
2eedfca78a
Movie history now fully implemented.
8 years ago
Leonardo Galli
0d65984991
Fix History for Movie Details page.
8 years ago
Leonardo Galli
2a932fe7e8
First implementation of History for Movies. However, nothing is returned from the Database query misteriously.
8 years ago
Leonardo Galli
2a3b0304cb
Fixed a few things with displaying the Movie Details Page. Implemented the first round of Searching for and Downloading movie Releases. ATM this is still a bit hacky and alot of things need to be cleaned up. However, one can now manually search for and download (only in qBittorrent) a movie torrent.
8 years ago
Leonardo Galli
16e35f68bb
Merge branch 'develop' of https://github.com/galli-leo/Radarr into develop
8 years ago
Leonardo Galli
74b1c846a5
Fixed css for movies.
8 years ago
Tim Turner
0fd0b31a60
Fix template references and 'movie' strings
8 years ago
Leonardo Galli
2ea35adb98
Fixed issue with Homepage movies not loading correctly.
8 years ago
Leonardo Galli
2efda4933d
Changed the name in the UI to Radarr.
8 years ago
Leonardo Galli
b7c70d750a
Movies should now show on the main page. However, a lot has to be done to the detail controller before it is really going to work.
8 years ago
Leonardo Galli
5ebfac6cc8
First implementation of custom database table for movies.Some things are not yet working quite well (e.g. search clears when movies are added.). Also movies cannot yet be looked up!
8 years ago
Leonardo Galli
40d7590f80
First implementation of completely rewriting the way Radarr handles movies. Searching for new movies is now mostly feature complete.
8 years ago
Leonardo Galli
0b278c7db8
Searching for movie now works with downloading. They also get imported fine.
...
Additionally, a whole series (or movie in this case) can now be
downloaded manually.
Note: It probably won't start downloading missed releases. Only manually
clicking search for is working ATM.
8 years ago
Leonardo Galli
0b765d10fe
Updated some text to say movies instead of series
8 years ago
Leonardo Galli
20dbdfb344
Added first iteration of adding movies.
...
Currently working:
- Searching for new Movies on IMDb (very hacky)
- Adding movie as a series with one season and episode (very hacky)
- Rarbg.to indexer. (somewhat hacky)
TODO:
- Tweak release specifications so that they do not cause exceptions.
- Add Movie struct so that searching for ones is not so hacky.
- rework movies UI.
8 years ago
Taloth Saldono
9fbe06ad68
New: Added support to override Copy vs Move import logic for DownloadedEpisodesScan API and Manual Import UI.
8 years ago
Mark McDowall
697a62da0a
Fixed typo
8 years ago
Taloth Saldono
36a3e86882
New: Added filter by tag to iCal feed.
...
closes #1430
8 years ago
Taloth Saldono
080e2e9eff
New: Added query parameter to ical feed to list premiers only.
...
fixes #1463
fixes #1442
8 years ago
Taloth Saldono
e3310e590c
Fixed: prevents autofill on new password fields in settings.
8 years ago
Taloth Saldono
7f6101a6bc
Better Captcha message.
9 years ago
Taloth Saldono
73fb216e6f
New: Added CAPTCHA support to Rarbg.
9 years ago
Mark McDowall
1218dd255f
Fixed: Allow series to be added unmonitored through the API
...
Closes #1404
9 years ago
Taloth Saldono
4fc150f77b
Reset srcset on failed load.
9 years ago
Taloth Saldono
f3cbc2bdd2
Fixed: Calendar arrows on Edge browser.
9 years ago
Taloth Saldono
f681d43601
Fixed: XEM series with only alternate season titles.
9 years ago
Mark McDowall
c206b83318
Fixed spelling mistake
9 years ago
Taloth Saldono
2fa0729158
Fixed series filter 'missing' since percentOfEpisodes isn't always set.
9 years ago
aaraujo666
a3ade09964
New: Missing episodes series filter
9 years ago
Taloth Saldono
54c17de849
New: Http/Socks proxy support.
...
fixes #732
9 years ago
Mark McDowall
67ff871cf6
FolderWritableValidator
...
Fixed: Information in UI when attempting to add a root folder that is not writable
Fixes #1280
9 years ago
Lloyd Sparkes
2b11ad4585
Proxy BypassList tests
...
Lightly refactored and updated documentation to make it easier for users
9 years ago
Taloth Saldono
b479064abd
Moved Proxy types around and refactored/renamed a few things.
9 years ago
Lloyd Sparkes
bfe134ee54
Proxy Support for Sonarr #732
...
Switch to use Port #0 which just uses the next free port
Non Functional - Code Cleanup
Tabs -> Spaces,
Opps Deleted too much
Refactoring & Code Cleanup & Move Config to DB
remove unneeded line
Clean Up Spaces
Code Review Points on the UI
FIx extra space
Clean Up unrequired changes
Add a HealthCheck.
Extra Check in ProxyCheck. Correctly deal with Socks Authentication
Remove SubModule
Add in Nuget + Tweak ProxyCheck
Code Review Points
Missed Review Point
Add Subnet Filtering, Add ProxyBypass for local addresses. UI updated for property changes.
Fix typo, and copy&paste error
Tweak URL to hit
9 years ago
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
9 years ago
Benjamin Uzelac
d3b87bc3e8
give legend ul max width of 100%
...
give legend ul max width of 100%
9 years ago
Mark McDowall
554c81f251
Merge pull request #901 from brgaulin/jquery_upgrade
...
Update jQuery to 1.11.3
9 years ago
Mark McDowall
6de3f9dd0b
Merge pull request #942 from uzegonemad/hotfix/calendar-tooltip
...
Fixed: Hidden calendar tooltips
9 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
9 years ago
Benjamin Uzelac
1a74990e9b
alter calendar tooltip container. fixes #857
9 years ago
Benjamin Uzelac
3b9ac8699d
Add wrapping to fix long paths in labels. Fixes #875
9 years ago
Benjamin Uzelac
cd9132520d
fix z-index on scroll to top button
9 years ago
Mark McDowall
b34879b4f6
New: Manual search shows error when download fails
9 years ago
Gaulin, Brendan
fce3f86be7
UI: Update jQuery to 1.11.3
9 years ago
Taloth Saldono
c9a36fe4b2
Fixed sorting on Progress in Queue.
...
Fixes #882
9 years ago
Taloth Saldono
330554edb0
Fixed: External links again open in new windows.
9 years ago
Taloth Saldono
97cdcb8b19
Bind SignalR to root SeriesCollection so typeahead gets the newest data.
9 years ago
Taloth Saldono
84c7f4cd8c
Added support for tvmaze.
9 years ago
Mark McDowall
192d001b61
New: Option to remove illegal characters
...
Closes #809
9 years ago
Mark McDowall
9ffa28f17c
New: Show time instead of date if event occurs/occurred today
...
Closes #808
9 years ago
Mark McDowall
db5494e7ac
Fixed: Tooltips for series and season searches
9 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
9 years ago
kmcc049
07b70f9d3f
Fixed: Consistent display of sizes
...
Closes #709
9 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