about summary refs log tree commit homepage
path: root/lib/PublicInbox/WWW.pm
DateCommit message (Expand)
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
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