6
1
mirror of https://git.mills.io/saltyim/saltyim.git synced 2024-06-25 16:28:20 +00:00
Commit Graph

314 Commits

Author SHA1 Message Date
James Mills
3b300f09fd pwa: Fix the name of the main component to be SaltyChat 2022-03-25 21:28:35 +10:00
James Mills
8c13d6a60c Fix Dockerfile's default CMD to saltyd to make it easier on Synology users 2022-03-25 21:28:17 +10:00
James Mills
5c1fd1077b WIP: Fix for Mobile Safari 2022-03-25 16:49:42 +10:00
James Mills
f905f249bb pwa: Fix missing assets from Dockerfile 2022-03-25 15:41:27 +10:00
James Mills
544aecb368 pwa: Remove the unsed link component(s) 2022-03-25 15:36:23 +10:00
James Mills
9e9abacf1a pwa: Fix build errors 2022-03-25 15:28:44 +10:00
James Mills
3c3f06d766 pwa: Ooops fix typo in Dockerfile :/ 2022-03-25 15:18:40 +10:00
James Mills
d1b2ff6151 pwa: Add missing routes to Dockerfile 2022-03-25 15:17:34 +10:00
James Mills
6692a48baf Update go.sum 2022-03-25 15:15:02 +10:00
James Mills
dbd9ecbd0e Merge branch 'material-design-exp-matt' 2022-03-25 15:14:19 +10:00
mlctrez
ab6e29a376 errors go to a modal dialog 2022-03-24 23:20:16 -05:00
mlctrez
14eb996218 compact chat window text a bit 2022-03-24 21:22:57 -05:00
mlctrez
906a85c8d2 add send-to address 2022-03-24 21:11:26 -05:00
James Mills
958ba6d9d2 Add unit tests (#55)
Co-authored-by: James Mills <prologic@shortcircuit.net.au>
Reviewed-on: https://git.mills.io/saltyim/saltyim/pulls/55
2022-03-25 01:52:59 +00:00
James Mills
921705275a saltyd: Update to msgbus v0.1.8 2022-03-25 11:39:28 +10:00
James Mills
3870354554 Remove no-cors 2022-03-25 11:23:20 +10:00
mlctrez
f736b42a00 remove debugging 2022-03-24 19:29:02 -05:00
mlctrez
30d7330503 remove endpoint configuration, no longer used 2022-03-24 18:03:46 -05:00
mlctrez
3681f79990 Merge branch 'master' into material-design-exp-matt 2022-03-24 17:58:56 -05:00
mlctrez
c5216f32b9 no-cors when in wasm 2022-03-24 17:50:45 -05:00
mlctrez
43f5d14025 Merge branch 'material-design-exp-matt' of ssh://git.mills.io:2222/saltyim/saltyim into material-design-exp-matt 2022-03-24 17:48:51 -05:00
mlctrez
05c44be6c0 refactor identity create/read for functional arguments to support PWA (#53)
This PR is for refactoring interaction with CreateIdentity(), GetIdentity(), and NewClient() to allow operations on the identity contents from within a PWA where a filesystem is not present.

It was suggested to use functional arguments so this pull request reflects this.

Co-authored-by: mlctrez <mlctrez@gmail.com>
Reviewed-on: https://git.mills.io/saltyim/saltyim/pulls/53
Co-authored-by: mlctrez <mlctrez@noreply@mills.io>
Co-committed-by: mlctrez <mlctrez@noreply@mills.io>
2022-03-24 20:21:29 +00:00
mlctrez
2f36047a5f rebase from master 2022-03-24 13:59:40 -05:00
mlctrez
a2f9fd8cd7 fixup doc 2022-03-24 13:39:38 -05:00
mlctrez
61e3b8e6bd initial work on configuration page 2022-03-24 13:39:38 -05:00
mlctrez
e937a895be auto scroll to last chat message 2022-03-24 13:38:41 -05:00
mlctrez
ca49338f3f clear value and focus on input 2022-03-24 13:38:41 -05:00
mlctrez
c084b99953 chat screen layout 2022-03-24 13:38:41 -05:00
mlctrez
4452560dc3 re-add icons to update banner buttons 2022-03-24 13:38:41 -05:00
mlctrez
54b3491bf3 remove comment 2022-03-24 13:38:41 -05:00
mlctrez
edcbecde11 initial goapp-mdc integration work 2022-03-24 13:38:41 -05:00
James Mills
02842fd49c pwa: Playing around with material design 2022-03-24 13:37:18 -05:00
mlctrez
e24bbf72d5 fixup doc 2022-03-24 09:53:40 -05:00
mlctrez
70cbed1fa9 initial work on configuration page 2022-03-24 09:50:51 -05:00
James Mills
332202551d Fix CI 2022-03-24 14:11:51 +10:00
James Mills
806e7200c6 Update 'Roadmap.md'
Add "Supervised Account" / "Kid Mode" item to Long-Term which was one of the primary motivators for creating this project in the first place.
2022-03-24 00:05:06 +00:00
mlctrez
f5aaf48ebc auto scroll to last chat message 2022-03-23 12:32:46 -05:00
mlctrez
8e8f8ec728 clear value and focus on input 2022-03-23 12:20:17 -05:00
mlctrez
b5a7e5af47 chat screen layout 2022-03-23 12:08:21 -05:00
James Mills
ffd21e172c Add an example exec bot that handles basic commands 2022-03-24 02:07:42 +10:00
James Mills
a5d70a7b7c Add a really stupidly simple echo bot (shell post-hook script) 2022-03-24 01:42:20 +10:00
James Mills
4c9da17db6 Fix terminal detection and avoid colors when not a terminal 2022-03-24 01:41:59 +10:00
James Mills
6f9862e6f4 Fix make-user templating 2022-03-24 01:41:36 +10:00
James Mills
8569d1171e Fix make-user to spport supplying an optional custom broker endpoint (-e/--endpoint or 2nd argument) 2022-03-24 00:21:26 +10:00
mlctrez
9eff8ebd99 re-add icons to update banner buttons 2022-03-23 09:09:38 -05:00
mlctrez
0c021a0fc6 remove comment 2022-03-23 09:07:19 -05:00
James Mills
f1d0206898 Update CHANGELOG for 0.0.19 2022-03-23 23:25:50 +10:00
James Mills
5dccf640f2 Fix PackMessage to ensure every message ends with a UNIX newline (\n) 2022-03-23 23:25:03 +10:00
James Mills
5ac634e696 Update CHANGELOG for 0.0.18 2022-03-23 22:39:48 +10:00
James Mills
7ffefb042e Refactor Endpoint for automatic endpoint discovery and less configuration (#46)
Co-authored-by: James Mills <prologic@shortcircuit.net.au>
Reviewed-on: https://git.mills.io/prologic/saltyim/pulls/46
2022-03-23 12:39:31 +00:00