James Hillyerd
c77cae2429
ui: Update README for npm/webpack
2018-11-17 19:18:39 -08:00
James Hillyerd
abd9ebeb35
ui: Use web components to render server-side HTML
2018-11-17 19:09:19 -08:00
James Hillyerd
f2cd3f92da
ui: Upgrade to elm/http 2.0.0
2018-11-17 18:48:52 -08:00
James Hillyerd
e70900dd1a
web: Implement SPA compatible routing
2018-11-17 14:38:04 -08:00
James Hillyerd
284dd70bc6
ui: minimal webpack 4 build w/ proxy & hot reload
2018-11-17 14:37:27 -08:00
James Hillyerd
fe20854173
ui: Get UI to compile with Elm 0.19
2018-11-17 14:36:47 -08:00
James Hillyerd
5ccdece541
ui: Remove built assets during elm upgrade
2018-11-17 14:19:10 -08:00
James Hillyerd
b67d5ba376
ui: Reformat with elm-format 0.8.1
2018-11-13 22:06:19 -08:00
James Hillyerd
ecd0c124d4
ui: Re-implement websockets with ports+JS
2018-11-13 21:27:58 -08:00
James Hillyerd
ac3a94412d
Merge Elm user interface into develop, closes #105
2018-11-12 22:15:37 -08:00
James Hillyerd
8017e0ce57
docker: Update for elm UI artifacts
2018-11-12 22:05:48 -08:00
James Hillyerd
1f2d1a4622
ui: Commit build artifacts
2018-11-12 21:53:53 -08:00
James Hillyerd
bea3849c97
ui: Update README with dev instructions
2018-11-12 21:26:58 -08:00
James Hillyerd
2bbcef072a
ui: Add greeting.html to Home
2018-11-12 20:38:00 -08:00
James Hillyerd
d1954cdd6f
ui: Reformat with new elm-format
2018-11-12 20:38:00 -08:00
James Hillyerd
c92cd309bc
ui: Add friendly date to Mailbox message view
...
- Refactor some date stuff
2018-11-12 20:38:00 -08:00
James Hillyerd
d05eb10851
ui: Friendly date format for mailbox list, monitor
2018-11-12 20:38:00 -08:00
James Hillyerd
9e2f138279
ui: Add purge button to Mailbox
2018-11-12 20:38:00 -08:00
James Hillyerd
af9c735cd7
ui: messageList becomes viewMessageList
2018-11-12 20:38:00 -08:00
James Hillyerd
5328406533
ui: Move selected MessageID into MessageList record
2018-11-12 20:38:00 -08:00
James Hillyerd
54ca36c442
ui: Refactor Mailbox states to reduce cases.
2018-11-12 20:38:00 -08:00
James Hillyerd
5ab273b7b8
travis: Remove Go 1.10.x
2018-11-12 20:38:00 -08:00
James Hillyerd
352e8c396d
ui: Refactor Mailbox update function
2018-11-12 20:38:00 -08:00
James Hillyerd
f0b4dda8e6
ui: Add search to Mailbox
2018-11-12 20:38:00 -08:00
James Hillyerd
c8dabf8593
ui: Mailbox headers get a MessageList type for search
2018-11-12 20:38:00 -08:00
James Hillyerd
852b9fce26
ui: Refactor mailbox header list into State
2018-11-12 20:38:00 -08:00
James Hillyerd
a8795f46dc
ui: Adding Transistioning state to Mailbox to stop flicker
2018-11-12 20:38:00 -08:00
James Hillyerd
bcf0cafb34
ui: Refactor Mailbox model states
2018-11-12 20:38:00 -08:00
James Hillyerd
04a3f58e6d
ui: Refactor message/markSeenAt into visible record.
2018-11-12 20:38:00 -08:00
James Hillyerd
7dade7f0e4
ui: Initial impl of seen message marking
2018-11-12 20:38:00 -08:00
James Hillyerd
523c04a522
Logging improvements, handler extraction.
...
- rest: improve error logging.
- web: extract handlers/middleware into their own file.
- web: log all requests, not just ones hitting our handlers.
- test: improve integration test logging format.
2018-11-12 20:38:00 -08:00
James Hillyerd
7a5459ce08
test: Fix integation test server startup
2018-11-12 20:38:00 -08:00
James Hillyerd
dd14fb9989
ui: Much elm work, such wow
...
- ui: Fix favicon
- webui: Changes to support serving Elm UI
- Static files now served from `/` mount point.
- Old UI handlers moved to `/serve` mount point, some will still be
needed by the Elm UI; safe HTML and attachments for example.
- Update dev-start.sh for new UI, with tip on how to build it.
- ui: Detect browser host:port for websocket URL,
- webui: Remove unused mailbox handlers, rename routes
- Many routes not needed by Elm UI.
- `/serve/mailbox/*` becomes `/serve/m/*`.
- webui: Impl custom JSON message API for web UI,
- ui: Refactor Mailbox view functions,
- ui: Add body tabs for safe HTML and plain text,
- webui: Format plain text for new UI,
- ui: List attachments with view & download links,
2018-11-12 20:34:51 -08:00
James Hillyerd
c5b5321be3
ui: Initial Elm UI import
...
Merged from https://github.com/jhillyerd/inbucket-elm
Uses https://github.com/halfzebra/create-elm-app
2018-11-12 20:34:35 -08:00
James Hillyerd
8b5a05eb40
ui: remove old jquery/HTML template based UI
2018-11-12 20:34:27 -08:00
James Hillyerd
60db73b813
test: Correctly shutdown integration test server
2018-11-03 18:53:24 -07:00
James Hillyerd
ef633b906c
travis: remove branch master check for deploy
2018-10-31 20:51:33 -07:00
James Hillyerd
2e49b591eb
Merge tag 'v2.1.0-beta1' into develop
...
v2.1.0-beta1
2018-10-31 20:08:15 -07:00
James Hillyerd
7d7e408bfa
Merge branch 'release/2.1.0-beta1'
2018-10-31 20:07:34 -07:00
James Hillyerd
91fea4e1fd
Update CHANGELOG for beta
2018-10-31 20:06:47 -07:00
James Hillyerd
469132fe2f
rest: Add godoc example test for client.
...
- Update README and CHANGELOG
2018-10-31 19:45:15 -07:00
James Hillyerd
690b19a22c
rest: Rewrite client tests using httptest server.
2018-10-31 18:44:32 -07:00
James Hillyerd
30e3892cb0
webui, rest: Render UTF-8 addresses correctly, fixes #117
2018-10-22 18:29:03 -07:00
James Hillyerd
fcb4bc20e0
test: Add basic integration test suite, closes #119
2018-10-22 16:25:27 -07:00
James Hillyerd
8a3d2ff6a2
storage: Add test for id='latest', implment in mem store.
2018-10-22 15:43:17 -07:00
James Hillyerd
2f67a6922a
ui: Update default greeting.html, closes #106 .
2018-10-22 12:28:12 -07:00
James Hillyerd
82e6a9fe5d
rest: Use a subrouter for /api/ paths
2018-10-22 10:48:08 -07:00
James Hillyerd
1a7e47b60a
rest: Make tests easier to read, less logic.
2018-10-22 09:37:15 -07:00
James Hillyerd
4d17886ed6
Merge branch 'feature/retention-perf' into develop
2018-10-21 21:25:09 -07:00
James Hillyerd
0640f9fa08
file: Use os.Readdirnames to eliminate Lstat calls for #122
...
- This a speed/syscall optimization, not memory.
2018-10-21 09:25:32 -07:00