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

Improve error when user login with GitHub but don't have email as public #67

Closed
engelgabriel opened this issue May 31, 2015 · 0 comments
Assignees
Milestone

Comments

@engelgabriel
Copy link
Member

No description provided.

@rodrigok rodrigok modified the milestone: v0.0 Jun 1, 2015
bhardwajaditya pushed a commit to bhardwajaditya/Rocket.Chat that referenced this issue Jul 24, 2019
* Initial commit for newsfeed

* Create server setting for Newsfeed

* Solve linting

* Callback for initializing and deinitializing newsfeed

* Solve liniting

* Access all users in initialize function

* Check if newsfeed for a user already exists

* Partial progress upload
Declaring Newsfeed URL
Declaring Newsfeed as new roomType
Displaying the correct Newsfeed for the owner

* Add deinitialize newsfeed function

* set newsfeed_enabled default as false

* Delete createNewsfeed.js

* Delete createNewsfeed.graphqls

* Delete newsfeed.graphql

* Delete no-use file created by me

* Display newsfeed channel name as Newsfeed in UI

* Create Newsfeed when a new user registers on the server

* Newsfeed creation using username instead of name

* Few Improvement:
-Change newsfeed icon to star
-change channel type to n in canSendMessage function

* Initial commit for follow user and follow button

* Initialize follow user method

* Follow Meteor method initialized

* Follwers and following update in database and creation of toastr

* solve linting

* Change follow button to unfollow if already followed

* Create unfollow user method

* Update followUser method to store followers as object with _id as the key

* Update hasAlreadyFollowed method in respond to change in storage scheme

* Update unfollowUser to new scheme

* Add to deInitialize newsfeed to remove following and followers from database

* based newsfeed type room on private group

* Mid progress for displaying messages in newsfeed

* Publish followers and following from server to client

* Relaying of first messge successful

* Relay of first message

* Solve linting

* partial improvements

* Revert "Solve linting"

This reverts commit 14d4a73.

* Revert "partial improvements"

This reverts commit 1bcc673.

* Solve linting

* Partial progress with bug and without lint

* Relay with identified bug

* getLastMessage method added

* Add getFollowers and getFollowing method

* Display of original channel name in newsfeed

* Revert "Display of original channel name in newsfeed"

This reverts commit b94ae9c.

* Add posted_in in front of sender in newsfeed

* Change isSequential for newsfeed

* Update followUser method to new schema

* Update hasAlreadyFollowed for new schema

* Update unfollowUser method to new schema

* Update getFollowers to new schema

* Update getFollowing and getFollowers

* removed test code

* Mid progress to new schema

* remove default user fields in accordance with new schema

* Migrate ChatMessage UI to new schema

* Only rooms which can be viewed by user can show messages in newsfeed
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

No branches or pull requests

2 participants