All Projects → smpallen99 → ucx_chat

smpallen99 / ucx_chat

Licence: MIT license
UcxUcc is a simple but powerful team collaboration suite of applications designed to improve communications, information sharing and productivity for the businesses small and large.

Programming Languages

elixir
2628 projects
CSS
56736 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to ucx chat

react-app-simple-chat-app
A Simple Chat Application using MERN stack (MongoDB, Express JS, React JS, Node JS) and Socket.io for real time chatting
Stars: ✭ 41 (-24.07%)
Mutual labels:  chat-application
distillery packager
Elixir lib for creating Debian and RPM packages with Distillery
Stars: ✭ 25 (-53.7%)
Mutual labels:  phoenix-framework
code-sync
Collaborative cloud platform for students, teachers, and professionals.
Stars: ✭ 28 (-48.15%)
Mutual labels:  chat-application
phoenix-channel-client
A Phoenix Channels client library for Elixir.
Stars: ✭ 20 (-62.96%)
Mutual labels:  phoenix-framework
Chat-App-Android
Chat app based on the MVVM architecture using Kotlin, ViewModel, LiveData, DataBinding and more.
Stars: ✭ 70 (+29.63%)
Mutual labels:  chat-application
MyBot
🧠 Create chatbots easily with Bot Framework! 🤖
Stars: ✭ 30 (-44.44%)
Mutual labels:  chat-application
superchats
SuperChats is a premium library with unique features that control Whatsapp functions. With Superchats you can build service bots, multiservice chats or any system that uses whatsapp
Stars: ✭ 100 (+85.19%)
Mutual labels:  chat-application
java-phoenix-channel
Phoenix Channel Java Client written in Kotlin
Stars: ✭ 20 (-62.96%)
Mutual labels:  phoenix-framework
darkwire-server
Encrypted web socket chat - Darkwire.io Chat Server
Stars: ✭ 18 (-66.67%)
Mutual labels:  chat-application
darkwire-client
Encrypted web socket chat - Darkwire.io client
Stars: ✭ 23 (-57.41%)
Mutual labels:  chat-application
sublime-phoenix-beagle
Sublime Text plugin to make development with Phoenix Framework better!
Stars: ✭ 22 (-59.26%)
Mutual labels:  phoenix-framework
nestDemo-ChatServer
Server side of Chat App implemented using Nest
Stars: ✭ 38 (-29.63%)
Mutual labels:  chat-application
phoenix-liveview-15m.twitter
Based on the "real-time Twitter clone in 15 minutes with LiveView and Phoenix", from Chris McCord
Stars: ✭ 40 (-25.93%)
Mutual labels:  phoenix-framework
node-vue-chat
🚀 🌠 Real Time Chat Application created with MEVN Stack
Stars: ✭ 89 (+64.81%)
Mutual labels:  chat-application
tutorials as code
so that stuff read/seen don't get muddled up with time
Stars: ✭ 42 (-22.22%)
Mutual labels:  phoenix-framework
Generation
⭐ A Private, Secure, End-to-End Encrypted Messaging app made in Flutter(With Firebase and SQLite) that helps you to connect with your connections without any Ads, promotion. No other third-party person, organization, or even Generation Team can't read your messages. 💝
Stars: ✭ 18 (-66.67%)
Mutual labels:  chat-application
tinode-js
Tinode javascript bindings
Stars: ✭ 43 (-20.37%)
Mutual labels:  chat-application
imsdk-ios
Startalk is a high-performace IM software for business. It has been stably used in Qunar for more than 4 years, providing services as well as consultation after and before sales to business. Startalk is applicable to multiple scenarios, such as office automation, business services, and first-party SDKs for IM scenes
Stars: ✭ 30 (-44.44%)
Mutual labels:  chat-application
phoenix live view tablefilter
Table Filter with Phoenix LiveView
Stars: ✭ 15 (-72.22%)
Mutual labels:  phoenix-framework
coophub
Cooperatives repos over the world! 🌈🌎
Stars: ✭ 53 (-1.85%)
Mutual labels:  phoenix-framework

UcxUcc - A Team Collaboration Suite

NOTE

This is a pre-release verson of this project. The project is being refactored and renamed. Once we get the new project working with feature parity, this project will be removed.

Your welcome to submit issues against this project until the new project is posted. However, please don't submit PRs. Development on this project has ended.

