This website requires JavaScript.
Explore
Help
Register
Sign In
cory
/
tildefriends
Watch
5
Star
6
Fork
2
You've already forked tildefriends
Code
Issues
35
Pull Requests
Actions
Releases
37
Wiki
Activity
All Workflows
build.yaml
Actor
All actors
cory
Status
All status
Success
Failure
Waiting
Running
ssb: Stop breaking up the news queries into chunks. It sometimes produced incorrect results, and it is not necessary if we're fast enough.
build.yaml #443
:
Commit
71ff604f90
pushed by
cory
main
2025-01-25 20:34:03 -05:00
20m50s
ssb: Be a bit more aggressive about loading latest messages. It bugs me when I don't see my own reactions in a channel or whatnot, and I think it has to do with the queried time ranges.
build.yaml #442
:
Commit
83e00763ea
pushed by
cory
main
2025-01-25 18:21:15 -05:00
21m2s
buttfeed: Use markdown that works better in Manyverse.
build.yaml #441
:
Commit
5b647e0937
pushed by
cory
main
2025-01-25 08:30:45 -05:00
22m37s
trace: Use our own sequential thread ids to be more compatible with different trace viewers.
build.yaml #440
:
Commit
e0444510f4
pushed by
cory
main
2025-01-24 19:23:00 -05:00
22m14s
ssb: Only re-populate the messages_stats table on first creation.
build.yaml #439
:
Commit
82e876a892
pushed by
cory
main
2025-01-24 18:28:16 -05:00
21m38s
ssb: Add a lookup table of max sequence and timestamp per account.f
build.yaml #438
:
Commit
c728e05032
pushed by
cory
main
2025-01-22 19:40:54 -05:00
20m47s
ssb: Better 'Load More', too.
build.yaml #436
:
Commit
762b4339fe
pushed by
cory
main
2025-01-22 18:50:03 -05:00
20m53s
apps: Mobile CSS tweaks.
build.yaml #434
:
Commit
6280d6d167
pushed by
cory
main
2025-01-21 22:09:18 -05:00
22m13s
ssb: Treat timestamps of related messages separately from those of the primary queried messages.
build.yaml #432
:
Commit
01d8f720e8
pushed by
cory
main
2025-01-21 21:29:40 -05:00
21m49s
apps: Messing with CSS.
build.yaml #430
:
Commit
e2406df367
pushed by
cory
main
2025-01-21 19:48:37 -05:00
21m3s
apps: Messing with CSS.
build.yaml #428
:
Commit
e2406df367
pushed by
cory
main
2025-01-20 21:08:13 -05:00
22m23s
build: Update the change notes.
build.yaml #426
:
Commit
f6add12c80
pushed by
cory
main
2025-01-20 18:20:12 -05:00
22m44s
ssb: Don't show connections in various states of disconnectedness in the sidebar.
build.yaml #424
:
Commit
15be498e4b
pushed by
cory
main
2025-01-20 17:20:02 -05:00
22m25s
ssb: Avoid showing a broken img when viewing a profile without one assigned.
build.yaml #420
:
Commit
7ef4d814ef
pushed by
cory
main
2025-01-19 22:00:36 -05:00
25m49s
ssb: Add a command-line action to generate an invite, and verified that Patchwork can accept it.
build.yaml #419
:
Commit
3f3deb665c
pushed by
cory
main
2025-01-19 21:27:33 -05:00
26m50s
ssb: Test the one message generated from an invite so far.
build.yaml #418
:
Commit
97fc22ce57
pushed by
cory
main
2025-01-19 19:06:31 -05:00
26m7s
ssb: Invite support progress. Now the pub accepts the invite, tracks its use, and follows. The client still needs to react.
build.yaml #417
:
Commit
616f3ad76d
pushed by
cory
main
2025-01-19 17:29:20 -05:00
27m8s
core: Let's try some neutral colors to avoid clashing with app colors.
build.yaml #416
:
Commit
11564a5292
pushed by
cory
main
2025-01-18 22:23:40 -05:00
26m51s
ssb: People without profile images get emoji faces. I'm amazed it took me this long.
build.yaml #415
:
Commit
ac12e350bf
pushed by
cory
main
2025-01-18 21:44:29 -05:00
27m16s
update: speedscope 1.22.0.
build.yaml #414
:
Commit
2def15337d
pushed by
cory
main
2025-01-17 18:23:05 -05:00
27m12s
ssb: Try harder to avoid doing things with new connections during shutdown.
build.yaml #413
:
Commit
3e3d58a4a9
pushed by
cory
main
2025-01-16 13:14:06 -05:00
26m2s
ssb: Stared at the news feed queries for performance and correctness a bit.
build.yaml #411
:
Commit
21788fc7b0
pushed by
cory
main
2025-01-15 19:59:06 -05:00
26m28s
update: libuv 1.50.0.
build.yaml #410
:
Commit
a1c4382fde
pushed by
cory
main
2025-01-15 19:25:32 -05:00
25m46s
ssb: Remove the react confirmation dialog.
build.yaml #409
:
Commit
364e95698e
pushed by
cory
main
2025-01-15 13:00:52 -05:00
26m35s
ssb: pub messaged needed padding.
build.yaml #407
:
Commit
a8f6b3a39a
pushed by
cory
main
2025-01-14 22:17:19 -05:00
26m26s
ssb: Show some suggested accounts to follow.
build.yaml #403
:
Commit
e198ff9cb1
pushed by
cory
main
2025-01-12 15:20:36 -05:00
26m21s
ssb: prettier.
build.yaml #402
:
Commit
b8eaa5cf97
pushed by
cory
main
2025-01-12 12:36:21 -05:00
27m19s
ssb: Keep the previous db location for android. wip release notes.
build.yaml #400
:
Commit
8178213f1a
pushed by
cory
main
2025-01-11 16:41:22 -05:00
26m27s
ssb: Tried to do the right lit things to prevent unnecessary re-rendering. Ended up doing a lazy JSON thing.
build.yaml #397
:
Commit
aa15da50ab
pushed by
cory
main
2025-01-11 14:45:35 -05:00
26m49s
ssb: Respond to tunnel.endpoints. Patchwork didn't seem to like that we responded to tunnel.isRoom but not this.
build.yaml #396
:
Commit
e59a00922b
pushed by
cory
main
2025-01-11 09:51:20 -05:00
28m4s
First
Previous
...
8
9
10
11
12
...
Next
Last