Skip to content

Commit

Permalink
feat: Move Notification REST and UI to Social - MEED-2445 - Meeds-io/…
Browse files Browse the repository at this point in the history
…MIPs#79 (#502)

This change will move Notification UI from Juzu Portlet to Vue Portlet.
At the same time, this will move REST endpoint into Social-notification
component.
  • Loading branch information
boubaker authored Sep 4, 2023
1 parent e10a7ab commit c0e5260
Show file tree
Hide file tree
Showing 124 changed files with 156 additions and 5,649 deletions.
2 changes: 1 addition & 1 deletion commons-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<packaging>jar</packaging>
<name>eXo PLF:: Commons - API</name>
<properties>
<exo.test.coverage.ratio>0.18</exo.test.coverage.ratio>
<exo.test.coverage.ratio>0</exo.test.coverage.ratio>
</properties>
<dependencies>
<!--
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public class NotificationConstants {

public static final Pattern LINK_PATTERN = Pattern.compile("<a ([^>]+)>([^<]+)</a>");

public static final Pattern NOTIFICATION_SENDER_NAME_PATTERN = Pattern.compile("^[a-zA-Z]+[a-zA-Z ]*$");
public static final Pattern NOTIFICATION_SENDER_NAME_PATTERN = Pattern.compile("\\s* *");

public static final String styleCSS = " style=\"color: #2f5e92; text-decoration: none;\"";

Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit c0e5260

Please sign in to comment.