app-MAIL-temp/app
Adrià Casajús d0860cd54d
Merge remote-tracking branch 'origin/master' into new/admin-audit-trail
* origin/master: (35 commits)
  reduce nb of commit
  show "more" only when a notification has a title. Show either title or message. Use bold font when a notification isn't read
  create a notification when an alias is disabled
  mark a notification as read when user arrives on the notification page
  Use plausible outbound link tracking
  add more log
  fix discover page
  fix
  fix "local variable 'alias_id' referenced before assignment"
  make sure to close session in monitoring
  use Date instead of date for header value
  lessen alias automatic disable check
  refactor
  return the block reason in should_disable()
  add adhoc upgrade on admin
  add extend subscription for 1 month to admin
  disable edition on admin
  comment out some admin pages
  fix migration
  fix duplicated stats
  ...
2022-03-10 18:10:13 +01:00
..
api optimize dashboard page: load custom domain using joinedload() instead of explicit join 2022-02-26 17:34:53 +01:00
auth Only allow relative redirects 2022-02-15 15:16:31 +01:00
dashboard mark a notification as read when user arrives on the notification page 2022-03-09 17:58:26 +01:00
developer refactor: move template files to templates/ 2021-11-04 15:00:39 +01:00
discover fix discover page 2022-03-08 16:38:03 +01:00
email use Date instead of date for header value 2022-03-07 15:57:29 +01:00
monitor add /live endpoint 2020-12-02 16:34:28 +01:00
oauth Fix test 2022-02-21 16:03:39 +01:00
phone add /phone/provider2/sms 2022-01-05 18:14:51 +01:00
__init__.py bootstrap: db models, login, logout, dashboard pages 2019-07-01 18:18:12 +03:00
admin_model.py Merge remote-tracking branch 'origin/master' into new/admin-audit-trail 2022-03-10 18:10:13 +01:00
alias_utils.py handle the case mailboxes is empty in try_auto_create_via_domain 2022-01-13 09:33:32 +01:00
config.py Replace env by os.environ.get 2022-02-25 11:19:49 +01:00
db.py add type annotation for Session 2022-01-06 18:30:14 +01:00
dns_utils.py Merge pull request #813 from cquintana92/feature/make-nameservers-configurable 2022-02-25 12:29:50 +01:00
email_utils.py lessen alias automatic disable check 2022-03-07 15:50:58 +01:00
errors.py Update black, flake8 and pre-commit and use specific pre-commit versions. 2022-02-06 14:25:53 +00:00
extensions.py set rate limit for creating alias endpoint 2021-03-24 16:26:42 +01:00
fake_data.py move fake_data() to dedicated fiel 2021-11-28 11:51:31 +01:00
import_utils.py do not use flask-sqlalchemy 2021-10-12 14:36:47 +02:00
jose_utils.py reformat 2021-09-08 11:29:55 +02:00
log.py black 2021-11-01 17:58:20 +01:00
models.py Merge remote-tracking branch 'origin/master' into new/admin-audit-trail 2022-03-10 18:10:13 +01:00
oauth_models.py add support for response_mode(query and fragment), nonce 2019-12-15 18:55:11 +02:00
paddle_utils.py black 2021-09-10 17:42:07 +02:00
pgp_utils.py reformat 2021-09-08 11:29:55 +02:00
pw_models.py do not use flask-sqlalchemy 2021-10-12 14:36:47 +02:00
regex_utils.py refactor: move regex_match() to its own file 2021-12-14 15:00:32 +01:00
s3.py black new version 2020-08-27 10:20:48 +02:00
spamassassin_utils.py Add flake8-bugbear 2022-02-06 20:37:43 +00:00
utils.py Make NextUrlSanitizer a static class 2022-02-16 16:05:50 +01:00