Coder Social home page Coder Social logo

update about signalr-chat HOT 8 CLOSED

akouki avatar akouki commented on May 28, 2024
update

from signalr-chat.

Comments (8)

AKouki avatar AKouki commented on May 28, 2024 1

Hello,

thank you for your feedback. There is a small bug im going to fix right now.

Currently everyone is getting the updated room details so they can update their list. But also, everyone is re-joining the updated room. Only users in this room should rejoin.

Update: Bug fixed. Now everyone gets the new room name but only members of that room will re-join.

from signalr-chat.

AKouki avatar AKouki commented on May 28, 2024 1

Yes, you can edit/delete only your own rooms.

from signalr-chat.

AKouki avatar AKouki commented on May 28, 2024

Please check the last update/commit.

You can now edit the room name.

from signalr-chat.

rfgarnier avatar rfgarnier commented on May 28, 2024

Please check the last update/commit.

You can now edit the room name.

Thank you , really appreciate you fast response.

from signalr-chat.

rfgarnier avatar rfgarnier commented on May 28, 2024

Hallo Albion,

In chat.js after a change of the roomname you give a self.joinRoom(item);
this means everyone is redirected to that room in the chat, is there a workaround to not do that and only update the content.

from signalr-chat.

rfgarnier avatar rfgarnier commented on May 28, 2024

i left this out, && r.Admin.UserName == User.Identity.Name I assume you did this to only allow the creator to change the name?

from signalr-chat.

rfgarnier avatar rfgarnier commented on May 28, 2024

The identity system allows also to use the forgot password functionality, where can I find any documentation how to configure this. There is no code in the application but it will show the options when you call the /Identity/Account/ForgotPassword url.
Is there a way to change this code and how do you add the SMTP server details for this.

from signalr-chat.

AKouki avatar AKouki commented on May 28, 2024

Search "Scaffold Identity"

Everything about identity is under Areas/Identity.
You can override the default behaviour/layout: Right Click on project - Add - New Scaffolded Item - Identity - Identity and select the component you want to override.

If you don't override identity pages, the identity framework uses the default ones. Thats why you don't see anything about ForgotPassword but you see for Login/Register etc.

from signalr-chat.

Related Issues (15)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.