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
/
api.py
Age
Commit message (
Expand
)
Author
2021-11-30
Allow use of IP ranges for API_CLIENTS
Célestin Matte
2021-10-23
Clean up accidentally commited files
Magnus Hagander
2020-08-11
Update exception catching syntax to please pep8
Magnus Hagander
2019-06-20
Fix copy/paste error
Magnus Hagander
2019-06-20
Don't issue xkey headers for private archives
Magnus Hagander
2019-06-20
Remove headers for legacy purging
Magnus Hagander
2019-06-18
Add xkey headers to outgoing emails
Magnus Hagander
2019-01-04
Fix variable reference in thread API
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
2019-01-04
Update django app to python 3
Magnus Hagander
2019-01-03
Use "in" syntax instead of has_key()
Magnus Hagander
2018-09-02
Add API support for getting "latest messages" across lists
Magnus Hagander
2018-03-25
Fix template loaders for django 1.11
Magnus Hagander
2018-03-21
Add API endpoint to return list-of-lists
Magnus Hagander
2018-01-15
Implement per-list permissions
Magnus Hagander
2016-02-15
Switch simplejson->json, do decrease requirements
Magnus Hagander
2015-02-08
Include filename in attachment list in API
Magnus Hagander
2014-05-24
Use proper full text search in the archives API
Magnus Hagander
2014-04-22
Sort the "latest" API entries in the correct order
Magnus Hagander
2013-08-24
Add ability in the API to get just messages with attachments
Magnus Hagander
2013-08-18
Include list of attachments in API results, not just a boolean
Magnus Hagander
2013-07-10
Add some basic API functionality
Magnus Hagander