Skip to content

Commit

Permalink
Merge pull request #3152 from nextcloud/chore/refactor-iframe
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusknorr authored Sep 8, 2023
2 parents 04b6e0a + e34a607 commit 6459966
Show file tree
Hide file tree
Showing 34 changed files with 1,360 additions and 2,598 deletions.
8 changes: 7 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ module.exports = {
'plugin:cypress/recommended',
],
env: {
'cypress/globals': true
'cypress/globals': true,
},
rules: {
'import/no-named-as-default-member': 'off',
'jsdoc/check-values': 'off',
'jsdoc/valid-types': 'off',
'jsdoc/no-undefined-types': 'off',
}
}
1 change: 1 addition & 0 deletions appinfo/routes.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
['name' => 'document#remote', 'url' => 'remote', 'verb' => 'GET'],
['name' => 'document#createFromTemplate', 'url' => 'indexTemplate', 'verb' => 'GET'],
['name' => 'document#publicPage', 'url' => '/public', 'verb' => 'GET'],
['name' => 'document#token', 'url' => '/token', 'verb' => 'POST'],

['name' => 'document#editOnline', 'url' => 'editonline', 'verb' => 'GET'],
['name' => 'document#editOnlineTarget', 'url' => 'editonline/{fileId}/{target}', 'verb' => 'GET'],
Expand Down
Loading

0 comments on commit 6459966

Please sign in to comment.