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

Commit aaf858a

Browse files
andrey18106bigcat88nextcloud-botrakekniven
authored
MediaDC 0.1.10 (#79)
* Funding update * Fixed: user shared, webdav shares, local shares files scan. * Fix for #28 * Update pylint config file. * MediaDC 0.1.8 features. Batch editing. Bug fixes * Removed npm audit from required for check * Increased supported Nextcloud version * Installation check fix * Screenshots update. * Added new screenshot. * Minor fixes * Minor changes * Fixed deselection * Removed debug stuff. * Bug fixes. Added option auto opening of the next group #30 * Error messages output fixes * Minor changes * Added output to errors * Psalm fix * Update description of python_command. * Some bug fixes * Minor changes on error messages * Removed log * Changed boost package availability * Output messages fixes * User rights changes * MediaDC 0.1.8 changes * Removed documentation label from stale workflow * API permissions update * Psalm fix * Updated changelog * Support info update * Updated screenshots * Changed make command for production build * null error bug fix * Postgre slash fix. #44 * now no clearing dbhost value, `usock` var always have a higher priority in `create_connection. #45 * this probably will fix that situation #47 * pylint: max-returns from 6 to 8 * #47 addition check not to save to table too large values. * #48 remove version check, now check only if we see such tools. * Minor changes * Added task finish notification. Minor refactoring and fixes * mediadc:collector:tasks:notify * mediadc:collector:tasks:notify +collector_settings['finish_notification'] * max-branches from 12 -> 14 * small adjustment if task_info does not contain those fields. * Added missed setting * f%ng php cli. =) * Fixed typo * Updated bug report info * Using new pillow_heif 0.1.6 functions. * Minor fixes * MediaDC 0.1.9 changelog * Workflow update * Revert changes back, till version 0.2.0 * Sync branch dev with main * possible fix for python 3.6 EOL get-pip.py * added curl redirect handling. * added logs to terminal. * actions/checkout to v3. * fix for logs. * Added notice. Added CoD. Turned off cron schedule for stale workflow * Bug report workflow update * apply black * apply isort * move pylint config to pyproject.toml * fix for deprecated `pillow_heif` functions. * using pillow_heif as plugin. * fix for image orientation tags. * removed unused `path` parameter. * bump ncipollo/release-action to v1.10.0 [ci skip] * Python part for #61 * MediaDC old changes, refactoring, adding some new features, minor bug fixes * eslint fixes * Added Transifex config * [tx-robot] updated from transifex Signed-off-by: Nextcloud bot <[email protected]> * [tx-robot] updated from transifex Signed-off-by: Nextcloud bot <[email protected]> * [tx-robot] updated from transifex Signed-off-by: Nextcloud bot <[email protected]> * adding `* text eol=lf` * fix for python for #61 * l10n renamed plural translate function name * fix for #61 * l10n: Fixes (#76) * l10n: Fixed typo Reported at Transifex. Signed-off-by: rakekniven <[email protected]> * l10n: Changed casing Reported at Transifex. Signed-off-by: rakekniven <[email protected]> * l10n: Fixed typo and changed grammar Reported at Transifex. Signed-off-by: rakekniven <[email protected]> * l10n: Changed grammar Reported at Transifex. Signed-off-by: rakekniven <[email protected]> Signed-off-by: rakekniven <[email protected]> * [tx-robot] Update transifex configuration Signed-off-by: Nextcloud bot <[email protected]> * [tx-robot] updated from transifex Signed-off-by: Nextcloud bot <[email protected]> * [tx-robot] updated from transifex Signed-off-by: Nextcloud bot <[email protected]> * [tx-robot] updated from transifex Signed-off-by: Nextcloud bot <[email protected]> * l10n plural function fix * Added filesplugin, context menu option to scan folder * [tx-robot] updated from transifex Signed-off-by: Nextcloud bot <[email protected]> * Added ignored flag message * Lint fixes * Updated Transifex link * Updated ocp versions * Updated screenshots * Added MediaDC 0.1.10 changelog * Fixed files attributes * Fixed attributes * [tx-robot] updated from transifex Signed-off-by: Nextcloud bot <[email protected]> * Updated date * Fixed call to renamed function Signed-off-by: Nextcloud bot <[email protected]> Signed-off-by: rakekniven <[email protected]> Co-authored-by: Alexander Piskun <[email protected]> Co-authored-by: Nextcloud bot <[email protected]> Co-authored-by: rakekniven <[email protected]>
1 parent 63bf52f commit aaf858a

File tree

184 files changed

+28475
-25676
lines changed

Some content is hidden

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

184 files changed

+28475
-25676
lines changed

.eslintrc.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
module.exports = {
22
extends: [
33
'@nextcloud'
4-
],
5-
globals: {
6-
appName: true
7-
}
4+
]
85
};

