Pēteris Caune
|
936a5213f8
|
Switch from Member.rw to Member.role as the source of truth
|
2021-07-22 17:16:52 +03:00 |
|
Pēteris Caune
|
155a1f132b
|
Simplify super() calls in tests
|
2020-11-16 11:20:01 +02:00 |
|
Pēteris Caune
|
024d0adb9c
|
Read-only users cannot copy, transfer or remove checks.
|
2020-08-26 12:44:55 +03:00 |
|
Pēteris Caune
|
0c9c453ea0
|
Profile.current_project not used any more, remove last remaining references. cc: #336
|
2020-02-27 12:34:21 +02:00 |
|
Pēteris Caune
|
cdfc9840a7
|
Source formatted with Black
|
2019-05-15 14:27:50 +03:00 |
|
Pēteris Caune
|
6b0d566922
|
"My Projects" page.
|
2019-01-29 10:59:10 +02:00 |
|
Pēteris Caune
|
664aad916a
|
Remove Profile.team_name (use Project.name instead) and Profile.current_team (use Profile.current_project instead)
|
2019-01-19 17:56:16 +02:00 |
|
Pēteris Caune
|
0994006603
|
Drop Check.user_id and Channel.user_id (obsolete, using project_id now)
|
2019-01-18 17:24:02 +02:00 |
|
Pēteris Caune
|
965998df18
|
Fix tests.
|
2019-01-14 11:28:10 +02:00 |
|
Pēteris Caune
|
c2f200fa02
|
Allow simultaneous access to checks from different teams
|
2018-11-29 13:51:25 +02:00 |
|
Pēteris Caune
|
ef6e1870d9
|
Preliminary Django 2 support
|
2018-04-24 22:38:02 +03:00 |
|
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.
|
2017-03-10 10:35:21 +02:00 |
|
Pēteris Caune
|
5a533441b5
|
When client GETs instead of POSTs, return HTTP 400
|
2016-12-21 17:22:48 +02:00 |
|
Pēteris Caune
|
feb2294a7e
|
Tests for team access.
|
2016-05-09 17:29:41 +03:00 |
|
Pēteris Caune
|
fdf9c607e5
|
Team Access, test cleanup
|
2016-05-09 15:35:13 +03:00 |
|
Di Wu
|
fe72792fd2
|
use basetestcase for most test cases that require predefined user, add test for ensuretriggers, add travis cache
|
2016-01-18 01:02:42 -08:00 |
|
Di Wu
|
79b7327c9e
|
fix tests and optimize authentication and fix some unclosed markup
|
2016-01-04 23:47:32 -05:00 |
|
Pēteris Caune
|
1dacc8b797
|
Users can add passwords to their accounts. Fixes #6
|
2016-01-05 00:25:08 +02:00 |
|
Pēteris Caune
|
74c5e5d906
|
Use assertRedirects() to test redirects.
|
2016-01-02 18:32:00 +02:00 |
|
Pēteris Caune
|
947f686c61
|
Organize imports using isort.
|
2015-11-02 23:55:33 +02:00 |
|
Pēteris Caune
|
18635e947a
|
More tests.
|
2015-08-14 15:06:06 +03:00 |
|
Pēteris Caune
|
0922460ff4
|
More tests.
|
2015-08-14 14:29:31 +03:00 |
|