index
:
pgarchives.git
master
py3
PostgreSQL mailinglist archives backend
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
archives
/
mailarchives
/
models.py
Age
Commit message (
Expand
)
Author
2025-06-16
Round of since/ and before/ URLs to whole days
Magnus Hagander
2021-10-23
Clean up accidentally commited files
Magnus Hagander
2020-10-21
Add opengraph metatags to messages
Magnus Hagander
2020-08-11
Update exception catching syntax to please pep8
Magnus Hagander
2020-04-01
Use OneToOne field for unique Foreign Key
Magnus Hagander
2020-04-01
Mark all ForeignKeys as on_delete=CASCADE
Magnus Hagander
2019-06-19
Re-think rate limiting for resending
Magnus Hagander
2019-06-18
Implement basic rate limiting for sending email
Magnus Hagander
2019-06-18
Implement email resending in the list archives
Magnus Hagander
2019-01-04
Fix bad multi-command lines
Magnus Hagander
2019-01-04
Whitespace fixes
Magnus Hagander
2019-01-04
Fix indentation
Magnus Hagander
2019-01-04
Tabs to 4 spaces
Magnus Hagander
2018-03-25
Fix template loaders for django 1.11
Magnus Hagander
2018-01-13
Add models corresponding to previous migration
Magnus Hagander
2016-02-15
Add support for flagging messages as corrupt
Magnus Hagander
2015-10-16
Attempt to get predictable attachment ordering
Magnus Hagander
2013-09-14
Make the list-of-lists page more complete
Magnus Hagander
2013-06-13
Add support for hiding messages in the archives
Magnus Hagander
2013-01-06
Inline (some) images attached to emails
Magnus Hagander
2012-08-12
Here's one for my memory missing that there was already a custom sql file
Magnus Hagander
2012-08-12
Create a date index
Magnus Hagander
2012-08-12
Add a REST-like API for searching
Magnus Hagander
2012-07-11
Add back the listing of lists to the menu on the left
Magnus Hagander
2012-07-11
Fix fieldname
Magnus Hagander
2012-07-10
Turn rawtxt into a bytea, since w edon't know the encoding
Magnus Hagander
2012-07-09
Store the raw text of messages.
Magnus Hagander
2012-07-07
Need to set colname
Magnus Hagander
2012-07-07
Beautiful typo..
Magnus Hagander
2012-07-07
Sync all list info, including groups
Magnus Hagander
2012-06-25
Show only immediate parents and children in the thread list
Magnus Hagander
2012-06-17
Default list link based on date/time instead of msgid
Magnus Hagander
2012-06-17
Materialize info on if a mail has attachments, to decrease queries.
Magnus Hagander
2012-06-16
Add a printdate function to get a nicely formatted date centrally
Magnus Hagander
2012-06-16
threadid is part of the model already, but missing in .py
Magnus Hagander
2012-06-11
Add some basic support for attachments
Magnus Hagander
2012-06-11
Initial import, because i need something
Magnus Hagander