Commit Graph

4601 Commits

Author SHA1 Message Date
Carlos Quintana 933237e73b
Implement "Send me an email" button on final extension onboarding 2022-05-13 08:53:31 +02:00
Carlos Quintana 3872626747
Add proton partner on dummy data 2022-05-13 08:29:20 +02:00
Carlos Quintana 710f4d0709
Start adding extension onboarding pages 2022-05-13 08:21:35 +02:00
Adrià Casajús 52cd9d2692
Simplify condition 2022-05-12 19:02:06 +02:00
Adrià Casajús 75dd20ebcc
Fix condition 2022-05-12 19:01:04 +02:00
Adrià Casajús 6e948408c6
Updated api docs 2022-05-12 18:50:27 +02:00
Adrià Casajús 0c896100a4
Update html 2022-05-12 18:46:42 +02:00
Adrià Casajús bfb1ae6371
PR comments 2022-05-12 18:42:16 +02:00
Adrià Casajús 39b035a123
Added docs 2022-05-12 18:36:12 +02:00
Adrià Casajús 9066116b7e
Simplified method 2022-05-12 18:33:13 +02:00
Adrià Casajús 4d07bc9d31
Moved global flag to config 2022-05-12 18:30:46 +02:00
Adrià Casajús 8b3dc765fa
Revert pytest.ini 2022-05-12 18:21:19 +02:00
Adrià Casajús 514f5c8baa
Merge pull request #981 from simple-login/ac-add-more-info
Action refactor: Only run on push and also send to slack the commit sha
2022-05-12 17:12:04 +02:00
Adrià Casajús 28cc678c5c
Set github sha 2022-05-12 17:06:45 +02:00
Adrià Casajús bf577a6021
Move scripts to scripts dir 2022-05-12 17:05:28 +02:00
Adrià Casajús e584268219
Action refactor: Only run on push and also send to slack the sha of the commit 2022-05-12 17:02:03 +02:00
Adrià Casajús 6880fe2150
Merge pull request #980 from simple-login/ci/generate-build-info-on-script
Move generation of build info to script
2022-05-12 16:54:27 +02:00
Carlos Quintana 0ed45f54c6
Move generation of build info to script 2022-05-12 16:48:51 +02:00
Adrià Casajús caff70ea38
Set global config to enable/disable feature 2022-05-12 16:35:51 +02:00
Carlos Quintana d6a50ff864
Merge pull request #977 from simple-login/fix/obtain-git-information
Obtain git information from version file
2022-05-12 16:31:13 +02:00
Carlos Quintana 975eacc969
Remove config.SHA1 in favour of build_info.SHA1 2022-05-12 16:26:04 +02:00
Carlos Quintana 9959848d74
Use python version file 2022-05-12 16:21:36 +02:00
Carlos Quintana c3792dc333
Obtain git information from version file 2022-05-12 16:11:20 +02:00
Carlos Quintana 6b36651def
Fix Slack notification (#976) 2022-05-12 15:22:40 +02:00
Adrià Casajús 19e30eaf0a
New migration 2022-05-12 13:42:53 +02:00
Adrià Casajús 5dde39eb37
Prevent free users from creating reverse-alias 2022-05-12 13:20:05 +02:00
Adrià Casajús 2660c96fa7
Fix: Track processes that start with the same chars independently (smtp vs stmpd) (#974)
* Fix: Track processes that start with the same chars independently (smtp vs stmpd)

* Format

* Added more test

Co-authored-by: Adrià Casajús <adria.casajus@proton.ch>
2022-05-12 12:37:19 +02:00
Carlos Quintana 79f6b2235e
Merge pull request #972 from simple-login/ci/auto-generate-release-notes
Generate release notes when creating a tag
2022-05-12 12:24:10 +02:00
Carlos Quintana 7b71eab5d4
Update .github/changelog_configuration.json
Co-authored-by: Adrià Casajús <acasajus@users.noreply.github.com>
2022-05-12 12:17:27 +02:00
Carlos Quintana 69e2f48d13
Try to generate release notes 2022-05-12 12:11:45 +02:00
Adrià Casajús dde25678cd
Merge pull request #953 from simple-login/fix-default-domain
handle case user doesn't have default domain for alias
2022-05-12 11:18:53 +02:00
Adrià Casajús b17af67614
Merge pull request #969 from simple-login/ac-push-on-tag
GH Actions refactor
2022-05-12 09:57:09 +02:00
Carlos Quintana e01bae6206
Fix create sentry release 2022-05-12 09:12:10 +02:00
Carlos Quintana cbcd4ea92f
Add slack message sending + upgrade docker build process 2022-05-12 08:54:44 +02:00
Adrià Casajús 9f43a33c09
Merge pull request #970 from simple-login/paddle-grace-period
use a grace period of 14 days for paddle subscription
2022-05-11 19:46:38 +02:00
Adrià Casajús bc41fdec35
Merge pull request #968 from simple-login/ac-monitor-procs
Add monitoring for postfix processes
2022-05-11 19:46:00 +02:00
Son f3b41279a9 simplify template 2022-05-11 19:12:52 +02:00
Son 7d591baea5 handle case user doesn't have default domain for alias
when user doesn't have default domain for alias, display "Not Selected" to avoid confusion
2022-05-11 19:10:02 +02:00
Son d2fad44003 create a constant for paddle grace days 2022-05-11 19:03:27 +02:00
Son 2573c68e82 use a grace period of 14 days for paddle subscription 2022-05-11 17:24:52 +02:00
Adrià Casajús b3645b33dd
Set global change for the job 2022-05-11 16:48:27 +02:00
Adrià Casajús 4f8a590ef9
Run only on pull 2022-05-11 16:35:08 +02:00
Adrià Casajús 42159dce4d
Run docker build only once and also on tag 2022-05-11 16:33:24 +02:00
Adrià Casajús 924f286db1
Add monitoring for postfix processes 2022-05-11 15:30:09 +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