- Apr 16, 2021
-
-
Thomas Mortagne authored
-
Manuel Leduc authored
Moving to the top of the screen is required for the drag and drop action to work, but using sendKey(HOME) wasn't working on Chrome (the drag and drop action was performed while the scroll up is still moving). sendKey replaced with executeScript("window.scrollTo(0, 0)") - scrollTo(int,int) moved to a dedicated method in XWikiWebDriver. - Introducing a `scrollToTop` method in `ViewPage`.
-
Thomas Mortagne authored
-
Thomas Mortagne authored
* minor comment improvement
-
Thomas Mortagne authored
* simplify a bit some aliases
-
Thomas Mortagne authored
* add some more aliases for very common extension points implemented by contrib extension
-
- Apr 15, 2021
-
-
Simon Urli authored
* Ensure that the domain used to access the server is recorded as whitelisted * Also change the logic of the domain checks: we don't want to block local domains.
-
Marius Dumitru Florea authored
* Fix the loading of the LESS styles * Use some LESS code to verify the result.
-
Simon Urli authored
Fix some dependency issues: * remove unneeded dependency to scheme-standard from oldcore and inject a mock component to URLConfiguration in oldcore tests * put back some abstract components in url-api since they are used in some modules
-
ClemDee authored
* Export style as less files instead of css
-
Marius Dumitru Florea authored
* Fix the translations REST URL * Configure the path to the vue-i18n module
-
ClemDee authored
* Also remove margin, padding and background for breadcrumbs within HTML displayer to make it looks like the live table
-
Simon Urli authored
* Move back an abstract component implementation to xwiki-platform-url-api and fix dependency in xwiki-platform-url-scheme-filesystem to avoid a cyclic dependency
-
Marius Dumitru Florea authored
* Fix the code that handles the REST JSON response.
-
Manuel Leduc authored
* Introduces xwiki-platform-localization-rest ** Provides a REST endpoint to retrieve the raw translation values of the requested translation keys ** api: contains the REST endpoints definitions and the jaxb model ** default: contains the default implementation of the REST endpoints * Introduces xwiki-platform-localization-test-docker ** Adds functional tests for the localization REST endpoint * Declares xwiki-platform-localization-rest-default in the runtime dependencies of xwiki-platform-distribution-war-dependencies
-
Marius Dumitru Florea authored
* Fix issues raised on https://github.com/xwiki/xwiki-platform/pull/1594
-
ClemDee authored
-
Marius Dumitru Florea authored
-
Marius Dumitru Florea authored
* Add translation keys (taken from https://github.com/xwiki/xwiki-platform/pull/1594 with small changes)
-
Simon Urli authored
Introduce a new property for listing the trusted domains and API to check an URL against that list and the aliases used in subwikis. * Add new property url.trustedDomains in xwiki.properties * Add new API in URLConfiguration to retrieve this configuration value * Create a new URLSecurityManager responsible to check if an URL can be trusted based on this property and on the subwikis configurations * Introduce a new listener to invalidate the cache of URLSecurityManager whenever a XWikiServerClass xobject is added/updated/deleted * Move URL API implementations to URL default module * Add a new property url.enableTrustedDomains as a global switch off the checks on domains to avoid breaking behaviours on existing instances * Add a constant property in URLSecurityManager to be set in ExecutionContext to allow temporary switch off the check for extensions * Use both those switches in DefaultURLSecurityManager to prevent performing the check when needed
-
Simon Urli authored
* Ensure to not take the case into account for selecting rights in case of edit view * Add a new test class to cover this behaviour
-
Vincent Massol authored
* We also need to add the new component to the known list for PageTest
-
Vincent Massol authored
-
arcilli authored
* changed the name of LikeRight from "Like" to "like" in order to be coherent with the rest of the rights from the platform
-
Manuel Leduc authored
* Improves the resource closing of the resource handler (#1597) ** Resources closed using AbstractServletResourceReferenceHandler ** Resources testing improved in xwiki-platform-resource-servlet and xwiki-platform-webjars-api
-
- Apr 14, 2021
-
-
Thomas Mortagne authored
* first batch of query aliases for well know components
-
Thomas Mortagne authored
-
Simon Urli authored
* Ensure to invalidate the user cache also for add/delete of interval xobject * Add a new test for the user cache invalidator
-
Vincent Massol authored
-
Vincent Massol authored
-
- Apr 13, 2021
-
-
Vincent Massol authored
This reverts commit 64857a99.
-
Vincent Massol authored
This reverts commit e7b5d7d9.
-
Vincent Massol authored
This reverts commit e5d1a25d.
-
Simon Urli authored
XWIKI-18524: Notification toggles are not switching properly and require page refresh to display their real status * Use the right API introduced in XWIKI-17787 for retrieving the switch status when chosing to watch/unwatch a location
-
Simon Urli authored
-
-
-
Vincent Massol authored
* Fix javadoc typo
-
- Apr 12, 2021
-
-
Thomas Mortagne authored
* fix a mistake in the unit test
-
Thomas Mortagne authored
-