Skip to content
This repository was archived by the owner on Oct 13, 2025. It is now read-only.

Commit ddef3d6

Browse files
authored
mediadc 0.3.4 (#123)
* Updated packages * Revert back @nextcloud/l10n package version Removed unused security policy * Updated js and release date
1 parent c36b100 commit ddef3d6

File tree

30 files changed

+2383
-1237
lines changed

30 files changed

+2383
-1237
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,15 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## [0.3.4 - 2023-02-25]
5+
## [0.3.4 - 2023-03-14]
66

77
[`cloud_py_api`](https://github.com/cloud-py-api/cloud_py_api) is **required** to be installed
88
(or updated) and enabled first.
99

10+
### Changed
11+
12+
- Changed Python binary type (from onefile to folder)
13+
1014
### Fixed
1115

1216
- Fixed Resolved list items display (https://github.com/cloud-py-api/mediadc/issues/109)

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
}
1717
],
1818
"require-dev": {
19-
"nextcloud/ocp": "^24.0",
19+
"nextcloud/ocp": "^25.0",
2020
"roave/security-advisories": "dev-master",
21-
"psalm/phar": "^4.29",
21+
"psalm/phar": "^4.30.0",
2222
"phpunit/phpunit": "^9.5",
2323
"nextcloud/coding-standard": "^1.0",
2424
"friendsofphp/php-cs-fixer": "^3.13"

composer.lock

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

js/mediadc-dashboard.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/mediadc-dashboard.js.LICENSE.txt

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,15 @@
2020
*/
2121

2222
/*!
23-
* Vue.js v2.7.13
23+
* Toastify js 1.12.0
24+
* https://github.com/apvarun/toastify-js
25+
* @license MIT licensed
26+
*
27+
* Copyright (C) 2018 Varun A P
28+
*/
29+
30+
/*!
31+
* Vue.js v2.7.14
2432
* (c) 2014-2022 Evan You
2533
* Released under the MIT License.
2634
*/
@@ -43,6 +51,8 @@
4351
* @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
4452
*/
4553

54+
/*! @license DOMPurify 2.4.5 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/2.4.5/LICENSE */
55+
4656
/*! For license information please see index.module.js.LICENSE.txt */
4757

4858
/*! Hammer.JS - v2.0.7 - 2016-04-22
@@ -62,7 +72,7 @@
6272
*
6373
* @author Richard Steinmetz <[email protected]>
6474
*
65-
* @license GNU AGPL version 3 or any later version
75+
* @license AGPL-3.0-or-later
6676
*
6777
* This program is free software: you can redistribute it and/or modify
6878
* it under the terms of the GNU Affero General Public License as
@@ -84,7 +94,7 @@
8494
*
8595
* @author Georg Ehrke <[email protected]>
8696
*
87-
* @license GNU AGPL version 3 or any later version
97+
* @license AGPL-3.0-or-later
8898
*
8999
* This program is free software: you can redistribute it and/or modify
90100
* it under the terms of the GNU Affero General Public License as
@@ -106,7 +116,7 @@
106116
*
107117
* @author Christoph Wurst <[email protected]>
108118
*
109-
* @license GNU AGPL version 3 or any later version
119+
* @license AGPL-3.0-or-later
110120
*
111121
* This program is free software: you can redistribute it and/or modify
112122
* it under the terms of the GNU Affero General Public License as

js/mediadc-dashboard.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/mediadc-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/mediadc-main.js.LICENSE.txt

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,15 @@
2626
*/
2727

2828
/*!
29-
* Vue.js v2.7.13
29+
* Toastify js 1.12.0
30+
* https://github.com/apvarun/toastify-js
31+
* @license MIT licensed
32+
*
33+
* Copyright (C) 2018 Varun A P
34+
*/
35+
36+
/*!
37+
* Vue.js v2.7.14
3038
* (c) 2014-2022 Evan You
3139
* Released under the MIT License.
3240
*/
@@ -55,6 +63,8 @@
5563
* @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
5664
*/
5765

66+
/*! @license DOMPurify 2.4.5 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/2.4.5/LICENSE */
67+
5868
/*! For license information please see NcAppContent.js.LICENSE.txt */
5969

6070
/*! For license information please see NcAppNavigation.js.LICENSE.txt */
@@ -65,6 +75,8 @@
6575

6676
/*! For license information please see NcCheckboxRadioSwitch.js.LICENSE.txt */
6777

78+
/*! For license information please see NcContent.js.LICENSE.txt */
79+
6880
/*! Hammer.JS - v2.0.7 - 2016-04-22
6981
* http://hammerjs.github.io/
7082
*
@@ -82,7 +94,7 @@
8294
*
8395
* @author Richard Steinmetz <[email protected]>
8496
*
85-
* @license GNU AGPL version 3 or any later version
97+
* @license AGPL-3.0-or-later
8698
*
8799
* This program is free software: you can redistribute it and/or modify
88100
* it under the terms of the GNU Affero General Public License as
@@ -104,7 +116,7 @@
104116
*
105117
* @author Georg Ehrke <[email protected]>
106118
*
107-
* @license GNU AGPL version 3 or any later version
119+
* @license AGPL-3.0-or-later
108120
*
109121
* This program is free software: you can redistribute it and/or modify
110122
* it under the terms of the GNU Affero General Public License as
@@ -126,7 +138,7 @@
126138
*
127139
* @author Christoph Wurst <[email protected]>
128140
*
129-
* @license GNU AGPL version 3 or any later version
141+
* @license AGPL-3.0-or-later
130142
*
131143
* This program is free software: you can redistribute it and/or modify
132144
* it under the terms of the GNU Affero General Public License as

js/mediadc-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/mediadc-settings.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.

0 commit comments

Comments
 (0)