Ramon Wenger
|
b745afd91e
|
Adapt to new syntax for execute context
|
2023-12-11 16:44:34 +01:00 |
Ramon Wenger
|
6f563806f7
|
Update wagtail, django and wagtail_factories
Also make some changes according to the migration guides of those
packages.
|
2023-12-11 16:44:34 +01:00 |
Ramon Wenger
|
dea78ea189
|
Add some changes for resolving an obscure bug with user settings
|
2023-10-10 14:53:53 +02:00 |
Lorenz Padberg
|
76fcb8b468
|
Make portfolia viewable by all teachers of class / student
|
2023-07-12 17:25:31 +02:00 |
Ramon Wenger
|
28a23c4d02
|
Update test with pytest syntax further
|
2023-05-31 13:34:21 +02:00 |
Ramon Wenger
|
8938ec79cf
|
Rewrite a test to use pytest syntax
|
2023-05-30 21:41:30 +02:00 |
Ramon Wenger
|
9d50db59f6
|
Add pytest dependency to project, also add config
Change deprecated code for importing translations
Change deprecated syntax in tests
Replace deprecated django url methods
Add plugins and change testing script
|
2023-05-30 16:30:28 +02:00 |
Ramon Wenger
|
22460fcf28
|
Update unit tests
|
2022-06-13 15:37:15 +02:00 |
Ramon Wenger
|
c6ddb3b051
|
Update `create team` mutation signature
|
2022-04-12 14:57:56 +02:00 |
Ramon Wenger
|
861437fcae
|
Fix unit test
|
2022-04-12 13:39:09 +02:00 |
Ramon Wenger
|
4973037486
|
Update error handling in mutation for school class creation
|
2022-04-08 17:32:10 +02:00 |
Ramon Wenger
|
04c850753f
|
Fix unit tests, change some properties
|
2022-01-27 17:58:02 +01:00 |
Ramon Wenger
|
7118b32cbb
|
Fix unit test
|
2021-08-25 14:25:04 +02:00 |
Ramon Wenger
|
6961c96dd4
|
Add styling to comments
|
2021-08-25 09:07:40 +02:00 |
Ramon Wenger
|
d071afbd67
|
Add new test for school class read only
Also clean up some code
|
2021-07-28 16:19:42 +02:00 |
Christian Cueni
|
d0570c118c
|
Update tests
|
2021-07-15 14:33:28 +02:00 |
Christian Cueni
|
3473ef86ff
|
Add redeem coupon endpoint
|
2021-07-13 13:25:13 +02:00 |
Christian Cueni
|
9c0afffc7c
|
Fix middleware tests
|
2021-07-13 13:25:13 +02:00 |
Christian Cueni
|
c71d8fd6e5
|
Fix oauth tests
|
2021-07-13 13:24:23 +02:00 |
Christian Cueni
|
1cfb7c7028
|
Remove redundant login tests
|
2021-07-13 13:24:23 +02:00 |
Christian Cueni
|
d4e8aca825
|
Remove login
|
2021-07-13 13:24:23 +02:00 |
Christian Cueni
|
2718362cee
|
Fix login tests
|
2021-07-13 13:24:22 +02:00 |
Christian Cueni
|
3c89a8b256
|
Remove or comment unused code
|
2021-07-13 13:24:22 +02:00 |
Christian Cueni
|
c53083dd72
|
Update paths
|
2021-07-13 13:24:22 +02:00 |
Christian Cueni
|
04473ecad3
|
Remove axios
|
2021-07-13 13:24:22 +02:00 |
Christian Cueni
|
bfdd743afd
|
Move methods to manager, add tests
|
2021-07-13 13:24:22 +02:00 |
Ramon Wenger
|
cfaa5c9a4f
|
Re-add missing import
|
2021-07-06 17:49:03 +02:00 |
Ramon Wenger
|
bd15c9710d
|
Allow users with expired license to access the private API
|
2021-07-06 16:41:38 +02:00 |
Ramon Wenger
|
249abff36b
|
Add license check to user model
|
2021-07-06 15:09:51 +02:00 |
Ramon Wenger
|
6646b328b7
|
Add original creator to custom content blocks
|
2021-06-03 17:52:29 +02:00 |
Ramon Wenger
|
4a5ad26fe6
|
Fix unit tests
|
2021-05-25 23:54:16 +02:00 |
Ramon Wenger
|
9582773378
|
Add 'Leave Team' action
|
2021-05-25 23:30:19 +02:00 |
Ramon Wenger
|
9bde5dbb20
|
Add update team mutation on server and some tests for it
|
2021-03-25 18:00:04 +01:00 |
Ramon Wenger
|
ba0059d90f
|
Restrict team mutations to teachers
|
2021-03-25 16:32:09 +01:00 |
Ramon Wenger
|
a4ff9d2942
|
Add join team mutation
|
2021-03-25 00:13:43 +01:00 |
Ramon Wenger
|
4e1ab68a52
|
Add team model, team node and a mutation for creating a team
|
2021-03-24 23:43:36 +01:00 |
Ramon Wenger
|
9027aaa4ee
|
Add unit tests for onboarding
|
2020-07-10 16:08:18 +02:00 |
Christian Cueni
|
1b4a0da2e1
|
Merged in feature/news (pull request #65)
Feature/news
Approved-by: Ramon Wenger
|
2020-06-17 11:53:45 +00:00 |
Christian Cueni
|
22c2a44794
|
Save accepted terms in db
|
2020-06-04 13:19:17 +02:00 |
Christian Cueni
|
03a8b35466
|
Add source, add tests
|
2020-05-25 12:41:12 +02:00 |
Christian Cueni
|
6b76c27c55
|
Merge branch 'develop' into feature/licensing
# Conflicts:
# client/config/dev.env.js
# client/config/prod.env.js
# client/cypress/fixtures/schema.json
# client/cypress/integration/beta-login.spec.js
# client/package-lock.json
# client/src/graphql/client.js
# client/src/layouts/PublicLayout.vue
# client/src/main.js
# client/src/styles/main.scss
# server/core/settings.py
# server/registration/mutations_public.py
# server/users/factories.py
# server/users/models.py
# server/users/schema.py
|
2020-04-30 15:22:55 +02:00 |
Ramon Wenger
|
7a84c2f043
|
Fix default class name generation
|
2020-04-01 09:37:54 +02:00 |
Ramon Wenger
|
aa9e72b087
|
Set selected class to newly joined or created one
|
2020-03-19 13:49:29 +01:00 |
Ramon Wenger
|
dbf2ba0832
|
Add mutation for creating new school classes with tests
|
2020-03-19 11:33:56 +01:00 |
Christian Cueni
|
e5b0fe539f
|
Rename LocalLogin -> BetaLogin
|
2020-03-09 15:47:50 +01:00 |
Ramon Wenger
|
442bab19bc
|
Add unit test for old classes query
|
2020-03-09 15:34:09 +01:00 |
Christian Cueni
|
b2d8c374c0
|
Raise exception in Backend
|
2020-03-09 13:51:46 +01:00 |
Ramon Wenger
|
de62252824
|
Fix unit tests
|
2020-03-05 16:54:56 +01:00 |
Ramon Wenger
|
4a3d08203d
|
Enable adding previous members to school classes
|
2020-03-05 16:18:30 +01:00 |
Ramon Wenger
|
b82b82369c
|
Add mutation to remove member from class
|
2020-03-05 15:14:26 +01:00 |