cadence pushed to main at cadence/breezewiki 2025-11-08 00:43:18 +00:00
5c3ff9b37c Fix tabs for jsonp
cadence commented on pull request cadence/out-of-your-element#63 2025-11-08 00:03:58 +00:00
feat/add-unlink-space-button

I just pushed a commit which adds the getSnow function to that file. This will give you the real SnowTransfer if it's running properly, whereas if you're in tests, you can add substitute…

cadence pushed to feat/add-unlink-space-button at Elliu/out-of-your-element 2025-11-08 00:02:04 +00:00
eec5592938 Dependency inject snow for testing
cadence commented on pull request cadence/out-of-your-element#63 2025-11-07 23:57:31 +00:00
feat/add-unlink-space-button

Also, I'm not sure about what's the deal with ccc10564f1. I added await on some db operations and that fixed the issue

There is simply no way that adding await to some random db operations…

cadence pushed to main at cadence/breezewiki 2025-11-05 03:35:24 +00:00
1dd90f5a7d Refactor jsonp js for cuteness
cadence pushed to main at cadence/breezewiki 2025-11-04 11:06:53 +00:00
048709b2d1 fix cache control for jsonp.js
cadence pushed to main at cadence/breezewiki 2025-11-04 11:04:24 +00:00
c4e2fb00ef only replace content so suggestions work
cadence pushed to main at cadence/breezewiki 2025-11-04 10:56:37 +00:00
02848acfbb make sure it's a post
cadence pushed to main at cadence/breezewiki 2025-11-04 10:36:03 +00:00
4f4c939631 also update document head
cadence pushed to main at cadence/breezewiki 2025-11-04 10:16:21 +00:00
143fadcafb clear bogus log
cadence pushed to main at cadence/breezewiki 2025-11-04 10:12:36 +00:00
1c675d4873 update dist
cadence pushed to main at cadence/breezewiki 2025-11-04 10:09:20 +00:00
23a201cc84 Add JSONP mode and captcha
cadence commented on pull request cadence/out-of-your-element#63 2025-11-02 10:00:31 +00:00
feat/add-unlink-space-button

I note that you've coded it to always leave the Matrix space after this operation. I don't think it would be out of character for it to leave the Discord server as well.

cadence commented on pull request cadence/out-of-your-element#63 2025-11-02 09:58:02 +00:00
feat/add-unlink-space-button

Nice find, thanks for pointing it out. For further reading, the purpose and values of guild_active are explained here: https://gitdab.com/cadence/out-of-your-element/src/branch/main/docs/self-servi

cadence commented on pull request cadence/out-of-your-element#63 2025-11-02 09:43:23 +00:00
feat/add-unlink-space-button

You deleted the thing that checks that the user has Manage Server permissions and you didn't put it back.

cadence commented on pull request cadence/out-of-your-element#63 2025-11-02 09:43:23 +00:00
feat/add-unlink-space-button

What is the purpose of this database operation?

cadence commented on pull request cadence/out-of-your-element#63 2025-11-02 09:43:23 +00:00
feat/add-unlink-space-button

Just an initial eyeball. I haven't executed this code yet.

cadence pushed to feat/add-unlink-space-button at Elliu/out-of-your-element 2025-11-02 09:31:21 +00:00
5f0ec3b2c8 Improve HTML to a state I'm happy with
cadence pushed to feat/add-unlink-space-button at Elliu/out-of-your-element 2025-11-02 07:51:44 +00:00
16309f26b3 add tests from /unlink-space endpoint
5aff6f9048 Add /api/unlink-space implementation
dfc61594f6 Extract /api/unlink code to its own function
3597a3b5ce Factorize some of the space link/unlink sanity checks
05d788e263 Add button to unlink a space
Compare 6 commits »
cadence pushed to main at cadence/out-of-your-element 2025-11-02 07:50:19 +00:00
d95a114377 Fix matrix api joinRoom() for remote rooms (#60)