]> Sergey Matveev's repositories - public-inbox.git/history - lib/PublicInbox/Feed.pm
feed: respect feedmax, again
[public-inbox.git] / lib / PublicInbox / Feed.pm
2018-04-18 Eric Wong (Contrac... feed: respect feedmax, again
2018-04-03 Eric Wong (Contrac... view: avoid offset during pagination
2018-04-02 Eric Wong (Contrac... www: rework query responses to avoid COUNT in SQLite
2018-03-30 Eric Wong (Contrac... feed: optimize query for feeds, too
2018-03-27 Eric Wong (Contrac... view: depend on SearchMsg for Message-ID
2018-03-23 Eric Wong (Contrac... feed: fix new.html for v2
2018-03-22 Eric Wong (Contrac... feed: $INBOX/new.atom endpoint supports v2 inboxes
2018-02-07 Eric Wongupdate copyrights for 2018
2017-01-10 Eric Wongintroduce PublicInbox::MIME wrapper class
2016-12-17 Eric Wongfeed: support publicinbox.<name>.feedmax
2016-12-03 Eric Wongatom: switch to getline/close for response bodies
2016-08-14 Eric Wongwww: do not double-clean Message-IDs from internal DBs
2016-08-14 Eric Wongwww: do not unecessarily escape some chars in paths
2016-08-06 Eric Wongwww: use <hr> to delimit messages in /new.html view...
2016-07-09 Eric Wongfeed: remove dead code and unneeded use
2016-07-09 Eric Wongwww: cleanup parameter passing
2016-07-07 Eric Wongwww: remove old footer generation code and normalize...
2016-07-06 Eric Wongfeed: fix links to attachments in Atom feed
2016-07-06 Eric Wongwww: use HTML <hr> instead of XHTML <hr />
2016-07-02 Eric Wongwww: remove Plack::Request dependency entirely
2016-07-02 Eric Wonginbox: base_url method takes PSGI env hashref instead
2016-06-30 Eric Wongwww_stream: add response wrapper sub
2016-06-30 Eric WongMerge branch 'thread-view-skel'
2016-06-30 Eric Wongfeed: add $INBOX/new.html endpoint
2016-06-30 Eric Wongview: merge $state hash with existing $ctx
2016-06-30 Eric Wongview: show thread context in the thread-aware flat...
2016-06-30 Eric Wongwww: use WwwStream for dumping thread and search views
2016-06-25 Eric Wongaddress: remove Address::from_name
2016-06-20 Eric Wongfeed: various object-orientation cleanups
2016-06-20 Eric Wongfeed: remove dependence on fh->write for streaming
2016-06-20 Eric Wongfeed: avoid needless method dispatches on 404
2016-06-17 Eric Wongfeed: split out top-of-page generation
2016-06-07 Eric WongMerge branch 'unsubscribe'
2016-05-30 Eric Wongwww: remove a few more Plack::Request dependencies
2016-05-25 Eric Wongremove Email::Address dependency
2016-05-21 Eric Wonglocalize $/ in more places to avoid potential problems
2016-05-19 Eric Wongwww: support downloading attachments
2016-05-18 Eric Wongfeed: inline feed entry generation
2016-05-16 Eric Wongwww: fix for running under mount paths
2016-05-14 Eric Wongrename most instances of "list" to "inbox"
2016-04-25 Eric Wongwww: add rel=next and rel=prev navigation hints
2016-04-13 Eric Wongwww: stop generating /$MESSAGE_ID/f/ links
2016-04-02 Eric Wongwww: various style changes and comment updates
2016-03-12 Eric Wongfeed: fix brain farts in new_oneline removal
2016-03-12 Eric Wongreduce "PublicInbox::Hval->new_oneline" use
2016-03-05 Eric Wongfeed: remove unnecessary encoding lookup
2016-03-03 Eric Wonguse raw header for Message-ID
2016-02-28 Eric Wongreduce calls to close unless error checks are needed
2016-02-25 Eric Wongremove direct CGI.pm support
2016-02-13 Eric Wongfeed: favor relative URL to Atom feed in HTML
2016-02-08 Eric Wongfeed: declare alternate link to HTML interface
2016-01-03 Eric Wongwww: comments for denoting Plack::Request vs CGI
2015-12-26 Eric Wonguse "Atom feed" consistently in headers/footers
2015-12-25 Eric Wongview: favor whitespace wrap in <head>
2015-12-22 Eric Wongrename 'GitCatFile' package to 'Git'
2015-12-22 Eric Wonghval: move PRE constant for wrapping UGC here
2015-11-20 Eric Wongvarious internal documentation updates
2015-11-18 Eric Wongfeed: capitalize "Atom" consistently
2015-09-13 Eric Wongsearchview: implement Atom feed for search results
2015-09-13 Eric Wongfeed: consolidate updated tag generation
2015-09-06 Eric Wongupdate copyright headers and email addresses
2015-09-05 Eric Wongview: preliminary HTML search interface
2015-09-04 Eric Wongindex: use message threading if search is available
2015-09-03 Eric Wongfeed: use application/atom+xml for Content-Type
2015-09-03 Eric Wongget rid of Message-ID compression entirely
2015-09-01 Eric Wongfeed: extra newline after nav footer if list footer...
2015-09-01 Eric Wongfeed: fix <updated> tag in Atom feed
2015-09-01 Eric Wongcompletely revamp URL structure to shorten permalinks
2015-09-01 Eric Wongwww: root atom feed is "new.atom" and not "atom.xml"
2015-09-01 Eric Wongimplement per-thread Atom feeds
2015-09-01 Eric Wongfeed: extract atom header generation
2015-09-01 Eric Wongfeed: use updated date based on git commit date
2015-08-29 Eric Wongavoid length in boolean context
2015-08-27 Eric Wongwire up to display non-suffixed Message-ID links
2015-08-25 Eric Wongfeed: fix "created" vs "updated" diff in topics
2015-08-25 Eric Wongfeed: merge subjects regardless of "[PATCH vN]"
2015-08-25 Eric Wongmid: mid_compressed => mid_compress
2015-08-24 Eric Wongview: refactor $state as a hash
2015-08-23 Eric Wongcleanup Email::Address usage
2015-08-23 Eric Wongfeed: r= parameter supports "HEAD" as a revision
2015-08-22 Eric Wongremove XML::Atom::SimpleFeed dependency
2015-08-22 Eric Wongstream HTML views as much as possible
2015-08-20 Eric Wongfeed: fix extra, unnecessary quote
2015-08-20 Eric Wongavoid using header_raw for Message-ID retrieval
2015-08-20 Eric Wongindex: layout fix + title and Atom feed links at top
2015-08-20 Eric Wongindex: simplify main landing page if search-enabled
2015-08-20 Eric Wonguse tables for rendering comment nesting
2015-08-20 Eric Wongfeed: move timestamp parsing to view
2015-08-20 Eric Wongfeed: remove threading from index
2015-08-17 Eric Wongdrop bodies and messages ASAP after processing
2015-08-17 Eric Wongfeed: disable the generator statement
2015-08-17 Eric Wongwww: simplify parameter passing to feed
2015-08-17 Eric Wongfavor /t/ to /s/, since subjects may change mid-thread
2015-08-17 Eric Wongfeed: remove unnecesary time paramenter in index state
2015-08-17 Eric WongMerge remote-tracking branch 'origin/search'
2015-08-15 Eric Wongthread: common sorting code
2015-07-20 Eric Wongfeed: extract subroutines for threading
2015-07-06 Eric Wongfeed: compile regexps only once
2015-07-06 Eric Wongfeed: close body tag correctly in index
2014-09-15 Eric Wongindex: add prev/next index navigation
next