about summary refs log tree commit homepage
path: root/lib/PublicInbox/WWW.pm
DateCommit message (Expand)
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
2016-05-14rename most instances of "list" to "inbox"
2016-04-15www: redirect /$MESSAGE_ID/f/ endpoints
2016-04-02www: more explicit "git clone" usage
2016-03-03use raw header for Message-ID
2016-02-29fixup Plack-related requires
2016-02-29distinguish error messages intended for users vs developers
2016-02-26www: add News* wrappers to preload
2016-02-26www: workaround for malformed NNTP links
2016-02-25hval: implement common UI for protocol-relative URLs
2016-02-25www: make interface more OO
2016-02-25remove direct CGI.pm support
2016-02-24www: support $MESSAGE_ID/R/ endpoint for replies
2016-02-13www: document "git clone --mirror" usage
2016-02-13www: advertise clone-ability over http/https
2016-02-07support smart HTTP cloning
2016-02-02www: support git cloning via dumb HTTP
2016-01-09www: fix redirection loops
2016-01-03www: comments for denoting Plack::Request vs CGI
2016-01-02www: redirect with query string
2015-12-22rename 'GitCatFile' package to 'Git'
2015-12-22config: hoist out common functions
2015-11-20various internal documentation updates
2015-10-04mbox: generate Archived-At, List-Post, List-Archive headers
2015-09-12searchview: support displaying entire threads
2015-09-06update copyright headers and email addresses
2015-09-05extmsg: fall back to partial Message-ID matching
2015-09-05view: preliminary HTML search interface
2015-09-04www: extra redirects for the '/'-challenged
2015-09-03www: move fallback after legacy matches
2015-09-03www: attempt to handle Message-IDs with slashes
2015-09-03get rid of Message-ID compression entirely
2015-09-02implement external Message-ID finder
2015-09-02view: optional flat view for recent messages
2015-09-01completely revamp URL structure to shorten permalinks
2015-09-01www: root atom feed is "new.atom" and not "atom.xml"
2015-09-01www: compile mbox regexp only once
2015-09-01implement per-thread Atom feeds