about summary refs log tree commit homepage
path: root/lib/PublicInbox/WWW.pm
DateCommit message (Expand)
2018-06-26www: use undecoded paths for Message-ID extraction
2018-03-29www: cleanup expensive fallback for legacy URLs
2018-03-27www: support cloning individual v2 git partitions
2018-03-27view: depend on SearchMsg for Message-ID
2018-03-27www: get rid of unnecessary 'inbox' name reference
2018-03-27view: permalink (per-message) view shows multiple messages
2018-03-23www: $MESSAGE_ID/raw endpoint supports "duplicates"
2018-02-16www: stop assuming mainrepo == git_dir
2018-02-07update copyrights for 2018
2017-12-08search: force large mbox result downloads to POST
2017-05-23www: do not mangle characters from search queries
2017-05-09www: avoid undefined warnings for query string parsing
2017-02-14www: do not unescape PATH_INFO twice
2017-01-10introduce PublicInbox::MIME wrapper class
2016-10-05thread: remove Mail::Thread dependency
2016-08-18www: implement generic help text
2016-08-14www: do not unecessarily escape some chars in paths
2016-08-09www: avoid misinterpreting '&' and ';' in query parameters
2016-07-09www: cleanup parameter passing
2016-07-09www: drop unused constants
2016-07-07www: remove old footer generation code and normalize new.html
2016-07-07inbox: cleanup and consolidate object weakening
2016-07-02www: remove Plack::Request dependency entirely
2016-07-02www: use PSGI env directly
2016-07-02inbox: base_url method takes PSGI env hashref instead
2016-06-30www_stream: add response wrapper sub
2016-06-30www: reinstate old thread view as an option
2016-06-30feed: add $INBOX/new.html endpoint
2016-06-30www: use WwwStream for dumping thread and search views
2016-06-30www: implement hybrid flat+thread conversation view
2016-06-26www: unescape '+' in query parameter to space
2016-06-20feed: various object-orientation cleanups
2016-06-17www: undefined query string values are empty strings
2016-06-17www: escape HTML in footer description
2016-06-13view: msg_html uses getline body to reduce latency
2016-06-05view: inline message reply into message view
2016-06-02www: force two element key-value pairs in query
2016-05-30www: remove a few more Plack::Request dependencies
2016-05-30www: remove gratuitous use of Plack::Request methods
2016-05-30git-http-backend: remove dependency on Plack::Request
2016-05-28remove redundant NewsGroup class
2016-05-28config: remove try_cat
2016-05-28www: remove footer_html support
2016-05-19www: tighten up allowable filenames for attachments
2016-05-19www: validate and check filenames in URLs
2016-05-19www: support downloading attachments
2016-05-17http: release resources when idle
2016-05-16www: fix for running under mount paths
2016-05-16declare Inbox object for reusability
2016-05-15mbox: support /$INBOX/all.mbox.gz endpoint