pgarchives.git
2019-06-20 Magnus HaganderRemove headers for legacy purging
2019-06-19 Magnus HaganderRemove extra : at end of xkey
2019-06-19 Magnus HaganderFix typo
2019-06-19 Magnus HaganderUse xkey instead of regexp when purging threads and...
2019-06-19 Magnus HaganderRe-think rate limiting for resending
2019-06-19 Magnus HaganderFix incorrect sign
2019-06-19 Magnus HaganderActually enforce rate limiting
2019-06-18 Magnus HaganderFix typo
2019-06-18 Magnus HaganderImplement basic rate limiting for sending email
2019-06-18 Magnus HaganderDon't allow duplicate requests for the same email to...
2019-06-18 Magnus HaganderEat initial "From" line when sending from archives
2019-06-18 Magnus HaganderEnsure session and csrf cookies are secure
2019-06-18 Magnus HaganderOnly require a user to be subcsribed on hidden archives
2019-06-18 Magnus HaganderAllow authentication urls under /list/_auth/
2019-06-18 Magnus HaganderAdd xkey headers to outgoing emails
2019-06-18 Magnus HaganderImplement email resending in the list archives
2019-06-18 Magnus HaganderRemove settings entry from sample that are not used
2019-06-18 Magnus HaganderUnicode fixes in migrations
2019-05-17 Magnus HaganderEnsure array of usernames are text[]
2019-04-02 Magnus HaganderMake sure permissions check on individual messages...
2019-02-23 Magnus HaganderFix URLs for attachments
2019-02-22 Magnus HaganderFix URL matchiong for messages with slash in msgid
2019-02-04 Jonathan S... Pin the navigation bar to the top of the page.
2019-01-08 Magnus HaganderFix date parsing to be even more forgiving
2019-01-07 Magnus HaganderDetect and show date changes in reparse message
2019-01-07 Magnus HaganderRemove clean_date.py, because it relied on the old...
2019-01-04 Magnus HaganderDon't crash on authenticaiton with colon in the password
2019-01-04 Magnus HaganderRemove placeholder base.css
2019-01-04 Magnus HaganderLoad stylesheet using link instead of import
2019-01-04 Magnus HaganderRemove jquery-ui selectmenu plugin as it's not used
2019-01-04 Magnus HaganderGet rid of inline javascript
2019-01-04 Magnus HaganderFix variable reference in thread API
2019-01-04 Magnus HaganderAdd pep8 commit hook and config file
2019-01-04 Magnus HaganderFix comparison operators
2019-01-04 Magnus HaganderFix incorrect import
2019-01-04 Magnus HaganderFix bad multi-command lines
2019-01-04 Magnus HaganderWhitespace fixes
2019-01-04 Magnus HaganderFix indentation
2019-01-04 Magnus HaganderTabs to 4 spaces
2019-01-04 Magnus HaganderUpdate django app to python 3
2019-01-04 Magnus HaganderTrap internal AssertionError from python libraries
2019-01-03 Magnus HaganderUpdate loader scripts to use python3 syntax
2019-01-03 Magnus HaganderUse "in" syntax instead of has_key()
2018-12-29 Magnus HaganderFix bad indentation
2018-12-03 Magnus HaganderTrack load date of messages
2018-11-30 Magnus HaganderSwitch to using tidylib rather than tidy
2018-11-29 Magnus HaganderUse advisory lock around load_message.py
2018-11-20 Magnus HaganderActually return the response when rendering raw view...
2018-11-20 Magnus HaganderRemove spaces in messageids
2018-11-20 Magnus HaganderProper attempt at correctly updating header fields
2018-11-20 Magnus HaganderRevert "Actually update header fields when they have...
2018-11-20 Magnus HaganderFix accidental reversing of printed manual header diffs
2018-11-20 Magnus HaganderActually update header fields when they have changed
2018-11-20 Magnus HaganderOne more round of header replacement fixes
2018-11-20 Magnus HaganderWhen reparsing, show both header and body changes
2018-11-20 Magnus HaganderAdd another strange timezone offset format
2018-11-20 Magnus HaganderUse the tsparser text search parser by default
2018-11-05 Jonathan S... Add URL to Code of Conduct in footer.
2018-10-17 Jonathan S... Ensure there are spaces on emails sent to multiple...
2018-09-02 Magnus HaganderAdd API support for getting "latest messages" across...
2018-07-06 Magnus HaganderMake error message on messageid-refind-failure more...
2018-07-06 Magnus HaganderPrompt before committing the reparse transaction
2018-07-06 Magnus HaganderDon't change messages if they haven't changed
2018-06-26 Jonathan S... Typo fixes on /list/
2018-06-20 Magnus HaganderShow progress in percent when reparsing large sets...
2018-06-20 Magnus HaganderMake flat messageview redirect to md5 of messageid
2018-06-20 Magnus HaganderInclude which lists a message is posted to in flat...
2018-06-20 Magnus HaganderDon't do a #-redirect for first message in thread
2018-06-20 Magnus HaganderDon't require antispam auth on private archives
2018-06-11 Jonathan S... Relax the linespacing on messages in archives.
2018-06-11 Jonathan S... Decrease spacing between paragraphs in message content...
2018-06-11 Jonathan S... Remove margin-top from <hr> in flat message view.
2018-06-11 Jonathan S... Preserve whitespace and newlines in messages in the...
2018-06-09 Jonathan S... Update Git URL to be directly to core project.
2018-06-03 Jonathan S... Fix a typo that causes inconsistent line heights in...
2018-06-03 Jonathan S... Remove "Shaded" URLs for clicked links site wide.
2018-05-22 Jonathan S... Modified anchor tag formatting on whole thread view.
2018-05-07 Magnus HaganderFix call to parse_http_date
2018-05-02 Jonathan S... Fix spacing between content and navigation in archives...
2018-04-26 Magnus HaganderFix typo
2018-04-25 Sarah ConwayRefactor the navigation bar for desktop, tablet, and...
2018-04-24 Jonathan S... Match "Quick Links" to what displays under "Community...
2018-04-21 Jonathan S... Use Bootstrap's default for line height.
2018-04-21 Jonathan S... Remove padding from month/tread view tables in archives.
2018-04-21 Jonathan S... Add paperclip icon to messages with attachments in...
2018-04-21 Jonathan S... Add paperclip icon on thread-list viewer for messages...
2018-04-21 Sarah ConwayAdjust color of <strong> tags to help them stand out...
2018-04-21 Sarah ConwayChange colors for visited links.
2018-04-21 Jonathan S... Enable content wrapping in messages based on viewport...
2018-04-19 Jonathan S... Adjustments for ease of scrolling based on feedback.
2018-04-19 Jonathan S... Remove emphasis from header border.
2018-04-19 Jonathan S... Add a break between the end of one message and beginnin...
2018-04-18 Jonathan S... Remove "Attachments" text to make it easier to scroll.
2018-04-18 Jonathan S... Remove debugging code
2018-04-18 Jonathan S... Use "safe" filter for list descriptions.
2018-04-18 Jonathan S... Change styles for archives view to enable easier browsing.
2018-04-18 Jonathan S... Add back in <h1> tag on regular message page
2018-04-18 Jonathan S... Refactor message display.
2018-04-18 Jonathan S... Ensure columns on archive tables are of fixed width.
2018-04-18 Jonathan S... Update pgarchives to use new styles.
next