Commit Graph

428 Commits (bb65dd56887ece59c5375ae8f4f13d770acefd64)

Author SHA1 Message Date
Rodrigo Nascimento 2beff30027 Fix some mistakes and remove all references for ChatRoom 11 years ago
Rodrigo Nascimento eafaabcbb9 Replace all ChatRoom.insert 11 years ago
Rodrigo Nascimento cc12274dc6 Replace all ChatRoom.update 11 years ago
Marcelo Schmidt 5a7f2746db Fix for race-condition on user creation that sometimes would not set user as admin 11 years ago
Rodrigo Nascimento 8339c99cfc Replace all ChatRoom.upsert 11 years ago
Rodrigo Nascimento c359c3b6e7 Replace all ChatRoom.remove 11 years ago
Rodrigo Nascimento bfadb88b80 Replace all ChatRooms.find 11 years ago
Rodrigo Nascimento d7f78988a5 Replace all ChatRoom.findOne 11 years ago
Rodrigo Nascimento 8cd55a0f75 Add auth for broadcast and prevent call from client 11 years ago
Marcelo Schmidt 139b2e1003 Fixed a security breach, discovered by Pete Corey. 11 years ago
Rodrigo Nascimento fddb27acda Remove all referentes to ChatSubscription at server side 11 years ago
Rodrigo Nascimento 0987f6ab3b Replace all ChatSubscription.upsert 11 years ago
Rodrigo Nascimento c8f6e154fb Replace index commands from ChatSubscription 11 years ago
Rodrigo Nascimento 647312aeaa Replace all ChatSubscription.remove 11 years ago
Rodrigo Nascimento 12ef1b4522 Replace all Subscription.insert 11 years ago
Rodrigo Nascimento e03e929a0b Replace all ChatSubscriptions.find and update 11 years ago
Rodrigo Nascimento 8aab1ea51a Remove empty line 11 years ago
Rodrigo Nascimento 007390a4f4 Move code to use originalMessage instead message 11 years ago
Rodrigo Nascimento e9fbad715d Remove unecessary code 11 years ago
Rodrigo Nascimento e920f8089e Verify is user can delete message getting the message from db before 11 years ago
Rodrigo Nascimento 65c8e83d36 Remove unused code 11 years ago
Rodrigo Nascimento f17ea17407 Replace all Meteor.users.remove 11 years ago
Rodrigo Nascimento 3c673770b3 Replace all Meteor.users.insert 11 years ago
Rodrigo Nascimento 7724b20219 Replace all Meteor.users.update 11 years ago
Reid Wakida c2e6e0fa2c Create RocketChat authorization package that handles role and permission 11 years ago
Rodrigo Nascimento a10054e6bd Replace all Meteor.users.find 11 years ago
Rodrigo Nascimento d82d02d124 Rename onlineUsers to filteredUsers 11 years ago
Rodrigo Nascimento 30125f288f Add option to try to automatically generate usernames for users when login from SAML 11 years ago
Rodrigo Nascimento e56c2238c3 Replace all Meteor.users.findOne 11 years ago
Diego Sampaio c6f5aaf353 reverting some unwanted changes 11 years ago
Diego Sampaio 7d7be62247 renaming package external to livechat 11 years ago
S. Li 729f6fd4b2 fix null ptr in loadhistory #787 11 years ago
George Secrieru 4b6cb0821a Adding extra line at EOF 11 years ago
George Secrieru c7b87fb63b Supporting Private Group reopening (Fixes #740) 11 years ago
Marcelo Schmidt 9b1e702a74 Flex tabs for message search and user info 11 years ago
Marcelo Schmidt 3b6d283122 Fixed, allowing delete message by admin 11 years ago
Marcelo Schmidt 691d61e207 Adds created at user info for admins 11 years ago
Rodrigo Nascimento 600fd068b9 Improve unread behaviour 11 years ago
Rodrigo Nascimento 5338578427 Add unread bar 11 years ago
westmakaha aee0c93c57 fix edit msg with older mongodb - closes #731 11 years ago
Justin Ahn 031dccd647 adding in user icon in the desktop notifications 11 years ago
Aaron 8f89f76e0d Initial archive / unarchive commands. 11 years ago
Rodrigo Nascimento 099fbff3ac Close #510; Notify all about avatar changes 11 years ago
Aaron f3c5e16ac7 Added Toggle for auto load image, also bandwidth override to enable/disable on mobile 11 years ago
Justin Ahn 1ccd5c3cac using the validation version of the method 11 years ago
Rodrigo Nascimento 5e3d683285 Replace stream of deleted messages by Notifications stream 11 years ago
Rodrigo Nascimento 079dd23c73 Replace webrtc stream by Notifications stream 11 years ago
Rodrigo Nascimento ca494c1b1b Move Notify to inside package rockectchat-lib and renamte to Notifications 11 years ago
Justin Ahn 819db9aedd adding the ability to edit usernames 11 years ago
Rodrigo Nascimento f16c723e5d Replace stream of typing by new Stream Notification system 11 years ago