about summary refs log tree commit homepage
path: root/lib/PublicInbox/WWW.pm
DateCommit message (Expand)
2020-12-05isearch: emulate per-inbox search with ->ALL
2020-11-07extsearch: wire up remaining Inbox-like methods for WWW
2020-09-16treewide: relax allow >=40 chars for git OID
2020-09-10wwwlisting: avoid hogging event loop
2020-09-10www: manifest.js.gz generation no longer hogs event loop
2020-07-10viewvcs: allow "0" as a path name
2020-07-06www: need: use WwwStream::html_oneshot
2020-05-09replace most uses of PublicInbox::MIME with Eml
2020-05-09switch read-only Email::Simple users to Eml
2020-05-09www: preload: load all encodings at startup
2020-03-26wwwaltid: inform users to use POST instead of GET
2020-03-26inbox: altid_map becomes a method
2020-03-25www: add endpoint to retrieve altid dumps
2020-03-20daemon: do more immortal allocations up front
2020-03-20www: update ->preload for newer modules
2020-02-06treewide: run update-copyrights from gnulib for 2019
2020-02-04www: serve $INBOX_DIR/description as $INBOX_URL/description
2020-02-04www: stricter regexp for 405 errors
2020-01-01wwwstatic: add directory listing + index.html support
2020-01-01wwwstatic: move r(...) functions here
2020-01-01www: move more logic into path_info_raw
2019-12-27www: lazy load Plack::Util
2019-10-22www: remove unused ctx_get sub
2019-09-09run update-copyrights from gnulib for 2019
2019-06-14rename reference to git epochs as "partitions"
2019-06-09www: support $INBOX/git/$EPOCH.git for v2 cloning
2019-06-09www: wire up /$INBOX/manifest.js.gz, too
2019-06-09wwwlisting: generate grokmirror-compatible manifest.js.gz
2019-06-04www: require ASCII word characters for CSS filenames
2019-06-04www: require ASCII range for mbox downloads
2019-06-04www: require ASCII digit for git epoch
2019-06-04www: require ASCII filenames in git blob downloads
2019-06-04www: only emit ASCII chars in attachment filenames
2019-05-21Merge remote-tracking branch 'origin/xap-optional' into master
2019-05-16www: unescape '+' => ' ' before general URI unescape
2019-05-15lazy load Xapian and make it optional for v2
2019-05-15www: use Inbox->over where appropriate
2019-04-19www: support listing of inboxes
2019-04-19start depending on Perl 5.10.1+
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