Son
|
a2c477a816
|
support "enabled" param in /api/v2/aliases
|
2022-04-28 17:24:35 +02:00 |
|
Son
|
7b7cb0b571
|
prevent disabled user from using the api
|
2022-04-27 16:24:38 +02:00 |
|
Son
|
58b332b7bc
|
add new parameter disabled in /GET /api/v2/aliases
|
2022-04-25 09:22:29 +02:00 |
|
Son
|
becde6458b
|
fix test
|
2022-04-18 11:55:14 +02:00 |
|
Son
|
9a994ec98b
|
fix test
|
2022-04-18 11:17:10 +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
|
7edbc3a5d5
|
black
|
2022-04-14 18:53:27 +02:00 |
|
Son
|
217518c00e
|
refactor
|
2022-04-14 18:37:55 +02:00 |
|
Son
|
debed67c68
|
return whether a domain is custom or primary in GET /api/v5/alias/options
|
2022-04-14 17:28:40 +02:00 |
|
Adrià Casajús
|
44dd06fabf
|
Added spoofed email test
|
2022-03-21 10:43:18 +01:00 |
|
Son
|
7da06ba424
|
return 422 if account not activated
|
2022-02-22 22:12:36 +01:00 |
|
Son Nguyen Kim
|
e9d134fe8f
|
Merge pull request #784 from FozzieHi/fix-testing-warnings
Fix deprecation warnings.
|
2022-02-21 17:12:36 +01:00 |
|
george
|
c415324932
|
Add flake8-bugbear
|
2022-02-06 20:37:43 +00:00 |
|
george
|
936d90a5f5
|
Fix deprecation warnings.
|
2022-02-04 13:49:38 +00:00 |
|
Son
|
4d1c4cfdff
|
support pinned parameter in /api/v2/aliases
|
2022-02-03 11:16:49 +01:00 |
|
Son
|
70cb0609d8
|
refactor
|
2022-02-03 11:16:49 +01:00 |
|
Son
|
5b7949f346
|
return title in /api/notifications
|
2022-01-24 15:20:59 +01:00 |
|
Son
|
0806f9243e
|
return custom domain json in patch
|
2022-01-16 17:26:11 +01:00 |
|
Son
|
9ff323c746
|
make sure to set custom_domain_id when creating a new alias
|
2022-01-06 15:29:37 +01:00 |
|
Son
|
4d8c89105f
|
GET /api/phone/reservations/:reservation_id
|
2022-01-04 16:22:41 +01:00 |
|
Son
|
80b0af91e5
|
allow user to create alias with domain that has ownership verified (and might not have MX verified)
|
2021-12-29 10:24:22 +01:00 |
|
Son
|
a270c72d60
|
add random_alias_suffix to settings api
|
2021-12-28 15:24:58 +01:00 |
|
Son
|
226ce9333c
|
return error if invalid alias address
|
2021-12-02 16:17:41 +01:00 |
|
Son
|
abc074ea9b
|
make sure password can't be longer than 100 chars
|
2021-11-16 19:41:05 +01:00 |
|
Son
|
6012b6ff54
|
rename file
|
2021-11-16 19:39:51 +01:00 |
|
Son
|
416eafaeb9
|
use the first alias suffix when creating a new random alias
|
2021-11-12 11:04:00 +01:00 |
|
Son
|
bb5259ac3f
|
fix test
|
2021-11-12 10:00:01 +01:00 |
|
Son
|
611fb8a20c
|
take into account user.include_website_in_one_click_alias in /api/alias/random/new
|
2021-11-12 09:45:31 +01:00 |
|
Son
|
4c87e4ce68
|
improve test
|
2021-11-08 12:57:03 +01:00 |
|
Son
|
31e39314d5
|
return "block_forward" for /api/aliases/{alias.id}/contacts
|
2021-11-02 15:55:16 +01:00 |
|
Son
|
bc4805b1fa
|
Add POST /api/contacts/:contact_id/toggle
|
2021-10-28 10:14:20 +02:00 |
|
Son
|
4a90c79753
|
make sure mailbox_ids is a list in /api/v3/alias/custom/new
|
2021-10-23 15:55:39 +02:00 |
|
Son
|
ecdce2307f
|
make sure input of /api/v3/alias/custom/new is a dict
|
2021-10-23 15:52:17 +02:00 |
|
Son
|
be7ae3021a
|
rename is_reply_email -> is_reverse_alias, make sure reverse-alias must end with EMAIL_DOMAIN
|
2021-10-19 12:14:16 +02:00 |
|
Son
|
462164ff16
|
use tldextract to extract hostname
|
2021-10-18 11:45:48 +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
|
ba6ed3cba7
|
black
|
2021-10-03 19:44:39 +02:00 |
|
Son
|
d622d95c35
|
fix test 2
|
2021-10-03 19:36:30 +02:00 |
|
Son
|
931e924f8c
|
fix test
|
2021-10-03 19:34:51 +02:00 |
|
Son Nguyen Kim
|
153831ed1a
|
remove obsolete sender formats
|
2021-09-20 12:27:36 +02:00 |
|
Son Nguyen Kim
|
638e8137ec
|
fix test
|
2021-09-10 17:10:05 +02:00 |
|
Son Nguyen Kim
|
51578ce934
|
add filter by mailbox
|
2021-08-20 12:21:27 +02:00 |
|
Son Nguyen Kim
|
264bab965a
|
fix test
|
2021-08-05 19:49:36 +02:00 |
|
Son Nguyen Kim
|
012c6fc3fb
|
replace get(1) by first()
|
2021-08-05 19:44:56 +02:00 |
|
Son Nguyen Kim
|
183449e38b
|
fix test
|
2021-07-11 15:00:47 +02:00 |
|
Son Nguyen Kim
|
1e4746dfe5
|
fix test
|
2021-07-11 15:00:22 +02:00 |
|
Son Nguyen Kim
|
f97b18e60a
|
fill up EmailLog.alias_id when creating new EmailLog
|
2021-07-11 12:28:42 +02:00 |
|
Son
|
6bc093df3f
|
fix test
|
2021-06-17 23:54:14 +02:00 |
|
Son
|
e14e697207
|
fix flake8
|
2021-06-17 23:24:07 +02:00 |
|
Son NK
|
3e1f098c79
|
fix test
|
2021-06-05 17:48:41 +02:00 |
|