45 Commits (8fab270852dfa7a57e1328bed6555b8a2ffc59a3)

Author SHA1 Message Date
barisusakli 2ac34ba391 fix recepientUid 9 years ago
barisusakli 29d8b9c181 more room changes app.openChat 9 years ago
barisusakli 5d1169e686 changed the chat route to /chats/:roomid? 9 years ago
Julian Lam ea1b640435 calling translator in parseMessage 9 years ago
Julian Lam 7b49dc9061 fixes #3935 9 years ago
Julian Lam a4d8ab9d12 fixes #3950 9 years ago
Julian Lam c04622506d console.log removal 9 years ago
Julian Lam 0b735fad17 fixed #3936 9 years ago
Julian Lam 46571ccd77 closes #3930 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 bc199d6872 By default, always switch chat in chats page
closes #3915
9 years ago
psychobunny 4798647b8a moved infinitescroll.parseAndTranslate to app.parseAndTranslate 9 years ago
barisusakli b556652582 fix chat redirect 9 years ago
Julian Lam 6fe480d8c6 Adding some snazzy hotkeys to chat page 10 years ago
Julian Lam cef8e44b3b Fix bug with missing ref, using pushState instead of replaceState in chats client-side lib 10 years ago
Julian Lam 47d39d3346 closes #3673 10 years ago
barisusakli 0a9f82e30d removed some dupe code from chats 10 years ago
barisusakli 2f94307125 removed duplicated code in chats 10 years ago
Julian Lam c148b1c956 If a new message arrives, replace the teaser with the new message content, closes #3623 10 years ago
Julian Lam 2e3eef136f Update chat frontend to better handle incoming messages
When an incoming message occurs from somebody who is new,
a new chat contact is spawned and put into the contact list.
10 years ago
Julian Lam 7fae82a9bd Update chat page behaviour on mobile
As the chat page is not optimised for mobile devices, if
entered, the chat messages themselves will be hidden
(corresponding commits on themes), and the client-side
javascript will open the chat modal when contacts are clicked.
10 years ago
barisusakli f17a716055 closes #3619 10 years ago
Barış Soner Uşaklı 6d8134618f fix chats 10 years ago
barisusakli 22d6ceab59 closes #2427 10 years ago
barisusakli 0cac0692b6 closes #3532 10 years ago
barisusakli a1c407acd0 closes #3530 10 years ago
barisusakli af50ade066 closes #3560 10 years ago
Julian Lam 902d11c6af Fix #3470 10 years ago
Julian Lam cead53ec86 Fix list behaviour in chat page 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
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
barisusakli a73f34df4a no need for ajaxify.end listener 10 years ago
Barış Soner Uşaklı 940c33c426 fix js error removed dupe code 10 years ago
Barış Soner Uşaklı abd3979fb3 closes #2465 10 years ago
psychobunny cb1e2c9fef linting client side modules 10 years ago
Barış Soner Uşaklı d20628a8d4 closes #2539 10 years ago
Julian Lam 1b00d0f739 fixed #2670 10 years ago
barisusakli 32e08ba419 closes #2070 10 years ago
Julian Lam adfb89a2ad closed #2321 10 years ago
psychobunny b51c90dcb3 doing some reshuffling in public/src
public/src/admin and public/src/client; also some cleanup in
src/meta/js, no need to filter out admin files anymore
10 years ago