Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/application-antispam
Commit: a10791e7094d107351cbc4a8623706e7166df30f
https://github.com/xwiki-contrib/application-antispam/commit/a10791e7094d10…
Author: Vincent Massol <vincent(a)massol.net>
Date: 2023-11-27 (Mon, 27 Nov 2023)
Changed paths:
M pom.xml
Log Message:
-----------
[Misc] Put back revapi for now as there are lots of false positives (need to work on this)
Commit: fbe66ecea5031d3948e0b0b6dfc346bbf6f685e5
https://github.com/xwiki-contrib/application-antispam/commit/fbe66ecea5031d…
Author: Vincent Massol <vincent(a)massol.net>
Date: 2023-11-27 (Mon, 27 Nov 2023)
Changed paths:
M application-antispam-simple/src/main/java/org/xwiki/contrib/antispam/internal/simple/SimpleSpamCheckerListener.java
M application-antispam-ui/src/main/resources/AntiSpam/WebHome.xml
Log Message:
-----------
ANTISPAM-48: Protected users should be immune from being considered spammers
* Fix typo
* Add vertical separation between advanced search and the event stream list (this part needs to be redesigned)
Compare: https://github.com/xwiki-contrib/application-antispam/compare/b909e455255d.…
Branch: refs/heads/stable-15.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 013c5ee803c521d34b7199563c87cb8a4d982d32
https://github.com/xwiki/xwiki-platform/commit/013c5ee803c521d34b7199563c87…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2023-11-27 (Mon, 27 Nov 2023)
Changed paths:
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-default/src/main/java/org/xwiki/notifications/filters/internal/UserAddedEventListener.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-default/src/test/java/org/xwiki/notifications/filters/internal/UserAddedEventListenerTest.java
Log Message:
-----------
XWIKI-21616: Potential NPE when having ToggleableFilterPreferenceClass xobjects with holes
* Protect against NPE and cover it in unit test
(cherry picked from commit 74d91015b5670df7416122673a19efe6f7e2c577)