1
0
mirror of https://github.com/moparisthebest/SickRage synced 2025-01-06 19:38:01 -05:00

Commit Graph

  • 190ab82482 Fix typo in displayShow.tmpl Introduce in commit 9c635f81ff Alexandre Beloin 2015-02-12 23:42:20 -0500
  • 3917818d6f Fix progress bar vanishing when show table empty. Alexandre Beloin 2015-02-12 22:19:46 -0500
  • 76c8643a6e Added snatched status in backlog overview. Alexandre Beloin 2015-02-12 17:49:14 -0500
  • 4a3007a269 Set Unknown as low quality. Modified reverted commit d280b56e13 Alexandre Beloin 2015-02-12 16:18:18 -0500
  • 7b767c27a9 Revert "Fix low quality snatched episode don't appear at backlog" Alexandre Beloin 2015-02-12 15:46:53 -0500
  • 0f01638887 Revert "Set UNKNOWN quality as Low Quality" Alexandre Beloin 2015-02-12 15:46:27 -0500
  • c371630d8a Fix for issue #425: Replace TVTorrents Provider with Shazbat.tv Simon 2015-02-12 23:46:21 +0800
  • 1babd3ec3b Updated kickasstorrents URL to kickass.to Martin Warnaar 2015-02-12 14:24:15 +0100
  • a5327ffea1 Added new regex 'itunes' Deddiekoel 2015-02-11 12:59:34 +0100
  • fbdd48aed8 Modified touchfile() to detect ENOSYS and EACCES. To better distinguish between file permissions and not implemented. Alexandre Beloin 2015-02-10 22:52:49 -0500
  • 052138a50f Fix incorrect operator in dailysearcher.py Alexandre Beloin 2015-02-10 09:43:17 -0500
  • 02505b4d1e Switch to the kickass.to domain. David 2015-02-10 21:36:19 +1100
  • c0aa41fefa Partial Revert 1253 - Reverts changes made to failedProcessor.py by PR 1253 - Fixes miscelaneous errors on setting a single episode to failed. TagForce 2015-02-10 10:01:53 +0100
  • 6b1a4e204a Change the name from sickrage to sickrage_user Alexandre Beloin 2015-02-09 15:40:50 -0500
  • c5cfede638 Catch exception if unable to cache the response Alexandre Beloin 2015-02-09 14:07:40 -0500
  • d0152e898c Change cookie name to prevent name collision. E.g.: Couchpotato Alexandre Beloin 2015-02-09 12:41:31 -0500
  • 3dc71dcfbc Generate a cookie instead of using an hardcoded one. Alexandre Beloin 2015-02-09 11:22:48 -0500
  • b283015d38 Use errno.ENOSYS instead of 38. Alexandre Beloin 2015-02-08 20:07:52 -0500
  • de6cd8d9f1 Added detection of fs unsupported link creation. Function acquire will run in infinite loop if the fs doesn't support link creation(OSError: (38, 'Function not implemented')) Alexandre Beloin 2015-02-08 20:01:30 -0500
  • b33ebc0ca5 TVDB: Check if show has episodes Alexandre Beloin 2015-02-06 14:29:35 -0500
  • 6b6d270056 Added option to set ShowUpdate time - Changed hardcoded value from 3 to SHOWUPDATE_HOUR - Added field in Config General to set SHOWUPDATE_HOUR - Default value is still 3 (am), added check if value over 23 or under 0 set to 0 (12am). TagForce 2015-02-06 09:38:37 +0100
  • a57d94678d TVRage: Check if show has episodes Check if node episodelist exist in tvrage show. e.g. New show without episodes Alexandre Beloin 2015-02-05 23:02:47 -0500
  • 52e8cb847b Set the default Pushbullet target to all devices Landon Abney 2015-02-05 11:10:47 -0800
  • c8f1eb6250 Disable ssl checking in synology client Alexandre Beloin 2015-02-05 10:24:54 -0500
  • 4151cdf9b5 Changes to fit new site layout SickrageDK 2015-02-05 11:23:39 +0100
  • 21fcea2c31 Temporary fix for Python 2.7.9 for SSL See https://www.python.org/dev/peps/pep-0476/ for more info. Alexandre Beloin 2015-02-04 21:47:57 -0500
  • 1b555c88ad Corrected aspect ratio of Sky Atlantic network logo coolius 2015-02-04 16:53:07 +0000
  • 3509610635 Update kat.py joshjowen 2015-02-04 17:49:39 +1000
  • 2985f61cce Fix Proper instance has no attribute 'size' Alexandre Beloin 2015-02-03 11:30:12 -0500
  • cbae664ed2 Added default host:port for each torrent clients. Alexandre Beloin 2015-02-02 21:27:29 -0500
  • d1e57158d6 changed subcategories order djoole 2015-02-02 23:08:07 +0100
  • 0ae4384f33 Fix for uTorrent 2.2.1 token order. Put the token in first place. See https://github.com/SiCKRAGETV/sickrage-issues/issues/483 for more info. Alexandre Beloin 2015-02-02 16:13:29 -0500
  • 98c479cfb9 Improve code check for list comprehensions Captsha 2015-02-02 22:12:20 +0100
  • b6eb81b9f5 Newznab Categories not beeing saved Benouch 2015-02-02 14:52:59 -0500
  • cfb518ffa6 Merge pull request #2 from dmarcelino/trakt-fixes M. Adam Kendall 2015-02-01 11:36:18 -0500
  • cf6b61e4fe Check for KeyError when looking for pubdate in rssfeed. Alexandre Beloin 2015-02-01 11:29:03 -0500
  • 1391dfad42 Issue SiCKRAGETV/sickrage-issues#301: fix 'first_aired' date processing Dario Marcelino 2015-02-01 16:27:51 +0000
  • f1d46a54ce Modified sanitizeSceneName() for anime exception. In use in nyaatorrents.py: E.g.: Kuroko's Basketball Alexandre Beloin 2015-01-31 22:32:21 -0500
  • 999767b77e Removed print statement Martin Warnaar 2015-01-31 19:49:48 +0100
  • 0d90a821d5 Added separate providers for thepiratebay and oldpiratebay Martin Warnaar 2015-01-31 19:48:20 +0100
  • f239dbe43e Should fix the issues with parsing recommended shows. M. Adam Kendall 2015-01-31 13:38:24 -0500
  • 6b7a96a135 Clean up the trakt config section M. Adam Kendall 2015-01-31 13:34:11 -0500
  • f79951832e Always sort last by asc name. Added sortAppend in the home.tmpl table to always sort by name asc after selecting an other column Alexandre Beloin 2015-01-31 11:45:42 -0500
  • 095272673d Fix IPTorrents url. Alexandre Beloin 2015-01-31 11:20:27 -0500
  • 3bd3a1359a Merge remote-tracking branch 'upstream/develop' into develop elijordan 2015-01-31 16:49:17 +1100
  • 1b3b10903b prevent command injection elijordan 2015-01-31 16:44:42 +1100
  • 7f5d0ff375 Make the timeout configurable M. Adam Kendall 2015-01-30 19:42:12 -0500
  • 03ef426881 Added IntelliJ IDEA specific gitignores MrJohnsson 2015-01-30 18:43:35 +0100
  • 2c293e3617 Improve code check for list comprehensions Fernando 2015-01-30 13:09:45 -0200
  • cb68f649ea Fix case issue for accesstoken Alexandre Beloin 2015-01-30 00:29:45 -0500
  • c62d8f2c79 Merge pull request #1234 from abeloin/patch-ical_auth echel0n 2015-01-29 15:04:10 -0800
  • 888406faaf Merge pull request #1235 from abeloin/patch-tvrage_info_special echel0n 2015-01-29 15:00:34 -0800
  • ad3dd45906 Merge pull request #1238 from fernandog/patch-22 echel0n 2015-01-29 14:58:08 -0800
  • 2c19805bb3 Merge pull request #1240 from Tawmmm/patch-1 echel0n 2015-01-29 14:54:23 -0800
  • c7c6fd42b1 Merge pull request #1241 from LinuxBozo/trakt-api-2 echel0n 2015-01-29 14:52:40 -0800
  • 843f2d8d4b Merge pull request #1242 from abeloin/patch-json echel0n 2015-01-29 14:52:04 -0800
  • 01f5c13335 Merge pull request #1248 from TagForce/Show_Filesize echel0n 2015-01-29 14:49:30 -0800
  • 8432c82544 Merge pull request #1243 from abeloin/patch-rename_across_partition echel0n 2015-01-29 14:46:50 -0800
  • b3fbad33d8 Merge pull request #1245 from flightlevel/patch-1 echel0n 2015-01-29 14:46:18 -0800
  • dc6e6d2fcc Merge pull request #1249 from fernandog/patch-6 echel0n 2015-01-29 14:44:32 -0800
  • 4be1391b1e Merge pull request #1250 from fernandog/patch-11 echel0n 2015-01-29 14:44:26 -0800
  • 6bdffab6e6 Merge pull request #1255 from TagForce/mede8tor_show_meta echel0n 2015-01-29 14:44:19 -0800
  • 1f00a5a295 Merge pull request #1256 from abeloin/patch-transmission_rpc echel0n 2015-01-29 14:44:12 -0800
  • d548cbb7cd Merge pull request #1257 from TagForce/AlreadyPPed echel0n 2015-01-29 14:43:55 -0800
  • c78da90465 Merge pull request #1258 from TagForce/issue499 echel0n 2015-01-29 14:43:41 -0800
  • bc920f80d1 Merge pull request #1208 from coolius/patch-2 echel0n 2015-01-29 14:43:32 -0800
  • 047746c5c9 Merge pull request #1217 from abeloin/patch-sorted_remove_article echel0n 2015-01-29 14:43:07 -0800
  • 6d99b84496 Merge pull request #1220 from abeloin/patch-unrar2 echel0n 2015-01-29 14:42:59 -0800
  • 19717e8e65 Merge pull request #1221 from abeloin/patch-notify_pattern echel0n 2015-01-29 14:42:46 -0800
  • 59915f62ac Merge pull request #1222 from TagForce/SelectAll echel0n 2015-01-29 14:42:37 -0800
  • 3694ff3053 Merge pull request #1213 from fernandog/patch-16 echel0n 2015-01-29 14:42:28 -0800
  • 107a95b6f4 Merge pull request #1214 from abeloin/patch-logo_growl echel0n 2015-01-29 14:42:15 -0800
  • b823ff73ce Merge pull request #1212 from fernandog/patch-13 echel0n 2015-01-29 14:42:05 -0800
  • 7b09339fe7 Merge pull request #1216 from abeloin/patch-kodi_icons echel0n 2015-01-29 14:38:11 -0800
  • 8f2c52e717 Merge pull request #1215 from abeloin/patch-season_jump echel0n 2015-01-29 14:36:57 -0800
  • c6a8bf0244 Merge pull request #1210 from abeloin/patch-country_flags echel0n 2015-01-29 14:36:49 -0800
  • afa1604641 Merge pull request #1209 from abeloin/patch-findpropers echel0n 2015-01-29 14:35:43 -0800
  • e401d76f7d Merge pull request #1206 from fernandog/patch-10 echel0n 2015-01-29 14:35:30 -0800
  • 89fa3e9713 Merge pull request #1203 from fernandog/patch-3 echel0n 2015-01-29 14:35:12 -0800
  • 4c56d97388 Merge pull request #1202 from SickrageDK/develop echel0n 2015-01-29 14:34:58 -0800
  • dc58cfd9aa Merge pull request #1201 from larsjohnsen/massedit-default-episode-status echel0n 2015-01-29 14:34:49 -0800
  • 768311c31e Merge pull request #1200 from abeloin/patch-next_btn_js echel0n 2015-01-29 14:34:39 -0800
  • 9a3fec811f Fix for 'List type has no attribute' on setting failed TagForce 2015-01-29 11:11:34 +0100
  • 3e8346a683 fix oops by not referencing ssl disable property on sickbeard ob M. Adam Kendall 2015-01-28 15:21:14 -0500
  • 7e7cdb846f Use https://kickass.so/ instead of http://kickass.so/ . david 2015-01-29 00:57:28 +1100
  • 961ffe735c Added Episode check to PP history check TagForce 2015-01-28 09:56:36 +0100
  • 94d17c286e Update to provide option to disable SSL certificate verification M. Adam Kendall 2015-01-27 14:26:53 -0500
  • ccf3a03c24 Reverted change torrentday.py, the shouldn't be included Alexandre Beloin 2015-01-27 12:16:14 -0500
  • 246becd9d8 Add plot info to mede8er series.xml TagForce 2015-01-27 16:51:08 +0100
  • 3c9adc4590 Try to catch situation where no response is set on error M. Adam Kendall 2015-01-27 09:41:02 -0500
  • d280b56e13 Set UNKNOWN quality as Low Quality Fernando 2015-01-26 19:55:56 -0200
  • 6b915ebc1c Added simple url check Alexandre Beloin 2015-01-26 15:29:09 -0500
  • b67ef81337 Fixed leading slash. Fix Transmission name not showing in RPC URL text in config. Added option descritption Alexandre Beloin 2015-01-26 14:52:18 -0500
  • cc9b6018e2 Change color of 100% progress bar light theme Fernando 2015-01-26 15:27:48 -0200
  • 37ab43adbc Added ability to modify Transmission's RPC url. Alexandre Beloin 2015-01-26 12:19:16 -0500
  • 9c635f81ff Added option to display file sizes in Show page - Added option checkbox under General -> GUI (display filesizes) - Added filesize column on Show Page to display filesize when episode is Downloaded - Changed style min-width for Episode Name when display_filesize = True to keep episode names from wrapping around earlier on mobile devices. (min-width: 190px) TagForce 2015-01-26 16:13:42 +0100
  • d7a60e2930 FreshonTV now supports HTTPS flightlevel 2015-01-26 20:56:18 +1100
  • a1871e2d43 Format the rating in whole percentage M. Adam Kendall 2015-01-25 22:31:53 -0500
  • 9cfc3e3788 Make sure we're returning the result of the recursive request M. Adam Kendall 2015-01-25 21:33:57 -0500
  • 2ef08d1c25 Use shutil.move instead of os.rename to move file as os.rename doesn't work across partition. Alexandre Beloin 2015-01-25 20:44:58 -0500