Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions css/viewer-main.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion cypress/e2e/sharing/download-share-disabled.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ describe(`Download ${fileName} in viewer`, function() {
// Open the share menu
cy.get('.sharing-link-list > .sharing-entry [aria-label*=\'Actions for "Share link"\']').click()
cy.get('.action-button:contains(\'Customize link\')').click()
cy.get('label:contains(\'Hide download\')').as('hideDownloadBtn').click()
cy.get('span:contains(\'Hide download\')').as('hideDownloadBtn').click({ force: true })
cy.get('@hideDownloadBtn').prev('input[type=checkbox]').should('be.checked')

// Log out and access link share
Expand Down
4 changes: 2 additions & 2 deletions cypress/support/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ Cypress.Commands.add(
'clickAction',
{ prevSubject: 'element' },
(subject, action) => {
subject.find('[data-cy-files-list-row-actions] button').click()
cy.get(`[data-cy-files-list-row-action="${action}"]`).click()
subject.find('[data-cy-files-list-row-actions] [aria-label="Actions"]').click()
cy.get(`[data-cy-files-list-row-action="${action}"] [role="menuitem"]`).click()
},
)

Expand Down
14 changes: 11 additions & 3 deletions js/vendor.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ license: MIT
version: 1.4.2
license: MIT

@linusborg/vue-simple-portal
version: 0.1.5
license: Apache-2.0

@mdi/svg
version: 7.3.67
license: Apache-2.0
Expand Down Expand Up @@ -89,11 +93,11 @@ version: 2.2.0
license: GPL-3.0-or-later

@nextcloud/vue
version: 8.4.0
version: 8.6.2
license: AGPL-3.0

@nextcloud/vue-select
version: 3.24.0
version: 3.25.0
license: MIT

@popperjs/core
Expand Down Expand Up @@ -177,7 +181,7 @@ version: 3.0.6
license: (MPL-2.0 OR Apache-2.0)

emoji-mart-vue-fast
version: 15.0.0
version: 15.0.1
license: BSD-3-Clause

escape-html
Expand Down Expand Up @@ -296,6 +300,10 @@ md5
version: 2.3.0
license: BSD-3-Clause

nanoid
version: 3.3.7
license: MIT

node-gettext
version: 3.0.0
license: (MIT)
Expand Down
270 changes: 145 additions & 125 deletions js/viewer-main.mjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/viewer-main.mjs.map

Large diffs are not rendered by default.

Loading