James Hillyerd
201987f6a8
ui: Upgrade to elm 0.19.1, bump all JS deps
2020-03-21 13:07:59 -07:00
James Hillyerd
45d9d2af39
travis: Update to Go 1.14.x
2020-03-21 10:04:24 -07:00
Fred Cox
12802e93cb
Fix var name for tls cert ( #146 )
2019-09-17 08:51:07 -07:00
James Hillyerd
0956a13618
release: Modernize goreleaser config
v3.0.0-beta2
2019-08-17 16:47:02 -07:00
James Hillyerd
de4bb991dd
Merge tag 'v3.0.0-beta2' into develop
...
Added
- Ability to name mailboxes after domain of email recipient, set via
`INBUCKET_MAILBOXNAMING`, thanks MatthewJohn.
Changed
- Updated JavaScript dependencies.
- Updated Go dependencies.
- Updated Docker build: Go to 1.12, and Alpine Linux to 3.10
Fixed
- URLs to view/download attachments from REST API, #138
- Support for late EHLO, #141
2019-08-17 16:11:41 -07:00
James Hillyerd
14f0895ae7
Merge branch 'release/3.0.0-beta2'
2019-08-17 16:11:12 -07:00
James Hillyerd
8bb01570ef
Update changelog
2019-08-17 16:11:02 -07:00
James Hillyerd
3a1c757d04
smtp: Handle late EHLO, fixes #141
2019-08-17 15:46:28 -07:00
James Hillyerd
d8474d56e5
Merge branch 'feature/readme' into develop
2019-08-17 15:31:16 -07:00
James Hillyerd
eef45a4473
readme: Add Docker info
2019-08-17 15:29:05 -07:00
James Hillyerd
91d19308fe
readme: Update build instructions, closes #127
2019-08-17 15:20:40 -07:00
James Hillyerd
e359c0b030
docker: go 1.11 -> 1.12, alpine linux 3.8 -> 3.10
2019-08-17 13:00:01 -07:00
James Hillyerd
a73ffeabd3
rest: Update attachments to 3.0 URL scheme, closes #138
2019-08-17 12:07:20 -07:00
James Hillyerd
0b3f4eab75
backend: Update dependencies
2019-08-10 17:54:09 -07:00
James Hillyerd
7ea4798e77
backend: Update to enmime 0.6.0
2019-08-10 17:13:57 -07:00
James Hillyerd
070de88bba
ui: JS dependency updates
2019-08-10 16:28:48 -07:00
James Hillyerd
383386d5fb
Update lodash
2019-08-10 16:00:04 -07:00
James Hillyerd
a3e2c5247e
Update elm + elm-webpack-loader
2019-08-10 15:56:46 -07:00
James Hillyerd
702f9ef48e
Update top-level JS deps
2019-08-10 14:48:54 -07:00
James Hillyerd
ac4501ba35
Update change log
2019-08-10 14:31:21 -07:00
Matt John
c78656b400
Add ability to name mailboxes after domain of email ( #140 )
...
* Add ability to name mailboxes after domain of email
* Update argument documentation for 'domain' filtering
* Update address policy to verify domain against RFC and return error on invalid domain
2019-08-10 14:13:21 -07:00
James Hillyerd
b6a6cc6708
Merge tag 'v3.0.0-beta1' into develop
...
Release 3.0.0-beta1
2019-03-14 21:29:19 -07:00
James Hillyerd
a17fa256a2
Merge branch 'release/3.0.0-beta1'
v3.0.0-beta1
2019-03-14 21:26:15 -07:00
James Hillyerd
7ea8e2fc03
Release 3.0.0-beta1
2019-03-14 21:15:09 -07:00
James Hillyerd
a0b6f0692d
Merge branch 'feature/gh-org' into develop for #126
2019-02-24 10:36:31 -08:00
James Hillyerd
c1b7e3605c
goreleaser: update github owner to inbucket
2019-02-24 10:35:38 -08:00
James Hillyerd
2b3dd51e71
docs: rename to github.com/inbucket/inbucket
2019-02-24 10:09:33 -08:00
James Hillyerd
e4c48a0705
go code: rename to github.com/inbucket/inbucket
2019-02-24 09:43:10 -08:00
James Hillyerd
5c885a067a
ui: Update npm deps
2019-02-24 09:02:52 -08:00
James Hillyerd
71b3de59af
ui: Add search clear button
2019-02-24 08:42:33 -08:00
James Hillyerd
fc95f6e57f
ui: Add polyfill for webcomponents
2019-02-18 19:28:44 -08:00
James Hillyerd
e5e1c39097
ui: Upgrade to NodeJS 10.x
2019-02-18 17:01:18 -08:00
James Hillyerd
f1b85be23a
ui: Have dev-server bind to 0.0.0.0
2019-02-18 16:31:54 -08:00
James Hillyerd
aaf8eb5ec1
ui: Combine margin/padding
2019-02-18 15:48:08 -08:00
James Hillyerd
18b85877ab
ui: Ignore submit of empty mailbox input
2019-02-18 13:04:21 -08:00
James Hillyerd
cd89d77d9f
ui: Unknown routes redirect to Home
2019-02-18 12:51:49 -08:00
James Hillyerd
a54e0f2438
ui: Clear flash when changing routes
2019-02-18 12:35:27 -08:00
James Hillyerd
3738ccc11d
ui: Remove unnecessary Session params from Mailbox
2019-02-18 11:09:36 -08:00
James Hillyerd
a6cdd30fb1
Merge branch 'feature/keybd-nav' into develop
2019-02-17 14:05:19 -08:00
James Hillyerd
a467829103
ui: Convert hamburger to button
2019-02-17 13:40:56 -08:00
James Hillyerd
b2255fefab
ui: Allow keyboard navigation of message list
2019-02-17 12:59:05 -08:00
James Hillyerd
34799b9a04
ui: Move ClearFlash & ViewMailbox into Layout
2019-02-17 12:21:20 -08:00
James Hillyerd
cfbd30d8b0
ui: Give Layout it's own Model/Msg
2019-02-17 11:22:59 -08:00
James Hillyerd
7cd45ff3c7
ui: Allow tab+enter nav of monitor messages
2019-02-17 08:55:59 -08:00
James Hillyerd
3c2b302a5f
ui: Fix Source & Raw HTML tab nav
2019-02-17 08:55:59 -08:00
James Hillyerd
35969e0b0f
ui: Reorg navbar CSS
2019-02-17 08:55:59 -08:00
James Hillyerd
d933d591d8
ui: Add button to open recent menu via keyboard
2019-02-15 21:28:29 -08:00
James Hillyerd
b82cafc338
ui: mailbox input to end of nav for kbd sanity
2019-02-15 18:47:05 -08:00
James Hillyerd
f739ba90a1
Merge branch 'feature/mobile-msg' into develop
2019-02-09 13:56:42 -08:00
James Hillyerd
6724c86181
ui: Add message back/close button for mobile
2019-02-09 13:44:46 -08:00