Pēteris Caune
|
069bc9b735
|
Test cases for adding project, removing project and leaving project.
|
2019-01-29 19:57:18 +02:00 |
|
Pēteris Caune
|
8dd91b247b
|
When user has no projects, don't auto-create a project.
|
2019-01-29 13:19:15 +02:00 |
|
Pēteris Caune
|
d52d292889
|
Remove Member.team_id (use Member.project_id instead)
|
2019-01-22 10:36:41 +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
|
c08f02ab7f
|
Drop Profile.api_key and Profile.api_key_readonly (both are stored with Project now)
|
2019-01-17 16:26:45 +02:00 |
|
Pēteris Caune
|
b5df5b3c6e
|
Project.badge_key must be not null and unique.
|
2019-01-12 22:08:43 +02:00 |
|
Pēteris Caune
|
6b7f212c8a
|
Use the api keys from project, not user profile
|
2019-01-12 21:34:45 +02:00 |
|
Pēteris Caune
|
1c69cf7f89
|
Project model. cc: #183
|
2019-01-12 16:40:21 +02:00 |
|
Pēteris Caune
|
182f9e1109
|
Refactor API key checking code
|
2018-10-29 18:34:58 +02:00 |
|
Pēteris Caune
|
0723476a0c
|
All plans now have team access, but different team size limits.
|
2017-09-02 15:45:20 +03:00 |
|
Pēteris Caune
|
5f2da08d7e
|
Per-profile, per-month counters of sent SMS messages.
|
2017-07-15 01:04:05 +03:00 |
|
Pēteris Caune
|
207b0f9048
|
Adding on_delete keywords, more to come.
|
2017-05-28 13:38:38 +03:00 |
|
Pēteris Caune
|
813c316888
|
Access rights checks for team access stuff in profile page.
|
2016-05-14 12:51:10 +03: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 |
|