-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: fix usage of deprecated functions and adjust code style #47553
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,13 +3,14 @@ | |
* SPDX-License-Identifier: AGPL-3.0-or-later | ||
*/ | ||
|
||
/** @typedef {import('jquery')} jQuery */ | ||
import $ from 'jquery' | ||
|
||
/** | ||
* @name Show Password | ||
* @description | ||
* @version 1.3.0 | ||
* @requires Jquery 1.5 | ||
* @requires jQuery 1.5 | ||
* | ||
* @author Jan Jarfalk <[email protected]> | ||
* author-website http://www.unwrongest.com | ||
|
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,6 +36,7 @@ SPDX-FileCopyrightText: John Molakvoæ (skjnldsv) <[email protected]> | |
SPDX-FileCopyrightText: Jerry Bendy <[email protected]> | ||
SPDX-FileCopyrightText: Jeff Sagal <[email protected]> | ||
SPDX-FileCopyrightText: Jacob Clevenger<https://github.com/wheatjs> | ||
SPDX-FileCopyrightText: Iskren Ivov Chernev <[email protected]> (https://github.com/ichernev) | ||
SPDX-FileCopyrightText: Hypercontext | ||
SPDX-FileCopyrightText: Guillaume Chau <[email protected]> | ||
SPDX-FileCopyrightText: GitHub Inc. | ||
|
@@ -44,6 +45,7 @@ SPDX-FileCopyrightText: Evan You | |
SPDX-FileCopyrightText: Eugene Sharygin <[email protected]> | ||
SPDX-FileCopyrightText: Eric Norris (https://github.com/ericnorris) | ||
SPDX-FileCopyrightText: Dr.-Ing. Mario Heiderich, Cure53 <[email protected]> (https://cure53.de/) | ||
SPDX-FileCopyrightText: Denis Pushkarev | ||
SPDX-FileCopyrightText: David Clark | ||
SPDX-FileCopyrightText: Christoph Wurst <[email protected]> | ||
SPDX-FileCopyrightText: Christoph Wurst | ||
|
@@ -98,6 +100,12 @@ This file is generated from multiple sources. Included packages: | |
- @nextcloud/logger | ||
- version: 3.0.2 | ||
- license: GPL-3.0-or-later | ||
- @nextcloud/router | ||
- version: 2.2.1 | ||
- license: GPL-3.0-or-later | ||
- @nextcloud/moment | ||
- version: 1.3.1 | ||
- license: GPL-3.0-or-later | ||
- @nextcloud/paths | ||
- version: 2.2.1 | ||
- license: GPL-3.0-or-later | ||
|
@@ -146,6 +154,9 @@ This file is generated from multiple sources. Included packages: | |
- console-browserify | ||
- version: 1.2.0 | ||
- license: MIT | ||
- core-js | ||
- version: 3.38.1 | ||
- license: MIT | ||
- crypt | ||
- version: 0.0.2 | ||
- license: BSD-3-Clause | ||
|
@@ -245,6 +256,9 @@ This file is generated from multiple sources. Included packages: | |
- md5 | ||
- version: 2.3.0 | ||
- license: BSD-3-Clause | ||
- moment | ||
- version: 2.30.1 | ||
- license: MIT | ||
- nextcloud-vue-collections | ||
- version: 0.13.0 | ||
- license: AGPL-3.0-or-later | ||
|
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
323-323.js.license |
This file was deleted.
This file was deleted.
This file was deleted.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lets' drop OCP.toast, it's been far over 3 years