Taloth Saldono
6941888832
Updated sorting architecture so the collections can specify the sort-oddities instead of in backgrid column definitions.
11 years ago
Mark McDowall
a72e70fa27
Fixed: Errors after importing episodes
11 years ago
Mark McDowall
7af782d353
Provider testing improvements
...
New: Test button for indexers in UI
Fixed: Testing download clients shows error messages in UI
Fixed: Testing notifications shows error messages in UI
11 years ago
Mark McDowall
c5bd8b27fb
Backups
...
New: Backup drone's database and configuration from the UI
New: Download Backup files from the UI
Fixed: Run a database backup before upgrade
11 years ago
Mark McDowall
bd0392a376
Merge branch 'series-sorttitle' of https://github.com/Taloth/NzbDrone into develop
...
Conflicts:
src/NzbDrone.Api/Series/SeriesResource.cs
src/NzbDrone.Core/Tv/SeriesService.cs
11 years ago
Mark McDowall
193672b652
Anime!
...
New: Anime support
New: pull alternate names from thexem.de
New: Search using all alternate names (if rage ID is unavailable)
New: Show scene mapping information when hovering over episode number
New: Full season searching for anime (searches for each episode)
New: animezb.com anime indexer
New: Treat BD as bluray
Fixed: Parsing of 2 digit absolute episode numbers
Fixed: Loading series details page for series that start with period
Fixed: Return 0 results when manual search fails, instead of an error
Fixed: animezb URL
11 years ago
Taloth Saldono
c2b06d957d
New: Series Overview sorted by Next Airing now sorts all remaining items by their Last Aired date.
11 years ago
Taloth Saldono
221a457f3a
Fixed: Sorting on Series Title now ignores articles (a/an/the).
11 years ago
Taloth Saldono
fd5e8a5166
Added Series SortTitle Migration. (Left a slot for anime)
11 years ago
Mark McDowall
e2ee7e36e3
Fixed: Viewing log files with URL Base enabled
11 years ago
Mark McDowall
a6639fecd9
More fixes for signalr + episodes
11 years ago
Mark McDowall
293e6cac6d
Fixed signalR for Missing/Wanted
11 years ago
Mark McDowall
cb291d30b3
New: Missing/Cutoff Unmet will update when an episode is grabbed
11 years ago
Mark McDowall
f5d46ffcd2
Log file changes
...
New: Update log files are available in the UI
Fixed: UI error after clearing log files
11 years ago
Taloth Saldono
9633afc612
New: Added Presets to Indexers to add indexers with default properties. In an older version of NzbDrone these default indexers were added automatically and could not be removed.
11 years ago
Mark McDowall
6184105d3c
Fixed: Prevent adding a series if the path is the ancestor of another series
11 years ago
Taloth Saldono
0e7fc2e697
New: Health Check errors now have links to the wiki pages.
11 years ago
Taloth Saldono
1b96a43037
Fixed performance issues with the QueueModule and limited the number of items the Download Client will fetch as history.
11 years ago
Taloth Saldono
cb0f7792f2
Queue UI no longer shows unknown ETAs as 0:00:00.
11 years ago
Taloth Saldono
2035fe8578
New: Drone now uses the Download Client API to determine if a download is ready for import. (User configuration is required to replace the drone factory with this feature)
11 years ago
Mark McDowall
ab05aabcd8
Renmed Downloading on EpisodeResource to Grabbed (also hidden by default)
11 years ago
Mark McDowall
94f9db940b
Restart/shutdown messages
...
Restart/Shutodwn no longer use commands (should fix issues with restarts failing)
11 years ago
Mark McDowall
ef3777fccf
Update improvements
...
Include NzbDrone.Update in mono/osx package
Do not ignore certificate warnings for services
Check hash before extracting update
New: Update support for Linux/OS X - see the wiki for more information
11 years ago
Mark McDowall
eff7c4b7b7
Auto reload when server has been updated
...
New: Updating will reload UI on navigation
11 years ago
Mark McDowall
99f2b07a11
Bootstrap 3
...
New: Updated UI
New: Mobile browser support
Fixed: /favicon.ico will return the favicon now
11 years ago
Mark McDowall
1ade005a73
Fixed: Prevent errors when looking up folders via auto-complete
11 years ago
Mark McDowall
1b5ed1d641
Fixed: Disable caching of iCal
11 years ago
Mark McDowall
412291a7c4
Merged authentication so they don't step on eachother
...
Fixed: iCal authentication with API Key
11 years ago
Taloth Saldono
ed99fa8698
Corrected various spelling errors in code.
11 years ago
Taloth Saldono
326ecf1c14
Fixed: Blacklist sorting on Series Title no longer causes UI failure.
11 years ago
Mark McDowall
007f96677c
Fixed: Do not require SSL Cert Hash on Linux/OS X
11 years ago
Mark McDowall
1ce58c58af
Fixed: Parsing daily episode formats that contain [] around the quality
11 years ago
Mark McDowall
78ded70b39
New: ical is available with API key authentication
11 years ago
Mark McDowall
f104be6dd1
New: Support API Key via query string
11 years ago
Mark McDowall
fc540067c2
Series and Season folder format validation/error handling
11 years ago
Mark McDowall
f092f9c08b
Merge pull request #72 from Cyberlane/alternate_titles
...
Show alternate names in UI
11 years ago
Mark McDowall
dade3bb214
New: Examples for Series and Season folder format
11 years ago
Cyberlane
612ca49281
New: Alternative titles on Series Details UI
11 years ago
Mark McDowall
fd531eda36
Fixed broken test
11 years ago
Mark McDowall
0f75a9008a
New: Get series images via the API (3rd party app support)
11 years ago
Mark McDowall
fe3351e7ac
New: Optional disable RSS Sync (set interval to zero)
11 years ago
Mark McDowall
d8aae8f8ff
Fixed: Removed validation to ensure series path exists when updating a series
11 years ago
Mark McDowall
3f4c1a16f8
Health check results are stored in memory and updated as required
11 years ago
Mark McDowall
e21574a203
Blacklisting improvements
...
New: New releases that fail will be retried a second time after waiting 1hr (configurable)
Fixed: Blacklisting releases with the same date and vastly different ages
11 years ago
Mark McDowall
606875cc2e
Added SkipFreeSpaceCheckWhenImporting to resource so it can be saved
11 years ago
Mark McDowall
0951e0c74b
Fixed: Prevent setting series folder to drone factory, root folder or another series' folder
11 years ago
Taloth Saldono
bfe7bde17e
Fixed: iCal feed no longer shows Episodes aired at 0:00 GMT as all-day events.
11 years ago
Taloth Saldono
f92aded4f0
Revised Authentication logic for api and logfiles.
11 years ago
Mark McDowall
4752ba3341
Fixed: Downloading log file asking for password when authentication is disabled
11 years ago
Taloth Saldono
794c09c17a
New: iCal calendar feed.
11 years ago
Peter Czyz
cf1e0a4946
Added iCal feed for the calendar, reachable through
...
/feed/calendar/NzbDrone.ics or through the calendar page.
11 years ago
Mark McDowall
1d4738b18f
Merge branch 'api-key' into develop
11 years ago
Mark McDowall
c2ab59f5c5
New: Set scanning interval for Drone Factory
11 years ago
Mark McDowall
6b423c104c
API Key in UI
...
New: view/reset API in General Settings
Fixed: API will reject unauthenticated requests
11 years ago
Mark McDowall
a02108922f
Set episode file modified date to local or utc air date
11 years ago
Mark McDowall
8478379ff4
Merge branch 'AirDate' of https://github.com/JackDandy/NzbDrone into set-file-date
11 years ago
Mark McDowall
c2087af8c9
Gracefully exit on restart instead of forcibly killing it
11 years ago
Mark McDowall
8885bbb60f
OS X and linux can be treated separately
11 years ago
JackDandy
d9eab04029
Add new feature, set file date to episode aired date. Fix, use alternative Trakt API field for episode air time. Improve the Preview Rename tip.
...
Add, new setting "Set File Date to Airdate" on the Media Management tab of the Settings page to toggle this feature for new, imported and auto updating media files.
Change, home page "Series Editor" - "Rename" button to "Update Files" and add "Set File Date To Air Date" action button to this modal to add capability of updating legacy media.
Add, non UTC functions given that Windows undesirably adds time to file times set when using UTC.
Fix, the Trakt API response show.air_time_utc contains erroneous data, this is replaced with show.air_time.
11 years ago
Mark McDowall
e0d8d18838
Better logging when adding a new indexer and it fails
11 years ago
Mark McDowall
c8ae9f40fb
New: App health displayed in UI
11 years ago
Mark McDowall
90a6bcaa47
New: Filter history by event (all/grabbed/imported/failed)
11 years ago
Mark McDowall
5672c42f24
Merge branch 'sqlite' into develop
11 years ago
Mark McDowall
20dec3c205
Wanted is much much faster now.
11 years ago
kayone
7f8fa7ec4b
Updated project config
11 years ago
kayone
9370de0cc0
New: Main DB is compressed on app start
11 years ago
Mark McDowall
79767aa7bf
Redirect /api/missing to new endpoint
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
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
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
b339f8daf6
Metadata settings added to UI
11 years ago
Mark McDowall
e9db0fc14a
Fixes after rebase
11 years ago
Mark McDowall
a6361d0bbd
New: XBMC Metadata (Frodo+)
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
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
e131817022
Disable nancyfx diagnostics unless in debug
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
Mark McDowall
fe4f3d5d1e
Fixed namespace
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
markus101
9515c28729
Merge branch 'view-filtering' of https://github.com/Taloth/NzbDrone into view-filtering
11 years ago
Taloth Saldono
9df0ad0bf7
System.Logs view can now be filtered by severity.
11 years ago
markus101
2cd347b829
New: Blacklist added to UI (under history)
11 years ago
Mark McDowall
191db1c541
Moved to regions for quality profile editor
11 years ago
Taloth Saldono
3e97106aa7
Updated QualityProfile to contain a list of Items each with a 'Allowed' bool.
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
37231d1ef0
DiskProvider split to Windows and Mono projects
11 years ago
Mark McDowall
8292d4d267
Fixed: API Authentication issues with Apache Basic Auth
11 years ago
Mark McDowall
7bb8a9db5f
Validation and integration test for SeriesFolderFormat
11 years ago
Mark McDowall
b5b9fababb
New: Series Folder format now configurable (used when adding series only)
11 years ago
Mark McDowall
e00b216eef
fixed URL when adding an indexer
11 years ago
Mark McDowall
16356b6319
Merge branch 'reverse-proxy' into develop
11 years ago
Mark McDowall
8dcfbe7b9d
Little hack to deal with backgrid's setting of sortKey
11 years ago
Mark McDowall
4d6d477947
Using SortValue instead of API hack for history
...
Fixed jshint for series collection
11 years ago
Mark McDowall
7dc641b3a9
History state is persisted across page reloads now
11 years ago
Mark McDowall
b5c9a811dd
New: Support for running from a sub folder (reverse proxy)
11 years ago
Mark McDowall
231c6cf147
Log file requests will be authenticated when they come through with an API key
...
Fixed: Opening log files in the UI
11 years ago
Mark McDowall
b29efa5823
Fixed: Release group will not contain file extension
11 years ago
Mark McDowall
36a5eea951
Fixed: Issue saving notifications
11 years ago
Mark McDowall
182743e653
Support for Int64 in SchemaBuilder
11 years ago
Mark McDowall
0a12343b9e
Tests and cleanup
11 years ago
Mark McDowall
a9ece10144
New: Mass series editor
11 years ago
kayone
8fc93c7628
Added missing GetResourceById to CalendarModule needed by signalr
11 years ago
kayone
bbb69a1dc7
constraint failed exceptions are translated to 409 conflict status codes.
11 years ago
kayone
a7d5b3761b
Fixed: Memory leak in Ensure.That
11 years ago
Mark McDowall
00717a638a
Updated full calendar to 1.6.4
...
Calendar/Upcoming now update on grab/download events
Better use of backbone collection on calendar
New: Calendar will auto refresh when episodes are grabbed and downloaded
11 years ago
Mark McDowall
ce6a299c98
Deleting episode files from episode details is a go
...
New: Delete episode file from episode details
11 years ago
Mark McDowall
e42ac25657
Rename preview for full series and season
...
New: Preview before renaming files
11 years ago
Mark McDowall
767586304a
Never allow empty episode formats to be saved
11 years ago
Mark McDowall
c90d010cd8
Fixed the broken tests
11 years ago
Mark McDowall
5659a3c496
No more wizard, now only show when advanced settings are off
11 years ago
Mark McDowall
3db97e9d11
Moved SeasonFolderFormat to NamingConfig
...
Moved UseSeasonFolder to UI only (add series)
11 years ago
Mark McDowall
7a5cee5b8e
Fixed issue with validation when rename episodes is false
11 years ago
Mark McDowall
2e694485fe
Validation for samples and saving
11 years ago
Mark McDowall
9d5c1aa0a4
Validate that we can parse the chosen scheme before saving
11 years ago
Mark McDowall
0ec520c4d5
Basic UI + Wizard for custom naming added
11 years ago
Mark McDowall
7b54bca3c7
Server side for custom naming is complete
11 years ago
kayone
0e623e7ce4
imported signalr 1.1.3 into NzbDrone.
11 years ago
kayone
3311357df0
rjs optimize the app.
11 years ago
kayone
ec63053fe7
cleaned up using directives.
11 years ago
Mark McDowall
5b62408ff1
White space
11 years ago
kayone
5ab873150e
added signalR to Integration Test
11 years ago
kayone
4eecf3d1ab
updated FluentValidation
11 years ago
kayone
e67a805925
Fixed error pipeline.
11 years ago
kayone
844fa9d5e6
update NLog, Restsharp, json.net
11 years ago
kayone
40a0e044a7
updated nancy to 0.21.1.0
11 years ago
Mark McDowall
da0f04d4c8
Manually mark a release as failed to start failed download process (history details)
11 years ago
Mark McDowall
70127125c2
Fixed: History taking a long time to change pages
...
Fixed: Series search results will show the year in italics if its not part of the title
11 years ago
Mark McDowall
52da5b643d
Using string for airdate instead of DateTime in models to prevent timezone issues
...
Fixed: Manual search air by date shows can now be sent to download client
11 years ago
Mark McDowall
aa26d68f18
Updating manually now uses a command so it shows progress
11 years ago
Mark McDowall
d4fd731b34
Free space will show shared drives and show drive label
11 years ago
Mark McDowall
1689aa4f64
Merge branch 'diskspace' into develop
11 years ago
Mark McDowall
27da44ba45
Converted notifications to thingi provider
...
Fixed: Issues creating and saving Connects
11 years ago
fzr600dave
6c414929c3
Updated as per markus request for viewing disk space
...
Added two methods to Diskprovider:-
getFixedDrives, getTotalSize
and letting UI decide on how to display space.
and changed from vent to listenTo
(cherry picked from commit 5aa00cfb6498d4731d5d880c346afe747a61024e)
11 years ago
fzr600dave
041e767f3d
Added Disk space information to system.
...
(cherry picked from commit 91625019378247b1c6ab85afaee23f2855e3298b)
11 years ago
Mark McDowall
ee2973efe7
No more caching of log files, also better handling of logs on page load
11 years ago
Mark McDowall
308f76d0fe
Updates cleanup
11 years ago
Mark McDowall
27511769ae
Episode activity goes through History now
...
Do not report exceptions on linux (culture is null and fails)
11 years ago
Mark McDowall
6cff6122a1
Tests for command comparer when lists are different
11 years ago
Mark McDowall
03fac8bfe5
Removed check for update button, latest version will have install link
11 years ago
Mark McDowall
c0b7612053
Episode Activity added
...
New: Activity tab added to Episode Details
11 years ago
Mark McDowall
a91d21fba1
Upcoming now only shows 3 days of episodes
...
New: Upcoming shows today, tomorrow and the day
11 years ago
Mark McDowall
6f27d8c33f
Queue should update now
11 years ago
Mark McDowall
5bf0e197ec
Moved source code under src folder - massive change
11 years ago