UcxUcc is a simple but powerful team collaboration suite of applications designed to improve communications, information sharing and productivity for the businesses small and large.

Checkout the Live Demo. Click on the Register a new account link on the sign in page to create an account.

Screen Shoot

This innovative suite of tools enhances business productivity with:

  • An enterprise class telephone that is available anywhere your employees have an Internet connection
  • Share important messaging conversations that would normally be hidden in point to point conversations with tools like SMS and Skype.
  • Choose the most effect method of communications a glance at their on-line or on the phone presence.
  • Upload, search and download documents, images, videos, and audio files in chat rooms and share with the rest of your team.
  • Start a private conversations with direct messages
  • Pin important messages for quick access for everyone
  • Star important messages for your quick reference
  • Track popularity of messages with message reactions and see who reacted
  • Never miss an important message with an advanced notification framework that provides audible, desktop, SMS, and email notifications. Control the noise by customizing the notifications on a room by room basis.

And the bast part is that the data is safe with encrypted connections between your browser and the server. All the data is stored on your own server, not on someone else's cloud.

Available Features

  • Multiple channel types (public, private, direct messgaes)
  • Favorite channels
  • @mentions with audible and badge notifications
  • Presence with override
  • Message editing, pinning, starring, deleting
  • About 30 slash commands (create room, invite user, ...)
  • Autolink and preview urls
  • Drag and drop file update with image and video preview
  • Emoji support with picker
  • Message reactions
  • Unread message handling
  • Customizable Role and Permission system
  • Some basic Bot experimental support
  • Code syntax highlighting
  • Profile editing and admin pages
  • Very configurable
  • and more ...

Feature Roadmap

  • Replace the Rock.Chat UI with a new original design
  • Peer to peer Video
  • Peer to peer Audio
  • Presence adapters for on-the-phone presence with Asterisk PBX
  • Mobile clients and Push notifications
  • Email and SMS notifications
  • OTR Conversations
  • Live chat feature
  • 3rd party integration (web hooks, Rest API)
    • BitBucket
    • Github
    • Jira
    • ...
  • OAuth and LDAP
  • XMPP Integration
  • Internatization (Much of the UI uses gettext already)
  • UI theming
  • Documenation for other databases and flavours of *nix
  • and more ...

Archtectural Notes

  • Elixir & Phoenix Backend
  • Light JS frontend (jQuery only)
  • After initial page load, channels are used for UI rendering. HTML is renedered on the server and pushed to the client over channel
  • Originally build as a stand-a-lone single app.
  • In the process of refactoring it to be extensible through plugins
  • We will be using it for a client framework with initial support for the chat app and our commerical WebRTC softphone (delerved as a plugin)
  • This is a work in progress and requires a lot of clean up before production release
  • I've experiemented with serveral diffent approaches of channel -> JS rendering, channel message routing, etc. I still need to pick an approach and refactor the other areas for consistency.

Other Notes

Backup Database

mysqldump --add-drop-database --add-drop-table -u user --password=secret --databases ucx_chat_prod > ucx_chat.sql

Restore Database

mysql -u user -psecret < ucx_chat.sql

Install Dependencies

ffmpeg

rpm --import http://li.nux.ro/download/nux/RPM-GPG-KEY-nux.ro
rpm -Uvh http://li.nux.ro/download/nux/dextop/el6/x86_64/nux-dextop-release-0-2.el6.nux.noarch.rpm
yum install ffmpeg ffmpeg-devel -y

ImageMagick

yum install -y ImageMagick ImageMagick-devel

Running Migrations on Dev

iex> Ecto.Migrator.run UcxChat.Repo, Path.join([Application.app_dir(:ucx_chat) | ~w(priv repo migrations)]), :up, all: true

Updating Config When there are new entires

alias UcxChat.{Repo, Config.FileUpload, Config}
config = Repo.all(Config) |> hd
Config.changeset(config, %{file_upload: %FileUpload{} |> Map.from_struct}) |> Repo.update

Contributing

We appreciate any contribution to UcxChat. Check our CODE_OF_CONDUCT.md and CONTRIBUTING.md guides for more information. We usually keep a list of features and bugs in the issue tracker.

Acknowlegemets

The UI for this version of the project is taken (with some modifications) directly from Rocket.Chat.

License

UcxChat is Copyright (c) 2017 E-MetroTel

The source code is released under the MIT License.

Check LICENSE for more information.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].