152 Commits (1cd50a8c30fda1218d26eb1ea48c5fc8fe9b1423)

Author SHA1 Message Date
Julian Lam d18cfced96 Merge remote-tracking branch 'origin/master' into develop 8 years ago
Peter Jaszkowiak 1ed571189c Make utils and translator easier to require
Move utils.walk to file.walk, backwards compatible
8 years ago
barisusakli 6f49509645 fix newSet on redis 8 years ago
Peter Jaszkowiak 57f89663aa ESlint radix 8 years ago
Peter Jaszkowiak 896c8c7343 ESlint object-curly-spacing 8 years ago
Peter Jaszkowiak 1493afee2a ESlint indent 8 years ago
Peter Jaszkowiak 2e031f3759 ESlint comma-spacing 8 years ago
Peter Jaszkowiak 3361a72725 ESlint no-plusplus
and no-empty, space-unary-ops
8 years ago
Peter Jaszkowiak bc1d70c126 ESlint comma-dangle 8 years ago
Julian Lam 05c724de30 added new hook for messaging teaser retrieval, and casting input as String before execuring stripTags templates helper 8 years ago
barisusakli ba1889f441 messaging refactor 8 years ago
barisusakli b807915515 removed incorrect markread nid 8 years ago
barisusakli 8294fc90e3 closes #5084 8 years ago
Barış Soner Uşaklı cbd936c547 closes #5140 8 years ago
barisusakli c0db7798b9 fix tests :dull: 8 years ago
barisusakli 235fe9efe3 fix chat modal title 8 years ago
HeeL 4a3c31b2dc Fix space-before-function-paren linter rule 8 years ago
HeeL 3fa1c1f927 Fix space-infix-ops linter rule 8 years ago
barisusakli aca0a893e7 remove since properly 8 years ago
barisusakli fe50c8d124 closes #5078 8 years ago
barisusakli a93ee97926 closes #5073 8 years ago
barisusakli 6aec61d722 groupChat on recentChats 8 years ago
Barış Soner Uşaklı 1b5287803c closes #5071 8 years ago
barisusakli abd99760e5 closes #5070 8 years ago
barisusakli 55396ca442 inf scroll in chat-content 8 years ago
barisusakli 276031cd6f closes #4585, closes https://github.com/NodeBB/nodebb-theme-persona/issues/299 9 years ago
barisusakli d272a63492 fix messaging.parse to be err first 9 years ago
barisusakli 3df7bae08c closes #4834, closes #4830 9 years ago
barisusakli 45ff71fd06 closes #2475 9 years ago
barisusakli 268aa12cc2 closes #4275 9 years ago
pichalite 6ecc05afd4 throw error in chat if no users in room 9 years ago
Barış Soner Uşaklı 8f25994482 fix for async whilst derp 9 years ago
barisusakli 821461f802 closes #4123 9 years ago
barisusakli cb91587567 closes #4063 9 years ago
barisusakli a3dc427e67 if there are no messages pass empty array 9 years ago
barisusakli f0b333e8a1 closes #3929 9 years ago
barisusakli 4827ea04fc messaging.getTeaser 9 years ago
barisusakli d2b54ae0f8 display less derpy chat list 9 years ago
Barış Soner Uşaklı f4e502c793 simpler isNewSet 9 years ago
barisusakli 784ff07907 ability to add/remove users from chat rooms, tagsinput 9 years ago
barisusakli 8fab270852 leaveRoom method, small fixes 9 years ago
barisusakli f8a6666e1a chat notify changes 9 years ago
barisusakli c5d2f61b01 more fixes 9 years ago
barisusakli 5d1169e686 changed the chat route to /chats/:roomid? 9 years ago
barisusakli 58d05f7c79 recent chat list with rooms 9 years ago
barisusakli e2e547db45 first part of messaging refactor 9 years ago
Julian Lam bcbc8608a4 newSet calculations bugfix 9 years ago
Julian Lam 3b6b36cfa6 fixing possible crash 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
barisusakli 46c2563164 removed rooms.js removed browsing users, removed chat syncing across sockets
use lastonline for online detection
9 years ago