summaryrefslogtreecommitdiff
path: root/lib/XXV/MODULES/HTTPD.pm
AgeCommit message (Collapse)Author
2011-11-19Remove default skin handlinganbr
2011-11-19Remove svn-keywordsanbr
2009-12-03* improve find filesAndreas Brachold
2009-11-22* HTTPD: Don't send swf as attachmentAndreas Brachold
2009-11-15* Fix: Avoid destroy muggle database connection on forkAndreas Brachold
* AUTOTIMER: adjust timer before assign new autotimer * MUSIC: add option data=all:1 to deliver all tracks * HTTP: allow skins with swf files * CHANNELS: allow clist for guest users * TIMERS: adjust inactive timer too
2009-11-08* HTTPD: fix cookie parsingAndreas Brachold
* USERS: allow multiple sessions from same user * AJAX: Change message response {data:msg,param.state=success} to a shorter response {data:msg,success=true}
2009-11-07* Support form based login using cookies/sessions REQUEST[004763]Andreas Brachold
2008-11-24* Add Data::COW (Copy on write handling for user own config profile)Andreas Brachold
* USER: Reimplement user own config profiles * MEDIALIB: Remove fix number of columns, use now floating layout * SVDRP: Add status message * xxvd: Change password failed, on none HTML-Consoles * AUTOTIMER: remove astatus (wrong callback) * XMLTV: fix import, add multi recorder capability * REPORT: clean up some routines * STATUS: remove usage of /bin/wc, use native perl code * CHANNELS: Fix hang at read channels, if recorder offline * TELNET: remove 'quit' command do same like 'exit' * RECORDS: clone database handle for preview image generation * TIMERS: add more parameter check * xxvd: disable mysql_enable_utf8
2008-11-09* EPG: replace direct access to epg images by cmd=eimage&data<imageid>Andreas Brachold
2008-11-09* SVDRP: Rewrite communication functions, no more depends to NET:TELNETAndreas Brachold
* SVDRP: split queue_cmds into queue_add,queue_count,queue_flush * SVDRP: remove double error handling * COMMON: remove unused variable * VTX: Warn, if missing base directory * VTX: Fixed inserted page links, if more then two links inside one line * Console: Fix usage message
2008-08-10* AUTOTIMER: fix some orthographyAndreas Brachold
* EVENTS: store news from last month into database * RSS: dump news from database * TIMERS: event if timer adjusted * TIMERS/AUTOTIMER: rewrite event/news handling * xxvd: show pid at startup * xxvd: show base revision at startup * CHANNELS: fix detect radio channels * REPORT: Refactoring event handling, move any function to modul EVENTS. * EVENTS: elist function to list news as table * EVENTS: respect minimum level to exclude unwanted harmless news * RSS/MAIL... : remove dependency to modul REPORT
2008-05-09* SHARE: Submit event data delayed and transmit data as blockAndreas Brachold
* SHARE: use persist random id * UTF-8: Reorder defines * UTF-8: Replace 'SET NAMES' with 'set character set' * alist: Move generation of channels name from template to perl code * skins: header add generator meta-tag with version * RECORDS: Replace character by Hexnibble * HTTPD: Speedup lookup find skins * HTTPD: Build options for start page delayed, avoid wrong UTF8 translation * CHRONICLE: add cgi-parameter start/limit for paging query * EPG: now: add cgi-parameter __cgrp=all to get all data * CHRONICLE: Add message to console by delete entry * OUTPUT/Ajax: optimize callback 'questions'
2008-04-07* Remove String::Escape, use now regular expression to remove unwanted part ↵Andreas Brachold
of unicode as last character * Reformat message 'Couldn't load perl module...' * different ways to load binary/text files * RECORDS: Prepare list of commands at perl code and not into template code * RECORDS: Load images less strictness * Reorder locale routines
2008-03-29* Skins: Rename flag to diagnose from debug to verboseAndreas Brachold
* Remove unused Data::Dumper * Hide 'select language' if run with --utf8, avoid losing encoding by reconfigure * UTF8: Add mysql_enable_utf8
2008-03-18* Fix typoAndreas Brachold
2008-03-12* AJAX: Reduce transmitted parameterAndreas Brachold
* Optimize SQL Query with ROW Limit * Request[#13339] Show channels if search query empty
2008-03-08Charset UTF8 Support. Run 'xxvd --utf8' to use encoding utf8 as data charset.Andreas Brachold
2008-02-28* RECORDS: deliver preview image by command rimage 'id_frame'Andreas Brachold
* RECORDS: rlist add paging * RECORDS: rlist list founded preview image by sql query * RECORDS: hold founded preview image into database
2008-02-25* AJAX: Message with state param.state:success or param.state:errorAndreas Brachold
* xstyle/html: CONFIG - checkvalue, translate messages * AUTOTIMER: Don't display success, if try to delete a none exist autotimer
2008-02-09* VTX: get font failed with wrong parameterAndreas Brachold
* HTTPD: deliver static html pages never as attachment
2008-02-08* REPORT: dump date with common formatAndreas Brachold
* Fix typos
2008-01-25* Tools: add date format with weekdayAndreas Brachold
* Change language, now independent from external settings * EPG/TIMERS: move time formating from template to perl code * RECORDS: [Bug #13014] vfat-Recordings with '/' can't assign * AUTOTIMER: [Bug #012960] AUTOTIMER with PDC ignore user settings * AJAX: Ignore now unknown formats
2008-01-03* STREAM: Add embed player of playback (selectable widget)Andreas Brachold
* GRAB: Check range of parameter width/height * HTTPD: Some times missing footer * EPG: display deliver channelid for stream * Skins: remove skin.cfg / global.playbackmode * Skins: add skin.cfg / global.preferedlocal as default button for Switch inside VDR or web cast * Skins: format images to common size * Skins: Add more images (mute,loud,quiet) * Skins: Player with selectable widget (vlc/default media)
2008-01-01* STREAM: Add HTTPD Streaming for recording, with starttimeAndreas Brachold
* RECORDS: Start playback with start time * TIMERS: drop workaround getOldDeactivTimer - 'Search for old and deactivated Timers and delete this' cleanup etc/xxvd.cfg.example, skin.cfg rdisplay: add input field for start time
2007-12-16* HTTPD: Block recursive file accessAndreas Brachold
* HTTPD: Fix typo at binary access
2007-12-16* VTX: Embedded vtx-font inside module, drop graphics from VTXPATHAndreas Brachold
* HTTPD: remove binary from url as parameter, now defined at cmdobj, inside modul header * EPG: rename VPS to PDC, Programme Delivery Control * tools: add con_err,con_msg to dump message on console and log file * RECORDS: Show message after editing recording * MUSIC: remove proxy from playlist building, use proxy only to playing files
2007-12-02* Fix: display 'panic' messageAndreas Brachold
* Fix: Warn if requested modul is'nt loaded * HTTPD: Show 'Internal Server Error' if requested modul is'nt loaded
2007-10-27* HTTPD Add method HEADAndreas Brachold
* HTTPD(Ajax) Calc sended bytes * RECORDS: redit - Display warning message if recording none exist
2007-09-20* HTTPD: Correct report messageAndreas Brachold
2007-09-15* RECORDS: generation of previews if recording name contain some special ↵Andreas Brachold
character CHANNELS: Store full frequency Fix some typo
2007-09-11* Refactoring HTTPD/TELNET - move command usage (MODUL TELNET now none ↵Andreas Brachold
essential ) * Some little fixes
2007-09-09* HTTPD: Fix - log real request.Andreas Brachold
2007-09-09* HTTPD: Fix - count received bytes.Andreas Brachold
2007-09-09* Update english translationAndreas Brachold
* Send proper mime header if file not modified (on state 304)
2007-09-08* Let SVN control version date and revisionAndreas Brachold
2007-08-14* bump to release 0.95Andreas Brachold
2007-08-13* Move files to trunkAndreas Brachold