Navigation

    brainCloud Forums
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Solved
    • Unsolved
    • Users
    • Groups
    1. Home
    2. Suggestions
    Log in to post

    Suggestions

    • A

      Entities Pagination Api : Increase Max Item Limit from 100 to 1000
      entities pagination limit • • Ali Raza  

      1
      0
      Votes
      1
      Posts
      6
      Views

      No one has replied

    • A

      Friends Api with Invitation Acception/Rejection Support
      api social friends • • Ali Raza  

      1
      0
      Votes
      1
      Posts
      4
      Views

      No one has replied

    • A

      Pre Hook for Authenticate Or send Custom content
      authentication prehooks • • Ali Raza  

      4
      0
      Votes
      4
      Posts
      11
      Views

      A

      @JasonL I understand the reason, but please do provide a way to pass custom data to authenticate api so we can use that data to set user displayname or profile picture or soemthing else on post-hook. Without this, we have no choice but to call a seperate call from client (so no beneift of 2 free api inside cloud call)
    • C

      Shared Scripts not working
      shared-scripts • • Carson Herrick  

      3
      0
      Votes
      3
      Posts
      23
      Views

      C

      @JasonL I can confirm they are working despite a warning, in strict mode. Thanks!
    • C

      Server logs
      server monitoring logs • • Chad Franklin  

      1
      0
      Votes
      1
      Posts
      6
      Views

      No one has replied

    • C

      Matchmaking: Search Multiple Lobby Types
      matchmaking lobby • • Chad Franklin  

      3
      0
      Votes
      3
      Posts
      10
      Views

      C

      @Paul-Winterhalder said in Matchmaking: Search Multiple Lobby Types: that Thanks Paul, I don't think I could do the different lobby info option as I would like the players to choose specifically which game mode and if I understand correctly, I can only do that by having the players search for a lobby of that game mode. It's not too much of an urgent issue, I just wanted to put it out there and see how realistic it was. I talked to Greg a bit and we discussed joining multiple lobby types at once. For now, I plan to search for multiple lobbies at once and cancel matchmaking for any possible 2nd joined lobbies.
    • A

      Cloud Api for Writing Global Properties
      cloud code script admin global properties • • Ali Raza  

      3
      0
      Votes
      3
      Posts
      4
      Views

      A

      Thanks @Paul-Winterhalder
    • C

      Server Monitor
      server room server monitoring • • Chad Franklin  

      3
      0
      Votes
      3
      Posts
      25
      Views

      C

      @Paul-Winterhalder Thanks Paul, looking forward to any possible solutions.
    • M

      API for managing CloudCode scripts and API hooks
      api deployment continuous integrati • • madalin  

      4
      0
      Votes
      4
      Posts
      22
      Views

      M

      @Paul-Winterhalder That's good news! Thank you for your feedback and your detailed answer (as usual) @Ali-Raza Thank you for the advice, we are working on that but we would like to have the peace of mind any admin panel UI changes will not affect our deploy scripts in the future and we are looking out for a more permanent solution... Btw for the include other scripts feature we managed to handle the complexity of our project and improve code reuse by using a JavaScript packer. This way we can work on multiple files and pack everything at the end for deploy in separate single files...
    • A

      Shared Modules - Ability to share code between cloud scripts
      cloudscript javascript suggestion • • Ali Raza  

      3
      1
      Votes
      3
      Posts
      68
      Views

      A

      Thank you very much
    • A

      Users API
      cloudscript users pagination • • Ali Raza  

      2
      0
      Votes
      2
      Posts
      86
      Views

      Paul Winterhalder

      Just noticed this was never replied to! To clarify - our new Users API was delivered in 4.3 late last year. Cheers! Paul.
    • Omar Alzayed

      Online state when viewing user
      users • • Omar Alzayed  

      2
      0
      Votes
      2
      Posts
      87
      Views

      Paul Winterhalder

      Hmm, I'm guessing that this is so that you as a developer have a warning that you may be mucking with an online user's data? Sadly, unless the user is using RTT, the system doesn't deterministically know that a user is still online. We do however know when the user last logged in - and that is shown on the User Summary page here (see capture). You can further get an idea if a user is still online via the User Monitoring | Logs page... Might be interesting to see if we could query the last session for the time of the last received request... though we'd need to somehow differentiate a real session from an API Explorer session... Hmm, some food for thought.
    • Omar Alzayed

      View all users
      suggestion • • Omar Alzayed  

      1
      0
      Votes
      1
      Posts
      83
      Views

      No one has replied

    • Omar Alzayed

      Group Members SummaryData
      suggestion • • Omar Alzayed  

      8
      0
      Votes
      8
      Posts
      294
      Views

      Paul Winterhalder

      We'll look into it @Omar-Alzayed ... Paul.
    • Omar Alzayed

      A few suggestions I have so far
      suggestion • • Omar Alzayed  

      7
      0
      Votes
      7
      Posts
      327
      Views

      Omar Alzayed

      @Paul-Winterhalder said in A few suggestions I have so far: . Would it be fair to say that those user's entities would have to have their ACL set to other: 1 so it's readable? Yes, that would be the case.