Commit Graph

3948 Commits

Author SHA1 Message Date
dependabot[bot] 1a74269ff1
Bump py from 1.9.0 to 1.10.0
Bumps [py](https://github.com/pytest-dev/py) from 1.9.0 to 1.10.0.
- [Release notes](https://github.com/pytest-dev/py/releases)
- [Changelog](https://github.com/pytest-dev/py/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/py/compare/1.9.0...1.10.0)

---
updated-dependencies:
- dependency-name: py
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-03 10:30:49 +00:00
dependabot[bot] 429fc3ae51
Bump ipython from 7.18.1 to 7.31.1
Bumps [ipython](https://github.com/ipython/ipython) from 7.18.1 to 7.31.1.
- [Release notes](https://github.com/ipython/ipython/releases)
- [Commits](https://github.com/ipython/ipython/compare/7.18.1...7.31.1)

---
updated-dependencies:
- dependency-name: ipython
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-03 10:30:44 +00:00
dependabot[bot] 2e896e28e1
Bump cryptography from 3.1.1 to 3.3.2
Bumps [cryptography](https://github.com/pyca/cryptography) from 3.1.1 to 3.3.2.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/3.1.1...3.3.2)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-03 10:29:53 +00:00
dependabot[bot] 7caffc0a4f
Bump jinja2 from 2.11.2 to 2.11.3
Bumps [jinja2](https://github.com/pallets/jinja) from 2.11.2 to 2.11.3.
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/jinja/compare/2.11.2...2.11.3)

---
updated-dependencies:
- dependency-name: jinja2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-03 10:28:27 +00:00
dependabot[bot] d8f246c3e2
Bump pyyaml from 5.3.1 to 5.4
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.3.1 to 5.4.
- [Release notes](https://github.com/yaml/pyyaml/releases)
- [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES)
- [Commits](https://github.com/yaml/pyyaml/compare/5.3.1...5.4)

---
updated-dependencies:
- dependency-name: pyyaml
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-03 10:28:13 +00:00
dependabot[bot] d6af7e8362
Bump pygments from 2.7.1 to 2.7.4
Bumps [pygments](https://github.com/pygments/pygments) from 2.7.1 to 2.7.4.
- [Release notes](https://github.com/pygments/pygments/releases)
- [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES)
- [Commits](https://github.com/pygments/pygments/compare/2.7.1...2.7.4)

---
updated-dependencies:
- dependency-name: pygments
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-03 10:28:00 +00:00
Son b490acead8 small fix 2022-02-03 11:18:10 +01:00
Son d570868dcf Revert "remove analytics"
This reverts commit ac2ee4f2d0.
2022-02-03 11:17:13 +01: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 730cc14cca install deprecated package 2022-02-03 11:16:49 +01:00
Son Nguyen Kim 543923b325
Merge pull request #760 from FozzieHi/delete-all-api-keys-button
Add a button to delete all API Keys
2022-02-02 18:31:05 +01:00
Son 043d62bf20 redirect users to bounce emails page instead in notification message 2022-02-02 16:52:04 +01:00
Son 049bd746ad refactor shell 2022-01-26 15:22:37 +01:00
Son 5a712f3877 make sure subdomain can only contain lowercase letters, numbers and dashes. 2022-01-26 14:53:27 +01:00
george 285c1d10cf
Move Delete All button to below the list of current API Keys. 2022-01-25 18:36:13 +00:00
george 74713c2142
Rename method. 2022-01-25 18:32:34 +00:00
Son Nguyen Kim 89a800eed9
Merge pull request #753 from FozzieHi/totp-invalid-login-email
Invalid TOTP and recovery code email notifications
2022-01-24 18:35:52 +01:00
Son f1c0b94ffd fix run test script: sleep to make sure the Db container is ready 2022-01-24 18:05:17 +01:00
Son Nguyen Kim 227087a10f
Merge pull request #751 from mrbluecoat/master
minor installation instruction fixes
2022-01-24 18:01:34 +01:00
Son 3be4f341a2 fix reply phase template 2022-01-24 16:51:27 +01:00
Son fc3f06f4d8 create notification listing page 2022-01-24 16:45:36 +01:00
Son 78c14fa67e create notification for bounce email during reply phase 2022-01-24 16:13:45 +01:00
Son 90fa4abf69 create a notification for a bounce email 2022-01-24 16:10:36 +01:00
Son bdb97e73e9 display notification title, "more" button to the notification page 2022-01-24 15:22:26 +01:00
Son 1de6fefc59 add notification detail page 2022-01-24 15:22:01 +01:00
Son 5b7949f346 return title in /api/notifications 2022-01-24 15:20:59 +01:00
Son 3422f038eb add Notification title 2022-01-24 15:18:56 +01:00
george 65531b5c63
Add a button to delete all API Keys. 2022-01-23 18:38:54 +00:00
Son e73288354d remove IGNORED_EMAILS variable 2022-01-21 19:30:27 +01:00
george ab72927a16
Update text. 2022-01-20 18:24:28 +00:00
george 50122da0fe
Implement API notifications and use a function in email_utils 2022-01-20 17:42:11 +00:00
george 42407a0543
Send the email after the local error. 2022-01-20 16:44:15 +00:00
george f7f91afc1e
Send a notification email for invalid recovery codes. 2022-01-20 16:41:42 +00:00
george 6b4d276ffe
Add change password button with link to dashboard. 2022-01-20 15:40:28 +00:00
george 6d736aa915
Implement rate limiting with send_email_with_rate_control. 2022-01-20 15:05:18 +00:00
george 122a402c22
Clarify text. 2022-01-20 14:23:19 +00:00
george 0eb2984b9c
Add invalid TOTP login email notifications. 2022-01-20 14:18:47 +00:00
Mr. Blue Coat 99ff4c6f88
restore pwd paths 2022-01-19 13:35:33 -07:00
Son b929dc5462 check if alias is not none 2022-01-18 09:40:50 +01:00
Mr. Blue Coat 724edee311
link update 2022-01-17 08:19:00 -07:00
Son efdb0a60d3 no need to raise error if email processing takes more than 60s 2022-01-17 14:42:27 +01:00
Son 94ecdb0515 replace patreon by open collective 2022-01-17 10:47:16 +01:00
Mr. Blue Coat 11fe7f6f65
fix for server restart survivability 2022-01-16 18:57:56 -07:00
Mr. Blue Coat 1caf8e5dcd
minor installation instruction fixes
Closes #749
2022-01-16 16:16:56 -07:00
Son 0806f9243e return custom domain json in patch 2022-01-16 17:26:11 +01:00
Son 8ff3b5ef8e ignore VERPForward error 2022-01-16 11:52:44 +01:00
Son 0e496518ba handle case alias is deleted in handle_hotmail_complaint 2022-01-16 11:47:50 +01:00
Son 1c8a0c4f16 remove patreon 2022-01-14 11:59:11 +01:00
Son a72f1bd414 remove paypal 2022-01-14 11:58:14 +01:00