summaryrefslogtreecommitdiff
path: root/django/archives/mailarchives/models.py
AgeCommit message (Expand)Author
2025-06-16Round of since/ and before/ URLs to whole daysMagnus Hagander
2021-10-23Clean up accidentally commited filesMagnus Hagander
2020-10-21Add opengraph metatags to messagesMagnus Hagander
2020-08-11Update exception catching syntax to please pep8Magnus Hagander
2020-04-01Use OneToOne field for unique Foreign KeyMagnus Hagander
2020-04-01Mark all ForeignKeys as on_delete=CASCADEMagnus Hagander
2019-06-19Re-think rate limiting for resendingMagnus Hagander
2019-06-18Implement basic rate limiting for sending emailMagnus Hagander
2019-06-18Implement email resending in the list archivesMagnus Hagander
2019-01-04Fix bad multi-command linesMagnus Hagander
2019-01-04Whitespace fixesMagnus Hagander
2019-01-04Fix indentationMagnus Hagander
2019-01-04Tabs to 4 spacesMagnus Hagander
2018-03-25Fix template loaders for django 1.11Magnus Hagander
2018-01-13Add models corresponding to previous migrationMagnus Hagander
2016-02-15Add support for flagging messages as corruptMagnus Hagander
2015-10-16Attempt to get predictable attachment orderingMagnus Hagander
2013-09-14Make the list-of-lists page more completeMagnus Hagander
2013-06-13Add support for hiding messages in the archivesMagnus Hagander
2013-01-06Inline (some) images attached to emailsMagnus Hagander
2012-08-12Here's one for my memory missing that there was already a custom sql fileMagnus Hagander
2012-08-12Create a date indexMagnus Hagander
2012-08-12Add a REST-like API for searchingMagnus Hagander
2012-07-11Add back the listing of lists to the menu on the leftMagnus Hagander
2012-07-11Fix fieldnameMagnus Hagander
2012-07-10Turn rawtxt into a bytea, since w edon't know the encodingMagnus Hagander
2012-07-09Store the raw text of messages.Magnus Hagander
2012-07-07Need to set colnameMagnus Hagander
2012-07-07Beautiful typo..Magnus Hagander
2012-07-07Sync all list info, including groupsMagnus Hagander
2012-06-25Show only immediate parents and children in the thread listMagnus Hagander
2012-06-17Default list link based on date/time instead of msgidMagnus Hagander
2012-06-17Materialize info on if a mail has attachments, to decrease queries.Magnus Hagander
2012-06-16Add a printdate function to get a nicely formatted date centrallyMagnus Hagander
2012-06-16threadid is part of the model already, but missing in .pyMagnus Hagander
2012-06-11Add some basic support for attachmentsMagnus Hagander
2012-06-11Initial import, because i need somethingMagnus Hagander