Carlos Quintana
|
a8ca2d3d37
|
revert: userid storing on deleted alias (#2305)
|
2024-11-06 11:24:54 +00:00 |
|
Carlos Quintana
|
31c8a766be
|
feat: preserve user id on alias deleted (#2304)
|
2024-11-06 09:16:54 +00:00 |
|
Carlos Quintana
|
b269ce81e6
|
fix: missing branch on get_alias_recipient_name (#2254)
* fix: missing branch on get_alias_recipient_name
* test: add test for missing else branch
|
2024-10-09 10:46:48 +02:00 |
|
Carlos Quintana
|
9bc0c7d24d
|
chore: extract alias recipient name into function (#2252)
|
2024-10-08 12:48:53 +02:00 |
|
Adrià Casajús
|
689ef3a579
|
Check if the domain has a deleted alias (#1764)
Co-authored-by: Adrià Casajús <adria.casajus@proton.ch>
|
2023-06-01 17:33:58 +02:00 |
|
Adrià Casajús
|
220f21bb2a
|
Fix tests to allow re-running them locally without colliding with previous runs
|
2022-05-20 14:39:07 +02:00 |
|
Adrià Casajús
|
8e35a09788
|
Add methods to check if alias will be auto-created
|
2022-04-28 15:10:38 +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
|
5b9dc88c67
|
make sure alias prefix cannot be more than 40 chars
|
2020-11-18 10:38:35 +01:00 |
|
Son NK
|
a890557c7f
|
Use check_alias_prefix() to check alias prefix
|
2020-11-03 10:39:08 +01:00 |
|
Son NK
|
d6d686c4c3
|
add argument commit= to create()
|
2020-09-28 17:40:30 +02:00 |
|
Son NK
|
77bfa67402
|
fix delete_alias: do not use IntegrityError
|
2020-08-23 20:17:50 +02:00 |
|