cadence · they/them
cadence pushed tag v3.0-rc1 to cadence/out-of-your-element 2025-02-23 13:29:44 +00:00
cadence pushed to main at cadence/out-of-your-element 2025-02-23 13:25:28 +00:00
cadence closed issue cadence/out-of-your-element#42 2025-02-23 13:25:28 +00:00
All channels are marked as private
cadence commented on issue cadence/out-of-your-element#43 2025-02-23 13:15:41 +00:00
Channel list should be filtered to channels the user or bot can access

Fixed in 20dabf4a. Channels that the logged in user can't access will be visible - I decided to only filter out ones the bot can't access.

It's up to the server owner to set channel permissions…

cadence closed issue cadence/out-of-your-element#43 2025-02-23 13:15:41 +00:00
Channel list should be filtered to channels the user or bot can access
cadence pushed to main at cadence/out-of-your-element 2025-02-23 13:15:37 +00:00
20dabf4ad5 Only offer to link channels the bridge can access
5631b7e956 Remove unused API calls
Compare 2 commits »
cadence pushed to main at cadence/out-of-your-element 2025-02-23 12:41:42 +00:00
6df8d9a079 Display limited replies to unbridged messages
cadence closed issue cadence/out-of-your-element#51 2025-02-23 09:42:01 +00:00
Buttons look bad
cadence commented on issue cadence/out-of-your-element#51 2025-02-23 09:42:01 +00:00
Buttons look bad

Worked around it in fb38db5d23

cadence pushed to main at cadence/out-of-your-element 2025-02-21 23:35:17 +00:00
fb38db5d23 Revert to Stacks 2.5.4
cadence pushed to main at cadence/out-of-your-element 2025-02-21 23:26:55 +00:00
31cf91d778 Partially revert fbc1b6f
cadence commented on issue cadence/out-of-your-element#50 2025-02-21 04:45:47 +00:00
Being asked to create a reverse proxy during setup is surprising

Fixed in 2e13538?

cadence closed issue cadence/out-of-your-element#50 2025-02-21 04:45:47 +00:00
Being asked to create a reverse proxy during setup is surprising
cadence pushed to main at cadence/out-of-your-element 2025-02-21 04:45:26 +00:00
2e13538ca6 Split out readme into pages
cadence commented on issue cadence/out-of-your-element#51 2025-02-21 03:52:13 +00:00
Buttons look bad

Emailed giamir

cadence commented on issue cadence/out-of-your-element#46 2025-02-21 03:43:02 +00:00
Invite options should be collapsed by default

For now I've just hidden the QR code by default in 21c7b35. I won't hide the whole section because details/summary clickables aren't universally understood, and I don't have a design. I can always…

cadence closed issue cadence/out-of-your-element#46 2025-02-21 03:43:02 +00:00
Invite options should be collapsed by default
cadence pushed to main at cadence/out-of-your-element 2025-02-21 03:41:54 +00:00
62be5f7091 Code coverage for web settings
21c7b35136 Put QR code behind reveal button
Compare 2 commits »
cadence pushed to main at cadence/out-of-your-element 2025-02-20 23:13:00 +00:00
46bd2cbb2b Fix web invite button duplicating the page
bb73341a89 code quality: get htmx from npm
Compare 2 commits »
cadence commented on issue cadence/out-of-your-element#45 2025-02-19 23:30:41 +00:00
Make it work with IP/port instead of a domain

I don't want to support this. We should favour stable configurations to avoid problems arising in the future. Even though a reverse proxy is trickier to set up, it would be worth the stability. If…