Commit Graph

134 Commits (235fe9efe384a2ff64ddd08831b9be8177fc9ea8)

Author SHA1 Message Date
barisusakli 235fe9efe3 fix chat modal title
barisusakli 139360ce18 if chat is restricted dont allow adding to room
HeeL 4a3c31b2dc Fix space-before-function-paren linter rule
barisusakli aca0a893e7 remove since properly
barisusakli fe50c8d124 closes
barisusakli a93ee97926 closes
barisusakli abd99760e5 closes
barisusakli 55396ca442 inf scroll in chat-content
barisusakli 4be20799ec fix getRecentChats
barisusakli 46d2168918 closes
barisusakli 6d34bb4657 closes
barisusakli 07fe5057e1 make sure validator.escape() receives strings only
psychobunny 67108d1c41 filter:messaging.send hook
psychobunny 489bdcced6
barisusakli 05cc3fe4ef closes
barisusakli 268aa12cc2 closes
barisusakli 8bc80abde6 removed notify typing code, not even working
barisusakli 821461f802 closes
Barış Soner Uşaklı 46c3e5c126 chat notif/unread fix
Julian Lam 3552e11817 fixes
barisusakli cb91587567 closes
barisusakli 18013c5518 closes
barisusakli 478faac945 closes
barisusakli ab0797a6d8 chat fixes
update bootstrap tags input
dont allow adding self to chat room
barisusakli abed319da2 closes
barisusakli 1e8409ef83 fix tab
barisusakli dff3d7f20e various group chat fixes
fix multiple modals using the same tagsinput
fix online user getting chat notification
fix owner not being able to remove users in the chat modal
barisusakli f0b333e8a1 closes
barisusakli 3d79e0750b fix edit delete for rooms
barisusakli f71fd0a3ec only allow users in the room to get raw message content
barisusakli d8810ceae9 send messages
barisusakli 784ff07907 ability to add/remove users from chat rooms, tagsinput
barisusakli 8fab270852 leaveRoom method, small fixes
barisusakli f8a6666e1a chat notify changes
barisusakli 29d8b9c181 more room changes app.openChat
barisusakli c5d2f61b01 more fixes
barisusakli 43c697a5df edit message
barisusakli 58d05f7c79 recent chat list with rooms
barisusakli e2e547db45 first part of messaging refactor
Julian Lam a4d8ab9d12 fixes
Julian Lam 2d203d7dca Squashed commit of the following:
Closes 

commit 3d4f494ed3257bceda8f6f82057cab83f0f252b3
Author: Julian Lam <julian@designcreateplay.com>
Date:   Fri Dec 11 12:06:42 2015 -0500

    theme minvers for 

commit b608ce61854f8195143685bb9753b80d32b26e95
Author: Julian Lam <julian@designcreateplay.com>
Date:   Fri Dec 11 12:01:03 2015 -0500

    Allowing chat modal to edit and delete messages

    re: 

commit 0104db90a4070582f3938b6929dae35f985bac35
Author: Julian Lam <julian@designcreateplay.com>
Date:   Fri Dec 11 11:51:23 2015 -0500

    Fixed issue where newSet calculations were off

    ... sometimes.

    Also, rendering of edited messages now parses a template partial,
    instead of just replacing the content.

commit 5cb6ca600425ca9320c599b32306e93dcc5aa4ce
Author: Julian Lam <julian@designcreateplay.com>
Date:   Fri Dec 11 11:07:12 2015 -0500

    If edited content matches existing content...

    ... then edit is aborted.

commit 6e7495247b1895589c716db29f919a934087b924
Author: Julian Lam <julian@designcreateplay.com>
Date:   Fri Dec 11 11:05:08 2015 -0500

    some linting and fixed issue where new msgs when deleted would crash server

commit db4a9e40d6dff44569c2437378121db8fdf75cf8
Author: Julian Lam <julian@designcreateplay.com>
Date:   Tue Dec 8 17:25:56 2015 -0500

    Message deletion for , and fixed bug

    Fixed bug where chat modal would spawn even though user was sitting
    on the /chats page.

commit a5aa2498ab4a8bba02a6daa43a9dbed7b3e37976
Author: Julian Lam <julian@designcreateplay.com>
Date:   Tue Dec 8 14:55:23 2015 -0500

    wiring up the edit button, 

commit 5f2afdcf6f2b9eae6b5873ca100149e65e3d385d
Author: Julian Lam <julian@designcreateplay.com>
Date:   Tue Dec 8 14:20:39 2015 -0500

    added indicator to show if and when a message had been edited

commit e8301132d525c1b9fd46c98cdb282ac7ea7a0d7f
Author: Julian Lam <julian@designcreateplay.com>
Date:   Tue Dec 8 14:06:39 2015 -0500

    Allowing editing of chat messages

commit bfd991be1cb1769599f7d5d2b1638e313c3c2dcb
Author: Julian Lam <julian@designcreateplay.com>
Date:   Tue Dec 8 10:33:49 2015 -0500

    Added messageId to messages object return

commit 0306ee6657b3288dd4547c66869d7d4ece0b31ad
Author: Julian Lam <julian@designcreateplay.com>
Date:   Tue Dec 8 08:20:17 2015 -0500

    WIP 
barisusakli 46c2563164 removed rooms.js removed browsing users, removed chat syncing across sockets
use lastonline for online detection
barisusakli edf545cd2c dont load sound data on cold load
barisusakli 5cf983dcee check if user exists
psychobunny e0cfc117c7 changing function signature for messaging.getMessages
@julianlam should this be moved to 0.8.0?
Julian Lam 474ff3ed35 fixed
Julian Lam e355c8cb1b removed socket calls for composer out of core and into plugin, closes
Julian Lam 0e9a096c25 moved some socket notifications to notifyUser instead of in websocket layer (again, @barisusakli)
Julian Lam d40ca1e3c8 moved a number of sanity checks to also be in canMessage, so they are all consolidated into one exported method. (@barisusakli)
Julian Lam 078d76a11b removed sanitisation of chat message body, as messages are "parsed as a post" now.