Commit Graph

1384 Commits

Author SHA1 Message Date
Son NK
b33ec7d025 fix reformatting 2020-04-19 11:20:44 +02:00
Son NK
11772d35e1 Add sql migration 2020-04-19 11:18:42 +02:00
Son NK
71d53d16da add poll_apple_subscription(), call it everyday 2020-04-19 11:18:27 +02:00
Son NK
1bba38edb6 Add POST /apple/process_payment 2020-04-19 11:13:38 +02:00
Son NK
85fd4412ba take into account AppleSubscription in premium formula 2020-04-19 10:58:32 +02:00
Son NK
2a837f9213 remove user.is_cancel() 2020-04-19 10:54:15 +02:00
Son NK
f7f1e7f358 replace user.next_bill_date() by sub.next_bill_date.strftime("%Y-%m-%d") 2020-04-19 10:54:05 +02:00
Son NK
b0118e615a Add AppleSubscription model 2020-04-18 20:47:33 +02:00
Son NK
7b965e4121 Add APPLE_API_SECRET param 2020-04-18 20:47:11 +02:00
Son NK
88bf608cf4 no need to bind 7777 port for init_app 2020-04-18 11:56:27 +02:00
Son NK
cf016caa91 Refuse disposable emails in can_be_used_as_personal_email() 2020-04-16 09:43:14 +02:00
Son NK
6fa46042dc Add DISPOSABLE_FILE_PATH param 2020-04-16 09:42:34 +02:00
Son NK
746cd2eb66 Use FIRST_ALIAS_DOMAIN in directory and custom alias 2020-04-15 22:52:30 +02:00
Son NK
28101612db Use FIRST_ALIAS_DOMAIN to create first alias 2020-04-15 22:51:18 +02:00
Son NK
8ebc26f4e7 add FIRST_ALIAS_DOMAIN param 2020-04-15 22:36:50 +02:00
Son NK
a434413304 Add terms and condition mention in register page 2020-04-15 22:32:12 +02:00
Son NK
c17ecba202 add more logging 2020-04-15 21:34:22 +02:00
Son Nguyen Kim
b4211dba78
Merge pull request #131 from simple-login/fix-email
make sure to strip and lower email in input
2020-04-15 21:14:48 +02:00
Son NK
3c9e6fc991 make sure to strip and lower email in input 2020-04-15 21:12:45 +02:00
Son NK
5f784d683a Prettify 2020-04-15 09:16:42 +02:00
Son NK
6c283bc08e Improve doc 2020-04-15 09:01:52 +02:00
Son NK
29c9295e01 set File.user_id to nullable to correspond to existing installation 2020-04-15 09:00:23 +02:00
Son NK
63484c34ca Add migration script to run when upgrading to 3x version 2020-04-15 08:59:37 +02:00
Son NK
298b632c61 Use 3.0.1 instead of 3.0.0 in doc 2020-04-14 22:54:57 +02:00
Son NK
db23867d93 To upgrade to 3x from 2x, user needs to upgrade to 2.1.2 first 2020-04-14 22:54:42 +02:00
Son NK
598f028238 v3.0.1 2020-04-14 22:43:12 +02:00
Son NK
1410d5617f Fix code compatibility with 2x version 2020-04-14 22:42:20 +02:00
Son NK
75f43eefdc replace 2.1.0 by 3.0.0 in upgrade.md 2020-04-14 21:51:58 +02:00
Son NK
703d9385b5 Fix "Content-Transfer-Encoding" issue when encrypting emails 2020-04-14 20:49:48 +02:00
Son NK
6cfd534192 Add LOAD_PGP_EMAIL_HANDLER param. Load PGP keys if LOAD_PGP_EMAIL_HANDLER is set 2020-04-14 12:46:12 +02:00
Son NK
decda875db Add sleep() when sending batch email 2020-04-13 21:42:55 +02:00
Son NK
ed76a8ae8d reformat 2020-04-13 20:51:29 +02:00
Son NK
47f8e6f8e8 Add migration script 2020-04-13 20:51:00 +02:00
Son NK
b838157ad5 User who has lifetime licence or giveaway manual subscriptions can decide to upgrade to a paid plan 2020-04-13 20:50:48 +02:00
Son NK
260ded14ea rename should_upgrade -> should_show_upgrade_button 2020-04-13 20:49:35 +02:00
Son NK
7beae4d846 Add ManualSubscription.is_giveaway column 2020-04-13 20:48:47 +02:00
Son NK
6a617ceeea Add custom error code for 550 SL error 2020-04-13 19:33:45 +02:00
Son Nguyen Kim
82c2c669c2
Merge pull request #129 from simple-login/intro-shown-once
Intro shown once
2020-04-13 13:24:00 +02:00
Son NK
3d10fab3a6 Make sure to show intro to user only once 2020-04-13 13:23:17 +02:00
Son NK
dee6d4959d Add User.intro_shown column 2020-04-13 13:22:52 +02:00
Son NK
18b7c7d495 v3.0.0 2020-04-13 10:48:35 +02:00
Son NK
2a0004c6cf Fix upgrade sl-init command: remove "restart" option for sl-init 2020-04-13 10:08:15 +02:00
Son NK
096a925460 Replace 2.0.0 by 2.1.0 in README 2020-04-13 10:05:52 +02:00
Son NK
6f59e7ea37 Update pricing page 2020-04-12 20:15:02 +02:00
Son NK
e44860329b Make sure user cannot create more than 50 directories 2020-04-12 20:14:49 +02:00
Son Nguyen Kim
b4f28a5156
Merge pull request #126 from simple-login/change-plan
User can change plan
2020-04-12 19:45:59 +02:00
Son NK
70ce48cd79 Disable trial on fake data 2020-04-12 19:43:55 +02:00
Son NK
b041591133 Prettify Settings 2020-04-12 19:43:46 +02:00
Son NK
b845e2a8eb Handle case where subscription_payment_succeeded arrives BEFORE subscription_created 2020-04-12 19:43:35 +02:00
Son NK
9b91f4a4a4 support changing plan 2020-04-12 19:43:07 +02:00