- Apr 20, 2021
-
-
Thomas Mortagne authored
-
Thomas Mortagne authored
* hide custom filters and "Advanced search" behind a "More" button * put back the disclaimer about the default filtering which does not show all extensions that exist * improve some texts and explain a bit more what the indexed date represents on the bottom
-
- Apr 19, 2021
-
-
Vincent Massol authored
-
Vincent Massol authored
-
Vincent Massol authored
-
Marius Dumitru Florea authored
* Wait for the current URL to change each time we open a wiki page.
-
Vincent Massol authored
This reverts commit 0566b8e1.
-
Marius Dumitru Florea authored
* Revert PR #1554 because it uses CSS custom properties which break the LESS parser we currently use (less4j) and also because it didn't use the standard XWiki styles for responsive tables. * Use the standard XWiki styles for responsible tables * Improve the styles in responsive mode (for pagination, advanced panels) XWIKI-18270: Live Data macro styles don't use the color theme * Fix the loading of the livedata-with-css module (it has to return the live data module)
-
Marius Dumitru Florea authored
This reverts commit ac9e8b9c.
-
- Apr 16, 2021
-
-
Thomas Mortagne authored
XWIKI-18567: The Debian package should be more strict on the constraints regarding the expected MySQL/MariaDB version
-
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
-