This website requires JavaScript.
f79d7b35a4
Disallow creating accounts as a guest. #52
Cory McWilliams
2024-05-14 12:41:17 -04:00
3b36496dac
chore: a bit more doc
Tasia Iso
2024-05-12 21:17:38 +02:00
4ebd6c24a9
chore: missing period in description
Tasia Iso
2024-05-12 21:15:30 +02:00
05451d98b3
Merge branch 'tasiaiso-nix' of https://dev.tildefriends.net/tasiaiso/tildefriends into tasiaiso-nix
Tasia Iso
2024-05-12 21:13:43 +02:00
22a4bce3c8
docs(nix): add documentation in default.nix
Tasia Iso
2024-05-12 21:11:31 +02:00
76d499f00b
Merge branch 'main' into tasiaiso-nix
Tasia Iso
2024-05-12 14:56:12 -04:00
f0772f9b99
build(nix): add Nix support
Tasia Iso
2024-05-12 20:12:50 +02:00
46e711f0a5
Merge branch 'main' of https://dev.tildefriends.net/cory/tildefriends
Cory McWilliams
2024-05-12 10:40:14 -04:00
abffac3f82
Show missing profile images more deliberately.
Cory McWilliams
2024-05-12 10:40:06 -04:00
27b275548e
Fix docs.
Cory McWilliams
2024-05-12 08:37:14 -04:00
93ce253d1e
prettier
Cory McWilliams
2024-05-12 08:23:34 -04:00
a5af312b39
Merge branch 'main' of https://dev.tildefriends.net/cory/tildefriends
Cory McWilliams
2024-05-12 08:23:23 -04:00
4b5e8e8a43
Consolidate similar request tags in the connection list. #59
Cory McWilliams
2024-05-12 08:21:47 -04:00
443dd4d168
Merge pull request 'chore: code formatting' (#58 ) from tasiaiso/tildefriends:tasiaiso-format into main
Cory McWilliams
2024-05-12 08:05:02 -04:00
907479df84
Merge branch 'main' into tasiaiso-format
Cory McWilliams
2024-05-12 07:52:33 -04:00
9887a78e98
prettier
Cory McWilliams
2024-05-12 07:48:34 -04:00
f669371349
Show tab names on large enough screens. Inspired by tasio's #61 .
Cory McWilliams
2024-05-12 06:58:01 -04:00
24c720c79a
Merge branch 'main' into tasiaiso-format
Tasia Iso
2024-05-12 02:06:09 -04:00
4485234980
chore(style): tell prettier to ignore code block
Tasia Iso
2024-05-12 08:01:37 +02:00
b6871c0b1f
chore: code formatting
Tasia Iso
2024-05-11 23:44:09 +02:00
47838d5e48
More name info issues.
Cory McWilliams
2024-05-11 10:53:21 -04:00
69fccd56d3
Add a little guidance about how to set your name. It's a common confusion.
Cory McWilliams
2024-05-11 10:40:34 -04:00
ca00c4fb5d
Fix multiple issues getting identity info.
Cory McWilliams
2024-05-11 10:23:07 -04:00
427ca3f265
Indicate both the server account and your own accounts in the ssb connections tab.
Cory McWilliams
2024-05-11 09:58:24 -04:00
c1a80e50e7
Merge branch 'main' of https://dev.tildefriends.net/cory/tildefriends
Cory McWilliams
2024-05-11 09:50:06 -04:00
52962f3a5e
Remove the :auth key. We can sign JWTs with :admin, and it's one less magic key.
Cory McWilliams
2024-05-11 09:50:00 -04:00
b3f095b61f
Merge branch 'main' of https://dev.tildefriends.net/cory/tildefriends
Cory McWilliams
2024-05-11 09:33:48 -04:00
a5004c8ba9
Indicate the local server identity.
Cory McWilliams
2024-05-11 09:33:38 -04:00
7d9b1b508b
Print a little colorful message when we've started about where to connect. Multiple people have pointed out that it's not obvious that it's working.
Cory McWilliams
2024-05-11 09:18:30 -04:00
5e265dfc83
Make sure the first user can admin.
Cory McWilliams
2024-05-11 09:03:56 -04:00
3a43d6f8ac
Build fix.
Cory McWilliams
2024-05-11 09:03:37 -04:00
11a6649847
Add back a verify command. Remove unused and not very useful ssb.getMessage(). Make field ordering shenanigans more explicit.
Cory McWilliams
2024-05-11 08:48:50 -04:00
7caf4a0173
Fix numerous issues around setting the first registered used as an admin.
Cory McWilliams
2024-05-10 22:21:59 -04:00
385524352c
Refactor most uses of uv_queue_work to go through a helper that keeps track of thread business, traces, and is generally less code.
Cory McWilliams
2024-05-08 21:00:37 -04:00
5ca5323782
Fix /speedscope/ => deps/speedscope/index.html.
Cory McWilliams
2024-05-08 20:57:53 -04:00
ba6da856bb
Let trace truncate names more if it means we can generate valid JSON.
Cory McWilliams
2024-05-08 20:56:44 -04:00
c0e72246cc
Trying to understand a lingering 'previous message doesn't exist.' And format.
Cory McWilliams
2024-05-08 12:20:57 -04:00
c7ab5447ea
Move / redirect handling to C
Cory McWilliams
2024-05-05 15:24:15 -04:00
5fdd461159
Fix setting multiline admin settings.
Cory McWilliams
2024-05-05 15:19:00 -04:00
421955f2a0
getIdentityInfo => C.
Cory McWilliams
2024-05-05 13:48:22 -04:00
a28f6985ed
getActiveIdentity => C.
Cory McWilliams
2024-05-05 12:55:32 -04:00
8244dddab7
Latest libbacktrace.
Cory McWilliams
2024-05-05 12:03:57 -04:00
a5ca436eaa
Merge branch 'main' of https://dev.tildefriends.net/cory/tildefriends
Cory McWilliams
2024-05-02 20:35:24 -04:00
d7fc1c2c88
Minor style/layout changes.
Cory McWilliams
2024-05-02 20:35:00 -04:00
382627ef8d
Latest codemirror.
Cory McWilliams
2024-05-02 20:11:54 -04:00
17667b4cf8
make format
Cory McWilliams
2024-05-02 20:10:56 -04:00
5231ec22e7
More trying to clean up lingering requests.
Cory McWilliams
2024-05-02 19:59:54 -04:00
929ae1b709
After eyeballing lingering requests, clean up requests after the response to an async (non-streaming) request is done.
Cory McWilliams
2024-05-02 19:37:38 -04:00
f01f7a5ab9
Show active RPC requests in the connections tab. Probably TMI, but I want greater introspection into what is going on, and this seemed like a positive step.
Cory McWilliams
2024-05-02 19:02:23 -04:00
a2dce833f8
Fix another shutdown issue.
Cory McWilliams
2024-05-02 12:30:22 -04:00
de6c7a4fd4
SSB app stylin'.
Cory McWilliams
2024-05-01 12:34:36 -04:00
4edee0f7f6
Allow importing from a single app .json.
Cory McWilliams
2024-04-30 21:43:14 -04:00
988a807fa4
Admin app styles.
Cory McWilliams
2024-04-30 19:18:33 -04:00
5258e4253d
Better identity app layout on mobile.
Cory McWilliams
2024-04-29 12:24:35 -04:00
09ba86dec5
Show replies to gatherings.
Cory McWilliams
2024-04-28 12:55:17 -04:00
78d8a1aa23
Set the core room app icon.
Cory McWilliams
2024-04-28 12:33:19 -04:00
22def15209
Merge branch 'main' of https://dev.tildefriends.net/cory/tildefriends
Cory McWilliams
2024-04-28 12:25:31 -04:00
4cbda7a849
Improve file errors so that it doesn't look like everything has failed when we see there's no https cert available.
Cory McWilliams
2024-04-28 12:25:12 -04:00
be85a620ef
Fix app delete.
Cory McWilliams
2024-04-28 12:11:13 -04:00
0b07b678b4
Theme the identity app a bit.
Cory McWilliams
2024-04-28 11:57:35 -04:00
4733ce9287
Fix ssb draft discard.
Cory McWilliams
2024-04-28 11:23:28 -04:00
48d6bf4c15
Hook up onJsAlert on android.
Cory McWilliams
2024-04-28 11:04:29 -04:00
8c759bcbac
Hide the reactions button if there aren't any.
Cory McWilliams
2024-04-26 18:19:13 -04:00
b5ed7014f6
Fix attaching files (aka WebView file picking) on Android.
Cory McWilliams
2024-04-26 18:10:22 -04:00
6cd9dea186
Merge v0.0.18 compose fixes.
Cory McWilliams
2024-04-24 20:35:36 -04:00
202b416acf
More ssb compose fixes.
v0.0.18
v0.0.18
Cory McWilliams
2024-04-24 20:32:09 -04:00
93d46f5610
Fix some ssb compose issues.
Cory McWilliams
2024-04-24 20:19:14 -04:00
c5ddf3ac99
Fix some ssb compose issues.
Cory McWilliams
2024-04-24 20:19:14 -04:00
a9cb913a47
Working on 0.0.19.
Cory McWilliams
2024-04-24 19:29:17 -04:00
b7b5d4f1a5
Calling it 0.0.18.
Cory McWilliams
2024-04-24 19:24:10 -04:00
a947396bad
Prettier.
Cory McWilliams
2024-04-24 19:23:13 -04:00
d528bc808e
Add retries around some 'test -t auto' intermittent failures.
Cory McWilliams
2024-04-22 12:37:06 -04:00
c6fd05c2cf
ssb tf-compose fixes.
Cory McWilliams
2024-04-21 18:53:47 -04:00
d6bb9d311a
An experiment in improving ssb text entry.
Cory McWilliams
2024-04-21 18:24:57 -04:00
53b4cbbf8c
CSS, ugh.
Cory McWilliams
2024-04-21 15:24:23 -04:00
628716ec28
Add a thing to inspect reactions. #48
Cory McWilliams
2024-04-21 14:18:06 -04:00
bd14168627
Don't pop up the error modal for connecting/status messages.
Cory McWilliams
2024-04-18 12:46:06 -04:00
96037d4da6
Android pull refresh fixes. Sigh.
Cory McWilliams
2024-04-17 22:37:24 -04:00
5448e773d8
Rejiggled error display.
Cory McWilliams
2024-04-17 20:56:33 -04:00
848ef21c7c
Build a windows standalone executable with attached data for dist. #28
Cory McWilliams
2024-04-17 20:16:07 -04:00
2ecae7da93
Implement my own hokey pull to refresh on Android. Nobody's got time for all those dependencies.
Cory McWilliams
2024-04-17 19:55:14 -04:00
d9ce569eb9
Add a thing to encourage editing your profile.
Cory McWilliams
2024-04-17 17:21:44 +01:00
eacaf392b1
Lit 3.1.3.
Cory McWilliams
2024-04-16 12:31:53 -04:00
ce16592b6a
Update codemirror.
Cory McWilliams
2024-04-16 12:30:27 -04:00
295d76d354
sqlite 3.45.3.
Cory McWilliams
2024-04-16 12:16:36 -04:00
23b3c998bd
Re-CSS'd the identity dropdown.
Cory McWilliams
2024-04-14 17:47:47 -04:00
b5e966c9a1
Make the wiki app use the global id picker.
Cory McWilliams
2024-04-14 13:53:51 +01:00
96cb6f4b12
Make the issues app use the global id picker, fix jsonb issues, and fix the global id picker.
Cory McWilliams
2024-04-14 13:47:28 +01:00
e2c0f82ec0
Size the identity picker a tad better.
Cory McWilliams
2024-04-14 13:10:32 +01:00
dbf28c03e6
Let's get account names to the UI.
Cory McWilliams
2024-04-13 21:51:18 -04:00
26165e30de
Fix -t auto.
Cory McWilliams
2024-04-13 20:32:17 -04:00
c52331a23a
format/prettier
Cory McWilliams
2024-04-13 20:07:39 -04:00
8007e71e1d
Make the ssb app use the global identity picker.
Cory McWilliams
2024-04-13 19:52:40 -04:00
28d08e013f
Trying to make the ssb connections tab not overflow all the layouts. Dunno.
Cory McWilliams
2024-04-13 19:29:31 -04:00
64bbd383de
Trying to make the navigation bar fit again with a new dropdown. Good grief, CSS.
Cory McWilliams
2024-04-13 16:52:30 -04:00
8a9f53102b
Needs some color.
Cory McWilliams
2024-04-13 13:33:57 -04:00
0412b97170
WIP managing a per-app current identity from the Tilde Friends navigation bar.
Cory McWilliams
2024-04-13 13:22:59 -04:00
c8b8a8fc03
Oops, the tf-auth lit was all wrong.
Cory McWilliams
2024-04-13 10:28:35 -04:00
95d3090b9b
Fix the app permissions list missing its reset buttons.
Cory McWilliams
2024-04-13 10:03:06 -04:00
49129ee6dd
Welcome changes. Added a first steps blurb.
Cory McWilliams
2024-04-12 02:32:21 +01:00