nextcloud-server/core/src
Daniel Calviño Sánchez 96821945fb
Adjust acceptance tests to changes in @nextcloud/vue 2.6.3
The menu button and the menu of a share are no longer direct childs of
the actions of the share row. The menu button is now a child of a
".trigger" element, while the menu is a direct child of the body and has
an id defined in the "aria-describedby" attribute of the ".trigger"
element.

In XPath 1.0 it does not seem possible to "backreference" a value or
create variables, so when the share menu or one of its item is needed
now the ".trigger" element is first found and then its XPath expression
is used to compose its "aria-describedby" attribute in the XPath
expression for the menu.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-09-03 09:09:26 +02:00
..
components Fix search placeholder animation & dark theme compatibility 2020-09-03 09:03:10 +02:00
files
jquery Fix dark-theme selector 2020-08-21 11:42:50 +02:00
mixins
OC Remove outdated legacy search scripts 2020-08-04 20:56:22 +02:00
OCA Declare OCA.Search directly, not via a monkey patch 2020-08-31 10:31:12 +02:00
OCP Use babel-loader-exclude-node-modules-except 2020-07-31 11:00:33 +02:00
Polyfill
services Adjust acceptance tests to changes in @nextcloud/vue 2.6.3 2020-09-03 09:09:26 +02:00
systemtags Bump @nextcloud/eslint-config and peers 2020-07-31 09:35:55 +02:00
tests
Util
views Adjust acceptance tests to changes in @nextcloud/vue 2.6.3 2020-09-03 09:09:26 +02:00
globals.js Use babel-loader-exclude-node-modules-except 2020-07-31 11:00:33 +02:00
init.js Up the limit for the header app menu, fix #21635 2020-07-10 06:43:38 +00:00
install.js Use DOMContentLoaded and fix sharebymail loading issue 2020-07-20 12:42:08 +02:00
logger.js
login.js
main.js Use DOMContentLoaded and fix sharebymail loading issue 2020-07-20 12:42:08 +02:00
maintenance.js Do not import the full OC since we don't need it 2020-06-05 09:42:39 +02:00
recommendedapps.js
session-heartbeat.js
unified-search.js Declare OCA.Search directly, not via a monkey patch 2020-08-31 10:31:12 +02:00