spark
spark
- You can find more information about the site here.
- Neospring's terms of service are located here.
- Rainbeam (Neospring server) is open source at https://github.com/swmff/rainbeam.
- You can also get help on Discord!
- You can support us at https://ko-fi.com/neospring!
Questions are responded to as regularly as possible. Questions that are about site issues or feedback are prioritized over fun, but fun questions will be responded to at once at the end of the week!
Migration towards newer themes ("App" themes)
Hey! When Neospring next updates, "App" themes will become the default on every profile! These themes provide a much more coherent experience which does a much better job at drawing your attention towards the important features of the page.
I urge you to attempt to get your profiles looking good with these new themes! These themes are designed to be much better on mobile than the previous themes. If you're unable to do it, you can revert to one of the old themes by setting your profile theme to "Legacy light" or "Legacy dark".
Try to give them a chance while the option to change back is present! I'm open to feedback on these themes as well. You're free to leave your feedback in a comment under this post!
(Note: the version of these themes will have the red primary color, while the current versions available to use still use blue.)
Thanks!
Neospring v1.14.2 (BREAKING)
Hello,
Rainbeam's latest commit is now marked as v1.14.2. This commit introduces many breaking API changes which you should keep in mind:
/api/auth
endpoints are now under/api/v0/auth
- You will likely need to do a hard refresh (Ctrl+Shift+R) or clear your browser cache for some things to work again!
/api/util
endpoints are now under/api/v0/util
- The "App" themes are now the default
- You can revert to the old themes by changing your theme to one of the "Legacy" themes.
- Sessions are now managed properly
- Old Rainbeam servers will display incorrect information on sessions and delete the wrong sessions! Please update any locally hosted Rainbeam servers ASAP.
Thanks!
https://neospring.org/+r/f852e12a20
that's what i meant by reloading, it scrolls up to the top of the page but then doesn't give any error or even confirmation that it worked or didn't work, i unfortunately do not have another device i could try it on at the moment as my laptop recently broke.
That's especially odd, does it say "Acceptable" or is it just nothing? It'll appear in the settings box, so under the menu (mobile) or to the right of it (desktop)
why r the pfps circles now?
Yeah I changed my mind they're square again
not sure if anyones reported this bug already, but the new infinite scrolling feature doesnt work (at least for me on pc)
Ctrl+Shift+R. Your client assets are out of date.
Hey Spark, Where did my theme go? I can see it on my profile but in the settings the fields are all blank, and changes won't save...
There's likely a serialization error. Are you able to check in the page source for errors, like an unclosed element?
when will you guys respond to reports?
As soon as we handle them!
are you ever thinking of adding custom javascript or would that run the risk of someone breaking the site?
No, that introduces XSS risks. Makes it much easier to use Neospring to scam people.
https://neospring.org/+r/bc4fa848ce
it does not, it lets me type in my password and the username i want, i hit submit and it does the little reload to indicate a save but then it doesn't save it at all or gives any error messages.
It should not reload. This is likely a local client issue, are you able to check on another device? It should scroll up to the top of the page.
is there any way you can make the captchas less annoying when you log in 😭 they're complicated and unnecessary i feel
I don't have control over those, they're external. You really shouldn't be logging in so much that they're annoying anyway
hallo!!!!!!! i try to change my username but it says i dont have access to this resource?
Your password is incorrect.
what does this mean? I have gotten this twice on my profile.. ty in advance !!
The response is from somebody who has a private profile.
also i am still unable to change my username, this question was previously ignored... twice.
So sorry! I try to get to bug things when some sort of fix is thought of.
I'll check the method for changing username, but there's no way for it to not allow you to change it without giving you some sort of error message (https://swmff.github.io/rainbeam/src/authbeam/database.rs.html#1002-1062).
Does it say anything on the page after you attempt to change it, or does it go through and then just not properly change?
why's my pfp a circle and why can't i change it? it ruins my whole vibe...
Add this to your profile's custom CSS to revert it:
.avatar {
border-radius: var(--radius) !important;
}
You can also set the radius to 0 if you want perfect squares.
Hi. I really reallyyyyy need a block feature for ip addresses on anonymous messages. Similar to curious cat system. Im being harassed with nonsense questions 😭🙏🏾 please make a block feature
Added!
Rainbeam v1.11.0 (IP blocking, better dark mode)
Hey guys! This update happened during our outage, so here's what's changed:
- Comments/response/questions now have better action buttons
- The dark theme was changed to look better
- Dropdowns, dialogs, and some other components were changed to look better
- You can now block people who have sent you questions you don't like (even if they're anonymous)! Press the ellipsis in the top right of the question, and then press "IP block" (MAJOR)
Thanks!
We're back!
hi! are there any updates on anon blocking? or it won’t be a possibility on the future? thank you!!
I'm likely going to do it all tomorrow if I have time. If I'm not able to do it tomorrow, it'll end up coming Sunday most likely.
It's only so complicated because I can't show you the IP of the anonymous users you've blocked, meaning we need another way to store it. It could just be stored in your account settings like normal blocking used to be, but then there would be ways to find the IPs of your blocks.
We already tag anonymous users, and we already store the IP address of everybody who asks a question. It's just a matter of allow you to block these IPs in a way where you can't see the IP address.
I CAN LOGIN FROM MY PHONE! Just not the tablet...
Anyways, why whenever I try to read comments to cmments i get error 502?
(Sorruy I'm not good at tyoing on mobile...)
Fixed!
me and user @residentevil cant access each others profiles and we both checked and none of us blocked each other. we can interact and comment and respond and weve been talking through comments but when we try to go to each others profiles it gives the path doesnt exist message.
You're blocked by @residentevil. It's an old block that doesn't show up in the relationships tab. Since you seem to be friendly, I'll remove the block.
hi! for some reason, I cannot save my profile edits at all... The button that's supposed to be at the bottom isn't there. Is this a rate-limit issue, or just a little bug?
Settings should now update automatically with a 500ms debounce between updates. You may need to clear your browser cache if it isn’t working. Please note some settings (mostly checkboxes) won’t show this message because they’re local changes only.
Sorry I meant where you ask people questions , thee .card-nest thing
Oh! Yeah, the whole thing should just be .card-nest
. If you specifically want the first card, you can do .card-nest:first-child
(that'll be the motivational header/the question for responses). The second card is (as you could guess), .card-nest:last-child
.
Part two of it: I have learnt that it does in fact work on some devices just not my xr for some reason
Likely an old version of Safari which doesn't support some of the CSS things needed.
hi, i'm new. how do i change my profile pic? im not able to find it on my account or a faq. thank you.
https://neospring.org/settings/profile#sparkler:avatar_url will take you right to it, you may need to scroll up a little!
have you considered implementing endless scrolling on the timeline? there’s currently only a certain amount of posts i can see from friends/accounts i follow before it takes me to the end of the page and i can’t scroll any further
Yeah, it's getting there. I'm working on making the timelines independent of the pages for the mobile apps, so it's definitely on the horizon.
My drawings keep messing up on this platform. I get these random lines connecting parts of where I drew that is only visible after I submit them.
That's definitely an issue with our rendering. We store these drawings in a custom data format, which may be a little buggy. Are you able to follow up to this with ID of the question in which the included drawing is messed up? (a link to it also works)
do you have any css coding guides ... i'm trying to figure out how to do this but it's rough
Not really, it's still too early. I can write one, but it may take some time.