Commit Graph

167 Commits

Author SHA1 Message Date
Son NK
b90d4037e9 v3.1.0 2020-05-10 14:45:56 +02:00
Son NK
a3a8a13840 Add enforce-spf doc 2020-05-09 14:52:04 +02:00
Son NK
f929f23acc return 403 if user enables FIDO 2020-05-07 21:54:36 +02:00
Son NK
0a497c9f67 put migration generation into a script 2020-05-07 17:59:21 +02:00
Son NK
7c31d39919 Add how to generate migration script 2020-05-05 12:39:31 +02:00
Son NK
c35fbf9797 fix test_encode_decode 2020-05-02 16:26:50 +02:00
Son NK
d32669f515 Add /api/v2/alias/custom/new 2020-05-02 16:22:17 +02:00
Son NK
72e9b52b29 Add /api/v4/alias/options 2020-05-02 16:21:18 +02:00
Son NK
8ae51998f5 take into account MacApp 2020-04-29 15:50:06 +02:00
Son NK
63af3297f7 return alias name in GET /api/v2/aliases 2020-04-26 10:38:58 +02:00
Son NK
7a2fc007e8 Accept "name" in PUT /api/aliases/:alias_id 2020-04-26 10:38:16 +02:00
Son NK
a422f33323 Add GET /api/mailboxes 2020-04-25 23:42:56 +02:00
Son NK
88ddca54c1 return mailbox in GET /api/v2/aliases 2020-04-25 23:42:56 +02:00
Son NK
489153a750 Support update mailbox_id in PUT /aliases/:aliasID 2020-04-25 13:49:40 +02:00
Son NK
d5e868e629 Fix apple payment 2020-04-19 22:54:21 +02:00
Son NK
bf55ba0521 Add output doc for POST /apple/process_payment 2020-04-19 11:22:05 +02:00
Son NK
b33ec7d025 fix reformatting 2020-04-19 11:20:44 +02:00
Son NK
1bba38edb6 Add POST /apple/process_payment 2020-04-19 11:13:38 +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
18b7c7d495 v3.0.0 2020-04-13 10:48:35 +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
5d0519ed86 Add GET /api/v2/aliases 2020-04-06 22:26:35 +02:00
Son NK
4d8040c80d Add reverse_alias to GET /api/aliases/:alias_id/activities 2020-04-04 19:18:07 +02:00
Son NK
4c1c02db60 Add /v3/alias/options 2020-03-29 23:13:04 +02:00
Son NK
97dff83453 return full alias info in POST /api/alias/random/new 2020-03-26 19:50:22 +01:00
Son NK
d4a32451c1 return full alias info in POST /api/alias/custom/new 2020-03-26 19:48:36 +01:00
Son NK
159aa76aae GET /api/aliases/:alias_id 2020-03-26 19:44:00 +01:00
Son NK
c603b376a5 add /sl mounting 2020-03-25 12:13:22 +01:00
Son NK
bfcb02c3b0 Add SSL doc 2020-03-25 12:13:13 +01:00
Son NK
60d519b1d4 Set mydestination to empty to fix case where myhostname is the same as mydomain 2020-03-25 12:12:50 +01:00
Son NK
eae2efb5d9 trigger build 2020-03-23 00:32:14 +01:00
Son NK
b0f2d7b85a always return 200 in /forgot_password 2020-03-18 21:55:50 +01:00
Son NK
2079b16431 add "in_trial" to /user_info 2020-03-18 19:08:16 +01:00
Son NK
f2d5230449 Add POST /api/auth/forgot_password 2020-03-18 18:43:04 +01:00
Son NK
ba6b8d2711 return email in /user_info 2020-03-18 18:34:37 +01:00
Son NK
fbef076a14 Take into account query in GET /api/aliases 2020-03-17 19:32:45 +01:00
Son NK
0d725588ae Add DELETE /api/contacts/:contact_id 2020-03-17 19:18:26 +01:00
Son NK
81b5e919a3 Return contact id 2020-03-17 12:38:50 +01:00
Son NK
f87746e071 POST /api/aliases/:alias_id/contacts 2020-03-14 12:55:38 +01:00
Son NK
d7cb5ed26e GET /api/aliases/:alias_id/contacts 2020-03-14 12:22:43 +01:00
Son NK
bfd729b889 PUT /api/aliases/:alias_id 2020-03-14 11:38:39 +01:00
Son NK
035d5e5f7d Add migration instruction 2020-03-13 12:32:48 +01:00
Son NK
c9431c693f v1.1.0 2020-03-13 10:30:27 +01:00
Son NK
d2fb44025a fix docs 2020-03-13 00:16:22 +01:00
Son NK
361baff326 add how to upgrade from 1.0.5 to 1.1.0 2020-03-13 00:14:41 +01:00
Son NK
a06b318a0e add gnupg to readme 2020-03-13 00:04:48 +01:00
Son NK
1098f17c0c Support note in POST /api/alias/random/new 2020-03-11 12:24:30 +01:00
Son NK
aad06f73e9 Support note in POST /api/alias/custom/new 2020-03-11 12:23:43 +01:00
Son NK
417009b3be return note in GET /api/aliases 2020-03-11 12:16:45 +01:00
Son NK
2da24812ff fix doc 2020-03-04 21:35:31 +01:00
Son NK
32cd2fd650 Add related endpoints for registration
POST /api/auth/register
POST /api/auth/activate
POST /api/auth/reactivate
2020-02-28 19:02:01 +07:00
Son NK
4d1d236066 add POST /api/auth/google 2020-02-28 17:29:33 +07:00
Son NK
02d26df292 add /api/auth/facebook 2020-02-28 17:26:28 +07:00
Son NK
e90c8b5e0a Update readme to use 1.0.5 2020-02-24 23:34:11 +07:00
Son NK
6ad395f24f v1.0.4 2020-02-09 22:30:30 +07:00
Son NK
e10981f85e able to create word-based or uuid-based in /api/alias/random/new endpoint 2020-02-07 21:30:46 +07:00
Son NK
3092536b40 add GET /api/aliases/:alias_id/activities endpoint 2020-02-05 18:57:11 +07:00
Son NK
c5dc4fec4c add POST /api/aliases/:alias_id/toggle endpoint 2020-02-05 18:28:54 +07:00
Son NK
1241199e23 add "enabled" to returned alias 2020-02-05 18:23:13 +07:00
Son NK
c90a4899d2 Add DELETE /api/aliases/:alias_id endpoint 2020-02-05 18:21:17 +07:00
Son NK
40cac56986 GET /api/aliases 2020-02-04 23:26:59 +07:00
Son NK
86eb5068c7 Update README: add npm 2020-02-04 17:56:47 +07:00
Son NK
0a9914a2a6 add a pointer to SES doc 2020-01-31 23:56:33 +07:00
Son NK
e469138c07 add UFW doc 2020-01-31 23:45:08 +07:00
Son NK
49b9167de4 add "--restart always" to postgres, webapp and email_handler 2020-01-31 21:45:21 +07:00
Son NK
4d111d6ab1 Fix some README wordings 2020-01-29 10:43:20 +07:00
Son NK
688f719e01 v1.0.3 2020-01-28 14:56:24 +07:00
Son NK
d040e55f01 Make Postfix config more readble 2020-01-28 14:44:35 +07:00
Son NK
ff168b7e54 add sudo to docker command 2020-01-28 14:43:30 +07:00
Son NK
4edf7f2003 add DMARC 2020-01-28 14:40:36 +07:00
Son NK
bd8af17171 add a bash command to get PUBLIC_KEY from dkim.pub.key 2020-01-28 14:39:09 +07:00
Son NK
81b50f38cf v1.0.2 2020-01-28 11:59:31 +07:00
Son NK
b7a3b060d9 v1.0.1 - improve the self-hosting instructions 2020-01-28 00:12:53 +07:00
Son NK
c840b81873 rename .env.example to example.env 2020-01-23 09:23:53 +01:00
Son NK
a934a8c9df add Patreon section at the end of self-hosting instructions 2020-01-23 09:21:16 +01:00
Son NK
30389509c7 Add CHANGELOG and use specific Docker image tag in self-host instructions 2020-01-22 22:42:53 +01:00
Son NK
ef788f7458 add /api/auth/mfa 2020-01-20 15:00:56 +01:00
Son NK
d1734c3cf9 Create /api/auth/login 2020-01-20 14:51:28 +01:00
Son NK
ebbbf0a9f8 Add HELO, Sender, Recipient restrictions to Postfix config 2020-01-20 13:58:25 +01:00
Son Nguyen Kim
204ccd34c9
Merge pull request #37 from simple-login/disable-suffix-option
Disable suffix option
2020-01-20 13:35:22 +01:00
Son NK
6869fac410 Add to readme how to make an user premium 2020-01-20 09:23:31 +01:00
Son NK
f56ba95b4d disable alias suffix by setting DISABLE_ALIAS_SUFFIX 2020-01-20 09:23:17 +01:00
Son NK
b865be760c Use CloudFlare DNS nameserver 2020-01-19 10:22:20 +01:00
Son NK
f52f4c821b Add /api/user_info 2020-01-05 22:48:38 +01:00
Son NK
377e6c657d add /api/alias/random/new 2020-01-05 21:15:16 +01:00
Son NK
deba806d0f Fix readme: "error" could be shown to user as-is 2020-01-05 21:09:54 +01:00
Son NK
5b60869a39 Update API doc 2020-01-05 20:47:56 +01:00
Son NK
c1f1cab490 Add contributors 2020-01-01 18:55:59 +01:00
Son NK
ab53f5ea2e Remove share on twitter button 2020-01-01 18:37:03 +01:00
Son NK
3aca14014d Add github badge 2020-01-01 18:31:06 +01:00
Son NK
1147e996b3 Improve README 2020-01-01 17:50:19 +01:00
Son NK
6f9c33b39e remove trailing space 2020-01-01 10:53:23 +01:00
Son NK
73e9ee304d Improve README 2020-01-01 10:43:44 +01:00
Son NK
67eb6aedfb Add quickstart section 2020-01-01 10:39:23 +01:00
Tung Nguyen
1289b08636 Merge remote-tracking branch 'nguyenkims/master' 2019-12-30 12:33:32 +00:00
Son NK
4ae995583c Add example for /api/alias/options 2019-12-29 15:43:59 +01:00
Son NK
90bd84e9cc add DKIM_PUBLIC_KEY_PATH setting 2019-12-29 10:46:00 +01:00
Son NK
dea1aeed64 Improve README 2019-12-27 11:49:33 +01:00
Son NK
774b5b7212 Update README to use Python 3.7+ instead 2019-12-24 10:37:49 +00:00
Tung Nguyen
47e77ed4ab reword, fix typos and correct English grammar mistakes 2019-12-23 22:09:38 +00:00