Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MediaDC 0.1.8 #34

Merged
merged 32 commits into from
Dec 20, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
24334c6
Funding update
andrey18106 Oct 31, 2021
9f6ba59
Fixed: user shared, webdav shares, local shares files scan.
bigcat88 Nov 20, 2021
7e26014
Fix for #28
bigcat88 Nov 29, 2021
7fae37d
Update pylint config file.
bigcat88 Nov 30, 2021
3e6de8f
MediaDC 0.1.8 features. Batch editing. Bug fixes
andrey18106 Dec 2, 2021
4e4015a
Removed npm audit from required for check
andrey18106 Dec 2, 2021
e713f4f
Increased supported Nextcloud version
andrey18106 Dec 2, 2021
e05f875
Installation check fix
andrey18106 Dec 3, 2021
a67c5a8
Screenshots update.
bigcat88 Dec 3, 2021
6d7285c
Added new screenshot.
bigcat88 Dec 3, 2021
2b56d9d
Minor fixes
andrey18106 Dec 9, 2021
54855a1
Merge branch 'dev' of https://github.com/andrey18106/mediadc into dev
andrey18106 Dec 9, 2021
493f7fc
Minor changes
andrey18106 Dec 13, 2021
048a15c
Fixed deselection
andrey18106 Dec 14, 2021
82f0c41
Removed debug stuff.
bigcat88 Dec 15, 2021
406511f
Bug fixes. Added option auto opening of the next group #30
andrey18106 Dec 15, 2021
250ceb2
Error messages output fixes
andrey18106 Dec 16, 2021
129bdb2
Minor changes
andrey18106 Dec 17, 2021
fb08bb1
Added output to errors
andrey18106 Dec 17, 2021
6703720
Psalm fix
andrey18106 Dec 17, 2021
265a0bf
Update description of python_command.
bigcat88 Dec 17, 2021
13cca6b
Some bug fixes
andrey18106 Dec 18, 2021
e52b2ce
Minor changes on error messages
andrey18106 Dec 20, 2021
539f696
Removed log
andrey18106 Dec 20, 2021
3465699
Changed boost package availability
andrey18106 Dec 20, 2021
600c834
Output messages fixes
andrey18106 Dec 20, 2021
4b9b671
User rights changes
andrey18106 Dec 20, 2021
fae6b2a
MediaDC 0.1.8 changes
andrey18106 Dec 20, 2021
3b0c43f
Removed documentation label from stale workflow
andrey18106 Dec 20, 2021
2a0a24c
API permissions update
andrey18106 Dec 20, 2021
a93d179
Psalm fix
andrey18106 Dec 20, 2021
90a2891
Updated changelog
andrey18106 Dec 20, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Help us to maximize the effort we can spend fixing issues and adding new feature

## Contributing to Source Code

Thanks for wanting to contribute source code to the Mail app. That's great!
Thanks for wanting to contribute source code to the MediaDC app. That's great!

## Translations

Expand Down
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ community_bridge: # Replace with a single Community Bridge project-name e.g., cl
liberapay: # Replace with a single Liberapay username
issuehunt: # Replace with a single IssueHunt username
otechie: # Replace with a single Otechie username
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
custom: ['https://www.paypal.com/donate?hosted_button_id=H5PLJJMWLDNJQ']
21 changes: 21 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: 'Close stale issues'

on:
schedule:
- cron: '0 10 * * 0' # Every day at 12:00 PM GMT+2
workflow_dispatch:

jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v3
with:
days-before-stale: 28
days-before-close: 14
days-before-pr-close: -1 # Never close PR's automatically
only-labels: 'bug, question'
stale-issue-message: 'This issue did not receive an update in the last 4 weeks.
Please take a look again and update the issue with new details,
otherwise it will be automatically closed in 2 weeks. Thank you!'
exempt-all-pr-milestones: true
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
run: npm audit

checks_status:
needs: [changes, linters-php, linters-js, linters-python, security-analysis, psalm-analysis, npm-audit]
needs: [changes, linters-php, linters-js, linters-python, security-analysis, psalm-analysis]
if: ${{ always() && contains(needs.*.result, 'success') && !(contains(needs.*.result, 'failure')) }}
name: checks-status
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ vendor

__pycache__
local
.run/
Loading