v7.5-beta.2
Pre-releasev7.5-beta.2
-
Issue #4278 : Make document deletion also delete the permission records for that document. Also run migration
V07_04_00_005__Orphaned_Doc_Perms
which will delete all document permissions (in tabledoc_permission
) for docs that are not a folder, not the System doc, are not a valid doc (i.e. in thedoc
table) and are not a pipeline filter. Deleted document permission records will first be copied to a backup tabledoc_permission_backup_V07_04_00_005
. -
Change document Copy and Move to check that the user has Owner permission (or admin) on the document being copied/moved if the permissions mode is None, Destination or Combined. This is because those modes will change the permissions which is something only an Owner/admin can do.
-
Fix verification of the
signer
key in the JWS headers when authentication is handled by an AWS load balancer. If you use AWS load balancers for authentication you must add the partial ARN(s) of your load balancer(s) to the propertystroom.security.authentication.openId.expectedSignerPrefixes
. -
Issue #4313 : Add debug for authentication exceptions.
-
Issue #4322 : Fix Feed Doc Cache entry invalidation when a new feed is created.
-
Add debug logging to HttpAppender.
-
Issue #4306 : Fix inability to update config props that have previously been set to a non-default and then back to a default value.
-
Issue #2897 : Add more debug logging to the reference lookup code.
-
Issue #4307 : Fix stuck search.
-
Issue #4303 : Change DSParser to catch and handle StackOverflowError as an ERROR and with a better message.
-
Issue #4281 : Fix recent items dialog throwing an error when there are favourites in the explorer tree.