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

Combine Nextcloud Talk with Rocket.Chat #752

Closed
wants to merge 309 commits into from
Closed

Combine Nextcloud Talk with Rocket.Chat #752

wants to merge 309 commits into from

Conversation

GoetheG
Copy link

@GoetheG GoetheG commented Mar 28, 2018

Rocket.Chat is a very powerful solution as an alternative to Slack. As far as I can see, Nextcloud is getting more and more collaborative (circles, tasks, Talk). Maybe you should think about creating somethin with another open source project. Rocket.Chat is only an example. Maybe Mattermost would be more suitable? Would be nice to see Nextcloud to evolve into a communication platform

nickvergessen and others added 30 commits January 10, 2018 13:41
Signed-off-by: Joas Schilling <[email protected]>
…-to-the-sidebar

Select chat tab when adding it to the sidebar
Update changelog with the "real" changes for 3.0
Signed-off-by: Joas Schilling <[email protected]>
Signed-off-by: Marius Blüm <[email protected]>
Signed-off-by: Ivan Sein <[email protected]>
Signed-off-by: Daniel Calviño Sánchez <[email protected]>
Signed-off-by: Arthur Schiwon <[email protected]>
Postgres could not be used in 12. It installed the tables with wrong names
so we need to ignore it on the update steps. The wrong tables will be
dropped and new tables will be created with further migrations.
But we shouldn't try to migrate data from the old and broken layout.

Signed-off-by: Joas Schilling <[email protected]>
Actually it's not postgres having the problem, but migrations.
Postgres allows camelCased columns, but they need to be quoted.
They were quoted from the old database.xml file but this does
not work anymore in migrations. But that means it worked on
postgres in the past, it just didn't work in 2.9~ to install
since migrations where merged. So we are reverting the check
for postgres and only allow updating from 2.0.0 or later.

This makes sure that when newly installing the migration code
is not run.

Signed-off-by: Joas Schilling <[email protected]>
The issue is that migrations always generate lowercase columns only.
So all columns that were created with database.xml are okay and cC.
But all intermediate columns the migrations create need to be
referenced as lowercase columns in the queries.

In the future we won't have this problem anymore because we switched
to under_score column names for 3.0

Signed-off-by: Joas Schilling <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
skjnldsv and others added 26 commits March 23, 2018 17:24
Signed-off-by: John Molakvoæ (skjnldsv) <[email protected]>
Signed-off-by: John Molakvoæ (skjnldsv) <[email protected]>
Do not cut popover on participant list
…aving-active-room

Remove chat when leaving active room
Signed-off-by: John Molakvoæ (skjnldsv) <[email protected]>
Show password input field in a popover menu.
Signed-off-by: Joas Schilling <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
…alone

Allow screensharing even when alone
@GoetheG GoetheG closed this Mar 28, 2018
@GoetheG
Copy link
Author

GoetheG commented Dec 12, 2018

So nice to see that after I started this topic in March 2018 the collaboration between Rocket.Chat and Nextcloud really kicked off. Great guys!

@GoetheG
Copy link
Author

GoetheG commented Jun 18, 2019

Are there any news regarding thistopic?

@nickvergessen
Copy link
Member

Information will be posted in #753 when something happened.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.