-
-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Use user uid to compare in PhotosPicker
Signed-off-by: Louis Chemineau <[email protected]>
- Loading branch information
Showing
48 changed files
with
257 additions
and
152 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,6 +28,7 @@ SPDX-FileCopyrightText: Perry Mitchell <[email protected]> | |
SPDX-FileCopyrightText: Paul Vorbach <[email protected]> (http://paul.vorba.ch) | ||
SPDX-FileCopyrightText: Paul Vorbach <[email protected]> (http://vorb.de) | ||
SPDX-FileCopyrightText: Olivier Scherrer <[email protected]> | ||
SPDX-FileCopyrightText: Nextcloud GmbH and Nextcloud contributors | ||
SPDX-FileCopyrightText: Nathan Rajlich <[email protected]> (http://n8.io/) | ||
SPDX-FileCopyrightText: Matt Zabriskie | ||
SPDX-FileCopyrightText: Mathias Bynens | ||
|
@@ -39,7 +40,6 @@ SPDX-FileCopyrightText: José F. Romaniello <[email protected]> (http://jos | |
SPDX-FileCopyrightText: Jordan Harband <[email protected]> | ||
SPDX-FileCopyrightText: Jordan Harband | ||
SPDX-FileCopyrightText: John-David Dalton <[email protected]> (http://allyoucanleet.com/) | ||
SPDX-FileCopyrightText: John Molakvoæ <[email protected]> | ||
SPDX-FileCopyrightText: John Molakvoæ (skjnldsv) <[email protected]> | ||
SPDX-FileCopyrightText: Jeff Sagal <[email protected]> | ||
SPDX-FileCopyrightText: James Halliday | ||
|
@@ -556,9 +556,6 @@ This file is generated from multiple sources. Included packages: | |
- node-gettext | ||
- version: 3.0.0 | ||
- license: MIT | ||
- path-browserify | ||
- version: 1.0.1 | ||
- license: MIT | ||
- path-posix | ||
- version: 1.0.0 | ||
- license: ISC | ||
|
@@ -670,6 +667,15 @@ This file is generated from multiple sources. Included packages: | |
- zwitch | ||
- version: 2.0.4 | ||
- license: MIT | ||
- photos | ||
- version: 4.0.0 | ||
- inherits | ||
- version: 2.0.3 | ||
- license: ISC | ||
- util | ||
- version: 0.10.4 | ||
- license: MIT | ||
- path | ||
- version: 0.12.7 | ||
- license: MIT | ||
- nextcloud | ||
- version: 1.0.0 | ||
- license: AGPL-3.0-or-later |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,6 +37,7 @@ SPDX-FileCopyrightText: Perry Mitchell <[email protected]> | |
SPDX-FileCopyrightText: Paul Vorbach <[email protected]> (http://paul.vorba.ch) | ||
SPDX-FileCopyrightText: Paul Vorbach <[email protected]> (http://vorb.de) | ||
SPDX-FileCopyrightText: Olivier Scherrer <[email protected]> | ||
SPDX-FileCopyrightText: Nextcloud GmbH and Nextcloud contributors | ||
SPDX-FileCopyrightText: Nathan Rajlich <[email protected]> (http://n8.io/) | ||
SPDX-FileCopyrightText: Matt Zabriskie | ||
SPDX-FileCopyrightText: Mathias Bynens | ||
|
@@ -49,7 +50,6 @@ SPDX-FileCopyrightText: Jordan Humphreys <[email protected]> | |
SPDX-FileCopyrightText: Jordan Harband <[email protected]> | ||
SPDX-FileCopyrightText: Jordan Harband | ||
SPDX-FileCopyrightText: John-David Dalton <[email protected]> (http://allyoucanleet.com/) | ||
SPDX-FileCopyrightText: John Molakvoæ <[email protected]> | ||
SPDX-FileCopyrightText: John Molakvoæ (skjnldsv) <[email protected]> | ||
SPDX-FileCopyrightText: Jeff Sagal <[email protected]> | ||
SPDX-FileCopyrightText: James Halliday | ||
|
@@ -673,9 +673,6 @@ This file is generated from multiple sources. Included packages: | |
- node-gettext | ||
- version: 3.0.0 | ||
- license: MIT | ||
- path-browserify | ||
- version: 1.0.1 | ||
- license: MIT | ||
- path-posix | ||
- version: 1.0.0 | ||
- license: ISC | ||
|
@@ -823,6 +820,15 @@ This file is generated from multiple sources. Included packages: | |
- zwitch | ||
- version: 2.0.4 | ||
- license: MIT | ||
- photos | ||
- version: 4.0.0 | ||
- inherits | ||
- version: 2.0.3 | ||
- license: ISC | ||
- util | ||
- version: 0.10.4 | ||
- license: MIT | ||
- path | ||
- version: 0.12.7 | ||
- license: MIT | ||
- nextcloud | ||
- version: 1.0.0 | ||
- license: AGPL-3.0-or-later |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,6 +38,7 @@ SPDX-FileCopyrightText: Perry Mitchell <[email protected]> | |
SPDX-FileCopyrightText: Paul Vorbach <[email protected]> (http://paul.vorba.ch) | ||
SPDX-FileCopyrightText: Paul Vorbach <[email protected]> (http://vorb.de) | ||
SPDX-FileCopyrightText: Olivier Scherrer <[email protected]> | ||
SPDX-FileCopyrightText: Nextcloud GmbH and Nextcloud contributors | ||
SPDX-FileCopyrightText: Nathan Rajlich <[email protected]> (http://n8.io/) | ||
SPDX-FileCopyrightText: Matt Zabriskie | ||
SPDX-FileCopyrightText: Mathias Bynens | ||
|
@@ -50,7 +51,6 @@ SPDX-FileCopyrightText: Jordan Humphreys <[email protected]> | |
SPDX-FileCopyrightText: Jordan Harband <[email protected]> | ||
SPDX-FileCopyrightText: Jordan Harband | ||
SPDX-FileCopyrightText: John-David Dalton <[email protected]> (http://allyoucanleet.com/) | ||
SPDX-FileCopyrightText: John Molakvoæ <[email protected]> | ||
SPDX-FileCopyrightText: John Molakvoæ (skjnldsv) <[email protected]> | ||
SPDX-FileCopyrightText: Jeff Sagal <[email protected]> | ||
SPDX-FileCopyrightText: James Halliday | ||
|
@@ -806,6 +806,6 @@ This file is generated from multiple sources. Included packages: | |
- zwitch | ||
- version: 2.0.4 | ||
- license: MIT | ||
- photos | ||
- version: 4.0.0 | ||
- nextcloud | ||
- version: 1.0.0 | ||
- license: AGPL-3.0-or-later |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,6 +38,7 @@ SPDX-FileCopyrightText: Perry Mitchell <[email protected]> | |
SPDX-FileCopyrightText: Paul Vorbach <[email protected]> (http://paul.vorba.ch) | ||
SPDX-FileCopyrightText: Paul Vorbach <[email protected]> (http://vorb.de) | ||
SPDX-FileCopyrightText: Olivier Scherrer <[email protected]> | ||
SPDX-FileCopyrightText: Nextcloud GmbH and Nextcloud contributors | ||
SPDX-FileCopyrightText: Nathan Rajlich <[email protected]> (http://n8.io/) | ||
SPDX-FileCopyrightText: Matt Zabriskie | ||
SPDX-FileCopyrightText: Mathias Bynens | ||
|
@@ -50,7 +51,6 @@ SPDX-FileCopyrightText: Jordan Humphreys <[email protected]> | |
SPDX-FileCopyrightText: Jordan Harband <[email protected]> | ||
SPDX-FileCopyrightText: Jordan Harband | ||
SPDX-FileCopyrightText: John-David Dalton <[email protected]> (http://allyoucanleet.com/) | ||
SPDX-FileCopyrightText: John Molakvoæ <[email protected]> | ||
SPDX-FileCopyrightText: John Molakvoæ (skjnldsv) <[email protected]> | ||
SPDX-FileCopyrightText: Jeff Sagal <[email protected]> | ||
SPDX-FileCopyrightText: James Halliday | ||
|
@@ -806,6 +806,6 @@ This file is generated from multiple sources. Included packages: | |
- zwitch | ||
- version: 2.0.4 | ||
- license: MIT | ||
- photos | ||
- version: 4.0.0 | ||
- nextcloud | ||
- version: 1.0.0 | ||
- license: AGPL-3.0-or-later |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,6 +38,7 @@ SPDX-FileCopyrightText: Perry Mitchell <[email protected]> | |
SPDX-FileCopyrightText: Paul Vorbach <[email protected]> (http://paul.vorba.ch) | ||
SPDX-FileCopyrightText: Paul Vorbach <[email protected]> (http://vorb.de) | ||
SPDX-FileCopyrightText: Olivier Scherrer <[email protected]> | ||
SPDX-FileCopyrightText: Nextcloud GmbH and Nextcloud contributors | ||
SPDX-FileCopyrightText: Nathan Rajlich <[email protected]> (http://n8.io/) | ||
SPDX-FileCopyrightText: Matt Zabriskie | ||
SPDX-FileCopyrightText: Mathias Bynens | ||
|
@@ -50,7 +51,6 @@ SPDX-FileCopyrightText: Jordan Humphreys <[email protected]> | |
SPDX-FileCopyrightText: Jordan Harband <[email protected]> | ||
SPDX-FileCopyrightText: Jordan Harband | ||
SPDX-FileCopyrightText: John-David Dalton <[email protected]> (http://allyoucanleet.com/) | ||
SPDX-FileCopyrightText: John Molakvoæ <[email protected]> | ||
SPDX-FileCopyrightText: John Molakvoæ (skjnldsv) <[email protected]> | ||
SPDX-FileCopyrightText: Jeff Sagal <[email protected]> | ||
SPDX-FileCopyrightText: James Halliday | ||
|
@@ -678,9 +678,6 @@ This file is generated from multiple sources. Included packages: | |
- node-gettext | ||
- version: 3.0.0 | ||
- license: MIT | ||
- path-browserify | ||
- version: 1.0.1 | ||
- license: MIT | ||
- path-posix | ||
- version: 1.0.0 | ||
- license: ISC | ||
|
@@ -822,6 +819,15 @@ This file is generated from multiple sources. Included packages: | |
- zwitch | ||
- version: 2.0.4 | ||
- license: MIT | ||
- photos | ||
- version: 4.0.0 | ||
- inherits | ||
- version: 2.0.3 | ||
- license: ISC | ||
- util | ||
- version: 0.10.4 | ||
- license: MIT | ||
- path | ||
- version: 0.12.7 | ||
- license: MIT | ||
- nextcloud | ||
- version: 1.0.0 | ||
- license: AGPL-3.0-or-later |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,6 +37,7 @@ SPDX-FileCopyrightText: Perry Mitchell <[email protected]> | |
SPDX-FileCopyrightText: Paul Vorbach <[email protected]> (http://paul.vorba.ch) | ||
SPDX-FileCopyrightText: Paul Vorbach <[email protected]> (http://vorb.de) | ||
SPDX-FileCopyrightText: Olivier Scherrer <[email protected]> | ||
SPDX-FileCopyrightText: Nextcloud GmbH and Nextcloud contributors | ||
SPDX-FileCopyrightText: Nathan Rajlich <[email protected]> (http://n8.io/) | ||
SPDX-FileCopyrightText: Matt Zabriskie | ||
SPDX-FileCopyrightText: Mathias Bynens | ||
|
@@ -49,7 +50,6 @@ SPDX-FileCopyrightText: Jordan Humphreys <[email protected]> | |
SPDX-FileCopyrightText: Jordan Harband <[email protected]> | ||
SPDX-FileCopyrightText: Jordan Harband | ||
SPDX-FileCopyrightText: John-David Dalton <[email protected]> (http://allyoucanleet.com/) | ||
SPDX-FileCopyrightText: John Molakvoæ <[email protected]> | ||
SPDX-FileCopyrightText: John Molakvoæ (skjnldsv) <[email protected]> | ||
SPDX-FileCopyrightText: Jeff Sagal <[email protected]> | ||
SPDX-FileCopyrightText: James Halliday | ||
|
@@ -788,6 +788,6 @@ This file is generated from multiple sources. Included packages: | |
- zwitch | ||
- version: 2.0.4 | ||
- license: MIT | ||
- photos | ||
- version: 4.0.0 | ||
- nextcloud | ||
- version: 1.0.0 | ||
- license: AGPL-3.0-or-later |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,15 +5,16 @@ SPDX-License-Identifier: BSD-2-Clause | |
SPDX-License-Identifier: AGPL-3.0-or-later | ||
SPDX-License-Identifier: (MPL-2.0 OR Apache-2.0) | ||
SPDX-FileCopyrightText: leaflet developers | ||
SPDX-FileCopyrightText: inherits developers | ||
SPDX-FileCopyrightText: escape-html developers | ||
SPDX-FileCopyrightText: Tobias Koppers @sokra | ||
SPDX-FileCopyrightText: Roman Shtylman <[email protected]> | ||
SPDX-FileCopyrightText: Rob Cresswell <[email protected]> | ||
SPDX-FileCopyrightText: Perry Mitchell <[email protected]> | ||
SPDX-FileCopyrightText: Nextcloud GmbH and Nextcloud contributors | ||
SPDX-FileCopyrightText: Mickael Bouchaud | ||
SPDX-FileCopyrightText: Joyent | ||
SPDX-FileCopyrightText: John-David Dalton <[email protected]> (http://allyoucanleet.com/) | ||
SPDX-FileCopyrightText: John Molakvoæ <[email protected]> | ||
SPDX-FileCopyrightText: James Halliday | ||
SPDX-FileCopyrightText: Iskren Ivov Chernev <[email protected]> (https://github.com/ichernev) | ||
SPDX-FileCopyrightText: GitHub Inc. | ||
SPDX-FileCopyrightText: Evan You | ||
|
@@ -89,9 +90,6 @@ This file is generated from multiple sources. Included packages: | |
- node-gettext | ||
- version: 3.0.0 | ||
- license: MIT | ||
- path-browserify | ||
- version: 1.0.1 | ||
- license: MIT | ||
- process | ||
- version: 0.11.10 | ||
- license: MIT | ||
|
@@ -110,6 +108,15 @@ This file is generated from multiple sources. Included packages: | |
- vue2-leaflet | ||
- version: 2.7.1 | ||
- license: MIT | ||
- photos | ||
- version: 4.0.0 | ||
- inherits | ||
- version: 2.0.3 | ||
- license: ISC | ||
- util | ||
- version: 0.10.4 | ||
- license: MIT | ||
- path | ||
- version: 0.12.7 | ||
- license: MIT | ||
- nextcloud | ||
- version: 1.0.0 | ||
- license: AGPL-3.0-or-later |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,6 +38,7 @@ SPDX-FileCopyrightText: Perry Mitchell <[email protected]> | |
SPDX-FileCopyrightText: Paul Vorbach <[email protected]> (http://paul.vorba.ch) | ||
SPDX-FileCopyrightText: Paul Vorbach <[email protected]> (http://vorb.de) | ||
SPDX-FileCopyrightText: Olivier Scherrer <[email protected]> | ||
SPDX-FileCopyrightText: Nextcloud GmbH and Nextcloud contributors | ||
SPDX-FileCopyrightText: Nathan Rajlich <[email protected]> (http://n8.io/) | ||
SPDX-FileCopyrightText: Matt Zabriskie | ||
SPDX-FileCopyrightText: Mathias Bynens | ||
|
@@ -50,7 +51,6 @@ SPDX-FileCopyrightText: Jordan Humphreys <[email protected]> | |
SPDX-FileCopyrightText: Jordan Harband <[email protected]> | ||
SPDX-FileCopyrightText: Jordan Harband | ||
SPDX-FileCopyrightText: John-David Dalton <[email protected]> (http://allyoucanleet.com/) | ||
SPDX-FileCopyrightText: John Molakvoæ <[email protected]> | ||
SPDX-FileCopyrightText: John Molakvoæ (skjnldsv) <[email protected]> | ||
SPDX-FileCopyrightText: Jeff Sagal <[email protected]> | ||
SPDX-FileCopyrightText: James Halliday | ||
|
@@ -684,9 +684,6 @@ This file is generated from multiple sources. Included packages: | |
- node-gettext | ||
- version: 3.0.0 | ||
- license: MIT | ||
- path-browserify | ||
- version: 1.0.1 | ||
- license: MIT | ||
- path-posix | ||
- version: 1.0.0 | ||
- license: ISC | ||
|
@@ -828,6 +825,15 @@ This file is generated from multiple sources. Included packages: | |
- zwitch | ||
- version: 2.0.4 | ||
- license: MIT | ||
- photos | ||
- version: 4.0.0 | ||
- inherits | ||
- version: 2.0.3 | ||
- license: ISC | ||
- util | ||
- version: 0.10.4 | ||
- license: MIT | ||
- path | ||
- version: 0.12.7 | ||
- license: MIT | ||
- nextcloud | ||
- version: 1.0.0 | ||
- license: AGPL-3.0-or-later |
Oops, something went wrong.