Commit Graph

799 Commits

Author SHA1 Message Date
Mark McDowall 56da824e98 AutoComplete and file browser will show files when appropriate
Fixed: File browser for Custom Script shows files
Closes #1084
2016-01-27 19:24:41 -08:00
Mark McDowall 2b72c0e328 Fixed: Manual Import Series selection
Closes #996
2016-01-09 13:16:34 -08:00
Mark McDowall a96718f7b3 Fixed Twitter notifications
New: Twitter notifications now require a Twitter (see settings for details)

Closes #1049
2016-01-06 22:32:12 -08:00
Jake Pusateri c8debbf470 New: Better resolution posters on retina screens. 2015-12-28 11:12:12 -08:00
Taloth Saldono 7a25717da6 Fixed donate button. 2015-12-24 19:51:36 +01:00
Mark McDowall de754169fb Fixed: RSS Sync Interval validation 2015-12-19 18:02:38 -08:00
Mark McDowall 95da301975 A few UI Fixes
Closes #1009
Closes #1010
2015-12-18 23:41:30 -08:00
Mark McDowall 4fa4b3507e Fixed: Force grabbing some delayed releases
Closes #984
2015-12-08 22:50:34 -08:00
Mark McDowall 04da2d845a Merge pull request #941 from uzegonemad/hotfix/calendar-legend-width
Give calendar legend ul max width of 100%. Fixes #922
2015-11-18 22:12:39 -08:00
Benjamin Uzelac d3b87bc3e8 give legend ul max width of 100%
give legend ul max width of 100%
2015-11-18 22:17:05 -06:00
Mark McDowall 554c81f251 Merge pull request #901 from brgaulin/jquery_upgrade
Update jQuery to 1.11.3
2015-11-16 13:44:42 -08:00
Mark McDowall 6de3f9dd0b Merge pull request #942 from uzegonemad/hotfix/calendar-tooltip
Fixed: Hidden calendar tooltips
2015-11-16 13:38:30 -08:00
Mark McDowall e9692d5b9c Merge pull request #940 from uzegonemad/hotfix/fix-long-path-label
Fixed: Add wrapping to fix long paths in labels
2015-11-16 13:37:26 -08:00
Benjamin Uzelac 1a74990e9b alter calendar tooltip container. fixes #857 2015-11-15 20:50:17 -06:00
Benjamin Uzelac 3b9ac8699d Add wrapping to fix long paths in labels. Fixes #875 2015-11-15 18:25:30 -06:00
Benjamin Uzelac cd9132520d fix z-index on scroll to top button 2015-11-05 19:43:53 -06:00
Mark McDowall b34879b4f6 New: Manual search shows error when download fails 2015-11-02 22:46:06 -08:00
Gaulin, Brendan fce3f86be7 UI: Update jQuery to 1.11.3 2015-10-29 08:38:21 -04:00
Taloth Saldono c9a36fe4b2 Fixed sorting on Progress in Queue.
Fixes #882
2015-10-22 23:19:24 +02:00
Taloth Saldono 330554edb0 Fixed: External links again open in new windows. 2015-10-20 20:58:56 +02:00
Taloth Saldono 97cdcb8b19 Bind SignalR to root SeriesCollection so typeahead gets the newest data. 2015-10-13 22:51:02 +02:00
Taloth Saldono 84c7f4cd8c Added support for tvmaze. 2015-10-09 22:36:10 +02:00
Mark McDowall 192d001b61 New: Option to remove illegal characters
Closes #809
2015-10-04 13:13:14 -07:00
Mark McDowall 9ffa28f17c New: Show time instead of date if event occurs/occurred today
Closes #808
2015-10-03 13:27:37 -07:00
Mark McDowall db5494e7ac Fixed: Tooltips for series and season searches 2015-10-02 21:11:32 -07:00
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
2015-09-24 21:53:08 +02:00
kmcc049 07b70f9d3f Fixed: Consistent display of sizes
Closes #709
2015-09-24 06:30:49 +12:00
Mark McDowall e1afd89aae Extremely long titles
Fixed: Extremely long series titles causing display issues on main page

