app-MAIL-temp/tests
Adrià Casajús e62022f032
Merge remote-tracking branch 'origin/master' into ac-store-contact-bounces
* origin/master: (29 commits)
  PR comments
  support "enabled" param in /api/v2/aliases
  Update PGPy to 0.5.4 to allow for python 3.10
  Also install libpq-dev
  Fix python 3.10
  Add methods to check if alias will be auto-created
  PR comments
  Allow sending messages in a background thread
  Use the proper import for newrelic agent
  not send emails to inform about an alias can't be created to disabled user
  prevent disabled user from using the api
  make sure disabled user can't create new alias
  Put version version between " so it is 3.10 instead of 3.1
  Add workflow for python 3.10
  Remove it for all creds
  Do not send the transports to the js part since we have not stored them previously
  move help to menu on small screen
  only show the help button on desktop
  use another logo for mobile
  add new parameter disabled in /GET /api/v2/aliases
  ...
2022-04-29 15:56:09 +02:00
..
api support "enabled" param in /api/v2/aliases 2022-04-28 17:24:35 +02:00
auth remove unnecessary test 2022-04-19 19:40:50 +02:00
dashboard fix test 2022-04-18 11:55:14 +02:00
email_tests refactor test: no hardcode a@b.c, make sure each test has a different user 2022-04-15 16:59:44 +02:00
example_emls Merge remote-tracking branch 'origin/master' into ac-dmarc-reply-phase 2022-04-12 12:48:46 +02:00
handler Rename TransactionalComplaint to ProviderComplaint 2022-04-25 14:40:42 +02:00
models refactor test: no hardcode a@b.c, make sure each test has a different user 2022-04-15 16:59:44 +02:00
oauth refactor test: no hardcode a@b.c, make sure each test has a different user 2022-04-15 16:59:44 +02:00
__init__.py create BaseForm to enable CSRF 2019-07-02 10:20:12 +03:00
conftest.py fix test 2021-10-12 15:11:25 +02:00
test.env return whether a domain is custom or primary in GET /api/v5/alias/options 2022-04-14 17:28:40 +02:00
test_alias_utils.py Add methods to check if alias will be auto-created 2022-04-28 15:10:38 +02:00
test_config.py do not use flask-sqlalchemy 2021-10-12 14:36:47 +02:00
test_cron.py refactor test: no hardcode a@b.c, make sure each test has a different user 2022-04-15 16:59:44 +02:00
test_dns_utils.py Format 2022-02-24 17:30:07 +01:00
test_email_handler.py remove unused import 2022-04-21 09:26:44 +02:00
test_email_utils.py Allow sending messages in a background thread 2022-04-28 14:43:24 +02:00
test_jose_utils.py refactor test: no hardcode a@b.c, make sure each test has a different user 2022-04-15 16:59:44 +02:00
test_message_utils.py Allow sending messages in a background thread 2022-04-28 14:43:24 +02:00
test_models.py make sure disabled user can't create new alias 2022-04-27 16:06:54 +02:00
test_oauth_models.py add get_response_types_from_str, response_types_to_str 2019-12-15 18:55:11 +02:00
test_paddle_utils.py add paddle_utils.verify_incoming_request 2019-12-15 18:55:18 +02:00
test_pgp_utils.py add tests for sign_data 2020-11-03 13:30:13 +01:00
test_regex_utils.py refactor: move regex_match() to its own file 2021-12-14 15:00:32 +01:00
test_server.py refactor test: no hardcode a@b.c, make sure each test has a different user 2022-04-15 16:59:44 +02:00
test_utils.py Properly validate //host.com urls when redirecting after receiving a next param 2022-03-29 17:53:00 +02:00
utils.py Store bounces in the reply phase to prevent abuse 2022-04-21 11:23:58 +02:00