| Fri, 17 May 2019 19:45:15 -0400 |
John Rouillard |
Rename Store class in rate_limit.py to Gcra. The name Store makes no
|
| Sat, 11 May 2019 21:22:48 -0400 |
John Rouillard |
Mark the failing test I deactivated as xfail to make it easier for
|
| Sat, 11 May 2019 20:53:06 -0400 |
John Rouillard |
Deactivate failing test till I can get somebody to look at it. I want
|
| Sat, 11 May 2019 18:23:49 -0400 |
John Rouillard |
Added Otk support to db_test_base to make test_cgi work. I think this
|
| Sat, 11 May 2019 17:50:00 -0400 |
John Rouillard |
Change access to config from dict to property. This makes doing the
|
| Sat, 11 May 2019 17:24:58 -0400 |
John Rouillard |
issue2550949: Rate limit password guesses/login attempts.
|
| Sun, 28 Apr 2019 18:44:05 -0400 |
John Rouillard |
3.7 not available in our travis setup. Reverting request for it.
|
| Sun, 28 Apr 2019 18:28:44 -0400 |
John Rouillard |
issue2551042 - add extra \ to \w in raw string url_to_regex. Not sure
|
| Wed, 24 Apr 2019 17:50:55 -0400 |
John Rouillard |
Documentation additions by Tom Ekberg to add example of performing
|
| Sun, 21 Apr 2019 21:00:06 -0400 |
John Rouillard |
A basic set of tests for admin.py. Triggered by
|
| Wed, 17 Apr 2019 20:35:56 -0400 |
John Rouillard |
Fix exception handling code for case where port already in use.
|
| Mon, 15 Apr 2019 21:41:06 -0400 |
John Rouillard |
Added some more rest testing and make sure api version is valid.
|
| Sun, 14 Apr 2019 21:07:11 -0400 |
John Rouillard |
Add support for making an idempotent POST. This allows retrying a POST
|
| Sat, 13 Apr 2019 13:53:24 -0400 |
John Rouillard |
Fix issue2551041 - change permission check from "Create User" to
|
| Sat, 13 Apr 2019 12:45:36 -0400 |
John Rouillard |
Add another test case: change protected attribute using patch_attribute.
|
| Sat, 13 Apr 2019 12:16:15 -0400 |
John Rouillard |
Change some 400 errors to 405 (method not allowed) errors where user is
|
| Thu, 11 Apr 2019 21:46:51 -0400 |
John Rouillard |
Add more tests including call to patch an attribute with add and
|
| Thu, 11 Apr 2019 20:54:39 -0400 |
John Rouillard |
Method PUT: ignore specification of protected properties which can not
|
| Wed, 10 Apr 2019 22:43:16 -0400 |
John Rouillard |
Anydbm back end didn't list creator or actor as protected properties.
|
| Wed, 10 Apr 2019 18:04:36 -0400 |
John Rouillard |
Add test for @pretty=false format change.
|
| Wed, 10 Apr 2019 17:56:08 -0400 |
John Rouillard |
Fix OPTIONS responses:
|
| Wed, 10 Apr 2019 17:46:51 -0400 |
John Rouillard |
Change pretty url parameter to @pretty to stop collision with field name.
|
| Mon, 08 Apr 2019 22:45:47 -0400 |
John Rouillard |
Change output comparison from strings to comparison on python
|
| Mon, 08 Apr 2019 21:46:21 -0400 |
John Rouillard |
Adding tests for csrf protection for rest. Also test disabling of
|
| Mon, 08 Apr 2019 20:00:01 -0400 |
John Rouillard |
Update rest.txt example to include headers required for CSRF
|
| Mon, 08 Apr 2019 19:38:06 -0400 |
John Rouillard |
Properly handle mapping of KeyError to AttributeError in __getattr__
|
| Sun, 07 Apr 2019 20:27:25 -0400 |
John Rouillard |
Add CSRF protection to rest code path. Follow same model as for
|
| Sun, 07 Apr 2019 20:17:52 -0400 |
John Rouillard |
Update docs. Correct errors reported by setup.py build_docs. Add rest
|
| Sat, 06 Apr 2019 10:20:19 -0400 |
John Rouillard |
Exclude cgi/TAL/DummyEngine.py as it looks like a test harness.
|
| Sat, 06 Apr 2019 09:56:37 -0400 |
John Rouillard |
See if we can ignore some items in codecov that we don't care about
|
| Sat, 06 Apr 2019 09:56:06 -0400 |
John Rouillard |
newest psycopg2 release removed the psycopg1 interface we used.
|
| Fri, 05 Apr 2019 19:35:32 -0400 |
John Rouillard |
Add error handling. @apiver was being processed as a search
|
| Wed, 03 Apr 2019 07:04:29 -0400 |
John Rouillard |
Added a few comments and a test that fails with the pre-patched code
|
| Wed, 03 Apr 2019 12:08:18 +0200 |
Ralf Schlatterbeck |
Fix encoding for incoming json requests
|
| Mon, 01 Apr 2019 21:53:30 -0400 |
John Rouillard |
Add docs on how to add new rest endpoints.
|
| Sun, 31 Mar 2019 22:36:41 -0400 |
John Rouillard |
Move definition/initialization of api_version into the class and out
|
| Sun, 31 Mar 2019 21:46:23 -0400 |
John Rouillard |
Move @apiver version extraction code after the input is parsed for
|
| Sun, 31 Mar 2019 21:23:33 -0400 |
John Rouillard |
Set up basic framework for handling versioning of interface.
|
| Sat, 30 Mar 2019 21:15:33 -0400 |
John Rouillard |
When we generate links from URL's in messages, we add rel="nofollow"
|
| Sat, 30 Mar 2019 16:19:00 -0400 |
John Rouillard |
Try to fix sphinx install failures under python 3.6 and 3.7 by pinning
|
| Sat, 30 Mar 2019 16:13:50 -0400 |
John Rouillard |
Fix parse of @fields/@attrs with : as separator. Add tests @verbose and @fields.
|
| Sat, 30 Mar 2019 00:19:37 -0400 |
John Rouillard |
Handle bad property name in @fields/@attrs. Raise exception and
|
| Fri, 29 Mar 2019 23:57:13 -0400 |
John Rouillard |
Refactored REST code that formats an item for display. A GET on
|
| Thu, 28 Mar 2019 18:21:29 +0100 |
Ralf Schlatterbeck |
REST: Bug-fixes
|
| Thu, 28 Mar 2019 12:21:40 +0100 |
Ralf Schlatterbeck |
REST: Add key lookup
|
| Tue, 26 Mar 2019 23:29:35 -0400 |
John Rouillard |
Add support for @verbose=2 to a GET on a collection object. Using this
|
| Tue, 26 Mar 2019 17:31:28 -0400 |
John Rouillard |
issue2551026: template variable not defined even though it is.
|
| Mon, 25 Mar 2019 19:45:08 -0400 |
John Rouillard |
issue2551018 add new nosy_filter parameter to nosymessage. Function
|
| Mon, 25 Mar 2019 21:23:52 +0100 |
Ralf Schlatterbeck |
REST: Use If-Match header for incoming requests
|
| Mon, 25 Mar 2019 19:47:29 +0100 |
Ralf Schlatterbeck |
Merged
|
| Mon, 25 Mar 2019 19:46:20 +0100 |
Ralf Schlatterbeck |
Fix tests for latest REST changes
|
| Sun, 24 Mar 2019 21:49:17 +0000 |
Joseph Myers |
Adjust make_file override to use binary files only when needed.
|
| Sun, 24 Mar 2019 12:52:03 -0400 |
John Rouillard |
Try to fix mysql crash on close by rolling back mysqlclient.
|
| Sun, 24 Mar 2019 12:51:24 -0400 |
John Rouillard |
Try to fix mysql crash on close by rolling back mysqlclient.
|
| Sat, 23 Mar 2019 00:13:08 -0400 |
John Rouillard |
A fix for https://issues.roundup-tracker.org/issue2551034
|
| Sat, 23 Mar 2019 00:02:03 -0400 |
John Rouillard |
Prevent env['CONTENT_TYPE'] from being None. FieldStorage's content
|
| Fri, 22 Mar 2019 23:59:02 -0400 |
John Rouillard |
Handle LoginError in rest code. Stop standard "an error occurred check
|
| Fri, 22 Mar 2019 18:16:11 -0400 |
John Rouillard |
Fix fix XSS issue in wsgi and cgi when handing url not found/404. issue2551035
maint-1.6
|
| Fri, 22 Mar 2019 18:16:11 -0400 |
John Rouillard |
Fix fix XSS issue in wsgi and cgi when handing url not found/404. issue2551035
|
| Fri, 22 Mar 2019 14:43:21 +0100 |
Ralf Schlatterbeck |
Document searching and @verbose attribute
|