Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Toolkit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This project is archived. Its data is
read-only
.
Show more breadcrumbs
digital blueprint
Web Component Framework
Toolkit
Commits
51a5bec1
Commit
51a5bec1
authored
Mar 15, 2022
by
Reiter, Christoph
Browse files
Options
Downloads
Plain Diff
Merge branch 'renovate/lock-file-maintenance' into 'master'
Lock file maintenance See merge request
!145
parents
fcf07a0a
3a1ccb68
Branches
Branches containing commit
No related tags found
1 merge request
!145
Lock file maintenance
Pipeline
#90731
passed
Mar 15, 2022
Stage: test
Stage: deploy
Stage: e2e
Changes
2
Pipelines
1
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
packages/file-handling/src/nextcloud-file-picker.js
+4
-4
4 additions, 4 deletions
packages/file-handling/src/nextcloud-file-picker.js
yarn.lock
+171
-176
171 additions, 176 deletions
yarn.lock
with
175 additions
and
180 deletions
packages/file-handling/src/nextcloud-file-picker.js
+
4
−
4
View file @
51a5bec1
...
...
@@ -641,7 +641,7 @@ export class NextcloudFilePicker extends ScopedElementsMixin(DBPLitElement) {
/**
*
* @param {*} data
* @returns reduced list of objects, including users files
* @returns
{Array}
reduced list of objects, including users files
*/
filterUserFilesOnly
(
data
)
{
// R = Share, S = Shared Folder, M = Group folder or external source, G = Read, D = Delete, NV / NVW = Write, CK = Create
...
...
@@ -662,7 +662,7 @@ export class NextcloudFilePicker extends ScopedElementsMixin(DBPLitElement) {
/**
*
* @param {*} path
* @returns
a
rray including file path and base name
* @returns
{A
rray
}
including file path and base name
*/
parseFileAndBaseName
(
path
)
{
if
(
path
[
0
]
!==
'
/
'
)
{
...
...
@@ -696,7 +696,7 @@ export class NextcloudFilePicker extends ScopedElementsMixin(DBPLitElement) {
/**
*
* @param {*} response
* @returns list of file objects containing corresponding information
* @returns
{Array}
list of file objects containing corresponding information
*/
mapResponseToObject
(
response
)
{
let
results
=
[];
...
...
@@ -1481,7 +1481,7 @@ export class NextcloudFilePicker extends ScopedElementsMixin(DBPLitElement) {
this
.
loading
=
true
;
this
.
statusText
=
i18n
.
t
(
'
nextcloud-file-picker.upload-to
'
,
{
path
:
directory
});
this
.
fileList
=
[...
files
];
if
(
typeof
this
.
fileList
!==
undefined
&&
this
.
fileList
.
length
>
0
)
{
if
(
this
.
fileList
!==
undefined
&&
this
.
fileList
.
length
>
0
)
{
this
.
sendSetPropertyEvent
(
'
analytics-event
'
,
{
category
:
'
FileHandlingNextcloud
'
,
action
:
'
UploadFiles
'
,
...
...
...
...
This diff is collapsed.
Click to expand it.
yarn.lock
+
171
−
176
View file @
51a5bec1
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment