about summary refs log tree commit homepage
path: root/lib/PublicInbox/WWW.pm
DateCommit message (Expand)
2019-04-16cleanup: use '$ibx' consistently when referring to Inbox refs
2019-04-16www: remove unnecessary Git object reference
2019-04-04www: fix missing cgit fallback after legacy redirects
2019-04-04www: wire up cgit as a 404 handler if cgitrc is configured
2019-02-23www: prevent '!important' in BOFH-specified CSS
2019-02-13ensure bytes::length is available to callers
2019-01-20$INBOX/_/text/color/ and sample user-side CSS
2019-01-20www: admin-configurable CSS via "publicinbox.css"
2019-01-20view: enforce trailing slash for /$INBOX/$OID/s/ endpoints
2019-01-19view: wire up diff and vcs viewers with solver
2019-01-15config: inbox name checking matches git.git more closely
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