Commit Graph

710 Commits

Author SHA1 Message Date
Louis Vézina 9005077793 Some optimization to analytics. 2019-11-28 23:08:12 -05:00
Louis Vézina 304a5ff1b8 Fix for subtitles file without a language code that aren't text based. 2019-11-27 21:48:39 -05:00
Halali 4aa8d63e5f add UTF-8 encoding for log file 2019-11-27 22:05:09 +01:00
Louis Vézina 5007d983e3 Removing ConfigParser2 as we don't use it anymore. 2019-11-27 14:58:43 -05:00
Louis Vézina 990d7e812c Added API Key to secure future API endpoint. 2019-11-26 22:12:16 -05:00
Louis Vézina 3cdff1dd9f Fix for throttling exception without message. 2019-11-26 17:03:58 -05:00
Louis Vézina 0d87924bc0 Fixed authentication and logout. 2019-11-25 23:18:40 -05:00
Louis Vézina 4016ed1d74 Merge branch 'development' into python3 2019-11-22 06:29:43 -05:00
Louis Vézina 1967582020 Fix for environment variable containing unicode string. 2019-11-21 23:33:07 -05:00
Louis Vézina a3484d2c16 Fix for restart after update from source on github. 2019-11-21 23:23:02 -05:00
Louis Vézina 626f5ea414 Revert "Fix for restart after update from source on github."
This reverts commit 03e98fdb
2019-11-21 22:23:20 -05:00
Louis Vézina 03e98fdb95 Fix for restart after update from source on github. 2019-11-21 21:30:06 -05:00
Louis Vézina 985219f9af Merge branch 'development' into python3
# Conflicts:
#	bazarr/main.py
#	views/movie.tpl
2019-11-19 22:04:54 -05:00
Louis Vézina a9bf2ee8e4 Added history modal for episode and tab for movie. 2019-11-19 22:02:59 -05:00
Louis Vézina 2d5eb867d9 Version bump. 2019-11-19 22:02:08 -05:00
Louis Vézina d32b65e1e0 Fix to reduce analytics hits. 2019-11-19 22:01:34 -05:00
Louis Vézina fa7b9d74a8 Fix for subtitles with no language code. 2019-11-18 06:48:09 -05:00
Louis Vézina af7ea850ab Merge branch 'development' into python3
# Conflicts:
#	bazarr/analytics.py
#	bazarr/list_subtitles.py
2019-11-18 06:38:45 -05:00
Louis Vézina cf36e8f3b6 Fix for GA unique_id being regenerated each time. 2019-11-17 20:49:43 -05:00
Louis Vézina 8008c5f019 Read the whole text file when guessing the actual language of an external subtitles with a filename that doesn't include language code. 2019-11-17 19:32:41 -05:00
Louis Vézina 96aa045699 Fix for providers throttling in Python 3. 2019-11-16 09:17:31 -05:00
Louis Vézina 47f7944d64 Merge branch 'development' into python3
# Conflicts:
#	views/movie.tpl
2019-11-15 06:53:49 -05:00
Louis Vézina 8ad2e46dd3 Fix for #671. 2019-11-14 19:47:13 -05:00
Louis Vézina a36e010d76 WIP executemany 2019-11-12 20:40:16 -05:00
Louis Vézina 61ab911747 Merge branch 'development' into python3
# Conflicts:
#	bazarr/main.py
2019-11-12 08:18:43 -05:00
Louis Vézina 2602a0550d Fix for #670. 2019-11-11 20:53:46 -05:00
Louis Vézina 833fc80e28 Removing GA tracking of search as we are exceeding monthly limit. 2019-11-11 20:52:40 -05:00
Louis Vézina f5e6408195 WIP executemany 2019-11-11 19:09:40 -05:00
Louis Vézina 213163fe3e WIP 2019-11-08 14:30:58 -05:00
Louis Vézina 1b1fef6f62 WIP 2019-11-07 23:43:37 -05:00
Louis Vézina 6a2e2e0f5a Empty cache when ValueError is raised with 'unsupported pickle protocol: 3'. This happen when cache have been pickled with Python3 but is read by Python2. 2019-11-07 23:11:41 -05:00
Louis Vézina 44ed1ba4fc Version Bump. 2019-11-07 05:45:59 -05:00
Louis Vézina 4638b1de81 WIP 2019-11-06 19:46:38 -05:00
Louis Vézina d4f67b62fc WIP 2019-11-06 19:35:30 -05:00
Louis Vézina d31299870d Merge branch 'development' into python3
# Conflicts:
#	bazarr/list_subtitles.py
#	bazarr/main.py
2019-11-06 16:45:51 -05:00
Louis Vézina 03d1cfa490 Fix for restart after update failing and causing UI to become unresponsive. 2019-11-06 06:50:35 -05:00
Louis Vézina c81da4aa7e Fix for logging before creating log directory on new install. 2019-11-06 00:08:17 -05:00
Louis Vézina 4504c025af Fix for configured() not working as expected. 2019-11-05 22:35:27 -05:00
Louis Vézina 184b4504d7 Fix for CORS. 2019-11-05 22:16:58 -05:00
Louis Vézina 6cf1bd5b9d Fix for #658. 2019-11-05 20:49:08 -05:00
Louis Vézina 6614b136ab Fix for Enzyme mkv object used before assignment. 2019-11-04 06:34:33 -05:00
Louis Vézina 8b3821b43b Fix for #655. 2019-11-03 21:48:21 -05:00
Louis Vézina 808f87ca9c Fix for added episodes and movies not being analyzed for existing subtitles or searched for missing. 2019-11-03 08:36:10 -05:00
Louis Vézina d3cc56dd95 Fix search languages for analytics. 2019-11-01 10:07:21 -04:00
Louis Vézina c4ca5ab533 Fix search languages for analytics. 2019-10-31 19:38:14 -04:00
Louis Vézina ba51b5bc59 WIP 2019-10-31 13:56:25 -04:00
Louis Vézina 37a23202d7 Merge branch 'development' into python3 2019-10-31 13:55:50 -04:00
Louis Vézina f825917c9d Added failed tasks status management. 2019-10-31 13:46:05 -04:00
Louis Vézina 7f80b1de83 Merge branch 'development' into python3
# Conflicts:
#	bazarr/get_series.py
#	bazarr/list_subtitles.py
2019-10-31 13:21:49 -04:00
Louis Vézina 95c3bcac7d Small fix to episodes to upgrade list SQL query. 2019-10-31 12:56:12 -04:00