Private GIT

Skip to content
Snippets Groups Projects
Commit 33921ecd authored by Alexandre Beloin's avatar Alexandre Beloin
Browse files

Merge branch 'develop'

parents c28ca92c a6445545
Branches
Tags v4.0.14
No related merge requests found
Showing
with 382 additions and 59 deletions
# Set the default behavior, in case people don't have core.autocrlf set.
# Handle line endings automatically for files detected as text
# and leave all files detected as binary untouched.
* text=auto
#
# The above will handle all files NOT found below
#
#
## These files are text and should be normalized (Convert crlf => lf)
#
# git config
.gitattributes text
.gitignore text
# Documentation
*.md text
CHANGES text
# Startup script
init.* text
# Various
*.ini text
*.txt text
*.less text
*.h text
*.in text
# Python Source files
*.pxd text
*.py text
*.py3 text
*.pyw text
*.pyx text
# Cheetah template
*.tmpl text
# Web file
*.htm text
*.html text
*.css text
*.js text
*.xml text
#
## These files are binary and should be left untouched
#
# Python Binary files
*.db binary
*.p binary
*.pkl binary
*.pyc binary
*.pyd binary
*.pyo binary
# These files are binary and should be left untouched
# (binary is a macro for -text -diff)
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.swf binary
*.gz binary
*.zip binary
*.7z binary
*.ttf binary
*.svg binary
*.woff binary
*.eot binary
*.rar binary
*.dll binary
*.lib
# SR User Related # # SR User Related #
###################### ######################
cache/ /cache/
Logs/ /Logs/
restore/ /restore/
backup/ /backup/
cache.db* cache.db*
config.ini* config.ini*
sickbeard.db* sickbeard.db*
failed.db* failed.db*
autoProcessTV/autoProcessTV.cfg /autoProcessTV/autoProcessTV.cfg
server.crt server.crt
server.key server.key
# SR Test Related # # SR Test Related #
###################### ######################
tests/Logs/* /tests/Logs/*
tests/cache/* /tests/cache/*
tests/sickbeard.db* /tests/sickbeard.db*
tests/cache.db* /tests/cache.db*
tests/failed.db /tests/failed.db
# Compiled source # # Compiled source #
###################### ######################
......
### 4.0.14 (2014-03-29)
[full changelog](https://github.com/SiCKRAGETV/SickRage/compare/v4.0.13...v4.0.14)
* Feature: Added Free Space check in PP before deleting files
* Added DEBUG setting to UI
* Added better note to Extra Scripts setting in PP
* Added more network logs
* Added anime regex for 003-004. Show Name - Ep Name.ext
* Added Quality check even if SR itself downloaded the episode
* Added Default Info Language in general settings
* Fixed password encryption when restoring backup to another computer
* Fixed T411 torrent name with special chars
* Fixed PP when higher quality have lower size making SR re-download multiple times
* Fixed Trakt exceptions
* Fixed debug and db events in log when debug log is disabled
* Fixed showupdater when user changed updater hour and thread didn't restart
* Fixed inc_top.tmpl loading unnecessary stuff when not logged
* Fixed gitignore issue with relative folder
* Fixed Add show with improperly decoded utf-8 characters
* Fixed PP episodes with Airdate. Check without season 0 first
* Fixed don't display prev and next airs if date is invalid
* Fixed verify_freespace to check show location and check old file exists
* Fixed tntvillage provider (cosmetic)
* Fixed active status on home accordingly to manage rolling download enable/disable
* Fixed trending blacklist management
* Fixed Hounddawgs (various fixes)
* Fixed Torrent file content is empty on magnet torrent
* Fixed search show name in Home
* Hide Proxy indexers settings when proxy host is empty
* Change removed episodes status from IGNORED to ARCHIVED
### 4.0.13 (2014-03-22)
[full changelog](https://github.com/SiCKRAGETV/SickRage/compare/v4.0.12...v4.0.13)
* Fix HDTorrents proper search
* Fix restart page
* Fix comingEpisodes JS when manual search
* Fix properfinder thread not starting or stopping when status changed.
* Fix webapi errors about sqlite3
* Fix network sorting with small poster, banner in home
* Fix network sorting with comingEpisodes
* Fix default for new special status (default is SKIPPED)
* Fix subliminal not working properly on Windows.
* Fix proper find not working for private trackers
* Fix error in decryption of git passwords (Important: if you encrypted your password before this update then you need to re-enter the git password for it to work again
* Added possibility to blacklist show in trending
* Added scraper for MoreThan.TV.
* Added 'tp' (Beyond TV) to mediaExtensions
* Added AnimeNZB provider
* Added message about TVRAGE don't support banner/posters
* Added Log directory to config page (useful when use don't know the location of log files)
* Added shutdown option instead of restart after update (Added Checkbox in Config - General - Advanced "Restart Only") - usefull for NAS
* Added setting "Coming Episodes Missed Range" to UI (default is 7) If you have a missed episode older than 7 days, I won't show in coming episodes
* Added subtitle status to mass edit page (show if subtitle is enable/disable for that show)
* Added Percent to Footer and Link to Snatched
* Added T411 Provider subcategory 639 (tv-show not tv-series)
* Added a check for the ssl warning for providers proxies
* Hide bad shows (title is null) from Trakt Recommendations
* Hide subtitle setting if subtitle feature not enabled
* Hide webroot in /config if is not enabled
* Hide "Find Propers Search" if its disable
* Use SickRage date preset config to show trakt first aired in recommendations
* Updated mass edit text "Subtitle" to "Search Subtitle" - the action is force search subtitles
* Update Wombles for tv-x264 and tv-dvd
* Minor adjustments in editshow page
* Re-arrange items so proper settings be in sequence in search settings
* Removed hardlink and symlink from actions if Win32
* Removed Fanzub (shutdown)
* PP: Add option to delete files/folders when using manual Post Processing
* Adds a checkbox to delete files/folders just like auto Processing does
* Defaults to off
* PP Changed failure handling:
* Will now continue if an error is encountered with a single file
* Will skip only the current folder when syncfiles are encountered
* Will show a summary at the end of Post Processing listing all failed items (files and folders) with the reason for failing.
* PP: Option to not delete empty folders during Post Processing
* Adds option to not delete empty folders to Post Processing Config.
* Only valid when Auto Post Processing, manual overrides the setting.
* New Feature: DisplayShow: Manual Search ask 2 questions (please give us feedback!):
* If failed enable, ask to mark release failed Yes/No.
* If to download: include current quality in new search or search only for higher quality
* New Feature: Added option to use forced priority in SAB (starts download even then SAB is paused)
* New Feature: Added the ability to choose displaying columns in home page
### 4.0.12 (2014-03-15)
[full changelog](https://github.com/SiCKRAGETV/SickRage/compare/v4.0.11...v4.0.12)
* Auto update or manual updated will be aborted: remote DB has new DB version or Post-Processor or ShowUpdater are running
* RSS feeds now can use global proxy (if enabled)
* Show invalid date in UI when indexer has invalidar data
* Don't add episode to backlog paused shows when setting status to Wanted
* Post-Processor: ignores hidden folders inside folders
* Post-Processor: ignore folders that are not empty
* Show message instead of error when trying to update a show that is already being update
* Added Kaerizaki-Fansub regex
* Fixed log rotation in windows ("cannot access the file because it is being used by another process")
* New TorrentDay URL
* Added WebSafe filter to log viewer.
* Show the name of Syncfiles in log when Postpone PP halts because of them
* Better unrar message error
* Fix submit issue not reading all log files
* Disable daemon mode in MAC/OSX
* Fix ASCII decode errors when downloading subtitles
* Change tvrage error to warning
* IPT: forcing search in eponly mode (sponly not available)
* TorrentDay: Improved logging
* Improved Deluged
* PP: fix already processed episodes when downloading the same release.
* Fix various providers issue in webui
* Subliminal: reverted commit for path in unicode
* Fix mede8er xml declarations
* Show "No update need" notification even if auto_update is True
* Added WebSafe filter to log viewer.
* Added limit title length when Submitting log
* Send LOCALE when submitting issue
### 4.0.11 (2014-03-08)
[full changelog](https://github.com/SiCKRAGETV/SickRage/compare/v4.0.10...v4.0.11)
* Use Scene Exceptions in Post Processing
* Fix some PP issues related to message "Problem(s) during Processing"
* Fix github issue when didn't return list of branches
* Manage backlog now only show WANTED. Don't show snatched anymore
* Fix error while showing invalid dates from indexer
* Fix unable to add torrent rss when nzb search is disable
* Fix metadata errors when info is missing from indexer
* Fix git password not encrypted
* Fix for Pushbullet update notification
* Fix to delete ALL associated files while replacing old episodes (PP)
* Faster PP copy method
* Added field for custom title tag in torrent rss provider
* New TRAKT features and fixes
* Viewlog page can read the logs from all the logfiles (you can search in all your log files using UI)
* If you missed this feature: you can change the number of logs in settings and size per file)
* WARNING: Windows users: please set number of logs to 0 (zero) to avoid errors. Known issue.
### 4.0.10 (2014-03-03)
[full changelog](https://github.com/SiCKRAGETV/SickRage/compare/v4.0.9...v4.0.10)
* Add "Use failed downloads" to search settings
* Add a missing urllib3.disbale_warning()
* Add a warning when gh object is set to None
* Add normalized locale code.
* Add option to delete RAR contents when Process_method != Move
* Add Provider AR
* Add RARBG provider
* Add SD search to RARBG provider
* Added a specific regex for horriblesubs
* Added apikey to censoredformatter log
* Added auto backup when updating
* Added Date field in email body
* Added failed.db and cache.db to backup
* Added missing network logos
* Added several network logos
* Added sponly to season pack search
* Added support for Plex Media Center updates with Auth Token
* Added sync file extensions to Post Processing Config page
* AniDB: Catch exception when generating white and blacklist
* AniDB: Fix generating exception on timeout in auth
* AniDB: Fix generating exception on timeout in PP
* AniDB: Show error in ui when unable to retreive Fansub Groups when
* BTN: Fix searching in season mode for episode
* Change the language dropdown in editShow.tmpl
* Check actual branch before switch
* Check for UnicodeDecodeError in Cheetah's Filter
* Check if we are on windows before query Windows version.
* Disable urllib3 InsecureRequestWarning
* Don't remove logs folder when git reset is enabled in UI
* Don't use system.encoding for Cheetah's Filter
* Fix .gitignore
* Fix add newznab provider
* Fix backup issue with invalid restore folder
* Fix changing episode scene number not updating the show's episode cache.
* Fix color in displayShow when manually searching
* Fix compiling error
* Fix downconverting path from unicode to str
* Fix list_associated_files and DeleteRAR contents
* Fix low quality snatch not showing in backlog overview
* Fix missing en_US alias in certain system.
* Fix msg created witout MIMEext
* Fix pyUnrar2 on bad archive
* Fix rarbg provider searchstring encoding
* Fix restart timeout
* Fix set date/time to local tz when local is choosen
* Fix Show Lookups on Indexer
* Fix time display for fuzzy dates with trim zero and 24 hour time style
* Fix typo in emailnotify.py
* Fix viewlog.tmpl
* Fixes shows with double quotes
* Handles multi-page results and improved login for Freshon
* HBO and Starz logos where a little stretched. Replaced them.
* Hide submit errors button if no git user/pass and auto submit
* Improved logging to detect CloudFlare blocking
* Improved rTorrent support
* IPT: force eponly search since as it isn't supported by the provider.
* Kodi fix
* Limit number of pages for RSS search
* New Feature - Log search and log filter by SR thread
* OldPirateBay Replaced url tv/latest
* Opensubtitle - show only error not traceback
* Prettier file sizes in DisplayShow
* Provider SCC: Catch exception on getURL
* Redone restart.js
* Remove blue color from progress bar
* Remove part of the condition to enable utf8 on Windows
* Remove traceback from generic.py
* Remove trademark from filename
* Removed old TMF network logo. (channel stopped 2011)
* Removed 'page' parameter
* Removed some comment
* Renamed network logo of se´ries+ to series+
* Replace os.rmdir to shutil.rmtree
* Replace the language selection in add show
* Replaced adult swim network logo with colored version.
* Replaced white network logos with colored versions.
* Restored back previous Comedy Central logos.
* Reworked the backup/restore to properly handle the cache directory
* SCC: Fix season search only in sponly
* Set condition for tntvillage parameters
* Skip anidb query if previously failed
* Subliminal: Fix ogg subtitles track with und language
* Subtitles: Path is always unicode
* Suppressed torrent list not found error msg
* Suppressing subliminal logs on windows
* T411: Change addresse from t411.me to t411.io
* Trakt: Catch error when trying to delete library.
* Update config.js to compareDB on update
* Update default trakt timeout
* Update T411 to its new domain name
* Update traktchecker - remove traceback
* Update traktchecker - remove traceback
* Update webserve.py to add delete_failed
* Update webserve.py to compareDB on checkout
* Updated OldPirateBay file list parsing
* Updated Requests to 2.5.1
* Use hostname rather than IP
* Use sbdatetime instead of self
* UTF-8 encode url that is used in urllib.quote_plus(url)
* Windows UTF-8 console via cp65001
### 0.x.x (2014-11-11 xx:xx:xx UTC) ### 0.x.x (2014-11-11 xx:xx:xx UTC)
* Add Bootstrap for UI features * Add Bootstrap for UI features
......
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment