UPSTREAM BASELINE: nextcloud/spreed v22.0.12 (без изменений)
Type checking / changes (push) Has been cancelled
Type checking / test (push) Has been cancelled
Type checking / typescript-summary (push) Has been cancelled
Node tests / changes (push) Has been cancelled
Node tests / test (push) Has been cancelled
Node tests / test-summary (push) Has been cancelled
Type checking / changes (push) Has been cancelled
Type checking / test (push) Has been cancelled
Type checking / typescript-summary (push) Has been cancelled
Node tests / changes (push) Has been cancelled
Node tests / test (push) Has been cancelled
Node tests / test-summary (push) Has been cancelled
Источник: https://github.com/nextcloud/spreed/archive/refs/tags/v22.0.12.tar.gz С этого коммита ветка официального Nextcloud Talk отрезана (решение владельца 2026-07-06). Все дальнейшие изменения — только наши; версии релизов: 22.0.12-f7.N.
This commit is contained in:
@@ -0,0 +1,107 @@
|
||||
---
|
||||
name: 🐞 Bug report
|
||||
about: Help us to improve by reporting a bug
|
||||
labels: 0. Needs triage, bug
|
||||
---
|
||||
|
||||
<!--- Please keep this note for other contributors -->
|
||||
|
||||
### How to use GitHub
|
||||
|
||||
* Please use the 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to show that you are affected by the same issue.
|
||||
* Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
|
||||
* Subscribe to receive notifications on status change and new comments.
|
||||
|
||||
---
|
||||
|
||||
## Steps to reproduce
|
||||
1.
|
||||
2.
|
||||
3.
|
||||
|
||||
### Expected behaviour
|
||||
Tell us what should happen
|
||||
|
||||
### Actual behaviour
|
||||
Tell us what happens instead
|
||||
|
||||
## Talk app
|
||||
|
||||
**Talk app version:** (see apps administration page: `/index.php/settings/apps`)
|
||||
|
||||
**Custom Signaling server configured:** yes/no and version (see Talk administration settings: `/index.php/settings/admin/talk#signaling_server`)
|
||||
|
||||
**Custom TURN server configured:** yes/no (see Talk administration settings: `/index.php/settings/admin/talk#turn_server`)
|
||||
|
||||
**Custom STUN server configured:** yes/no (see Talk administration settings: `/index.php/settings/admin/talk#stun_server`)
|
||||
|
||||
|
||||
## Browser
|
||||
|
||||
**Microphone available:** yes/no
|
||||
|
||||
**Camera available:** yes/no
|
||||
|
||||
**Operating system:** Windows/Ubuntu/Mac/...
|
||||
|
||||
**Browser name:** Firefox/Chrome/Safari/...
|
||||
|
||||
**Browser version:** 124/125/...
|
||||
|
||||
### Browser log
|
||||
|
||||
<details>
|
||||
```
|
||||
Insert your browser log here, this could for example include:
|
||||
a) The javascript console log
|
||||
b) The network log
|
||||
c) ...
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
## Server configuration
|
||||
<!--
|
||||
You can use the Issue Template application to prefill most of the required information: https://apps.nextcloud.com/apps/issuetemplate
|
||||
-->
|
||||
|
||||
|
||||
**Operating system**: Ubuntu/RedHat/...
|
||||
|
||||
**Web server:** Apache/Nginx
|
||||
|
||||
**Database:** MySQL/Maria/SQLite/PostgreSQL
|
||||
|
||||
**PHP version:** 8.1/8.2/8.3
|
||||
|
||||
**Nextcloud Version:** (see administration page)
|
||||
|
||||
**List of activated apps:**
|
||||
|
||||
<details>
|
||||
|
||||
```
|
||||
If you have access to your command line run e.g.:
|
||||
sudo -u www-data php occ app:list
|
||||
from within your server installation folder
|
||||
```
|
||||
</details>
|
||||
|
||||
**Nextcloud configuration:**
|
||||
|
||||
<details>
|
||||
|
||||
```
|
||||
If you have access to your command line run e.g.:
|
||||
sudo -u www-data php occ config:list system
|
||||
from within your Nextcloud installation folder
|
||||
```
|
||||
</details>
|
||||
|
||||
### Server log (data/nextcloud.log)
|
||||
<details>
|
||||
|
||||
```
|
||||
Insert your server log here
|
||||
```
|
||||
</details>
|
||||
@@ -0,0 +1,31 @@
|
||||
---
|
||||
name: 🚀 Feature request
|
||||
about: Suggest an idea for Nextcloud Talk
|
||||
labels: 0. Needs triage, enhancement
|
||||
---
|
||||
|
||||
<!--- Please keep this note for other contributors -->
|
||||
|
||||
### How to use GitHub
|
||||
|
||||
* Please use the 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to show that you are interested into the same feature.
|
||||
* Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
|
||||
* Subscribe to receive notifications on status change and new comments.
|
||||
|
||||
---
|
||||
|
||||
## Feature request
|
||||
|
||||
**Which Nextcloud Version are you currently using:** (see administration page)
|
||||
|
||||
**Is your feature request related to a problem? Please describe.**
|
||||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
||||
|
||||
**Describe the solution you'd like**
|
||||
A clear and concise description of what you want to happen.
|
||||
|
||||
**Describe alternatives you've considered**
|
||||
A clear and concise description of any alternative solutions or features you've considered.
|
||||
|
||||
**Additional context**
|
||||
Add any other context or screenshots about the feature request here.
|
||||
@@ -0,0 +1,56 @@
|
||||
name: 🤖 Add a Bot
|
||||
description: Request to add an existing bot to the docs/bot-list
|
||||
title: "🤖 Bot - "
|
||||
labels: ["1. to develop", "enhancement", "feature: bots 🤖"]
|
||||
assignees:
|
||||
- nickvergessen
|
||||
body:
|
||||
- type: input
|
||||
id: botname
|
||||
attributes:
|
||||
label: Bot name
|
||||
description: Should be the name users and moderators also see later on in the UI
|
||||
placeholder: e.g. Call summary bot
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: description
|
||||
attributes:
|
||||
label: Description
|
||||
description: Useful, but short description, best to keep it to 1-3 lines of text.
|
||||
placeholder: "The call summary bot posts an overview message after the call listing all participants and outlining tasks."
|
||||
value:
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
id: screenshot
|
||||
attributes:
|
||||
label: Screenshot URL
|
||||
description: Please use bright mode and crop to the chat view with, max. width 700px, max. height 480px
|
||||
placeholder: https://github.com/nextcloud/call_summary_bot/blob/main/docs/screenshot.png
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
id: license
|
||||
attributes:
|
||||
label: License
|
||||
description: Identifier of the license (See [https://spdx.org/licenses/](https://spdx.org/licenses/))
|
||||
placeholder: AGPL-3.0-or-later
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
id: source
|
||||
attributes:
|
||||
label: Source code URL
|
||||
description: Link to source code / repository
|
||||
placeholder: https://github.com/nextcloud/call_summary_bot
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
id: install
|
||||
attributes:
|
||||
label: Installation steps
|
||||
description: Link to the readme or other docs how to install the bot
|
||||
placeholder: https://github.com/nextcloud/call_summary_bot#readme
|
||||
validations:
|
||||
required: true
|
||||
Reference in New Issue
Block a user