Skip to content
Snippets Groups Projects
Commit 9206ae43 authored by Marius Dumitru Florea's avatar Marius Dumitru Florea
Browse files

XWIKI-21949: Restrict the execution of script macros during a realtime WYSIWYG editing session

XWIKI-22222: Add the concept of "request effective author"
* Update since version.

(cherry picked from commit 8fe327b5)
parent ca189cbe
No related branches found
No related tags found
No related merge requests found
Showing
with 7 additions and 7 deletions
......@@ -78,7 +78,7 @@ default Optional<EntityChannel> getChannel(EntityReference entityReference, List
* @return the channel associated with the specified key, if any
* @since 15.10.11
* @since 16.4.1
* @since 16.5.0RC1
* @since 16.5.0
*/
@Unstable
default Optional<EntityChannel> getChannel(String key)
......
......@@ -50,7 +50,7 @@
* @version $Id$
* @since 15.10.11
* @since 16.4.1
* @since 16.5.0RC1
* @since 16.5.0
*/
@Component
@Singleton
......
......@@ -33,7 +33,7 @@
* @version $Id$
* @since 15.10.11
* @since 16.4.1
* @since 16.5.0RC1
* @since 16.5.0
*/
public class EntityChange implements Comparable<EntityChange>
{
......
......@@ -43,7 +43,7 @@
* @version $Id$
* @since 15.10.11
* @since 16.4.1
* @since 16.5.0RC1
* @since 16.5.0
*/
@Component
@Singleton
......
......@@ -57,7 +57,7 @@
* @version $Id$
* @since 15.10.11
* @since 16.4.1
* @since 16.5.0RC1
* @since 16.5.0
*/
@Component(roles = EntityChannelScriptAuthorTracker.class)
@Singleton
......
......@@ -42,7 +42,7 @@ public interface XWikiRequest extends HttpServletRequest
* information is missing) should be considered the effective author.
* @since 15.10.11
* @since 16.4.1
* @since 16.5.0RC1
* @since 16.5.0
*/
@Unstable
default Optional<UserReference> getEffectiveAuthor()
......
......@@ -44,7 +44,7 @@
* @version $Id$
* @since 15.10.11
* @since 16.4.1
* @since 16.5.0RC1
* @since 16.5.0
*/
@Component
@Singleton
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment