Commit Graph

181 Commits

Author SHA1 Message Date
Son NK f9b0bdc2ed Remove mentions of AWS, Sentry, Google/Facebook login in self hosting instructions 2021-01-12 09:54:46 +01:00
AndreasGassmann 79e0fcf3d4
fix typos in readme 2021-01-12 08:07:49 +01:00
Ian McKenzie 7dc97efb4b Readme spelling correction.
"loose" is the opposite of "tight", "lose" is the opposite of "acquire".
2020-11-21 14:51:15 -05:00
Son NK fde01af5b5 improve readme 2020-11-14 16:26:15 +01:00
Son Nguyen Kim 521ab4f47e
Update README.md 2020-11-14 16:06:42 +01:00
Son NK 56aca5edaf use another hero image 2020-11-14 16:03:25 +01:00
Son NK 81e211f8b4 Move table of content to top 2020-11-14 16:03:16 +01:00
Son NK ea6e6f23d2 Move api and oauth to dedicated page 2020-11-14 16:00:39 +01:00
Son NK 19ac657c1c add GET /api/v2/mailboxes 2020-11-03 12:14:13 +01:00
Son NK 273537e7ae use same mailbox format for "POST /api/mailboxes" and "GET /api/mailboxes" 2020-11-03 11:22:01 +01:00
Son NK ec1b7dd8b8 return latest_activity=null if there's no activity in GET /api/v2/aliases 2020-11-01 12:32:20 +01:00
Son NK c076c7c7f3 PATCH /api/setting 2020-10-28 17:47:26 +01:00
Son NK 12f7485cb1 Add GET /api/setting/domains 2020-10-28 17:30:57 +01:00
Son NK 77bf9537d0 Add GET /api/setting 2020-10-28 17:23:58 +01:00
Son NK 91534d3cf2 Add PATCH /api/user_info 2020-10-28 17:12:21 +01:00
Son NK 3f40e3c1cf return profile_picture_url in GET /user_info 2020-10-28 17:11:33 +01:00
pojhm91c7iwk b90705f12e
Update README.md
Added instructions to update 'myuser' and 'mypassword' where appropriate.
2020-10-02 11:39:30 -07:00
Son NK 351adc57f5 use poetry instead of pip 2020-10-01 12:13:28 +02:00
Son Nguyen Kim 0b2b653a7b
Merge pull request #271 from simple-login/postfix-tls
Enable TLS on Postfix submission
2020-08-28 12:28:23 +02:00
Son NK a3f3c252e3 Move Postfix TLS section to its own file 2020-08-28 12:25:35 +02:00
Son Nguyen Kim 637bc569eb
Merge pull request #260 from FabioWidmer/improvements-1
Improvements for Self Hosting & More
2020-08-24 20:16:59 +02:00
Son NK 2e6c22131f Enable TLS on Postfix submission 2020-08-24 20:12:43 +02:00
Son NK 2a38d7c5fa update Postfix TLS config: use smtpd_tls_security_level instead of smtpd_use_tls, add smtp_tls_security_level 2020-08-15 13:17:41 +02:00
Fabio Widmer 9226492f83
More self hosting improvements 2020-08-14 16:23:29 +02:00
Son NK 2f00294ba3 replace pgp_enabled by disable_pgp 2020-08-06 14:22:28 +02:00
Son NK 0484fdbb83 update doc 2020-08-05 20:59:24 +02:00
Son NK b3ca7d1d5b Return pgp_enabled in GET /api/v2/aliases 2020-08-04 20:11:59 +02:00
Son NK 03841693ba Return support_pgp in GET /api/v2/aliases 2020-08-04 20:09:42 +02:00
Son NK d98cde440a add how to test sending email using swaks and mailcatcher 2020-08-01 12:20:15 +02:00
Son Nguyen Kim c78e3a6ee2
Merge branch 'master' into fix-doc 2020-07-23 14:15:24 +02:00
Son NK 363bfa1bf3 Add LOCAL_FILE_UPLOAD option to README 2020-07-18 20:14:52 +02:00
Son NK 81bc11bd8c add init data step to README 2020-07-06 11:05:26 +02:00
Son NK d0776b770f add GET /api/logout 2020-07-04 12:10:04 +02:00
Son NK 0d3a3e0c48 Create POST /api/api_key 2020-07-04 11:41:31 +02:00
Son NK 3f8f306a34 enable LOCAL_FILE_UPLOAD by default 2020-06-19 20:01:37 +02:00
Son NK 13416bfd31 Add and mount ./sl/upload directory 2020-06-19 20:01:20 +02:00
Son NK 3d0d42c8b3 v3.2.2 2020-06-15 23:36:40 +02:00
Son NK 220c7bdf11 v3.2.1 2020-06-15 16:59:43 +02:00
Son NK c847d205b6 v3.2.0 2020-06-10 09:22:05 +02:00
Son NK dfe708b4fb return user email in /api/auth/mfa 2020-06-09 17:20:37 +02:00
Son NK 0002531bc0 return user email in /api/auth/login 2020-06-09 17:19:03 +02:00
Son NK 9fc0748fcc Support setting alias name in POST /api/v3/alias/custom/new 2020-06-03 21:22:29 +02:00
Son NK 48dc0dd1cc change mailboxes to mailbox_ids 2020-06-02 20:06:32 +02:00
Son NK d055989239 Create POST /api/v3/alias/custom/new 2020-06-02 09:33:56 +02:00
Son NK 48998ff07e return nb_alias in GET /mailboxes 2020-05-31 11:52:01 +02:00
Son NK 0530a8aab5 return creation_timestamp in GET /mailboxes 2020-05-31 11:49:53 +02:00
Son NK e0117e3d67 v3.1.1 2020-05-27 22:18:04 +02:00
Son NK 78d9a88328 Add default field to GET /api/mailboxes 2020-05-27 14:18:20 +02:00
Son NK 1e03f26cfa Return whether there's more notification in GET /api/notifications 2020-05-23 22:51:00 +02:00
Son NK dae357dd6b Add GET /api/notifications, /api/notifications/:notification_id 2020-05-23 19:54:06 +02:00