Skip to content
Snippets Groups Projects
  1. Jul 26, 2022
  2. Jul 19, 2022
    • Simon Urli's avatar
      XWIKI-19591: Local users of subwikis can't recover password or username · ba27f91d
      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).
      ba27f91d
  3. Jul 18, 2022
  4. Jul 13, 2022
  5. Jul 11, 2022
  6. Jul 08, 2022
  7. Jul 07, 2022
    • Manuel Leduc's avatar
      XWIKI-19902: Potential error log caused by not existing user during... · 62b40581
      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
      62b40581
  8. Jun 29, 2022
  9. Jun 28, 2022
  10. Jun 23, 2022
  11. Jun 22, 2022
  12. Jun 16, 2022
    • Simon Urli's avatar
      XWIKI-19806: BridgeAuthorizationManager errors when deleting a subwiki which... · d1e23745
      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
      d1e23745
  13. May 17, 2022
  14. Apr 19, 2022
  15. Mar 31, 2022
    • Simon Urli's avatar
      XWIKI-19559: Refactor handling of users in oldcore · e074d226
      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
      e074d226
  16. Mar 22, 2022
  17. Mar 09, 2022
  18. Feb 22, 2022
  19. Feb 05, 2022
  20. Jan 25, 2022
  21. Jan 14, 2022
    • Simon Urli's avatar
      XWIKI-19125: Introduce a displayedAuthor in XWikiDocument · 7651c642
      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
      7651c642
  22. Dec 20, 2021
  23. Dec 03, 2021
  24. Dec 02, 2021
  25. Dec 01, 2021
  26. Nov 29, 2021
  27. Nov 22, 2021
  28. Oct 28, 2021
  29. Oct 27, 2021
  30. Oct 26, 2021
  31. Oct 19, 2021
  32. Oct 13, 2021
    • Manuel Leduc's avatar
      XWIKI-18850: User/Groups suggestions filtering improvement (#1692) · 60ed72d5
      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
      60ed72d5
  33. Oct 11, 2021
Loading