Pēteris Caune
|
936a5213f8
|
Switch from Member.rw to Member.role as the source of truth
|
3 years ago |
Pēteris Caune
|
155a1f132b
|
Simplify super() calls in tests
|
4 years ago |
Pēteris Caune
|
024d0adb9c
|
Read-only users cannot copy, transfer or remove checks.
|
4 years ago |
Pēteris Caune
|
0c9c453ea0
|
Profile.current_project not used any more, remove last remaining references. cc: #336
|
5 years ago |
Pēteris Caune
|
cdfc9840a7
|
Source formatted with Black
|
6 years ago |
Pēteris Caune
|
6b0d566922
|
"My Projects" page.
|
6 years ago |
Pēteris Caune
|
664aad916a
|
Remove Profile.team_name (use Project.name instead) and Profile.current_team (use Profile.current_project instead)
|
6 years ago |
Pēteris Caune
|
0994006603
|
Drop Check.user_id and Channel.user_id (obsolete, using project_id now)
|
6 years ago |
Pēteris Caune
|
965998df18
|
Fix tests.
|
6 years ago |
Pēteris Caune
|
c2f200fa02
|
Allow simultaneous access to checks from different teams
|
6 years ago |
Pēteris Caune
|
ef6e1870d9
|
Preliminary Django 2 support
|
7 years ago |
Pēteris Caune
|
5dafc07c29
|
Return 403 when API key is wrong. Return 404 when resource not found. Return 405 when request method is wrong. Return 400 when request syntax is wrong.
|
8 years ago |
Pēteris Caune
|
5a533441b5
|
When client GETs instead of POSTs, return HTTP 400
|
8 years ago |
Pēteris Caune
|
feb2294a7e
|
Tests for team access.
|
9 years ago |
Pēteris Caune
|
fdf9c607e5
|
Team Access, test cleanup
|
9 years ago |
Di Wu
|
fe72792fd2
|
use basetestcase for most test cases that require predefined user, add test for ensuretriggers, add travis cache
|
9 years ago |
Di Wu
|
79b7327c9e
|
fix tests and optimize authentication and fix some unclosed markup
|
9 years ago |
Pēteris Caune
|
1dacc8b797
|
Users can add passwords to their accounts. Fixes #6
|
9 years ago |
Pēteris Caune
|
74c5e5d906
|
Use assertRedirects() to test redirects.
|
9 years ago |
Pēteris Caune
|
947f686c61
|
Organize imports using isort.
|
9 years ago |
Pēteris Caune
|
18635e947a
|
More tests.
|
9 years ago |
Pēteris Caune
|
0922460ff4
|
More tests.
|
9 years ago |
Pēteris Caune
|
969626c0fa
|
Validate UUID, more tests.
|
9 years ago |