Skip to content
Merged
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: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,10 +209,8 @@ PHP checks and optional E2E checks are described in [docs/release-process.md](do
## License

- App code: AGPL-3.0-or-later (full text: [LICENSES/AGPL-3.0.txt](LICENSES/AGPL-3.0.txt))
- Etherpad logo assets in `img/etherpad-icon-*.svg`: Apache-2.0 (see [THIRD_PARTY_NOTICES.md](THIRD_PARTY_NOTICES.md))
- Etherpad logo assets in `img/etherpad-icon-*.svg`: Apache-2.0 (full text: [LICENSES/Apache-2.0.txt](LICENSES/Apache-2.0.txt))

## Acknowledgements

- Thanks to the Ownpad project for the groundwork, ideas, and lessons learned that inspired and shaped this plugin.
- Thanks to the Nextcloud and Etherpad communities for the underlying platforms and documentation.
- This project is not affiliated with, endorsed by, or operated by the Ownpad, Nextcloud, or Etherpad projects.
12 changes: 12 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Security Policy

SPDX-License-Identifier: AGPL-3.0-or-later

## Reporting a Vulnerability

Please report security issues privately rather than opening a public issue:

- Email contact@etherpad.org, or
- Use GitHub's private vulnerability reporting (the **Report a vulnerability** button on the repository's **Security** tab).

We'll acknowledge your report and keep you posted on the fix.
22 changes: 0 additions & 22 deletions THIRD_PARTY_NOTICES.md

This file was deleted.

6 changes: 3 additions & 3 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
<author>John McLear</author>
<namespace>EtherpadNextcloud</namespace>
<category>office</category>
<website>https://github.com/Jaggob/etherpad-integration-for-nextcloud</website>
<bugs>https://github.com/Jaggob/etherpad-integration-for-nextcloud/issues</bugs>
<repository type="git">https://github.com/Jaggob/etherpad-integration-for-nextcloud.git</repository>
<website>https://github.com/ether/etherpad-integration-for-nextcloud</website>
<bugs>https://github.com/ether/etherpad-integration-for-nextcloud/issues</bugs>
<repository type="git">https://github.com/ether/etherpad-integration-for-nextcloud.git</repository>
<dependencies>
<php min-version="8.1" max-version="8.5"/>
<nextcloud min-version="31" max-version="33"/>
Expand Down
1 change: 0 additions & 1 deletion img/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ This folder contains icon assets used by the app UI and filetype integration.
- Source: Etherpad branding assets
- License: Apache License 2.0
- License text: `../LICENSES/Apache-2.0.txt`
- Attribution: `../THIRD_PARTY_NOTICES.md`

- `pad-debug.svg`
- Local debug/development icon
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The specs are **target-agnostic** — they drive whatever Nextcloud
instance `E2E_BASE_URL` points at. For local development that's easiest
against an existing test instance (your own NC, or the shared test
server). A reproducible Docker NC+Etherpad target for CI is a later
phase ([#112](https://github.com/Jaggob/etherpad-integration-for-nextcloud/issues/112));
phase ([#112](https://github.com/ether/etherpad-integration-for-nextcloud/issues/112));
because the specs only depend on `E2E_BASE_URL` and the
documented env vars, adding it won't require rewriting tests.

Expand Down