Ralph Slooten
|
8976124b3d
|
Merge branch 'release/v1.3.3'
|
2022-12-09 09:33:03 +13:00 |
|
Ralph Slooten
|
4fbff688ec
|
Release v1.3.3
|
2022-12-09 09:33:03 +13:00 |
|
Ralph Slooten
|
dca70a50c3
|
Bugfix: Allow tags to be set from MP_TAG environment
Fixes #26
|
2022-12-09 09:32:07 +13:00 |
|
Ralph Slooten
|
eb50304a13
|
Merge tag 'v1.3.2' into develop
Release v1.3.2
|
2022-12-08 22:01:50 +13:00 |
|
Ralph Slooten
|
858dfca321
|
Merge branch 'release/v1.3.2'
|
2022-12-08 22:01:47 +13:00 |
|
Ralph Slooten
|
5e09dec667
|
Release v1.3.2
|
2022-12-08 22:01:47 +13:00 |
|
Ralph Slooten
|
638ea3efa8
|
### Libs
- Upgrade esbuild to 0.16.2
|
2022-12-08 22:01:21 +13:00 |
|
Ralph Slooten
|
06bfc3b6e3
|
Build: Temporarily disable arm (32) Docker build
Seems to be causing github actions to get stuck for hours (11+).
|
2022-12-08 21:59:42 +13:00 |
|
Ralph Slooten
|
c2d34f3071
|
Merge tag 'v1.3.1' into develop
Release v1.3.1
|
2022-12-08 10:22:23 +13:00 |
|
Ralph Slooten
|
be582291c7
|
Merge branch 'release/v1.3.1'
|
2022-12-08 10:22:21 +13:00 |
|
Ralph Slooten
|
646fe072be
|
Release v1.3.1
|
2022-12-08 10:22:20 +13:00 |
|
Ralph Slooten
|
deba47f6d1
|
Libs: Upgrade esbuild & axios
|
2022-12-08 10:15:24 +13:00 |
|
Ralph Slooten
|
5f9efebeb3
|
Bugfix: Append trailing slash to custom webroot for UI & API
Fixes #25
|
2022-12-08 09:54:03 +13:00 |
|
Ralph Slooten
|
06aa7a2dea
|
Remove redundant offcanvas mixin
|
2022-12-03 17:21:51 +13:00 |
|
Ralph Slooten
|
2c3c436fc1
|
UI: Rename "results" to "result" when singular message returned
|
2022-11-25 19:06:41 +13:00 |
|
Ralph Slooten
|
6f2dd83936
|
Merge tag 'v1.3.0' into develop
Release v1.3.0
|
2022-11-22 22:25:06 +13:00 |
|
Ralph Slooten
|
b850c89ae0
|
Merge branch 'release/v1.3.0'
|
2022-11-22 22:24:55 +13:00 |
|
Ralph Slooten
|
cc327ab3ba
|
Release v1.3.0
|
2022-11-22 22:24:55 +13:00 |
|
Ralph Slooten
|
1886d78001
|
Libs: Update go modules
|
2022-11-22 22:18:33 +13:00 |
|
Ralph Slooten
|
63cbafa182
|
Libs: Update node modules
Including axios, bootstrap, bootstrap5-tags, esbuild, esbuild-sass-plugin, vue
|
2022-11-22 22:16:46 +13:00 |
|
Ralph Slooten
|
95dacfc5db
|
Build: Remove duplicate bootstrap CSS
|
2022-11-21 21:43:30 +13:00 |
|
Ralph Slooten
|
067d218f4b
|
Merge tag 'v1.2.9' into develop
Release v1.2.9
|
2022-11-18 13:26:32 +13:00 |
|
Ralph Slooten
|
3dd004ea4b
|
Merge branch 'release/v1.2.9'
|
2022-11-18 13:26:29 +13:00 |
|
Ralph Slooten
|
6570217bfd
|
Release v1.2.9
|
2022-11-18 13:26:29 +13:00 |
|
Ralph Slooten
|
54635b748a
|
Bugfix: Delay 200ms to set target="_blank" for all rendered email links
Fixes #22
|
2022-11-18 13:25:15 +13:00 |
|
Ralph Slooten
|
0ea4cab33b
|
Merge tag 'v1.2.8' into develop
Release v1.2.8
|
2022-11-13 17:29:43 +13:00 |
|
Ralph Slooten
|
0fde942e0d
|
Merge branch 'release/v1.2.8'
|
2022-11-13 17:29:41 +13:00 |
|
Ralph Slooten
|
b09d7ac75d
|
Release v1.2.8
|
2022-11-13 17:29:40 +13:00 |
|
Ralph Slooten
|
fc2fdd20f6
|
Update README - add tagging
|
2022-11-13 17:26:29 +13:00 |
|
Ralph Slooten
|
cbbac40c0d
|
Add MP_TAG environment option
|
2022-11-13 17:26:29 +13:00 |
|
Ralph Slooten
|
6bc02fd4d4
|
Feature: Message tags and auto-tagging
See #17
|
2022-11-13 17:26:29 +13:00 |
|
Ralph Slooten
|
57cfb2611c
|
Use bytes.NewReader(data) instead of strings.NewReader(string(data))
|
2022-11-13 17:26:28 +13:00 |
|
Ralph Slooten
|
ba24d145ff
|
Bugfix: Return empty arrays rather than null for message To, CC, BCC, Inlines & Attachments
Bugfix: Return empty arrays rather than null for message To, CC, BCC, Inlines & Attachments
|
2022-11-13 17:26:17 +13:00 |
|
Ralph Slooten
|
376e799eb0
|
Update README
|
2022-11-13 17:26:17 +13:00 |
|
Ralph Slooten
|
1dfadda07e
|
Use path.Join() instead of url.JoinPath() for < 1.19 compatibility
|
2022-11-13 17:26:17 +13:00 |
|
Ralph Slooten
|
fc0a7358ab
|
Merge branch 'release/v1.2.7'
|
2022-10-31 22:15:25 +13:00 |
|
Ralph Slooten
|
d229b34d98
|
Release v1.2.7
|
2022-10-31 22:15:24 +13:00 |
|
Ralph Slooten
|
cbc3fe59a8
|
Feature: Allow custom webroot
Allow Mailpit to run on a custom webroot, resolves #19
|
2022-10-31 22:13:41 +13:00 |
|
Ralph Slooten
|
ab771cf76c
|
Move utils to subfolder
|
2022-10-29 10:52:22 +13:00 |
|
Ralph Slooten
|
7a27e09d23
|
Merge tag 'v1.2.6' into develop
Release v1.2.6
|
2022-10-29 10:23:32 +13:00 |
|
Ralph Slooten
|
cdce989a9c
|
Merge branch 'release/v1.2.6'
|
2022-10-29 10:23:30 +13:00 |
|
Ralph Slooten
|
61dd3eddc5
|
Release v1.2.6
|
2022-10-29 10:23:29 +13:00 |
|
Ralph Slooten
|
290e48d875
|
Libs: Update go modules
|
2022-10-29 10:22:12 +13:00 |
|
Ralph Slooten
|
e7ea94a5d2
|
Libs: Update node modules
|
2022-10-29 10:22:05 +13:00 |
|
Ralph Slooten
|
43bd2a18ea
|
API: Provide structs of API v1 responses for use in client code
See #21
|
2022-10-21 22:55:15 +13:00 |
|
Ralph Slooten
|
ec95e58e13
|
Use ${{ github.ref_name }} for workflow build tags
|
2022-10-16 12:12:28 +13:00 |
|
Ralph Slooten
|
70ac9c73ea
|
Release 1.2.5
|
2022-10-16 12:07:20 +13:00 |
|
Ralph Slooten
|
0fcdcdd5f6
|
Merge tag '1.2.5' into develop
Release 1.2.5
|
2022-10-16 12:04:51 +13:00 |
|
Ralph Slooten
|
ea12a1ee56
|
Merge branch 'release/1.2.5'
|
2022-10-16 12:04:30 +13:00 |
|
Ralph Slooten
|
9345ed60c6
|
Update screenshot
|
2022-10-16 12:01:40 +13:00 |
|