Skip to content
Merged
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
115 changes: 9 additions & 106 deletions build/frontend-legacy/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion build/frontend-legacy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@
"dompurify": "^3.4.0",
"escape-html": "^1.0.3",
"focus-trap": "^8.0.1",
"handlebars": "^4.7.8",
"is-svg": "^6.1.0",
"libphonenumber-js": "^1.12.41",
"lodash": "^4.18.1",
Expand Down
5 changes: 0 additions & 5 deletions core/src/OC/l10n.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import {
translatePlural,
unregister,
} from '@nextcloud/l10n'
import Handlebars from 'handlebars'

/**
* L10N namespace with localization functions.
Expand Down Expand Up @@ -84,7 +83,3 @@ const L10n = {
}

export default L10n

Handlebars.registerHelper('t', function(app, text) {
return translate(app, text)
})
2 changes: 0 additions & 2 deletions core/src/globals.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

import ClipboardJS from 'clipboard'
import { dav } from 'davclient.js'
import Handlebars from 'handlebars'
import moment from 'moment'
import _ from 'underscore'
import { initCore } from './init.js'
Expand Down Expand Up @@ -52,7 +51,6 @@ function setDeprecatedProp(global, cb, msg) {
setDeprecatedProp(['_'], () => _, 'The global underscore is deprecated. It will be removed in a later versions without another warning. Please ship your own.')
setDeprecatedProp(['Clipboard', 'ClipboardJS'], () => ClipboardJS, 'please ship your own, this will be removed in Nextcloud 20')
setDeprecatedProp(['dav'], () => dav, 'please ship your own. It will be removed in a later versions without another warning. Please ship your own.')
setDeprecatedProp('Handlebars', () => Handlebars, 'please ship your own, this will be removed in Nextcloud 20')
setDeprecatedProp('moment', () => moment, 'please ship your own, this will be removed in Nextcloud 20')

window.OC = OC
Expand Down
4 changes: 2 additions & 2 deletions dist/core-login.js

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions dist/core-login.js.license
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ SPDX-FileCopyrightText: hookable developers
SPDX-FileCopyrightText: escape-html developers
SPDX-FileCopyrightText: debounce developers
SPDX-FileCopyrightText: atomiks
SPDX-FileCopyrightText: Yehuda Katz
SPDX-FileCopyrightText: Varun A P
SPDX-FileCopyrightText: Tobias Koppers @sokra
SPDX-FileCopyrightText: T. Jameson Little <t.jameson.little@gmail.com>
Expand Down Expand Up @@ -222,9 +221,6 @@ This file is generated from multiple sources. Included packages:
- focus-trap
- version: 8.0.1
- license: MIT
- handlebars
- version: 4.7.8
- license: MIT
- hookable
- version: 5.5.3
- license: MIT
Expand Down
2 changes: 1 addition & 1 deletion dist/core-login.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/core-main.js

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions dist/core-main.js.license
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ SPDX-FileCopyrightText: escape-html developers
SPDX-FileCopyrightText: debounce developers
SPDX-FileCopyrightText: clipboard developers
SPDX-FileCopyrightText: atomiks
SPDX-FileCopyrightText: Yehuda Katz
SPDX-FileCopyrightText: Varun A P
SPDX-FileCopyrightText: Tobias Koppers @sokra
SPDX-FileCopyrightText: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
Expand Down Expand Up @@ -254,9 +253,6 @@ This file is generated from multiple sources. Included packages:
- focus-trap
- version: 8.0.1
- license: MIT
- handlebars
- version: 4.7.8
- license: MIT
- hookable
- version: 5.5.3
- license: MIT
Expand Down
2 changes: 1 addition & 1 deletion dist/core-main.js.map

Large diffs are not rendered by default.

Loading