summary refs log tree commit diff
path: root/tests/api/test_auth.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-02-27Add more unit tests for exclusive namespaces.Kegan Dougal2-2/+50
2015-02-27Update unit tests to use new format.Kegan Dougal2-19/+32
2015-02-27Add functions to return whether an AS has exclusively claimed a matching ↵Kegan Dougal1-3/+20
namespace.
2015-02-27Convert expected format for AS regex to include exclusivity.Kegan Dougal3-39/+38
Previously you just specified the regex as a string, now it expects a JSON object with a 'regex' key and an 'exclusive' boolean, as per spec.
2015-02-25SYWEB-278 Don't allow rules with no rule_id.David Baker1-1/+1
2015-02-24turns uris config options should append since it's a listDavid Baker1-1/+1
2015-02-24Fix YAML syntax of turn config exampleDavid Baker1-1/+1
2015-02-24tabs/spacesDavid Baker1-8/+8
2015-02-24Use standard form submission so the go button on the keyboard works.David Baker1-3/+3
2015-02-24Fallback registration page: oops. Removed dev test.manuroe1-1/+1
2015-02-24Fallback registration page: added the classic viewport meta to fix the ↵manuroe2-1/+6
display on iPhone Safari and webview. The width of input elements also needs to be fixed.
2015-02-24%s for strings otherwise you end up sending 'u"foo"'David Baker1-1/+1
2015-02-24Update CHANGES and UPGRADEKegan Dougal2-0/+21
2015-02-24Set user-visible error when the server is misconfigured.Kegan Dougal1-0/+1
2015-02-23Use OrderedDict for @cached backing store, so we can evict the oldest key ↵Paul "LeoNerd" Evans1-7/+4
unbiased
2015-02-23Use cache.pop() instead of a separate membership test + del []Paul "LeoNerd" Evans2-2/+8
2015-02-23Fix code style warningMark Haines1-1/+1
2015-02-23Remove unused importMark Haines1-2/+0
2015-02-23