]>
git.ipfire.org Git - thirdparty/tvheadend.git/log
Jaroslav Kysela [Fri, 15 Apr 2016 09:20:12 +0000 (11:20 +0200)]
hdhomerun: fix the oops cause by last update (dynamic ip), fixes #3717
Jaroslav Kysela [Fri, 15 Apr 2016 09:12:31 +0000 (11:12 +0200)]
IPTV: correct the check for simultaneous input streams, fixes #3723
Jaroslav Kysela [Fri, 15 Apr 2016 09:01:20 +0000 (11:01 +0200)]
mdhelp: fix standard links
Jaroslav Kysela [Thu, 14 Apr 2016 15:07:49 +0000 (17:07 +0200)]
DVR: save real start/stop times for filename
Jaroslav Kysela [Thu, 14 Apr 2016 11:14:27 +0000 (13:14 +0200)]
iptv auto: don't escape arguments, fixes #3721
Olliver Schinagl [Sun, 27 Sep 2015 13:38:49 +0000 (15:38 +0200)]
settings: minor code cleanup
Fixes a whitespace issue and puts a variable declaration at the start
of its scope rather then mid-scope which can improve portability.
Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
Jaroslav Kysela [Thu, 14 Apr 2016 10:03:15 +0000 (12:03 +0200)]
mdhelp: support anchor links to titles - like [test](#grid-items)
Jaroslav Kysela [Thu, 14 Apr 2016 09:01:09 +0000 (11:01 +0200)]
mdhelp: reuse class doc from parent
Jaroslav Kysela [Thu, 14 Apr 2016 08:55:39 +0000 (10:55 +0200)]
mdhelp: profile / stream filters conversion
Jaroslav Kysela [Thu, 14 Apr 2016 08:22:05 +0000 (10:22 +0200)]
mdhelp: create nice macro helpers to reduce C code
Jaroslav Kysela [Thu, 14 Apr 2016 07:58:41 +0000 (09:58 +0200)]
mdhelp: add caclient
Mark Clarkstone [Thu, 14 Apr 2016 06:42:48 +0000 (07:42 +0100)]
mdhelp: access entry update (plus screenshot) mdhelp: add title formatting info to dvr_timerec
Mark Clarkstone [Thu, 14 Apr 2016 04:52:19 +0000 (05:52 +0100)]
mdhelp: slight clean-up!
Mark Clarkstone [Thu, 14 Apr 2016 01:38:00 +0000 (02:38 +0100)]
mdhelp: add (full) screenshot of Configuration -> Base mdhelp: remove additional title from imagecache mdhelp: add help docs to some config properties
Mark Clarkstone [Wed, 13 Apr 2016 12:53:37 +0000 (13:53 +0100)]
mdhelp: minor changes
Mark Clarkstone [Tue, 12 Apr 2016 00:16:24 +0000 (01:16 +0100)]
mdhelp: I've come to realise that it makes more sense to keep all markdown for the DVR tabs in one central location (dvrentry) rather than separate pages.
Mark Clarkstone [Mon, 11 Apr 2016 15:47:55 +0000 (16:47 +0100)]
mdhelp: even more changes mdhelp: add misc images
Mark Clarkstone [Mon, 11 Apr 2016 12:06:37 +0000 (13:06 +0100)]
mdhelp: small addition
Mark Clarkstone [Mon, 11 Apr 2016 01:33:00 +0000 (02:33 +0100)]
mdhelp: fix another obvious goof and add a tip!
Mark Clarkstone [Mon, 11 Apr 2016 00:50:10 +0000 (01:50 +0100)]
mdhelp: clean up various md files mdhelp: update toc/change a few titles class properties: rejig some captions and descriptions, plus add PO_DOC_NLIST to some properties where appropriate, dates, times, days of the week, etc.
Jaroslav Kysela [Wed, 13 Apr 2016 10:09:47 +0000 (12:09 +0200)]
intl: fix the broken build
Jaroslav Kysela [Wed, 13 Apr 2016 09:28:39 +0000 (11:28 +0200)]
profile: fix desc for audio language
TheTroll [Tue, 12 Apr 2016 15:14:27 +0000 (17:14 +0200)]
Support lang selection for transcoded streams
Glenn-1990 [Tue, 12 Apr 2016 17:52:22 +0000 (19:52 +0200)]
allow clients to split tv and radio dvr/channels
Jaroslav Kysela [Wed, 13 Apr 2016 09:26:30 +0000 (11:26 +0200)]
mdhelp: add more markdown files
Jaroslav Kysela [Wed, 13 Apr 2016 08:53:49 +0000 (10:53 +0200)]
intl: transifex update, create docs resource
Jaroslav Kysela [Mon, 11 Apr 2016 16:25:04 +0000 (18:25 +0200)]
DVR: try to fix missing channel assignments
Michael Marley [Sun, 10 Apr 2016 19:05:17 +0000 (15:05 -0400)]
input: tvhdhomerun: Handle the device changing IP addresses
Previously the device detection loop would always ignore HDHomeRuns
with the same UID as devices that had already been detected. This
would not detect if an HDHomeRun changed IPs for any reason (e.g.
APIPA, misconfigured DHCP server) while TVHeadend was running,
requiring a restart to resume functionality. Instead, if
a newly detected device has the same UID as an previously-detected
one but a different IP address, destroy the old device and recreate
it with the new IP address.
Jaroslav Kysela [Mon, 11 Apr 2016 09:35:06 +0000 (11:35 +0200)]
htsp server: fix the previous commit - getEvents access verification fix
Jaroslav Kysela [Mon, 11 Apr 2016 09:32:28 +0000 (11:32 +0200)]
dvb psi: add more known service types from ETSI EN 300 468 V1.13.1
Glenn-1990 [Sat, 9 Apr 2016 20:25:01 +0000 (22:25 +0200)]
add servicetype HEVC according to DVB specs
Glenn-1990 [Sat, 9 Apr 2016 20:21:20 +0000 (22:21 +0200)]
typos
Glenn-1990 [Sat, 9 Apr 2016 20:15:30 +0000 (22:15 +0200)]
dvr access "all" should not be restricted by channel numbers
Jaroslav Kysela [Mon, 11 Apr 2016 08:45:10 +0000 (10:45 +0200)]
htsp server: more cleanups regarding the DVR channel checks
Jaroslav Kysela [Mon, 11 Apr 2016 08:13:54 +0000 (10:13 +0200)]
channel: allow access to removed channels for users with full rights
Jaroslav Kysela [Mon, 11 Apr 2016 08:07:37 +0000 (10:07 +0200)]
DVR: add extra channel access checks to channel_set functions
Jaroslav Kysela [Mon, 11 Apr 2016 07:57:07 +0000 (09:57 +0200)]
htsp server: fix channel authorisation for EPG getEvents method
Mark Clarkstone [Sat, 9 Apr 2016 23:09:33 +0000 (00:09 +0100)]
webui: fix apply confirmation messagebox
Mark Clarkstone [Sat, 9 Apr 2016 22:33:09 +0000 (23:33 +0100)]
tooltips: fix desc.
Mark Clarkstone [Sat, 9 Apr 2016 16:27:52 +0000 (17:27 +0100)]
mdhelp: move a few long description values to markdown (added dvr_stop_extra and dvr_start_extra properties). mdhelp: cleaned up a few docs
Mark Clarkstone [Thu, 7 Apr 2016 15:58:02 +0000 (16:58 +0100)]
mdhelp: shuffle hr in dvrentry
Jaroslav Kysela [Sun, 10 Apr 2016 18:47:47 +0000 (20:47 +0200)]
hdhomerun: fix tvhdhomerun_frontend_delete() shutdown sequence
Jaroslav Kysela [Sat, 9 Apr 2016 23:02:57 +0000 (01:02 +0200)]
linuxdvb: cosmetic trace fix (newline)
Jaroslav Kysela [Sat, 9 Apr 2016 19:49:07 +0000 (21:49 +0200)]
bouquet: reshuffle destroy/free code
Jaroslav Kysela [Sat, 9 Apr 2016 19:43:32 +0000 (21:43 +0200)]
bouquet: don't crash tvh when duplicate files with identical source files are loaded, fixes #3708
Jaroslav Kysela [Sat, 9 Apr 2016 17:49:25 +0000 (19:49 +0200)]
SAT>IP server: fix possible NULL dereference (shuffle the init code)
Jaroslav Kysela [Sat, 9 Apr 2016 17:46:14 +0000 (19:46 +0200)]
tcp: close listen socket fd when server is destoyed
Jaroslav Kysela [Fri, 8 Apr 2016 17:21:31 +0000 (19:21 +0200)]
http: quickfix
Jaroslav Kysela [Fri, 8 Apr 2016 17:09:28 +0000 (19:09 +0200)]
http server: add more return code names to http_rc2str(), fixes #3703
Jaroslav Kysela [Fri, 8 Apr 2016 16:51:41 +0000 (18:51 +0200)]
http: digest auth - improve compatibility with wget
Jaroslav Kysela [Fri, 8 Apr 2016 16:40:39 +0000 (18:40 +0200)]
http: improve digest authentisation, fix md5sum() fcn
Jaroslav Kysela [Fri, 8 Apr 2016 15:40:31 +0000 (17:40 +0200)]
access: fix small memory leak
Jaroslav Kysela [Fri, 8 Apr 2016 15:22:41 +0000 (17:22 +0200)]
http: implement digest authorisation per RFC2617
Mark Clarkstone [Thu, 7 Apr 2016 15:53:47 +0000 (16:53 +0100)]
mdhelp: fix previous commit, too many spaces!
Mark Clarkstone [Thu, 7 Apr 2016 15:29:03 +0000 (16:29 +0100)]
mdhelp: another small fix
Mark Clarkstone [Thu, 7 Apr 2016 15:06:02 +0000 (16:06 +0100)]
mdhelp: update & add more icons to details table
Mark Clarkstone [Thu, 7 Apr 2016 14:55:53 +0000 (15:55 +0100)]
mdhelp: small fix.
Mark Clarkstone [Thu, 7 Apr 2016 14:34:22 +0000 (15:34 +0100)]
A bucket of changes!
mdhelp: add dvr_failed and dvr_finished
mdhelp: add dvr tab image
mdhelp: move "details" column info to dvrentry (as it applies to the other tabs too)
mdhelp: update dvrentry
mdhelp: update toc
mdhelp: add extended info for the status property (added dvr_status.md)
dvr_db: update various property descriptions
dvb_db: add PO_DOC_NLIST opt to some properties
Plus some other little bits here and there..
Mark Clarkstone [Wed, 6 Apr 2016 19:31:38 +0000 (20:31 +0100)]
Various changes..
mdhelp: add images for upcomingrecordings - these can be updated later
mdhelp: add dvr_upcoming.md doc
mdhelp: update toc - add dvrentry and update the links
mdhelp: fix a few mistakes in features.md
mdhelp: add webui_general.md
css: make links to other pages actually look like links
Jaroslav Kysela [Thu, 7 Apr 2016 11:13:24 +0000 (13:13 +0200)]
Makefile: small fix (hdhomerun)
Jaroslav Kysela [Thu, 7 Apr 2016 09:44:48 +0000 (11:44 +0200)]
idnode: delay save thread creation
lekma [Thu, 7 Apr 2016 08:36:56 +0000 (10:36 +0200)]
webui: spinner fix
Jaroslav Kysela [Wed, 6 Apr 2016 19:18:53 +0000 (21:18 +0200)]
mdhelp: allow to override (extend) property docs - example - DVR config
Jaroslav Kysela [Wed, 6 Apr 2016 18:19:23 +0000 (20:19 +0200)]
mdhelp: add markdown for autorec/timerec/dvrconfig
Jaroslav Kysela [Wed, 6 Apr 2016 18:07:28 +0000 (20:07 +0200)]
Makefile: force utf-8 encoding for md_to_c.py and use configured python interpreter, fixes #3696
Jaroslav Kysela [Wed, 6 Apr 2016 16:14:11 +0000 (18:14 +0200)]
tvhlog: use text area for subsystems
Jaroslav Kysela [Wed, 6 Apr 2016 16:07:05 +0000 (18:07 +0200)]
mdhelp: convert configuration / general to mdhelp
Jaroslav Kysela [Wed, 6 Apr 2016 15:55:06 +0000 (17:55 +0200)]
mdhelp: add passwd and ipblocking classes
Mark Clarkstone [Tue, 5 Apr 2016 21:59:46 +0000 (22:59 +0100)]
mdhelp: another correction :)
Mark Clarkstone [Tue, 5 Apr 2016 21:10:22 +0000 (22:10 +0100)]
mdhelp: fix grammar and punctuation as pointed out by @ProfYaffle - Many thanks :)
configure_tvheadend.md is IMO now complete..
Mark Clarkstone [Tue, 5 Apr 2016 20:56:50 +0000 (21:56 +0100)]
mdhelp: small changes and info about bouquets
Mark Clarkstone [Tue, 5 Apr 2016 20:26:41 +0000 (21:26 +0100)]
mdhelp: WIP - clean up..
Mark Clarkstone [Tue, 5 Apr 2016 19:56:58 +0000 (20:56 +0100)]
mdhelp: WIP - add how to map services to channels
Mark Clarkstone [Tue, 5 Apr 2016 13:03:31 +0000 (14:03 +0100)]
mdhelp: WIP - add various additional details to configure_tvheadend.md
Mark Clarkstone [Tue, 5 Apr 2016 11:04:33 +0000 (12:04 +0100)]
mdhelp: fix tiny mistake
Jaroslav Kysela [Wed, 6 Apr 2016 15:18:36 +0000 (17:18 +0200)]
support/doc/md_to_c.py: try to fix python3 utf-8 issue
Jaroslav Kysela [Wed, 6 Apr 2016 14:40:52 +0000 (16:40 +0200)]
SAT>IP server: print fe (tuner selection) config
Jaroslav Kysela [Wed, 6 Apr 2016 11:47:36 +0000 (13:47 +0200)]
webui: spinner fix
Jaroslav Kysela [Wed, 6 Apr 2016 10:36:35 +0000 (12:36 +0200)]
webui/prop: add support for integer range type (extjs spinner)
Jaroslav Kysela [Tue, 5 Apr 2016 20:13:33 +0000 (22:13 +0200)]
WEBUI: try to correctly resize window on expand event
Jaroslav Kysela [Tue, 5 Apr 2016 19:46:22 +0000 (21:46 +0200)]
WEBUI: fix window shadow issues on collapse / uilevel change
Jaroslav Kysela [Tue, 5 Apr 2016 18:59:35 +0000 (20:59 +0200)]
webui: fix for previous patch
Jaroslav Kysela [Tue, 5 Apr 2016 18:56:42 +0000 (20:56 +0200)]
webui: fix 'Map all services'
Jaroslav Kysela [Tue, 5 Apr 2016 16:45:21 +0000 (18:45 +0200)]
DVR: add pre-processor command
Mark Clarkstone [Tue, 5 Apr 2016 10:52:13 +0000 (11:52 +0100)]
mdhelp: clean-up features markdown..
Mark Clarkstone [Tue, 5 Apr 2016 01:53:54 +0000 (02:53 +0100)]
mdhelp: add markdown description for dvrentry tooltips: update channelname and channel property descriptions to differentiate them
Mark Clarkstone [Tue, 5 Apr 2016 00:29:46 +0000 (01:29 +0100)]
mdhelp: update title
Mark Clarkstone [Tue, 5 Apr 2016 00:08:57 +0000 (01:08 +0100)]
mdhelp: clean-up install_tvheadend.md and remove the to-do lines.. I don't think we need to explain the differences between the package build types here as the AptRepository page on the wiki covers it..
Mark Clarkstone [Mon, 4 Apr 2016 23:35:06 +0000 (00:35 +0100)]
mdhelp: try to describe (briefly) what a network tuner is
Mark Clarkstone [Mon, 4 Apr 2016 22:33:16 +0000 (23:33 +0100)]
mdhelp: alter IRC information
Jaroslav Kysela [Tue, 5 Apr 2016 10:58:17 +0000 (12:58 +0200)]
clocks: update gclk() each second
Jaroslav Kysela [Tue, 5 Apr 2016 09:30:56 +0000 (11:30 +0200)]
mdhelp: more work, copied more markdown files from tvheadend-documentation
Jaroslav Kysela [Tue, 5 Apr 2016 06:57:44 +0000 (08:57 +0200)]
xmltv grabber: improve channel numbers extraction
Jaroslav Kysela [Tue, 5 Apr 2016 06:48:41 +0000 (08:48 +0200)]
xmltv grabber: parse channel numbers only on request
- cleanup the PyEPG / XMLTV module registration
- create different classes for help and additional configs
Jaroslav Kysela [Mon, 4 Apr 2016 20:17:05 +0000 (22:17 +0200)]
debian/control: add cmake to build-depends
Jaroslav Kysela [Mon, 4 Apr 2016 18:25:39 +0000 (20:25 +0200)]
wizard: move .md texts to docs/wizard/*.md
axfree [Sun, 3 Apr 2016 22:24:55 +0000 (07:24 +0900)]
extract channel names and channel number from multiple <display-name> elements.
Jaroslav Kysela [Mon, 4 Apr 2016 16:18:56 +0000 (18:18 +0200)]
mdhelp: many changes, it's starting to be useful
- moved from micromarkdown.js to marked.js
- Help window is auto-resized and positioned
- Help window is exlusive (one)
- some CSS styling for TOC
- added last pages (history) to the TOC float area
- EPG help is fully moved to new mdhelp
Jaroslav Kysela [Mon, 4 Apr 2016 08:47:24 +0000 (10:47 +0200)]
mdhelp: fixes in markdown to C parser
Jaroslav Kysela [Sun, 3 Apr 2016 19:38:03 +0000 (21:38 +0200)]
mdhelp: fix GET /markdown/null requests