Commit graph

1449 commits

Author SHA1 Message Date
Kailash Nadh 5e5d012312 Make user avatar field nullable. 2024-09-16 23:00:58 +05:30
Kailash Nadh 938a5c5077 Add user profile APIs and update UI. 2024-09-16 23:00:58 +05:30
Kailash Nadh 7c3ee469bd Update login credentials doc in sample config. 2024-09-16 23:00:58 +05:30
Kailash Nadh a87167ac9c Refactor migration for the latest version. 2024-09-16 23:00:58 +05:30
Kailash Nadh 31c5358d0e Refactor handler groups and add mising auth features like logout. 2024-09-16 23:00:58 +05:30
Kailash Nadh a4e8c1daea Add public login page and auth middleware and handlers. 2024-09-16 23:00:58 +05:30
Kailash Nadh c2bd15a641 Add api type user. 2024-09-16 23:00:58 +05:30
Kailash Nadh 8b2f385708 Add API token authentication. 2024-09-16 23:00:58 +05:30
Kailash Nadh 2fcecd6db5 Add missing user UI files. 2024-09-16 23:00:58 +05:30
Kailash Nadh 5832ea5384 Add user/password login handler. 2024-09-16 23:00:58 +05:30
Kailash Nadh 98213ebf24 Add create/add/delete user management UI and database schema. 2024-09-16 23:00:58 +05:30
Kailash Nadh 4679f98067 Fix bug in OIDC cookie check. 2024-09-16 23:00:58 +05:30
Kailash Nadh b832f8e82e Add migrations for OIDC db fields. 2024-09-16 23:00:58 +05:30
Kailash Nadh e6f59da886 Refactor the oidc package and separate out handlers. 2024-09-16 23:00:58 +05:30
Kailash Nadh 06264ca13f Refactor OIDC middleware handler logic. 2024-09-16 23:00:57 +05:30
Kailash Nadh 011d89144d Add a settings UI for OIDC. 2024-09-16 23:00:57 +05:30
Marc Bärtschi 67a33b40eb Implement OIDC
This is a simple OIDC implementation. It's very basic and just logs the user in. Access control needs to be done on the IDP side.
2024-09-16 23:00:57 +05:30
Bishop Clark 550cd3e1f8
Update README.md (#2034)
'software', when used as a noun, is not a 'countable' type, and it does not get an article like 'a'.  It's like 'traffic'.
2024-09-06 15:49:53 +05:30
Ken Powers 06e49831dd
Fix tag queyr param in lists.md (#2033) 2024-09-05 09:06:13 +05:30
Kailash Nadh 51e3f1789b Fix pre-confirm status not working on subscriber update. Closes #1927. 2024-09-03 23:39:02 +05:30
Kailash Nadh 139267d57e Tweak docs to highlight one-way mailing lists. Closes #1931. 2024-09-03 22:46:55 +05:30
Vinoth Kumar d7fe13c4b9
Fix typo and formatting (#2028) 2024-08-30 13:24:45 +05:30
Easton Man 1819480153
docs: suggest an FQDN in docker compose file (#2019)
The 'hostname' field in the docker-compose file is later used in Listmonk to generate the 'Message-Id' of each mail. The hostname is used as the id-right section of 'Message-Id'.

According to RFC 2822 3.6.4, id-right = dot-atom-text / no-fold-literal / obs-id-right 
Also, Rspamd has a spam filtering field 'MID_RHS_NOT_FQDN' which defaults to a 1.0 score.

This commit suggests an FQDN in the docker-compose file, which is guaranteed to meet the requirement.
2024-08-27 22:11:49 +05:30
Vaibhav Dixit c812caad1a
Fix syntax error in GetBounce method (#2007) 2024-08-27 13:14:29 +05:30
Bowrna 242c90d095
updating campaigns api doc (#2011) 2024-08-27 13:12:47 +05:30
Michael Bianco e6bf3691c7
adding listmonk-newsletter sdk link (#2013) 2024-08-27 13:12:30 +05:30
dependabot[bot] 55e81f0df6
Bump axios from 1.6.2 to 1.7.4 in /frontend (#2006)
Bumps [axios](https://github.com/axios/axios) from 1.6.2 to 1.7.4.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.6.2...v1.7.4)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-22 22:41:01 +05:30
Bowrna d28e40ee5c
update subscribers api docs (#1989) 2024-08-22 22:17:23 +05:30
pan93412 579fa71eed
docs: Add Zeabur one-click button (#1994) 2024-08-22 22:16:59 +05:30
Kailash Nadh edc9f7382f Fix typo on the website. 2024-08-20 15:05:51 +05:30
Kaiwalya Koparkar d2cd9b169e
chore: Deploy to Elestio button updated (#2005) 2024-08-20 14:56:25 +05:30
MaximilianKohler fb090f2383
Update querying-and-segmentation.md (#1983) 2024-08-12 14:04:48 +05:30
Bowrna 6353fb6491
Add bounces API link to the docs page (#1981) 2024-08-09 14:18:33 +05:30
Abhinav Raut 679457cb12
Ensure unique upload filenames by adding a suffix (#1963)
Fixes #1957.

Co-authored-by: Abhinav Raut <abhinav.raut@zerodha.com>
2024-08-08 15:42:29 +05:30
Bowrna 46187b9d25
Add public list API doc (#1976) 2024-08-07 17:52:16 +05:30
Bowrna 41f01d5a18
Add docs for bounces api (#1978) 2024-08-07 17:51:32 +05:30
Bowrna e4dcb066d9
Update API docs of media with missing api (#1975) 2024-08-06 11:41:13 +05:30
Bowrna 1e6e97e750
Add validation for filename with non-ASCII chars in media upload (#1973) 2024-08-05 20:08:33 +05:30
Kailash Nadh 01f7450bf0 Clean section in config doc. 2024-08-02 21:34:04 +05:30
Bowrna ebac8b3b4c
Fix broken campaign clone with deleted lists (#1966)
Co-authored-by: Kailash Nadh <kailash@nadh.in>
2024-08-02 21:33:43 +05:30
MaximilianKohler d284e35102
Update configuration.md +performance, batch size (#1967)
* Update configuration.md +performance, batch size

* Update configuration.md
2024-08-02 21:00:28 +05:30
Keshav Gupta c334d2e6e1
fix #1950:Export of unsubscribed users exports all users (#1965)
Co-authored-by: keshav <keshav.gupta@jarvis.consulting>
2024-08-02 00:05:33 +05:30
Kailash Nadh fedc51514d Fix incorrect count in subscriber query when there are no results. 2024-08-02 00:03:22 +05:30
Adrian Moya 45f1f80a76
fix(analytics): add to and from dates to campaign analytics URL (#1952)
Co-authored-by: Adrian Moya <adrian@csma.tehcnology>
2024-07-25 18:00:04 +05:30
Michael Bianco 23d236fec0
docs: send_at will error out without a Z at the end of the timestamp (#1949) 2024-07-22 09:13:26 +05:30
Luís Mendes 821b43d74f
Add support for running Docker container as non-root user using docker-entrypoint.sh (#1892)
* Enabling the usage of non root user in Docker
* Added docker-entrypoint.sh to .goreleaser.yml
* Renamed UID to PUID and GID to PGID
2024-07-21 11:03:15 +05:30
Prachi 888e33e5e3
fix [docs]: correct invalid example request of basic auth in docs (#1946)
Co-authored-by: Prachi Jamdade <prachiii@Prachis-Laptop.local>
2024-07-18 18:55:21 +05:30
Kailash Nadh 326fc300ed Refactor subscription form generator to render syntax-highlighted HTML. 2024-07-17 20:50:34 +05:30
Kailash Nadh c2e7c713ca Increase campaign subject char limit. Closes #1909. 2024-07-17 19:38:11 +05:30
Kailash Nadh c520337a36 Add issue/PR comment messages to GitHub stale action bot. 2024-07-17 11:46:55 +05:30