Skip to content

Commit be658de

Browse files
committed
Compile assets
Signed-off-by: Louis Chemineau <[email protected]>
1 parent 8de1349 commit be658de

69 files changed

Lines changed: 970 additions & 93 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

js/photos-dashboard.js

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/photos-dashboard.js.LICENSE.txt

Lines changed: 537 additions & 0 deletions
Large diffs are not rendered by default.

js/photos-dashboard.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/photos-main.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/photos-main.js.LICENSE.txt

Lines changed: 156 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@
5252

5353
/*! @license DOMPurify 3.0.5 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.0.5/LICENSE */
5454

55+
/*! For license information please see index.js.LICENSE.txt */
56+
5557
/*! https://mths.be/base64 v1.0.0 by @mathias | MIT license */
5658

5759
/*! https://mths.be/he v1.2.0 by @mathias | MIT license */
@@ -124,6 +126,28 @@
124126
* along with this program. If not, see <http://www.gnu.org/licenses/>.
125127
*/
126128

129+
/**
130+
* @copyright 2022 Christopher Ng <[email protected]>
131+
*
132+
* @author Christopher Ng <[email protected]>
133+
*
134+
* @license AGPL-3.0-or-later
135+
*
136+
* This program is free software: you can redistribute it and/or modify
137+
* it under the terms of the GNU Affero General Public License as
138+
* published by the Free Software Foundation, either version 3 of the
139+
* License, or (at your option) any later version.
140+
*
141+
* This program is distributed in the hope that it will be useful,
142+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
143+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
144+
* GNU Affero General Public License for more details.
145+
*
146+
* You should have received a copy of the GNU Affero General Public License
147+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
148+
*
149+
*/
150+
127151
/**
128152
* @copyright 2022 Louis Chemineau <[email protected]>
129153
*
@@ -368,6 +392,28 @@
368392
*
369393
*/
370394

395+
/**
396+
* @copyright Copyright (c) 2019 Julius Härtl <[email protected]>
397+
*
398+
* @author Julius Härtl <[email protected]>
399+
*
400+
* @license AGPL-3.0-or-later
401+
*
402+
* This program is free software: you can redistribute it and/or modify
403+
* it under the terms of the GNU Affero General Public License as
404+
* published by the Free Software Foundation, either version 3 of the
405+
* License, or (at your option) any later version.
406+
*
407+
* This program is distributed in the hope that it will be useful,
408+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
409+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
410+
* GNU Affero General Public License for more details.
411+
*
412+
* You should have received a copy of the GNU Affero General Public License
413+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
414+
*
415+
*/
416+
371417
/**
372418
* @copyright Copyright (c) 2019 Julius Härtl <[email protected]>
373419
*
@@ -391,6 +437,28 @@
391437
*
392438
*/
393439

440+
/**
441+
* @copyright Copyright (c) 2020 Georg Ehrke <[email protected]>
442+
*
443+
* @author Georg Ehrke <[email protected]>
444+
*
445+
* @license AGPL-3.0-or-later
446+
*
447+
* This program is free software: you can redistribute it and/or modify
448+
* it under the terms of the GNU Affero General Public License as
449+
* published by the Free Software Foundation, either version 3 of the
450+
* License, or (at your option) any later version.
451+
*
452+
* This program is distributed in the hope that it will be useful,
453+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
454+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
455+
* GNU Affero General Public License for more details.
456+
*
457+
* You should have received a copy of the GNU Affero General Public License
458+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
459+
*
460+
*/
461+
394462
/**
395463
* @copyright Copyright (c) 2020 John Molakvoæ <[email protected]>
396464
*
@@ -413,6 +481,28 @@
413481
*
414482
*/
415483

