220 Commits (fcb5faa9a9c6ce5bacddc5630ae9dd42225a6761)

Author SHA1 Message Date
Leonardo Vieira e4afa67956 allow resizing chat from left/top as well 9 years ago
barisusakli 7365b9cc73 more chat refactors 9 years ago
Barış Soner Uşaklı fecda8c051 Merge pull request #4286 from pichalite/chat-dropdown
don't show rooms without messages
9 years ago
psychobunny 3e14606226 added roomId to match the other hook 9 years ago
barisusakli d67ec1d096 fix indent 9 years ago
barisusakli 05cc3fe4ef closes #4335 9 years ago
barisusakli a67f3d2a15 closes #4299 9 years ago
pichalite cd99a46918 don't show rooms without messages 9 years ago
barisusakli 8bc80abde6 removed notify typing code, not even working 9 years ago
Julian Lam 322d4052b0 chat controls now hidden instead of taking up space in chat modal 9 years ago
Julian Lam 3b76b0343b Revert "fixes NodeBB/nodebb-theme-persona#218"
This reverts commit ee529d92d3.
9 years ago
barisusakli 5e86d9f804 closes #4131 9 years ago
Julian Lam 2cabf7a3d1 Merge pull request #4066 from pichalite/master
fixes NodeBB/nodebb-theme-persona#218
9 years ago
barisusakli 92b339ff1d much whitespace so wow 9 years ago
pichalite ee529d92d3 fixes NodeBB/nodebb-theme-persona#218 9 years ago
barisusakli 46f2faaa05 closes #4045 9 years ago
barisusakli 222ef14d7f added chat:autocomplete:init 9 years ago
barisusakli 51154c8726 closes #3998 9 years ago
barisusakli abed319da2 closes #3996 9 years ago
barisusakli dff3d7f20e various group chat fixes #3980
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
9 years ago
barisusakli f0b333e8a1 closes #3929 9 years ago
barisusakli 3d79e0750b fix edit delete for rooms 9 years ago
barisusakli 992ca0a351 fix taskbar icon 9 years ago
barisusakli d2b54ae0f8 display less derpy chat list 9 years ago
barisusakli f71fd0a3ec only allow users in the room to get raw message content 9 years ago
barisusakli d8810ceae9 send messages 9 years ago
barisusakli 784ff07907 ability to add/remove users from chat rooms, tagsinput 9 years ago
barisusakli 29d8b9c181 more room changes app.openChat 9 years ago
barisusakli 58d05f7c79 recent chat list with rooms 9 years ago
Julian Lam 7b49dc9061 fixes #3935 9 years ago
Julian Lam 2d203d7dca Squashed commit of the following:
Closes #2668

commit 3d4f494ed3257bceda8f6f82057cab83f0f252b3
Author: Julian Lam <[email protected]>
Date:   Fri Dec 11 12:06:42 2015 -0500

    theme minvers for #2668

commit b608ce61854f8195143685bb9753b80d32b26e95
Author: Julian Lam <[email protected]>
Date:   Fri Dec 11 12:01:03 2015 -0500

    Allowing chat modal to edit and delete messages

    re: #2668

commit 0104db90a4070582f3938b6929dae35f985bac35
Author: Julian Lam <[email protected]>
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 <[email protected]>
Date:   Fri Dec 11 11:07:12 2015 -0500

    If edited content matches existing content...

    ... then edit is aborted.

commit 6e7495247b1895589c716db29f919a934087b924
Author: Julian Lam <[email protected]>
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 <[email protected]>
Date:   Tue Dec 8 17:25:56 2015 -0500

    Message deletion for #2668, and fixed bug

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

commit a5aa2498ab4a8bba02a6daa43a9dbed7b3e37976
Author: Julian Lam <[email protected]>
Date:   Tue Dec 8 14:55:23 2015 -0500

    wiring up the edit button, #2668

commit 5f2afdcf6f2b9eae6b5873ca100149e65e3d385d
Author: Julian Lam <[email protected]>
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 <[email protected]>
Date:   Tue Dec 8 14:06:39 2015 -0500

    Allowing editing of chat messages

commit bfd991be1cb1769599f7d5d2b1638e313c3c2dcb
Author: Julian Lam <[email protected]>
Date:   Tue Dec 8 10:33:49 2015 -0500

    Added messageId to messages object return

commit 0306ee6657b3288dd4547c66869d7d4ece0b31ad
Author: Julian Lam <[email protected]>
Date:   Tue Dec 8 08:20:17 2015 -0500

    WIP #2668
