Son Nguyen Kim
|
f69c9583fb
|
fix proton partner error when self host (#1255)
* fix proton partner error when self host
* fix test
* fix test
* remove a@b.c
|
2022-09-01 14:59:16 +02:00 |
|
Carlos Quintana
|
7eb44a5947
|
Fixes for connect with proton on mobile (#1230)
* Fixes for connect with proton on mobile
* Added a test
Co-authored-by: Adrià Casajús <adria.casajus@proton.ch>
|
2022-08-12 13:17:21 +02:00 |
|
Adrià Casajús
|
06c1c7f2f7
|
Restrict the number of free alias for new free users (#1155)
* Restrict the number of free alias for new free users
* Fix test
* Make flag reverse
Co-authored-by: Adrià Casajús <adria.casajus@proton.ch>
|
2022-07-20 11:09:22 +02:00 |
|
Son
|
a966665478
|
refactor test: no hardcode a@b.c, make sure each test has a different user
|
2022-04-15 16:59:44 +02:00 |
|
Son
|
372466ab06
|
do not use flask-sqlalchemy
- add __tablename__ for all models
- use sa and orm instead of db
- rollback all changes in tests
- remove session in @app.teardown_appcontext
|
2021-10-12 14:36:47 +02:00 |
|
Son NK
|
91534d3cf2
|
Add PATCH /api/user_info
|
2020-10-28 17:12:21 +01:00 |
|
Son NK
|
3f40e3c1cf
|
return profile_picture_url in GET /user_info
|
2020-10-28 17:11:33 +01:00 |
|
Son NK
|
fdedc24358
|
black new version
|
2020-08-27 10:20:48 +02:00 |
|
Son NK
|
d0776b770f
|
add GET /api/logout
|
2020-07-04 12:10:04 +02:00 |
|
Son NK
|
0d3a3e0c48
|
Create POST /api/api_key
|
2020-07-04 11:41:31 +02:00 |
|
Son NK
|
b95b758692
|
Optimize imports
|
2020-05-09 20:49:38 +02:00 |
|
Son NK
|
2079b16431
|
add "in_trial" to /user_info
|
2020-03-18 19:08:16 +01:00 |
|
Son NK
|
ba6b8d2711
|
return email in /user_info
|
2020-03-18 18:34:37 +01:00 |
|
Son NK
|
4f281bdbbb
|
rename GenEmail -> Alias, gen_email to alias whenever possible
|
2020-03-17 11:51:40 +01:00 |
|
Son NK
|
ad1cf3af8c
|
fix test
|
2020-01-30 13:20:32 +07:00 |
|
Son NK
|
f52f4c821b
|
Add /api/user_info
|
2020-01-05 22:48:38 +01:00 |
|