.gitattributes

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,9 @@
1+
# Declare files that always have LF line endings on checkout
2+
* text eol=lf
3+
4+
# Denote all files that are truly binary and should not be modified
15
js/* binary
6+
screenshots/* binary
7+
8+
# Files to exclude from GitHub Languages statistics
9+
*.Dockerfile linguist-vendored=true

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ Thanks for wanting to contribute source code to the MediaDC app. That's great!
2323

2424
## Translations
2525

26-
You can submit translations using [Transifex](https://explore.transifex.com/nextcloud/nextcloud/)
26+
You can submit translations using [Transifex](https://www.transifex.com/nextcloud/nextcloud/mediadc/)

.github/ISSUE_TEMPLATE/documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ missing or that can be improved, please feel free to contribute to it.
88

99
https://github.com/andrey18106/mediadc/wiki
1010

11-
Thank you!
11+
Thank you!

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ A clear and concise description of the new feature.
88

99
**Example**
1010
A simple example of the new feature in action (include PHP code, YAML config, etc.)
11-
If the new feature changes an existing feature, include a simple before/after comparison.
11+
If the new feature changes an existing feature, include a simple before/after comparison.

.github/ISSUE_TEMPLATE/question.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ For any other question or comment, please use the official Telegram support [cha
1515

1616
Note that quite probably your question has an answer in the [FAQ](https://github.com/andrey18106/mediadc/wiki/FAQ).
1717

18-
Thank you!
18+
Thank you!

.github/ISSUE_TEMPLATE/security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ If you have found a security issue in MediaDC, please type to one of administrat
99
in our official Telegram support [chat](https://t.me/mediadc_support)
1010
and don't disclose it publicly until we can provide a fix for it.
1111

12-
Thank you!
12+
Thank you!

.github/workflows/create-release-draft.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313

1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v2
17-
16+
uses: actions/checkout@v3
17+
1818
- name: Get release info
1919
id: get_release_info
2020
run: |
@@ -30,7 +30,7 @@ jobs:
3030
echo "CHANGELOG<<EOF" >> $GITHUB_ENV
3131
echo "$CHANGELOG" >> $GITHUB_ENV
3232
echo "EOF" >> $GITHUB_ENV
33-
33+
3434
- name: Setup Node
3535
uses: actions/setup-node@v2
3636
with:
@@ -54,7 +54,7 @@ jobs:
5454
if-no-files-found: error
5555

5656
- name: Create release draft
57-
uses: ncipollo/release-action@v1.8.8
57+
uses: ncipollo/release-action@v1.10.0
5858
with:
5959
name: ${{ steps.get_release_info.outputs.version }}
6060
tag: ${{ steps.get_release_info.outputs.tag }}

.github/workflows/publish-appstore.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v3
1515

1616
- name: Get release url
1717
id: release_url
@@ -36,4 +36,4 @@ jobs:
3636
- name: Publish release in app store
3737
env:
3838
NEXTCLOUD_APPSTORE_API_TOKEN: ${{ secrets.APP_STORE_TOKEN }}
39-
run: 'curl -f -X POST https://apps.nextcloud.com/api/v1/apps/releases -H "Authorization: Token $NEXTCLOUD_APPSTORE_API_TOKEN" -H "Content-Type: application/json" -d ''{"download":"''$RELEASE_URL''", "signature": "''$RELEASE_SIGNATURE''"}'''
39+
run: 'curl -f -X POST https://apps.nextcloud.com/api/v1/apps/releases -H "Authorization: Token $NEXTCLOUD_APPSTORE_API_TOKEN" -H "Content-Type: application/json" -d ''{"download":"''$RELEASE_URL''", "signature": "''$RELEASE_SIGNATURE''"}'''

.github/workflows/static-analysis.yml

Lines changed: 12 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
js_src: ${{ steps.filter.outputs.js_src }}
1717
py_src: ${{ steps.filter.outputs.py_src }}
1818
steps:
19-
- uses: actions/checkout@v2
19+
- uses: actions/checkout@v3
2020
- uses: dorny/paths-filter@v2
2121
id: filter
2222
with:
@@ -37,9 +37,9 @@ jobs:
3737
runs-on: ubuntu-latest
3838
strategy:
3939
matrix:
40-
php-versions: [7.3, 7.4, 8.0]
40+
php-versions: [7.4, 8.0]
4141
steps:
42-
- uses: actions/checkout@v2
42+
- uses: actions/checkout@v3
4343

4444
- name: Setup php${{ matrix.php-versions }}
4545
uses: shivammathur/setup-php@master
@@ -57,8 +57,7 @@ jobs:
5757
runs-on: ubuntu-latest
5858
name: ESLint
5959
steps:
60-
- uses: actions/checkout@v2
61-
60+
- uses: actions/checkout@v3
6261
- name: Install dependencies
6362
run: npm ci
6463

@@ -71,24 +70,22 @@ jobs:
7170
runs-on: ubuntu-latest
7271
name: PyLint
7372
steps:
74-
- uses: actions/checkout@v2
75-
73+
- uses: actions/checkout@v3
7674
- name: pylint installation
7775
run: |
78-
python -m pip install --upgrade pip
79-
pip install pylint
76+
python3 -m pip install --upgrade pip
77+
pip3 install pylint
8078
8179
- name: pylint analysis
82-
run: |
83-
pylint --rcfile .pylintrc lib/Service/python/*
80+
run: cd lib/Service/python && pylint *
8481

8582
security-analysis:
8683
needs: [changes, linters-php]
8784
if: ${{ needs.changes.outputs.php_src == 'true' || github.event_name == 'workflow_dispatch' }}
8885
runs-on: ubuntu-latest
8986
name: Security analysis
9087
steps:
91-
- uses: actions/checkout@v2
88+
- uses: actions/checkout@v3
9289
with:
9390
submodules: recursive
9491

@@ -110,11 +107,10 @@ jobs:
110107
runs-on: ubuntu-latest
111108
strategy:
112109
matrix:
113-
ocp-version: [ 'dev-master', 'dev-stable21', 'dev-stable22' ]
110+
ocp-version: ['dev-master', 'dev-stable23']
114111
name: Psalm statis-analysis
115112
steps:
116-
- uses: actions/checkout@v2
117-
113+
- uses: actions/checkout@v3
118114
- name: Set up php
119115
uses: shivammathur/setup-php@master
120116
with:
@@ -137,8 +133,7 @@ jobs:
137133
runs-on: ubuntu-latest
138134
name: npm-audit
139135
steps:
140-
- uses: actions/checkout@v2
141-
136+
- uses: actions/checkout@v3
142137
- name: Audit
143138
run: npm audit
144139

0 commit comments

Comments
 (0)