pgarchives.git
2024-09-24 Jelte Fennema-NioAccept a Message-ID contained in < > characters master github/master
2024-04-11 Magnus HaganderUpdate to support django 4.2
2023-08-19 Jonathan S... Temporary remove Slack link
2023-06-07 Magnus HaganderSync up to latest version of pgweb auth plugin
2023-05-16 Magnus HaganderSet a http header indicating which message an attachmen...
2023-04-11 Célestin MatteAdd JIS encodings to message loading
2023-03-23 Magnus HaganderReplace reference to pep8 with pycodestyle
2023-03-23 Célestin MatteFix typo
2022-12-19 Magnus HaganderSet rel=nofollow on link to "infinite" pages
2022-07-15 Magnus HaganderUse as_bytes() instead of as_string() to generate mbox
2022-06-20 Magnus HaganderSwitch to using community authentication for downloadin...
2022-04-01 Magnus HaganderFix bytes/str handling of secondary text parts in messages
2022-01-30 Magnus HaganderEnsure pglister_sync includes a value for subscriber_access
2022-01-15 Célestin MatteFix default authentication configuration
2022-01-15 Magnus HaganderAllow configuration of upstream pgweb address
2021-11-30 Célestin MatteAllow use of IP ranges for API_CLIENTS
2021-11-24 Célestin MatteAdd pglister section in archives.ini.sample
2021-11-07 Magnus HaganderAdd DEFAULT_AUTO_FIELD for Django 3.2
2021-11-04 Magnus HaganderFix ancient error fromt he 2to3 conversion
2021-10-27 Célestin MatteAllow use of IP ranges for SEARCH_CLIENTS
2021-10-23 Magnus HaganderClean up accidentally commited files
2021-05-24 Magnus HaganderProperly quote URL in link to resend an email
2021-03-02 Magnus HaganderReplace @postgresql.org with @lists.postgresqql.org
2021-02-26 Magnus HaganderAdd EOT format of fa fonts
2021-01-08 Jonathan S... Do not set fixed width for thread selector dropdown box
2020-11-02 Magnus HaganderFix description of systemd service in template
2020-10-29 Magnus HaganderProperly quote URL for login redirect in private archives
2020-10-21 Magnus HaganderUse article:author instead of og:article:author
2020-10-21 Magnus HaganderAdd opengraph metatags to messages
2020-08-11 Magnus HaganderUpdate to latest version of community auth plugin
2020-08-11 Magnus HaganderRemove unused import
2020-08-11 Magnus HaganderUpdaate regexp escaping syntax to please pep8
2020-08-11 Magnus HaganderUpdate exception catching syntax to please pep8
2020-07-15 Stephen FrostImprovements to main lists page
2020-06-02 Jonathan S... Update reference to Archives Policy
2020-06-01 Magnus HaganderSupport overwriting messages in load_messages.py
2020-04-14 Magnus HaganderExtra quote the url from 'next' in authentication
2020-04-03 Magnus HaganderFix rendering of attachments and raw messages
2020-04-01 Magnus HaganderUpdate middleware and config for Django 2.2
2020-04-01 Magnus Haganderis_authenticated is no longer a callable in newer Django
2020-04-01 Magnus HaganderUse OneToOne field for unique Foreign Key
2020-04-01 Magnus HaganderMark all ForeignKeys as on_delete=CASCADE
2020-03-30 Magnus HaganderSet a timeout for sendinv Varnish purge requests
2020-01-29 Magnus HaganderFix logging of load errors
2020-01-29 Magnus HaganderFixes for newer pep8
2019-07-13 Magnus HaganderEnsure permissions check on "resend complete"
2019-06-20 Magnus HaganderFix copy/paste error
2019-06-20 Magnus HaganderDon't issue xkey headers for private archives
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
next