484+
/**
485+
* @copyright Copyright (c) 2020 Raimund Schlüßler <[email protected]>
486+
*
487+
* @author Raimund Schlüßler <[email protected]>
488+
*
489+
* @license AGPL-3.0-or-later
490+
*
491+
* This program is free software: you can redistribute it and/or modify
492+
* it under the terms of the GNU Affero General Public License as
493+
* published by the Free Software Foundation, either version 3 of the
494+
* License, or (at your option) any later version.
495+
*
496+
* This program is distributed in the hope that it will be useful,
497+
* but WITHOUT ANY WARRANTY without even the implied warranty of
498+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
499+
* GNU Affero General Public License for more details.
500+
*
501+
* You should have received a copy of the GNU Affero General Public License
502+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
503+
*
504+
*/
505+
416506
/**
417507
* @copyright Copyright (c) 2021 Christoph Wurst
418508
*
@@ -457,6 +547,50 @@
457547
*
458548
*/
459549

550+
/**
551+
* @copyright Copyright (c) 2021 Jonas Meurer <[email protected]>
552+
*
553+
* @author Jonas Meurer <[email protected]>
554+
*
555+
* @license AGPL-3.0-or-later
556+
*
557+
* This program is free software: you can redistribute it and/or modify
558+
* it under the terms of the GNU Affero General Public License as
559+
* published by the Free Software Foundation, either version 3 of the
560+
* License, or (at your option) any later version.
561+
*
562+
* This program is distributed in the hope that it will be useful,
563+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
564+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
565+
* GNU Affero General Public License for more details.
566+
*
567+
* You should have received a copy of the GNU Affero General Public License
568+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
569+
*
570+
*/
571+
572+
/**
573+
* @copyright Copyright (c) 2021 Raimund Schlüßler <[email protected]>
574+
*
575+
* @author Raimund Schlüßler <[email protected]>
576+
*
577+
* @license AGPL-3.0-or-later
578+
*
579+
* This program is free software: you can redistribute it and/or modify
580+
* it under the terms of the GNU Affero General Public License as
581+
* published by the Free Software Foundation, either version 3 of the
582+
* License, or (at your option) any later version.
583+
*
584+
* This program is distributed in the hope that it will be useful,
585+
* but WITHOUT ANY WARRANTY without even the implied warranty of
586+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
587+
* GNU Affero General Public License for more details.
588+
*
589+
* You should have received a copy of the GNU Affero General Public License
590+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
591+
*
592+
*/
593+
460594
/**
461595
* @copyright Copyright (c) 2022 John Molakvoæ <[email protected]>
462596
*
@@ -545,6 +679,28 @@
545679
*
546680
*/
547681

682+
/**
683+
* @copyright Copyright (c) 2023 Grigorii K. Shartsev <[email protected]>
684+
*
685+
* @author Grigorii K. Shartsev <[email protected]>
686+
*
687+
* @license AGPL-3.0-or-later
688+
*
689+
* This program is free software: you can redistribute it and/or modify
690+
* it under the terms of the GNU Affero General Public License as
691+
* published by the Free Software Foundation, either version 3 of the
692+
* License, or (at your option) any later version.
693+
*
694+
* This program is distributed in the hope that it will be useful,
695+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
696+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
697+
* GNU Affero General Public License for more details.
698+
*
699+
* You should have received a copy of the GNU Affero General Public License
700+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
701+
*
702+
*/
703+
548704
/**
549705
* @copyright Copyright (c) 2023 John Molakvoæ <[email protected]>
550706
*

js/photos-main.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/photos-node_modules_blurhash_dist_esm_index_js-node_modules_vue-material-design-icons_ArrowLeft_vue--996eaf.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/photos-node_modules_blurhash_dist_esm_index_js-node_modules_vue-material-design-icons_ArrowLeft_vue--996eaf.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/photos-node_modules_blurhash_dist_esm_index_js-node_modules_vue-material-design-icons_ArrowLeft_vue--f24de2.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/photos-node_modules_blurhash_dist_esm_index_js-node_modules_vue-material-design-icons_ArrowLeft_vue--f24de2.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)