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

fix: update license identifiers, bump minimum Nextcloud version #36

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
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
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ If those settings are not configured, a link to the "Connected accounts" user se
The context menu to send a file can be accessed by right clicking on the file/folder to be shared or selecting them and clicking on the "Actions" button.
]]></description>
<version>1.0.5</version>
<licence>agpl</licence>
<licence>AGPL-3.0-or-later</licence>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should be agpl, see the info.xml lint workflow

<author>Edward Ly</author>
<namespace>Zulip</namespace>
<documentation>
Expand All @@ -33,7 +33,7 @@ The context menu to send a file can be accessed by right clicking on the file/fo
<donation title="Donate via Liberapay">https://liberapay.com/edward-ly/donate</donation>
<donation title="Donate via PayPal" type="paypal">https://paypal.me/ledlight7</donation>
<dependencies>
<nextcloud min-version="28" max-version="31"/>
<nextcloud min-version="31" max-version="31"/>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

does this integration not work with versions below 31?
let's keep the compatibility as long as possible, if possible.

</dependencies>
<settings>
<admin>OCA\Zulip\Settings\Admin</admin>
Expand Down
2 changes: 1 addition & 1 deletion lib/Search/ZulipSearchMessagesProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*
* @author Edward Ly <[email protected]>
*
* @license AGPL-3.0
* @license AGPL-3.0-or-later
*
* This code is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License, version 3,
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"zulip"
],
"author": "Edward Ly",
"license": "AGPL-3.0",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/nextcloud/integration_zulip/issues"
},
Expand Down
Loading