The Wayback Machine - https://web.archive.org/web/20211012235952/https://github.com/topics/collaboration
Skip to content
#

collaboration

Here are 1,169 public repositories matching this topic...

mattermost-server
server
vipera7
vipera7 commented Aug 27, 2021

Steps to reproduce

  1. Click on the #app-navigation-toggle element

Expected behaviour

App navigation should open

Actual behaviour

Doesn't show, or open when clicked several times

Server configuration

Operating system:
CentOS 7
Web server:
Apache
Database:
MySQL
PHP version:
7.4
Nextcloud version: (see Nextcloud admin page)
22.1.0
**Update

timabbott
timabbott commented Oct 5, 2021

Apparently, in the "Change password" settings UI, if you only fill one of the two password fields, it'll present a "Saving ... Saved!" notice incorrectly. We should instead be presenting an error in the modal asking the user to fill out both password fields.

The code controlling this is likely in static/js/settings_account.js, in this click handler:

    $("#change_password_button").on(
asaadmahmood
asaadmahmood commented Oct 11, 2021

Summary

Feature Idea: Convert octo-sidebar-item from

to

How important this is to me and why

Importance: Medium

Additional context/similar features

This is being used multiple times in the file, so please be sure to replace all instances.
Also, some css changes may be needed to revert the button base styles that are applied, so the UI looks the same as before.

<

markfields
markfields commented Oct 11, 2021

Looks like all the messages passed to throwBufferParseException are hardcoded and should be converted to error codes (camel case) and passed to createOdspNetworkError as the fluidErrorCode. Or, we could decide it's better to keep all these under one error code and leave it as-is, and close this.

_Originally posted by @markfields in microsoft/FluidFramework#7788 (comment)

davidmehren
davidmehren commented Aug 29, 2021

Which part of the project should be enhanced?
The MediaController in both the public and private APIs

Describe the solution you'd like
When uploading media, the ID of the note the upload belongs to is transferred in a header.
Currently, the business logic uses await this.noteService.getNoteByIdOrAlias(noteId); to create a Note instance from that. We should implement a custom para

nettu-meet
fmeringdal
fmeringdal commented Jun 11, 2021

There are a couple of issues with the layout logic:

  • When there are 7 or 8 people, only 6 people is showing
  • When there are about 12+ participants, everyone is kind of "crushed together" because of little space. Only the most active participants should then be viewed.
terminusdb
hoijnet
hoijnet commented May 29, 2021

Is your feature request related to a problem? Please describe.
CSV files produced in different locales have different default separators, a comma-separated file (",") is but one type of CSV.

In Sweden we usually use a semicolon (";") as separator and many CSV files use a tab as separator ("\t"). Importing CSVs requires reformatting them before import, and causes inoperability issues and f

Improve this page

Add a description, image, and links to the collaboration topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the collaboration topic, visit your repo's landing page and select "manage topics."

Learn more