Mark McDowall
860db98294
Merge branch 'wanted' into develop
11 years ago
Mark McDowall
42936c956d
New: Queue in UI is now paged
11 years ago
Taloth Saldono
6a07bb1b9b
Now creating Backbone.Model instance for EpisodeFile.
11 years ago
Mark McDowall
ec88286d57
Fixed jslint errors
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
668c667917
Fixed: command+T will not target search box in UI
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
811122f879
Fixed: Multi episode naming example
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
f9312eb3e5
Fixed a copy pasta error for SAB history
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
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
1cc4c11a7e
New logo
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
d0a6daeb26
Restart on linux/os x working
...
Removed client messages for shutdown/restart since they were getting stuck
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
e47b4c7686
New: Series lists will auto update when files are imported/deleted
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
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
Mark McDowall
119a4ff39c
Proper wiki link for add series
11 years ago
markus101
5a673a33ab
Moved /api/episodes to /api/episode to align with other endpoints
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
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
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
Taloth Saldono
31e0524389
Disable background click to prevent deselection of all items.
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
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
8292d4d267
Fixed: API Authentication issues with Apache Basic Auth
11 years ago
Mark McDowall
43a2f39106
Added help text to Series Folder Format.
...
Fixed styling of format helper buttons
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
d89d9e67c2
NextAiring sorting is not as drunk anymore
11 years ago
Mark McDowall
4962db3b6a
Fixed: Initial sorting for Next Airing
11 years ago
Mark McDowall
2dd7fb9fdf
Fixed: Search being triggered from Release Restrictions when pressing 't'
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
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
5c1f2b2dd7
Better css for sorting button text
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
a15fb00c35
sync event instead of promise
11 years ago
Mark McDowall
7292f354b5
Rename and search will be on the same line on mobile devices
11 years ago
Mark McDowall
d9b9ffe8a2
Fixed: Add series won't incorrectly mark the series as existing when it fails to add
11 years ago
Mark McDowall
d494023504
Fixed: Settings/System tabs will no longer fill up the browser history
11 years ago
Mark McDowall
e7052aebe4
Moved reqres for GetEpisodeFileById outside of the collection fetches
11 years ago
Mark McDowall
0a12343b9e
Tests and cleanup
11 years ago
Mark McDowall
a9ece10144
New: Mass series editor
11 years ago
Mark McDowall
f76c4700a6
New: Release Group can now be used in rename patterns
11 years ago
Mark McDowall
dcd1b55d1f
Trigger change on input after adding token
...
Fixed: Media Management settings not detecting changes to the UI so settings weren't saved
11 years ago
Mark McDowall
39607e240f
ModalController
11 years ago
Mark McDowall
c03f01172e
Use audio and general stream runtimes when video runtime is zero
...
Fixed: Getting runtime from files should be more reliable
11 years ago
Mark McDowall
693dd8f622
Stop double fecthing the collection on first load of series page
11 years ago
Mark McDowall
831c0a40b1
Narrower episode title on calendar upcoming for longer episode numbers
11 years ago
Mark McDowall
c3bd5e0053
Upgraded Filesize.js to 2.0.0
...
Fixed: File size/disk space in UI now shows actual size instead of manufacturer size (111 GB instead of 120 GB)
11 years ago