-
Notifications
You must be signed in to change notification settings - Fork 437
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: Joas Schilling <[email protected]>
Signed-off-by: Marius Blüm <[email protected]>
Fix markdown in info.xml
Signed-off-by: Ivan Sein <[email protected]>
Update screenshots
Signed-off-by: Daniel Calviño Sánchez <[email protected]>
Fix variables already defined
Signed-off-by: Arthur Schiwon <[email protected]>
make links in chat clickable
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]>
Fix postgres issue when updating
Add capabilities
Signed-off-by: Joas Schilling <[email protected]>
Signed-off-by: John Molakvoæ (skjnldsv) <[email protected]>
Fixed authenticate script
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]>
Signed-off-by: Joas Schilling <[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]>
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]>
Signed-off-by: Joas Schilling <[email protected]>
Multiple room session support
Signed-off-by: Joas Schilling <[email protected]>
…alone Allow screensharing even when alone
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! |
Are there any news regarding thistopic? |
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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