Fixes: #769
2015-09-10 20:08:14 -07:00
Mark McDowall bf10d420ec Show implementationName for metadata
Closes #770
2015-09-01 00:20:17 -07:00
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
2015-08-29 22:45:14 -07:00
Mark McDowall 53985a282d Succeeded instead of completed for testing
Closes #758
2015-08-25 23:34:25 -07:00
Mark McDowall b82e830e86 Cleanup and refactoring of Twitter notifications
Closes #301
New: Twitter Notifications
2015-07-31 22:25:05 -07:00
Gavin Mogan 2fbf7a4114 Inital work on Twitter notifications 2015-07-31 22:25:01 -07:00
Taloth Saldono ecb4835a16 minor pageable code error. 2015-08-01 01:53:37 +02:00
Mark McDowall db879426db Fixed backbone.collectionview shim 2015-07-28 23:25:48 -07:00
Taloth Saldono c274c7d589 Icon now completely hidden if spinner overlay is shown.
Fixed season action margin.
2015-07-28 22:16:22 +02:00
Taloth Saldono 0a12989a70 Actually added deepmodel shim. 2015-07-28 22:06:41 +02:00
Mark McDowall 5b58bd504d Shim for deepmodel 2015-07-27 22:56:44 -07:00
Keivan Beigi f4d9e3495a Added shim for _ 2015-07-27 22:34:55 -07:00
Mark McDowall 3f7ae250c7 AsPageableMixin to make backbone.pageable to stay on same page during fetch
Closes #670
2015-07-27 00:50:20 -07:00
Taloth Saldono 645c9c25d1 Updated spinner visualization. 2015-07-26 22:05:12 +02:00
Taloth Saldono c8b7446f7c Fixed: Readded series monitoring flag to Season Pass view. 2015-07-26 22:05:11 +02:00
Taloth Saldono 293bc55e58 Added link to existing series in add series view. 2015-07-26 22:05:09 +02:00
Taloth Saldono 794a7957ef Show thexem outdated mappings message on the calendar as well. 2015-07-22 19:56:20 +02:00
Taloth Saldono 5c1d683e71 Tooltips are now properly hidden if the element is removed from the dom. 2015-07-22 19:56:19 +02:00
Taloth Saldono 6d046a8df8 Fixed: Extrapolate scene numbering but won't auto import. 2015-07-20 21:05:48 +02:00
Mark McDowall 0f2bba0615 Custom scripts
New: Run custom scripts (Connection)

Closes #439
2015-07-20 10:49:54 -07:00
Mark McDowall 08714f79da Renamed Activity to History in episode details modal
Closes #624
2015-07-17 00:15:49 -07:00
Mark McDowall 6983f36f4d New: Show series ratings on series details
Closes #634
2015-07-16 23:41:51 -07:00
Mark McDowall ea19020015 Fixed: Sorting by timeleft on Activity: Queue 2015-07-16 22:57:10 -07:00
Mark McDowall 889d3d1207 Formatting 2015-07-13 22:31:20 -07:00
Mark McDowall 3c88f6c452 Double clicking test and save won't retrigger button
Fixed: Double clicking test and save
2015-07-13 21:38:05 -07:00
Mark McDowall 61de750e05 Update plex token cache when password is changed
Fixed: New plex.tv password not taking effect immediately
Fixed: Prevent an incorrect plex.tv password from locking out account
2015-07-08 23:40:54 -07:00
Taloth Saldono 5c6ac2ae8b Removed trello from CONTRIBUTING as well. 2015-07-08 23:23:12 +02:00
Taloth Saldono 265821c9de Removed link to trello. 2015-07-08 22:58:19 +02:00
Taloth Saldono dbb3eb0e54 Series is already available in model. 2015-07-07 23:06:00 +02:00
Taloth Saldono 30ab5bc17f New: Added missing absolute episode number warning for anime to calendar view as well.
Fixes #486
2015-07-07 22:51:44 +02:00
Taloth Saldono c5684439f4 Added robots.txt
Fixes #667
2015-07-07 22:13:01 +02:00
Mark McDowall 14b9a031bb Show warning message for rTorrent that it doesn't support torrent removal 2015-06-28 14:06:03 -07:00
Mark McDowall 77e9493ccf Improved PushBullet implementation (v2 API, multiple devices, channels)
New: PushBullet supports multiple devices
New: PushBullet channels

