shaneed

  •  ·  Standard
  • 1 friends
  • 1 followers
  • 1018 views
Friends
Add new...
 
 
·
Added a discussion

Hello everyone

Is there a way to insert (or embed) an Album into a post? I really need this feature, rather than to use the Multiple Upload.
This would be handy on Post creation form to attach a photo Album to it same like "add photo / add file/ add poll" buttons under the the editor (see image)

  • 879
·
Added a discussion

Good day everyone

I tried imposing a restriction on "Delete Person's Profile" in Permissions > Persons so that the account user can only delete 1 Persons profile per day. I want to impose this restriction in order to avoid multiple database queries which are being linked with many other tables outside UNA's own database using BEFORE DELETE triggers.

So, my setting is as follows:

Number of allowed actions: 1
Number of actions is reset every: 24

The user still seem to be able to delete his profiles without any restriction. Am I doing anything wrong?
Thanks in advance.

  • 795
·
Added a discussion

Hello everyone

Groups not being deleted after group creator/owner deleted his profile. Instead, the group becomes accessible even to visitors where they can administrate the ownerless group as they like. Is this a bug or it just happens to me?

  • 807
·
Added a discussion

Good day!
I am trying to limit the search attempts as user can perform in a short period of time (anti search flood), if that is possible, because this can significantly slow down the server if too many queries are being performed, or if someone is being ill intended, especially if there doesn't seem to be any setting of limiting the minimum input characters inside the persons search form. I am really concerned about this. Any suggestion is welcome. Thank you.

  • 1026
·
Added a discussion

Good day. I discovered that the refresh_token in table bx_oauth_refresh_tokens are all set to expire in 3 months and the table is getting filled with lots of unnecessary refresh tokens.
For example a token generated on 29th May at 1:52 AM  in table is set to expire on 26th August at 11:52 PM. That means that each time the access token is used, a new refresh token is being inserted in the database. 

How can I avoid having millions of different refresh tokens in the table? For example a single user_id has 5 or even more refresh_tokens assigned to it

The cURL command i use for authenticating my users is curl -X POST "[SITEURL]m/oauth2/token?" -d "grant_type=password&username=[mail address]&password=[mypassword]&client_id=[cliendID]&scope=basic"

  • 1062
shaneed Discussions
Insert / embed album into Post
(BUG) "Delete Person's Profile" timed permission / restriction not working
(Bug) Group not being deleted together with the owner's profile
Persons module - Limit persons search attempts (anti-flood) and set minimum search characters
BUG (?) - oAuth refresh token in database expires in 3 months !