| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bump copyright years. | Barry Warsaw | 2017-01-04 | 1 | -1/+1 |
| | | |||||
| * | Use `atpublic` for @public instead of internal copy. | Barry Warsaw | 2016-11-29 | 1 | -1/+1 |
| | | |||||
| * | Fixed a bunch of things in PATCHing domains and added tests and NEWS. | Mark Sapiro | 2016-10-22 | 1 | -15/+8 |
| | | |||||
| * | First cut at PUT/PATCH for domain. | Mark Sapiro | 2016-10-20 | 1 | -0/+33 |
| | | |||||
| * | New template system. Closes #249 | Barry Warsaw | 2016-07-16 | 1 | -5/+20 |
| | | | | | | The new template system is introduced for API 3.1. See ``src/mailman/rest/docs/templates.rst`` for details. | ||||
| * | Revert a few incorrect renames. | Barry Warsaw | 2016-04-03 | 1 | -4/+4 |
| | | |||||
| * | API consistency. | Barry Warsaw | 2016-04-03 | 1 | -6/+6 |
| | | |||||
| * | Clean up the rest directory. | Barry Warsaw | 2016-03-25 | 1 | -7/+3 |
| | | |||||
| * | Refactor API differences into a separate class. | Barry Warsaw | 2016-01-13 | 1 | -2/+2 |
| | | | | | | | | | | | | We now have an IAPI interface which defines methods to convert to/from UUIDs to their REST representations, and to calculate the API-homed full URL path to a resource. Add implementations API30 and API31 to handle the two different implementations so far. This also simplifies the various path_to() calls. Also: Add support for diff_cover to tox.ini to check that all differences against the master branch have full test coverage. | ||||
| * | Happy New Year. | Barry Warsaw | 2016-01-02 | 1 | -1/+1 |
| | | |||||
| * | Cleanups, corner case fixes, and coverage. | Barry Warsaw | 2015-12-31 | 1 | -3/+1 |
| | | |||||
| * | Major push for completing issue #121. Now in API 3.1, all UUIDs must be the | Barry Warsaw | 2015-12-30 | 1 | -2/+2 |
| | | | | | | | | | | hex representations of a UUID, not the int representation. Also: * Some general code cleanup. * Fix issue 185 (REST server crash when subscribing a user without a preferred address). | ||||
| * | * REST API version 3.1 introduced. Mostly backward compatible with version | Barry Warsaw | 2015-07-18 | 1 | -3/+4 |
| | | | | | | | 3.0 except that UUIDs are represented as hex strings instead of 128-bit integers, since the latter are not compatible with all versions of JavaScript. | ||||
| * | Add lots of test for various bits of domain owners. | Barry Warsaw | 2015-04-06 | 1 | -4/+9 |
| | | | | | | | | | | | A little refactoring of list_of_str() into list_of_strings_validator() which is now put in the validators.py module and used in several places. Python 3 super() style. Add some code and tests to catch <domain>/owners references when <domain> doesn't exist. | ||||
| * | Checkpointing: | Barry Warsaw | 2015-04-06 | 1 | -1/+0 |
| | | | | | | | * Cleanups. * Updates to domains and users. * Allow is_server_owner to be PUT. | ||||
| * | * implement left over methods | Abhilash Raj | 2015-04-06 | 1 | -3/+5 |
| | | | | | * add and remove owners using the address | ||||
| * | * Add `drop_column` inside sqlite check, fix indentation | Abhilash Raj | 2015-03-31 | 1 | -2/+2 |
| | | | | | | | | | * Change `Owner` to `DomainOwner` * Fix indentation errors in docs * add multiple owners using `add_owners` * all dummy addresses should be using example.com, example.org to avoid conflict ever * add dummy tests | ||||
| * | add domainowner and serverowner options | Abhilash Raj | 2015-03-21 | 1 | -5/+16 |
| | | | | | | | * Add is_serverowner flag in User model and api * Add owner table for user-domain's many to many relationship * add owners subresource in domain's rest api | ||||
| * | We don't need the 'six' package any more. | Barry Warsaw | 2015-01-04 | 1 | -6/+4 |
| | | |||||
| * | Bump copyright years. | Barry Warsaw | 2015-01-04 | 1 | -1/+1 |
| | | |||||
| * | Remove huge amounts of now unnecessary file boilerplate. | Barry Warsaw | 2014-12-22 | 1 | -3/+0 |
| | | |||||
| * | Checkpointing. | Barry Warsaw | 2014-11-30 | 1 | -4/+6 |
| | | | | | | | | | | | By using `six` I think I have most of the imports squared away. There's probably still uses of `unicode` built-ins that need fixing. The idea is to first get the test suite running (which it doesn't yet), and then to fix tests. There's a bug in lazr.config which requires us to patch it for now. | ||||
| * | Refactor so that most modules don't need to import falcon, and so fewer | Barry Warsaw | 2014-08-14 | 1 | -18/+10 |
| | | | | | | unnecessary changes are needed for upstream falcon to support restish-ish traversal. | ||||
| * | Domains are ported to falcon. | Barry Warsaw | 2014-08-13 | 1 | -25/+30 |
| | | |||||
| * | Use print functions consistently through, and update all __future__ imports to | Barry Warsaw | 2014-04-28 | 1 | -1/+1 |
| | | | | | | | | | reflect this. Also, mock out sys.stderr on some tests so that their nose2 output is quieter. A few other minor coding style consistencies. | ||||
| * | Bump copyright years. | Barry Warsaw | 2014-01-01 | 1 | -1/+1 |
| | | |||||
| * | Bump copyright years. | Barry Warsaw | 2013-01-01 | 1 | -1/+1 |
| | | |||||
| * | copybump | Barry Warsaw | 2012-01-01 | 1 | -1/+1 |
| | | |||||
| * | * New REST resource http://.../<domain>/lists can be GETed in order to find | Barry Warsaw | 2011-08-30 | 1 | -0/+12 |
| |\ | | | | | | | | | all the mailing lists in a specific domain (LP: #829765). Given by Stephen A. Goss. | ||||
| | * | merged changes to main branch | Stephen A. Goss | 2011-08-23 | 1 | -4/+4 |
| | |\ | |/ |/| | |||||
| | * | some tweaks to fix for LP: 829765 based on feedback | Stephen A. Goss | 2011-08-23 | 1 | -2/+5 |
| | | | |||||
| | * | REST API: add listing of mailing lists per domain | Stephen A. Goss | 2011-08-19 | 1 | -0/+9 |
| | | | |||||
| * | | Rename IDomain.email_host to .mail_host for consistency. Similarly in the | Barry Warsaw | 2011-08-22 | 1 | -4/+4 |
| |/ | | | | REST API. (LP: #831660) | ||||
| * | Add REST API for removing a domain. | Barry Warsaw | 2011-04-19 | 1 | -1/+11 |
| | | |||||
| * | Happy New Year. | Barry Warsaw | 2011-01-01 | 1 | -1/+1 |
| | | |||||
| * | Refactor, and add a missing import. | Barry Warsaw | 2010-08-23 | 1 | -1/+2 |
| | | |||||
| * | Add POST validators. | Barry Warsaw | 2010-03-01 | 1 | -8/+11 |
| | | |||||
| * | Refactoring for common collection code. | Barry Warsaw | 2010-02-25 | 1 | -22/+11 |
| | | |||||
| * | Refactor both the mailing lists and membership REST wrappers. | Barry Warsaw | 2010-02-25 | 1 | -4/+4 |
| | | |||||
| * | Refactor domains into a separate file. | Barry Warsaw | 2010-02-25 | 1 | -0/+107 |
