- Jul 26, 2022
-
-
Thomas Mortagne authored
-
- Jul 19, 2022
-
-
Simon Urli authored
This provides two things: the fix of the bug by handling a wiki part in the URLs for authentication resource, and a rename of the authentication resource action (forgot becomes retrieveusername and reset becomes resetpassword). Note that the latter changes are not backward compatible, but they were still unstable (since 13.1RC1).
-
- Jul 18, 2022
-
-
Eduard Moraru authored
-
Simpel authored
Currently translated at 100.0% (6 of 6 strings) Translation: XWiki Platform/XWiki Security Authentication Default Translate-URL: https://l10n.xwiki.org/projects/xwiki-platform/xwiki-security-authentication-default/de/
-
- Jul 13, 2022
-
-
Simon Urli authored
* Provide some more properties for mail sending during migration
-
- Jul 11, 2022
-
-
Simpel authored
Currently translated at 100.0% (6 of 6 strings) Translation: XWiki Platform/XWiki Security Authentication Default Translate-URL: https://l10n.xwiki.org/projects/xwiki-platform/xwiki-security-authentication-default/de/
-
- Jul 08, 2022
-
-
xrichard authored
Currently translated at 83.3% (5 of 6 strings) Translation: XWiki Platform/XWiki Security Authentication Default Translate-URL: https://l10n.xwiki.org/projects/xwiki-platform/xwiki-security-authentication-default/fr/
-
Simon Urli authored
- Provide a new API for sending text based email - Provide a migration and a listener for informing users about it
-
- Jul 07, 2022
-
-
Manuel Leduc authored
XWIKI-19902: Potential error log caused by not existing user during R140401000XWIKI15460 migration (#1873) * XWIKI-19902: Potential error log caused by not existing user during R140401000XWIKI15460 migration - Add a control for the existence of the user's wiki on org.xwiki.user.internal.document.DocumentUserManager.exists(org.xwiki.user.UserReference) - When removing user's notifications in R140401000XWIKI15460DataMigration, verify if their is still notifications to remove before removing unknown user's notifications - Introduce `UserException` in module `xwiki-platform-user-api` - Allow `org.xwiki.user.UserManager.exists` to throw a `UserException` - Take into account `xwiki-platform-user-api` in the rest of the codebase
-
- Jun 29, 2022
-
-
Simon Urli authored
* Fix typo
-
- Jun 28, 2022
-
-
Simon Urli authored
-
- Jun 23, 2022
-
-
Marius Dumitru Florea authored
-
- Jun 22, 2022
-
-
Thomas Mortagne authored
-
- Jun 16, 2022
-
-
Simon Urli authored
XWIKI-19806: BridgeAuthorizationManager errors when deleting a subwiki which cause errors when creating another subwiki (#1857) * Prevent the DefaultSecurityEntryReader to throw an exception if the wiki does not exist anymore: just handle the exception as if the returned owner is null, as it seems to have been planned for * Improve exception handling to only fallback on null if it's an exception because the wiki does not exist. * Provide a new unit test for this
-
- May 17, 2022
-
-
Vincent Massol authored
-
- Apr 19, 2022
-
-
Marius Dumitru Florea authored
-
- Mar 31, 2022
-
-
Simon Urli authored
* Add property for inactive users in XWikiContext * Ensure that all calls to checkAuth in XS goes through XWiki#checkAuth so that inactive users are handled * Improve code of XWiki#prepareDocuments to simplify it * Ensure that the login page is not displayed if a inactive user logged in, in XWikiCachingRightService * Improve a bit the code of the drawer to display the logout link in case of logged in inactive user
-
- Mar 22, 2022
-
-
Manuel Leduc authored
-
- Mar 09, 2022
-
-
Vincent Massol authored
[Misc] Fix Sonarqube "Case insensitive string comparisons should be made without intermediate upper or lower casing" issue.
-
- Feb 22, 2022
-
-
Marius Dumitru Florea authored
-
- Feb 05, 2022
-
-
Gankov Andrey authored
Currently translated at 100.0% (3 of 3 strings) Translation: XWiki Platform/XWiki Security Authentication Default Translate-URL: https://l10n.xwiki.org/projects/xwiki-platform/xwiki-security-authentication-default/ru/
-
- Jan 25, 2022
-
-
Thomas Mortagne authored
-
Simon Urli authored
-
- Jan 14, 2022
-
-
Simon Urli authored
* Remove dependency to xwiki-platform-user-default in xwiki-platform-test-oldcore since it introduced a cyclic dependency * Add missing dependency to xwiki-platform-user-default in specific modules that are needing it for now * Fix some problems in DefaultXWikiDocumentMerger and related tests * Fix bug in EventStreamCleanerJobDocumentInitializer
-
- Dec 20, 2021
-
-
Simon Urli authored
XWIKI-19024: DefaultAuthenticationFailureManager#getMaxTime will fail for time window bigger than 25 days * Ensure to use a long value * Add a test to expose the bug and ensure it's fixed
-
- Dec 03, 2021
-
-
Simon Urli authored
* Define a new xwiki.properties property to allow defining an email reset token lifetime duration * Change the default reset password mechanism to use that duration
-
- Dec 02, 2021
-
-
Thomas Mortagne authored
* stop using IsolatedTestRunner * enable back ignored tests
-
- Dec 01, 2021
-
-
Vincent Massol authored
-
- Nov 29, 2021
-
-
Thomas Mortagne authored
XWIKI-18983: Regular users cannot move or delete anymore a page created by them which has been converted to terminal
-
- Nov 22, 2021
-
-
Thomas Mortagne authored
-
Vincent Massol authored
-
Vincent Massol authored
-
- Oct 28, 2021
-
-
Thomas Mortagne authored
-
Vincent Massol authored
XWIKI-18600: Refactor the security modules organization, add a Security Config component and improve some templates * Added features to help EM
-
- Oct 27, 2021
-
-
Vincent Massol authored
XWIKI-18600: Refactor the security modules organization, add a Security Config component and improve some templates
-
- Oct 26, 2021
-
-
Thomas Mortagne authored
* fix the since annotation
-
Thomas Mortagne authored
-
- Oct 19, 2021
-
-
Marius Dumitru Florea authored
-
- Oct 13, 2021
-
-
Manuel Leduc authored
- Update uorgsuggest.vm with the filtering improvement - Introduce UorgsuggestPageTest to test uorgsuggest.vm - Introduce DefaultIconManagerComponentList and SecurityScriptServiceComponentList to provide component lists required by UorgsuggestPageTest - Add a missing cache mock in PageTest - Mock XWikiEngineContext.getResourceAsStream in PageTest - Improve the icon setup in a PageTest context
-
- Oct 11, 2021
-
-
Thomas Mortagne authored
-