kayone
a0b0f586c8
New: Log database is compressed when logs are trimmed/purged
11 years ago
kayone
9370de0cc0
New: Main DB is compressed on app start
11 years ago
kayone
ca22ee3af3
Updated sqlite binaries to 3.8.1
11 years ago
kayone
e1376397a7
cleaned up Datastore folder
11 years ago
Mark McDowall
79767aa7bf
Redirect /api/missing to new endpoint
11 years ago
Taloth Saldono
45f748cf03
Added tests to verify Marr.data changes. Fixed nested LazyLoading.
11 years ago
Taloth Saldono
8f87f06ac6
Processed PR Comments.
...
Added tests for EpisodesWithCutoffUnmet.
11 years ago
Taloth Saldono
d416dd4177
Repurposed the Missing page to include filter options and display episodes that haven't reached cutoff.
...
--HG--
rename : src/NzbDrone.Api/Missing/MissingModule.cs => src/NzbDrone.Api/Wanted/MissingModule.cs
rename : src/UI/Missing/ControlsColumnTemplate.html => src/UI/Wanted/ControlsColumnTemplate.html
rename : src/UI/Missing/MissingCollection.js => src/UI/Wanted/Missing/MissingCollection.js
rename : src/UI/Missing/MissingLayout.js => src/UI/Wanted/WantedLayout.js
rename : src/UI/Missing/MissingLayoutTemplate.html => src/UI/Wanted/WantedLayoutTemplate.html
extra : source : 2c76f3e423d39446f3bd7799b7344d7be63c70f5
11 years ago
Taloth Saldono
935c26d03e
Support for loading of LazyLoaded properties via explicit join.
...
--HG--
extra : source : 1b7c96cb2a644ae17603c9d72ec09d94bc877bf1
11 years ago
Mark McDowall
4515c1d155
Blacklist cleanup
...
Fixed: Cleanup blacklist when series is deleted
Fixed: Cleanup blacklist on startup
11 years ago
Mark McDowall
6d1cb90723
Possible special is less aggressive, with tests
11 years ago
Mark McDowall
7279b58a58
Metadata cleanup and fixes
...
Fixed: Episode metadata will be renamed to match episode file names on refresh
Fixed: Episode metadata is renamed when episode file is renamed
11 years ago
Mark McDowall
e6e2f85d71
Reverted some special characters
11 years ago
Mark McDowall
aed76afa52
Changed some special characters to more sane values in file names
11 years ago
Mark McDowall
259c408b67
Added size information when Size spec rejects import
11 years ago
Mark McDowall
acee943d47
strip some additional special characters when searching trakt
11 years ago
Mark McDowall
0d14a2df9e
Changed trakt test to use Castle instead of Dexter
11 years ago
Mark McDowall
515901d1be
Fixed broken decision engine tests
11 years ago
Mark McDowall
78dacf6850
Fixed: Performance issues when processing results from indexers (RSS/Search)
11 years ago
Mark McDowall
0a837be9ff
Many (update/insert/delete) DB operations now use transactions
...
Fixed: Improved series/episode info refresh speed
11 years ago
Mark McDowall
36387dd13f
Fixed: Prevent queue errors from filling up UI with errors
11 years ago
Mark McDowall
6525fe9a67
Fixed: Better support for adding series that contain special characters
11 years ago
Mark McDowall
0b2b8e9bbe
Cleaned up parser tests, 1103/1113 parsing is less greedy
...
Fixed: Importing of hashed releases
11 years ago
Mark McDowall
faa24c5bb6
Merge branch 'special-episode-search' of https://github.com/iaddis/NzbDrone into special-episode-search
...
Conflicts:
src/NzbDrone.Core/Indexers/Omgwtfnzbs/Omgwtfnzbs.cs
11 years ago
Mark McDowall
668c667917
Fixed: command+T will not target search box in UI
11 years ago
Mark McDowall
21afdf80a2
Fixed: series/episode rating is 0-10
11 years ago
Mark McDowall
b05d2c17e5
Labels for add series options
11 years ago
Mark McDowall
d51517d60c
Add existing series shows a loading message
...
Fixed: Message to tell users series are being loaded from trakt
11 years ago
Mark McDowall
d703bc8dc5
Fixed: SABnzbd test with fail if the API Key is wrong
11 years ago
Mark McDowall
46f904d165
Refactored retention spec
11 years ago
Mark McDowall
811122f879
Fixed: Multi episode naming example
11 years ago
Mark McDowall
d86a54d208
Failed download handling won't error when download client hasn't been configured
11 years ago
Mark McDowall
7d4a514a68
Changed how running a process and waiting for exit is handled
11 years ago
Mark McDowall
c5a3b714e6
Fixed XBMC notification logo
11 years ago
Mark McDowall
cbd8e98677
More xbmc metadata improvements
...
New: Create/update episode metadata when series is refreshed
Fixed: Episode Metadata when screenshot is not available
Fixed: Episode metadata being stored in database incorrectly
Fixed: Do not create metadata when series folder does not exist
11 years ago
Mark McDowall
1dec725941
Fixed: Getting root folders with invalid paths
11 years ago
Mark McDowall
55383502ca
Fixed: Do not set display season/episode for XBMC metadata
11 years ago
Mark McDowall
f9312eb3e5
Fixed a copy pasta error for SAB history
11 years ago
Mark McDowall
6b389d2643
Reordered migrations after rebase
11 years ago
Mark McDowall
207ffd1e5a
Fixed root folder integration test
11 years ago
Mark McDowall
77b83b521e
Validation, settings UI cleanup and different settings models, oh my
...
New: Download client UI matches other settings
Fixed: Prevent drone factory folder from being set to invalid paths/root path for series
Fixed: Switching pages in settings will not hide changes
Fixed: Test download clients
Fixed: Settings are validated before saving
11 years ago
Mark McDowall
606d78f5e1
Download clients now use thingy provider
11 years ago
Mark McDowall
ba22600412
Couple XBMC Metadata fixes
...
Fixed: Actor URL for XBMC Metadata
Fixed: Incorrectly storing season images for XBMC metadata
(cherry picked from commit 5b2c3b88c0fdf002bb46a45e85c2f5066cc84877)
11 years ago
Mark McDowall
defa54f15c
cleaned up tests and names
11 years ago
Taloth Saldono
ff9887deaa
Added MinSize check and revised tests.
11 years ago
Mark McDowall
ea6e858dbf
Fixed migration filenames, check if process has exited before waiting for exit
11 years ago
Mark McDowall
c0fb53c7f6
Changed args to find process information by id
11 years ago
Mark McDowall
a13d187473
Cache break old logo
11 years ago
Mark McDowall
b339f8daf6
Metadata settings added to UI
11 years ago
Mark McDowall
c0ae876385
Fixed Indexer delete view
11 years ago
Mark McDowall
66504febe0
Fixed migrations after rebase
11 years ago
Mark McDowall
cc4f2f3a69
Re numbered metadata migrations
11 years ago
Mark McDowall
e9db0fc14a
Fixes after rebase
11 years ago
Mark McDowall
409e1cca94
No more dupes and house cleaner added
11 years ago
Mark McDowall
3ca5e478ff
Almost everything working except importing episode thumbs
11 years ago
Mark McDowall
a6361d0bbd
New: XBMC Metadata (Frodo+)
11 years ago
Mark McDowall
6493622ebc
Also trim question marks
11 years ago
Mark McDowall
1b21f4a2d7
Fixed: Double periods before extensions when episode title ends in a period
11 years ago
Mark McDowall
1cc4c11a7e
New logo
11 years ago
Mark McDowall
54f01ce41d
Fixed: Detection of russian releases using 'rus' in the title
11 years ago
Mark McDowall
a6c653651f
Fixed: Changing quality of episode file
11 years ago
Mark McDowall
4e5588f5dd
renamed /api/qualityprofiles to /api/qualityprofile
11 years ago
Mark McDowall
3d3390187e
New: Optionally disable notifications for upgraded episode files
11 years ago
Mark McDowall
bc908e0440
Binding signalr to cloned series collection
11 years ago
Mark McDowall
f5d85b8f57
Mono NzbDrone processes are more restricted
11 years ago
Mark McDowall
4d3217432c
Fixed some unit tests
11 years ago
Mark McDowall
d0a6daeb26
Restart on linux/os x working
...
Removed client messages for shutdown/restart since they were getting stuck
11 years ago
Mark McDowall
2d50957baa
Fixed: Fatal error will not be logged when browser is closed (linux/osx)
11 years ago
Mark McDowall
267c97052e
Close both toolbars
11 years ago
Mark McDowall
bcc854b78c
Removed extraneous filtering code from series index
11 years ago
Mark McDowall
dff6726114
Enter on add root folder will add folder
...
Renamed Root Folder js files
11 years ago
Mark McDowall
0247aebb25
Fixed: Adding an invalid root folder will show a usable error message
11 years ago
Mark McDowall
e47b4c7686
New: Series lists will auto update when files are imported/deleted
11 years ago
Mark McDowall
7261a4bd71
Merge branch 'backup-on-update' into develop
11 years ago
Mark McDowall
469d802b7b
Shutdown and restart are buttons now
11 years ago
Mark McDowall
fcd05cda60
Fixed: Show title on posters view when poster is unavailable
11 years ago
Mark McDowall
c3eb9a7a8c
Renamed some series index views
11 years ago
Mark McDowall
e131817022
Disable nancyfx diagnostics unless in debug
11 years ago
Mark McDowall
e16a6f2b9c
Only backup database and config file before update
11 years ago
Mark McDowall
85b211738b
New: Backup database before updating
11 years ago
Mark McDowall
be9b7284b5
Added shutdown and restart buttons to system UI
...
New: Shutdown and restart from UI
Fixed: ctrl+c will shutdown app on mono
11 years ago
markus101
6ff9c9f61e
Shutdown working on mono
11 years ago
Mark McDowall
aa1a76fe72
Restart for Windows
11 years ago
Mark McDowall
f69bb79077
Shutdown! Restart working for services
11 years ago
Mark McDowall
119a4ff39c
Proper wiki link for add series
11 years ago
Mark McDowall
4d40ce88c2
Return false for size when quality is unknown
11 years ago
Mark McDowall
823ace02a6
Fixed not in queue spec
11 years ago
Mark McDowall
235bbc2d91
Single quotes around index column name won't die
11 years ago
Mark McDowall
d648056bc4
Better trace messaging for Download Decision specs
...
Fixed: Trace logs will contain more details when a release is rejected
11 years ago
markus101
2b5c512d64
Get series from DB before publishing add series, so we can use LazyLoaded values
11 years ago
markus101
16dd5b621e
ScheduledTasks won't run immediately after first start
11 years ago
markus101
f9b0b2206c
Added RescanSeries command
11 years ago
markus101
cdbd7273b7
Fixed broken episode integration tests
11 years ago
markus101
5a673a33ab
Moved /api/episodes to /api/episode to align with other endpoints
11 years ago
markus101
9ee535328f
Fixed: Order Upcoming by date and time
11 years ago
markus101
3d423f57f8
Fixed: Use friendly name instead of "Newznab" when fetching feeds
11 years ago
markus101
03ba8d071e
Migration to new quality takes seconds not minutes now
11 years ago
Mark McDowall
c9a77e99a0
Error handling in migration to new quality
11 years ago
Mark McDowall
fe4f3d5d1e
Fixed namespace
11 years ago
Mark McDowall
1eae184b43
Fixed up form-info icons after merge
11 years ago
Mark McDowall
958c2f1fe1
Merge branch 'quality-definitions' into develop
...
Conflicts:
src/UI/Settings/Quality/Profile/EditQualityProfileTemplate.html
src/UI/app.js
11 years ago
Mark McDowall
9a43ab9b94
Re-organized buttons on series index
11 years ago
markus101
9da0263eb5
Added warning to permissions
...
fixed icon name for form-info
11 years ago
markus101
ee7cb2b80f
Hide both series toolbars when there are no series
...
New: Filter series view
New Filter logs table
11 years ago
markus101
298837f96a
Changed buttons on series/logs views to look less cramped
11 years ago
markus101
9515c28729
Merge branch 'view-filtering' of https://github.com/Taloth/NzbDrone into view-filtering
11 years ago
Taloth Saldono
45304b1bbc
Solved error in quality comparison for HistoryService
11 years ago
markus101
01bdec965b
Add absolute episode numbers to episodes during refresh
11 years ago
Taloth Saldono
98903869c3
Quick patch to solve Model.url issue. Should update to backbone 1.1.0 instead.
11 years ago
Taloth Saldono
7a4e05f04a
Workaround to ensure the view uses a unique cloned collection for filtering instead of affecting the generic SeriesCollection.
11 years ago
Taloth Saldono
9df0ad0bf7
System.Logs view can now be filtered by severity.
11 years ago
Taloth Saldono
af4c351428
Series Index can now be filtered and no longer fetches twice when starting.
11 years ago
markus101
2cd347b829
New: Blacklist added to UI (under history)
11 years ago
markus101
953e59d7e3
New: Progress bar on series details/calendar when episode is downloading
11 years ago
Mark McDowall
d80d89e687
Calendar and series details show download progress
11 years ago
Mark McDowall
c84bd6f21f
Fixed chown config keys
11 years ago
Mark McDowall
caf6f86573
Do not try to chown when user or group is blank
11 years ago
Mark McDowall
cf57188741
Added sourceTitle to failed downloads
11 years ago
Mark McDowall
7218772b32
Support for setting uid/gid on *nix systems
11 years ago
Mark McDowall
3ed37997c5
Fixed: favicon for reverse proxy support
11 years ago
Mark McDowall
22cd3695ae
Fixed: Calendar will show downloaded/downloading if applicable when the show is on air
11 years ago
Mark McDowall
0ab7d035e1
Validate series is the one searched for
11 years ago
Mark McDowall
fbf242d3d5
Fixed cleaning titles that use underscores instead of spaces
11 years ago
Taloth Saldono
31e0524389
Disable background click to prevent deselection of all items.
11 years ago
Mark McDowall
4fc25b010c
Fixed: Sequential series have proper clean titles
11 years ago
Mark McDowall
47f12b429e
return promise for EpisodeModel syncing
11 years ago
Mark McDowall
28aee91d3f
Fixed: Set episode's monitored status from missing and calendar
11 years ago
Mark McDowall
cc66077943
Cancelling adding an indexer will stop listening to save event
...
Fixed: Cancelling adding indexer will not break saving
11 years ago
Mark McDowall
c4fc3e77b3
Cancelling quality profile editing will refetch it from the server
11 years ago
Mark McDowall
191db1c541
Moved to regions for quality profile editor
11 years ago
Mark McDowall
75decad601
UI looking better for quality profile editing
11 years ago
Taloth Saldono
3e97106aa7
Updated QualityProfile to contain a list of Items each with a 'Allowed' bool.
11 years ago
Mark McDowall
6ead44ca1b
Added a tooltip to allowed
11 years ago
Mark McDowall
3bfdd1d9eb
Fixed sorting of cutoff when allowed list changes
11 years ago
Mark McDowall
37ff745521
Renamed view template
11 years ago
Mark McDowall
8e59843d35
Fixed styles for quality profile editor, click chevron to move
...
New: Quality in Profile can now be re-ordered (advanced setting)
11 years ago
Taloth Saldono
c90791b266
Quality Order can now be change on per Quality Profile. Quality Title used in Renaming can now be changed by the user. Both options require Advanced Settings to be enabled.
11 years ago
Mark McDowall
47a8d93c18
Added .ogv as a file extension
11 years ago
Mark McDowall
34a08f8abb
Merge pull request #50 from iaddis/nlog-debugger-output
...
Nlog debugger output
11 years ago
Mark McDowall
24430aef07
Use proper path for episode file moving
11 years ago
Mark McDowall
543cc4e6c1
If folder does not exist...
11 years ago
Mark McDowall
25ae19bf80
Hiding permissions when OS is windows
11 years ago
Mark McDowall
49168cad25
UI and opt-in for setting permissions
11 years ago
Mark McDowall
5459b5fed4
New: Setting file permissions on import (Linux)
11 years ago
Mark McDowall
37231d1ef0
DiskProvider split to Windows and Mono projects
11 years ago
Mark McDowall
a228bd8f1c
Added test for series folder name
11 years ago
Mark McDowall
8292d4d267
Fixed: API Authentication issues with Apache Basic Auth
11 years ago
Mark McDowall
6b90a3a1eb
Fixed: Clean series title in season folder of reserved characters
11 years ago
Mark McDowall
7d46f4d64d
Logging destination filename when importing/renaming files.
11 years ago
Mark McDowall
7bb8a9db5f
Validation and integration test for SeriesFolderFormat
11 years ago
Mark McDowall
43a2f39106
Added help text to Series Folder Format.
...
Fixed styling of format helper buttons
11 years ago
Mark McDowall
0b2865a97c
Fixed broken add series test
11 years ago
Mark McDowall
b5b9fababb
New: Series Folder format now configurable (used when adding series only)
11 years ago
Mark McDowall
7c6605c02b
New: Original Title can be used in file names
11 years ago
Mark McDowall
1e878a88fd
ImdbId and Title Slug are now nullable
11 years ago
Mark McDowall
d89d9e67c2
NextAiring sorting is not as drunk anymore
11 years ago
Mark McDowall
642f56c221
Fixed: Womble's URL
11 years ago
Mark McDowall
4962db3b6a
Fixed: Initial sorting for Next Airing
11 years ago
Mark McDowall
442ab2b7c4
Get 1000 releases from indexers
11 years ago
Mark McDowall
6cbc8687de
Better way to fix empty string split results
11 years ago
Mark McDowall
885872ff3a
Fixed: Extra new line in release restrictions causing all releases to be rejected
11 years ago
Mark McDowall
2dd7fb9fdf
Fixed: Search being triggered from Release Restrictions when pressing 't'
11 years ago
Mark McDowall
c50fb84216
Some test cleanup for season search
11 years ago
Icer Addis
502ddceea2
Replaced + with space in special episode query string builder
11 years ago
Icer Addis
11aa82832f
Added using statement
11 years ago
Icer Addis
2dbf0ecc82
Fixes for code review
11 years ago
Mark McDowall
3ccdbca712
Install updates will send info to UI
11 years ago
Mark McDowall
2dccc0567e
Fixed broken integration tests
11 years ago
Mark McDowall
5ac55b0421
Fixed: omgwtfnzbs season/series searches stuck in a loop
...
Fixed: MegaSearch season/series searches stuck in a loop
11 years ago
Mark McDowall
3eeee7335e
Fixed: Exit from tray icon
11 years ago
Mark McDowall
401a5c9f26
Fixed: Xem mapped series should be more reliable
11 years ago
Mark McDowall
5ada7efefc
Fixed: New device_iden from PushBullet can be used
11 years ago
Icer Addis
c459cdf168
Fixes in response to code review
...
ParseSpecialEpisode now follows similar pattern to Map() method and accepts TvRageId and SearchCriteria
Fixed normalize episode title to handle punctuation separately from spaces and removed special episode words
Removed comments
11 years ago
Mark McDowall
a422587ed5
Fixed: XML clean extra spaces from config file settings when saving/retrieving
11 years ago
Mark McDowall
e00b216eef
fixed URL when adding an indexer
11 years ago
Mark McDowall
332136bc6f
Only get DownloadClientId when its been added to history
11 years ago
Icer Addis
e2939847a5
Parser logging - changed Debug.WriteLine to Logger.Trace
11 years ago
Icer Addis
6c34acc8b3
NLog - fixed debugger target name
11 years ago
Icer Addis
ff5dc6f0ce
NLog - Added debugger target
11 years ago
Icer Addis
6ee08af111
Special Episode parsing support in ParsingService
...
Added ParsingService.ParseSpecialEpisodeTitle
Added SeriesService.FindByNameInexact
Added EpisodeService.FindSpecialEpisodeByName
Added IsPossibleSpecialEpisode method to parse info
DownloadDecisionMaker will try to find special episodes if a parse fails or is a possible special episode
11 years ago
Icer Addis
d727840fbf
Indexer searching for special episodes using query string
...
Added SpecialEpisodeSearchCriteria criteria to handle special episode search queries
Added method NzbSearchService.SearchSpecial() for season0 episodes
Added IIndexer GetSearchUrls() for doing text based queries
11 years ago
Mark McDowall
16356b6319
Merge branch 'reverse-proxy' into develop
11 years ago
Mark McDowall
a3d67b47f9
Merge branch 'backgrid' into develop
11 years ago
Mark McDowall
ed1334514f
Fixed: No longer showing connect lost messages when trying to reconnect
11 years ago
Mark McDowall
fcd5619041
Fixed: Manually failing a release
11 years ago
Mark McDowall
b16360fd39
Configure URLs on Linux, but don't register them
11 years ago
Mark McDowall
1ff652f6d6
Added dllmap for mediainfo freebsd
11 years ago
Mark McDowall
5c1f2b2dd7
Better css for sorting button text
11 years ago
Mark McDowall
8dcfbe7b9d
Little hack to deal with backgrid's setting of sortKey
11 years ago
Mark McDowall
6ba17782aa
Sorting on all series views is now working
...
New: Sorting is now persisted on a per page and browser basis
New: Series lists now support sorting on all views
11 years ago
Mark McDowall
4d6d477947
Using SortValue instead of API hack for history
...
Fixed jshint for series collection
11 years ago
Mark McDowall
df055d191f
Logs and series are now persisted
11 years ago
Mark McDowall
96868d088f
Fixed series editor
11 years ago
Mark McDowall
7dc641b3a9
History state is persisted across page reloads now
11 years ago
Mark McDowall
7e20e48023
Massive backgrid update, only one header cell left
11 years ago
Mark McDowall
874e98b408
Support for persistent state for collections
11 years ago
Mark McDowall
b5c9a811dd
New: Support for running from a sub folder (reverse proxy)
11 years ago
Mark McDowall
cec479923f
Merge branch 'pushover' into develop
11 years ago
Mark McDowall
a15fb00c35
sync event instead of promise
11 years ago
Mark McDowall
195cf97303
New: Added OZnzb.com as a default indexer
11 years ago