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