Closes #641
2015-06-28 01:50:19 -07:00
Mark McDowall c9ef0951bc Clear scrollbars on window resize 2015-06-21 23:42:55 -07:00
Mark McDowall 6f8cbc22be Upgrade to Bootstrap 3.3.5 2015-06-21 23:19:24 -07:00
Mark McDowall 2b6bac8104 Remove calendar header padding for scrollbar 2015-06-21 23:08:35 -07:00
Mark McDowall 7d0ba9dd2b Fixed: Series poster controls 2015-06-18 22:52:52 -07:00
Mark McDowall 754237c57b Remove scrollbar from calendar 2015-06-16 23:40:54 -07:00
Mark McDowall 0c56fddecf Upgrade FullCalendar and MomentJS
Close #469
2015-06-16 19:17:46 -07:00
Mark McDowall a7523ed462 Upgraded bootstrap to 3.3.4 2015-06-16 18:25:51 -07:00
Mark McDowall 71f3435026 Fixed: Downloading progress won't cutoff series title prematurely
Closes #620
2015-06-14 21:15:22 -07:00
Mark McDowall c42e322949 seasonNumber not season 2015-06-07 23:45:37 -07:00
Mark McDowall 408ff983cf Use protocol agnostic URLs for images on add series
Closes #583
2015-06-07 21:28:21 -07:00
Mark McDowall 92b87b9d21 Fixed: Improved error messaging for manual import 2015-06-07 14:09:49 -07:00
Mark McDowall c9f1039ab4 Poster x-class 2015-06-07 11:15:54 -07:00
Mark McDowall 3c52a9066c New: Reload fanart and poster on series details after images are downloaded 2015-06-07 09:51:29 -07:00
Taloth Saldono fc572500e4 Improved season pass styling 2015-06-06 23:55:32 -07:00
Mark McDowall 155c82c199 Season pass overhaul
New: Season Pass supports multi-select
New: Improved Season Pass toggling

Closes #396
2015-06-06 23:55:21 -07:00
Taloth Saldono 28e2cf97da Fixed typo in UI. 2015-06-06 16:05:41 +02:00
Mark McDowall acaa07c69d Fixed: Calendar not showing some items on the last day of the week 2015-06-06 00:09:22 -07:00
Mark McDowall de3ba041f2 Fixed: Editing episode file quality 2015-06-02 22:12:41 -07:00
Mark McDowall 5fda64de66 Shift select range on Missing/Cutoff Unmet 2015-05-28 16:46:52 -07:00
Mark McDowall f547cfd0c9 Merge pull request #553 from larsjohnsen/settings-bind-address-fix
Settings: Remove misleading placeholder, fix error-message
2015-05-21 16:47:24 -07:00
Taloth Saldono ab1e82414b Fixed: Unlimited MaxSize and increased granularity.
fixes #337
2015-05-21 20:44:45 +02:00
Lars 00ba19d683 Settings: Remove misleading placeholder, fix error-message 2015-05-21 04:31:01 +02:00
Mark McDowall 475f4244c4 Recent folders for add series now show clickable cursor 2015-05-17 16:10:10 -07:00
Mark McDowall f57dea7f1f New: Store last 5 used folders from manual import 2015-05-17 16:07:27 -07:00
Mark McDowall 366e3ed0be Merge pull request #539 from larsjohnsen/source-case-inconistancies
Compilation: Fix case inconsistencies
2015-05-15 09:10:05 -07:00
Mark McDowall 761a106fa9 Use HTTPS for piwik when loading via HTTPS 2015-05-14 13:24:24 -07:00
Mark McDowall 213f905767 Only make manual import cells clickable when previous steps have been done 2015-05-13 08:45:40 -07:00
Mark McDowall c4e1a732dd Remove Kodi specific settings from PHT Settings 2015-05-13 08:01:39 -07:00
Mark McDowall 149c149094 Select input for select series in manual import 2015-05-12 17:07:56 -07:00
Mark McDowall ee224cb422 Modal Regions inherit from a common base 2015-05-12 16:57:30 -07:00
Mark McDowall 335be1c85d Interval for RSS is minutes 2015-05-12 14:40:52 -07:00
Lars Johnsen a79fc94a54 Compilation: Fix case inconsistencies 2015-05-12 23:17:51 +02:00
Mark McDowall 92a23d0f8b Casing for button text 2015-05-11 10:04:55 -07:00
Thirrian 23c6da4746 Title case for buttons 2015-05-10 11:07:04 +02:00
Mark McDowall 95bd82778f Transform buttons to title case 2015-05-08 07:50:46 -07:00
Mark McDowall b73413f189 Prefix relative dates with "in" where appropriate 2015-05-07 16:39:48 -07:00
Mark McDowall 84128482f4 Its a good idea to remove testing elements before merging 2015-05-05 12:45:35 -07:00
Mark McDowall 6dd22e7dcb New: Manual Import episodes 2015-05-05 08:41:39 -07:00
Mark McDowall bc03ad2a18 Blacklisting torrents and using more info to evaluate matches
New: Blacklisting torrents manually
New: Details on why a release was blacklisted in the UI
New: Blacklist matching take into account indexer, size, date and name
2015-05-05 08:39:41 -07:00
Thirrian f5fde97f68 Move error div inside body tag 2015-05-05 14:13:22 +02:00