9 years ago
Julian Lam fc476ba168 Fixes #3906
Initially, the removed block of code was used to stop the chat modal
from popping up altogether, since the /chats page was usable on
mobile. Since the re-design, only the contact list is shown on
mobile, leaving the modal as the main way to communicate. So, this
intercepting code is actually interfering now.
9 years ago
barisusakli 54901afe5e removed toggleNew 9 years ago
barisusakli 46c2563164 removed rooms.js removed browsing users, removed chat syncing across sockets
use lastonline for online detection
9 years ago
Julian Lam e46496012a chat dropdown 10 years ago
barisusakli da9a6ba399 missing ; 10 years ago
barisusakli 0a9f82e30d removed some dupe code from chats 10 years ago
barisusakli 2f94307125 removed duplicated code in chats 10 years ago
barisusakli 1e3391ff12 closes #3617 10 years ago
barisusakli 22d6ceab59 closes #2427 10 years ago
barisusakli 0cac0692b6 closes #3532 10 years ago
barisusakli ad685a0147 fix function in loops 10 years ago
barisusakli a1c407acd0 closes #3530 10 years ago
psychobunny a663f95669 chats.loadChats() 10 years ago
psychobunny 306964b4ea chat/dropdown and chat/list component 10 years ago
Julian Lam 53a1e6106e Fix bug where an empty chat message would appear in the chat modal 10 years ago
Julian Lam 98b74f848e Fix newSet detection on chat messages 10 years ago
Julian Lam 2593f1b4d9 Fix bug where new chat messages would not append
... due to incorrect class and id assignment of the chat modal. Regression was caused by an earlier commit that moved the
typing span elsewhere.
10 years ago
Julian Lam 60a6775c72 Changed behaviour of the Chat Typing Notification
Instead of being placed at the bottom of the modal/list,
it will now be displayed at the top of the modal, and not
shown in the chats page at all (as it is already present
in the contact list)
10 years ago
Julian Lam eac92b00c6 better error checking with socket broadcast method 10 years ago
Julian Lam 6348eb2bab fixed #3359 10 years ago
Julian Lam 474ff3ed35 fixed #3359 10 years ago
psychobunny f8b3282295 closes #3141 10 years ago
psychobunny 1556365712 call taskbar.push regardless of whether it's a new chat or not
there's logic in taskbar.push to not create the element anyways
10 years ago
psychobunny 5d04cd0bef ability to add class to taskbar; new action hook; send touid in chat 10 years ago
psychobunny 1d94b6a96f closes #3000 10 years ago
Barış Soner Uşaklı dadbda98b7 closes https://github.com/NodeBB/nodebb-theme-persona/issues/52 10 years ago
Julian Lam 47a7ab15be refactored translator system to be a require.js module, and not a global 10 years ago
psychobunny 412c5360a6 allow timeago to be cast on other elements as well, ex. small 10 years ago
Julian Lam 6a32a0f399 closes #2775 10 years ago
Julian Lam a3bc5d2037 fixing bug where the nav dropdown didn't close when a chat was opened 10 years ago
Julian Lam f00589c8ba removing 'see all chats' from chats list, as it is in menu.tpl now 10 years ago
Barış Soner Uşaklı d20628a8d4 closes #2539 10 years ago
barisusakli 3bdb98e747 closes #2530 10 years ago
barisusakli 32e08ba419 closes #2070 10 years ago
Julian Lam 74630b3a79 closed #2360 10 years ago
Julian Lam 93f414892b closed #2361 10 years ago
Julian Lam dfc7c7aa7f #2350 :shipit: 10 years ago
Julian Lam 0e9fdc9a09 fixed #2350 -- chat modal now opens, but input is disabled 10 years ago
barisusakli e09328c74d #2346
dont bring modal to front if u receive a message
10 years ago
barisusakli 38874345b7 closes #2346 10 years ago
Julian Lam adfb89a2ad closed #2321 10 years ago
barisusakli 433769eb36 closes #2146
first tab (recent) shows last 50 messages instead of just last 24 hours
10 years ago
barisusakli 6a996bd718 closes #2210 11 years ago
psychobunny d081ecf368 fixed chatModal centering 11 years ago
psychobunny da0eff6a4e double click the chat header to maximize 11 years ago
barisusakli 48c3619028 lowered chat zindex 11 years ago
barisusakli 4066607388 closes #2052 11 years ago
barisusakli 9a96458f79 closes #2053 11 years ago
barisusakli b7ee875b12 user.isOnline fix
wont hit db on every user socket connect or user disconnect
11 years ago
barisusakli 6b39e328f5 chat fix 11 years ago
barisusakli e495db3065 dont make a copy of chat message 11 years ago
barisusakli 625766ba85 dont send typing notif on each keyup 11 years ago
barisusakli 171f02101d closes #2035, closes #2036 11 years ago
barisusakli 69ce425ae5 closes #2021 11 years ago
Filips Alpe 378fd095eb Leave the chat window within the screen
On smaller screens, the top of the chat window can appear so high that it is outside the screen, this fixes that.
11 years ago
Julian Lam 77e0cb170f removed console.log 11 years ago
barisusakli 89bb11a58c closes #1880 11 years ago
barisusakli a4975cab33 closes #1825, closes #1674 11 years ago
Julian Lam bf2cba028d fixed #1851 11 years ago
Julian Lam cac3ebc9e5 vertically centering modal when opened 11 years ago
Julian Lam c259e0407e closed #1807 11 years ago
Julian Lam 95102f7e74 jshinting 11 years ago
Julian Lam 71916f0691 marathon bugfixing with @barisusakli re: #1788 11 years ago
Julian Lam 55afa17651 getting chats working between both page and modal, yay #1788 11 years ago
Julian Lam a031bc2721 highlighting of the user with whom you are currently chatting with #1788 11 years ago
Julian Lam 07a82ec12c more WIP 11 years ago
barisusakli c5ccf4333b translate helpers 11 years ago
barisusakli 64f680a0a3 action:chat.loaded hook 11 years ago
barisusakli ce1934e566 closes #1684 11 years ago