summaryrefslogtreecommitdiff
path: root/django/archives/mailarchives/api.py
AgeCommit message (Expand)Author
2021-11-30Allow use of IP ranges for API_CLIENTSCélestin Matte
2021-10-23Clean up accidentally commited filesMagnus Hagander
2020-08-11Update exception catching syntax to please pep8Magnus Hagander
2019-06-20Fix copy/paste errorMagnus Hagander
2019-06-20Don't issue xkey headers for private archivesMagnus Hagander
2019-06-20Remove headers for legacy purgingMagnus Hagander
2019-06-18Add xkey headers to outgoing emailsMagnus Hagander
2019-01-04Fix variable reference in thread APIMagnus Hagander
2019-01-04Whitespace fixesMagnus Hagander
2019-01-04Fix indentationMagnus Hagander
2019-01-04Tabs to 4 spacesMagnus Hagander
2019-01-04Update django app to python 3Magnus Hagander
2019-01-03Use "in" syntax instead of has_key()Magnus Hagander
2018-09-02Add API support for getting "latest messages" across listsMagnus Hagander
2018-03-25Fix template loaders for django 1.11Magnus Hagander
2018-03-21Add API endpoint to return list-of-listsMagnus Hagander
2018-01-15Implement per-list permissionsMagnus Hagander
2016-02-15Switch simplejson->json, do decrease requirementsMagnus Hagander
2015-02-08Include filename in attachment list in APIMagnus Hagander
2014-05-24Use proper full text search in the archives APIMagnus Hagander
2014-04-22Sort the "latest" API entries in the correct orderMagnus Hagander
2013-08-24Add ability in the API to get just messages with attachmentsMagnus Hagander
2013-08-18Include list of attachments in API results, not just a booleanMagnus Hagander
2013-07-10Add some basic API functionalityMagnus Hagander