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 |
|
Son NK
|
62683a221a
|
black
|
2021-06-02 18:48:35 +02:00 |
|
Son Nguyen Kim
|
b14d79c8f7
|
Merge pull request #496 from nbraud/pw_hash/refactor
Fix minor issues with password-handling, refactor
|
2021-06-02 18:33:56 +02:00 |
|
Son NK
|
eb2adc870a
|
make sure only premium user can create new mailbox via API
|
2021-06-02 17:17:28 +02:00 |
|
nicoo
|
d216812f14
|
tests/api/auth: Use a pw showing Unicode issues
|
2021-05-27 22:16:07 +02:00 |
|
nicoo
|
f5f4d46aa4
|
tests/api/test_auth_login: Refactor
Have a single “login success” test, for both MFA and no-MFA cases.
No functional change to the test.
|
2021-05-26 19:05:26 +02:00 |
|
Son NK
|
d5de99afe9
|
Restore /alias/custom/new as currently used by safari
|
2021-03-31 14:41:32 +02:00 |
|
Son NK
|
1cac625a90
|
restore /v2/alias/custom/new as used by browser extension
|
2021-03-25 19:18:50 +01:00 |
|
Son NK
|
e46e3b1c01
|
fix test
|
2021-03-24 16:51:23 +01:00 |
|
Son NK
|
acc285abf0
|
remove /alias/custom/new, /v2/alias/custom/new, refactor test
|
2021-03-24 16:39:49 +01:00 |
|
Son NK
|
0c62ac4b1f
|
set rate limit for creating alias endpoint
|
2021-03-24 16:26:42 +01:00 |
|
Son NK
|
6435d951e1
|
refactor test
|
2021-03-24 16:11:22 +01:00 |
|
Son NK
|
10cc61b4a0
|
refactor test
|
2021-03-24 15:54:03 +01:00 |
|
Son NK
|
c87fe55898
|
POST /api/aliases/:alias_id/contacts: return 200 and existed=true if contact is already added.
|
2021-03-17 20:29:34 +01:00 |
|
Son Nguyen Kim
|
ca4d097f14
|
Merge pull request #381 from TheLastProject/feature/importExportTests
Feature/import export tests
|
2021-03-15 15:17:58 +01:00 |
|
Sylvia van Os
|
e02d95216f
|
Remove unused imports and var assignments
|
2021-03-13 15:46:12 +01:00 |
|
Sylvia van Os
|
cfe889f7b9
|
Format with black
|
2021-03-13 15:37:28 +01:00 |
|
Sylvia van Os
|
8800c29526
|
Complete import tests
|
2021-03-13 15:36:25 +01:00 |
|
Sylvia van Os
|
dcfd63eb0f
|
Working import tests
|
2021-03-13 00:13:33 +01:00 |
|
Sylvia van Os
|
44ae20816a
|
WIP: Import test
|
2021-03-10 23:08:33 +01:00 |
|
Son
|
cf6442cec2
|
Add PATCH /api/custom_domains/:custom_domain_id
|
2021-03-10 22:56:12 +01:00 |
|
Son
|
eb22a6302e
|
rename creation -> deletion for GET /api/custom_domains/:custom_domain_id/trash
|
2021-03-10 22:39:33 +01:00 |
|
Son
|
6c2daf1bb6
|
add mailboxes to GET /api/custom_domains
|
2021-03-10 22:37:26 +01:00 |
|
Sylvia van Os
|
c6646d5971
|
Add export test
|
2021-03-10 22:35:04 +01:00 |
|