Commit Graph

4254 Commits

Author SHA1 Message Date
Son 2573c68e82 use a grace period of 14 days for paddle subscription 2022-05-11 17:24:52 +02:00
Adrià Casajús a8c01a1443
Merge pull request #967 from simple-login/fix/open-redirect
Fix open redirect
2022-05-11 14:57:39 +02:00
Carlos Quintana e09d7a2b71
Fix open redirect 2022-05-11 14:50:37 +02:00
Adrià Casajús dc51ad4f11
Merge pull request #964 from simple-login/paddle-fix
Improve paddle handling
2022-05-11 14:24:49 +02:00
Carlos Quintana 243fc7b7ab
Merge pull request #966 from simple-login/chore/upgrade-newrelic-sdk
Upgrade newrelic sdk
2022-05-11 12:13:10 +02:00
Carlos Quintana 709d5a8866
Upgrade newrelic sdk 2022-05-11 12:01:12 +02:00
Adrià Casajús 3aab1e02b5
Merge pull request #962 from simple-login/chore/upgrade-sentry-sdk
Upgrade sentry sdk
2022-05-11 10:39:18 +02:00
Son e1ca90a28e log when subscription not exist 2022-05-10 18:53:21 +02:00
Son 998e1d7aef handle subscription cancel from deleted user 2022-05-10 18:51:04 +02:00
Carlos Quintana 26da6ea7c5
Upgrade sentry sdk 2022-05-10 16:09:21 +02:00
Son Nguyen Kim b70170cf0c
Merge pull request #960 from simple-login/fix-verp
Fix verp: take into account phase
2022-05-10 15:04:14 +02:00
Son 21255866b6 improve test 2022-05-10 14:53:50 +02:00
Son b1b3c15a9f fix 2022-05-10 11:23:52 +02:00
Son 4dbbc4ed5e add test 2022-05-10 11:23:40 +02:00
Son 44b0aba4f3 fix verp generation 2022-05-10 11:19:25 +02:00
Adrià Casajús 8b80b72665
Merge pull request #959 from simple-login/feature/oauth-login-preserve-next-url
Preserve next_url in oauth login
2022-05-10 11:18:07 +02:00
Son Nguyen Kim 22e554b785
Merge pull request #955 from simple-login/update-crypto
upgrade cryptography to 37.0.1
2022-05-10 10:02:53 +02:00
Carlos Quintana 5b60ef1e35
Preserve next_url in oauth login 2022-05-09 12:20:14 +02:00
Son Nguyen Kim 7e00dfddc3
Merge pull request #954 from simple-login/fix-proton-login
allow the code to run without proton partner
2022-05-09 08:25:07 +02:00
Adrià Casajús 3ccca2e02e
Merge pull request #957 from simple-login/feature/add-oauth-hook-check-status-code
Add OAuth hook for checking the status code
2022-05-06 16:16:40 +02:00
Carlos Quintana c95bfb80a2
Add OAuth hook for checking the status code 2022-05-06 14:41:52 +02:00
Son 4e2baf0169 upgrade cryptography to 37.0.1
The current version "3.3.2" can't seem to be installed on mac
2022-05-05 15:07:17 +02:00
Son b720dfc381 allow the code to run without proton partner 2022-05-05 15:05:39 +02:00
Adrià Casajús a92981c52d
Merge pull request #894 from cquintana92/feature/add-login-with-proton
Add login with proton
2022-05-05 12:29:00 +02:00
Carlos Quintana 8d4683e59e
Add login with proton 2022-05-05 12:20:55 +02:00
Adrià Casajús f2d761c61b
Merge pull request #950 from simple-login/ac-deprecate-old-verp
Remove deprecated verp email validation
2022-05-05 10:07:57 +02:00
Son Nguyen Kim 6d49ae62d4
Merge pull request #952 from alpha-tango-kilo/ssl
Update SSL documentation
2022-05-04 18:40:36 +02:00
alpha-tango-kilo cb177a10a2
Update SSL documentation
Improve readability
Talk about HSTS
Link to SSL doc in README
2022-05-04 17:09:35 +01:00
Adrià Casajús c48247e852
Remove deprecated verp email validation 2022-05-04 16:17:51 +02:00
Adrià Casajús 67dad33b70
Merge pull request #947 from simple-login/ac-sync-model
Align db with models
2022-05-03 17:29:49 +02:00
Adrià Casajús 66c6db773f
Align db with models for the audit_log 2022-05-03 16:48:54 +02:00
Adrià Casajús eea436875a
Merge pull request #914 from simple-login/ac-store-contact-bounces
Store bounces in the reply phase to prevent abuse
2022-05-03 14:44:07 +02:00
Adrià Casajús 6936d99779
Set default state for provider complaint 2022-05-03 14:16:04 +02:00
Son Nguyen Kim beea14ef14
Update provider-complaint-reply-phase.txt.jinja2 2022-05-02 16:41:37 +02:00
Adrià Casajús 56159765d9
Rename 2022-05-02 11:53:32 +02:00
Son Nguyen Kim 65bc6c7fdf
Merge pull request #945 from simple-login/run-migration-in-ci
Run migration in ci
2022-05-02 10:20:12 +02:00
Son 2de5161cd2 run alembic in run-test.sh 2022-05-01 17:38:14 +02:00
Son e74362dd9f set config 2022-05-01 17:22:05 +02:00
Son c748ab22e6 run db migration in github ci 2022-05-01 17:06:10 +02:00
Adrià Casajús ba46ce5208
Format 2022-04-29 16:02:45 +02:00
Adrià Casajús baddc0fe67
Fix: sqlalchemy only suports str as server_default 2022-04-29 15:58:48 +02:00
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
Adrià Casajús cca709ed48
formatting 2022-04-29 15:50:52 +02:00
Adrià Casajús 884407d6c8
Merge pull request #934 from simple-login/ac-test-with-python310
Add test workflow for python 3.10
2022-04-29 15:27:28 +02:00
Adrià Casajús 04399e827e
Merge pull request #940 from simple-login/ac-check-auto-create
Add methods to check if an alias will be auto-created
2022-04-29 12:05:18 +02:00
Son Nguyen Kim 3fa820fc2b
Merge pull request #941 from simple-login/enable-filter
support "enabled" param in /api/v2/aliases
2022-04-29 09:35:52 +02:00
Adrià Casajús 1f040fcebc
PR comments 2022-04-28 18:43:10 +02:00
Son a2c477a816 support "enabled" param in /api/v2/aliases 2022-04-28 17:24:35 +02:00
Adrià Casajús 46646f4ee2
Merge pull request #932 from simple-login/ac-fix-webauthn-transport
Do not send the transports to the js part since we have not stored them previously
2022-04-28 16:53:00 +02:00
Adrià Casajús bb4207c3a1
Merge pull request #938 from simple-login/ac-fix-invalid-import
Use the proper import for newrelic agent
2022-04-28 16:52:09 +02:00