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
10 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
10 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.
10 years ago
barisusakli
54901afe5e
removed toggleNew
10 years ago
barisusakli
46c2563164
removed rooms.js removed browsing users, removed chat syncing across sockets
...
use lastonline for online detection
10 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
11 years ago
Julian Lam
74630b3a79
closed #2360
11 years ago
Julian Lam
93f414892b
closed #2361
11 years ago
Julian Lam
dfc7c7aa7f
#2350 :shipit:
11 years ago
Julian Lam
0e9fdc9a09
fixed #2350 -- chat modal now opens, but input is disabled
11 years ago
barisusakli
e09328c74d
#2346
...
dont bring modal to front if u receive a message
11 years ago
barisusakli
38874345b7
closes #2346
11 years ago
Julian Lam
adfb89a2ad
closed #2321
11 years ago
barisusakli
433769eb36
closes #2146
...
first tab (recent) shows last 50 messages instead of just last 24 hours
11 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
psychobunny
281aa0049c
init, attempt to increase cold load speed
11 years ago
Julian Lam
7dffc2a2e9
moving chat timestamp to top of message, not end
11 years ago
barisusakli
c5d9a68b4b
closes #1445
11 years ago
barisusakli
8ee866fc9d
closes #1513
11 years ago
barisusakli
4c28de659c
closes #1504
11 years ago
barisusakli
d304bab4f1
dont change height if sizing horizontally #1508
11 years ago
barisusakli
ab15dba0de
closes #1472
11 years ago
barisusakli
f3d0d70867
closes #1471
11 years ago
barisusakli
04488a9a14
closes #1139
11 years ago
barisusakli
d832a6f805
closes #1381
11 years ago
psychobunny
e5486db1ae
Merge branch 'code-quality' of https://github.com/miksago/NodeBB into miksago-code-quality
...
Conflicts:
src/database.js
11 years ago
barisusakli
8aa4f053e8
converted translator.get to translator.translate
11 years ago
Micheil Smith
3e82cab398
Add missing new lines at end of files.
11 years ago
barisusakli
6b7049cdae
closes #1333
11 years ago
barisusakli
35eebbf20a
chat message fix
11 years ago
psychobunny
7678eaf528
fixes #1296
11 years ago
barisusakli
3a69a191ff
closes #1285
11 years ago
barisusakli
abc7fd54f3
added class to chat messages
11 years ago
barisusakli
0c744a947e
chat will use timeago
11 years ago
barisusakli
10d8eed7b9
closes #1229
11 years ago
Julian Lam
16f1db4f5d
fireEvent reflection socket call, tweaks to Sounds page in ACP
11 years ago
Julian Lam
553cabdcfa
refactored sound system so that they can be specified in ACP, updated soundfile to work in FF, which fixes #1209
11 years ago
barisusakli
c320051a1e
chat jshint
11 years ago
Julian Lam
3dc4fd9fd9
added sounds for incoming and outgoing chat, and new notification
11 years ago
akhoury
1b207d8276
IE8 support, general cleanups, from native to $ objects ...
11 years ago
Julian Lam
f5d1ba4231
closed #1113
11 years ago
Baris Soner Usakli
e3d01df6a2
closes #980
11 years ago
Baris Soner Usakli
c703dba3dd
closes #1009
11 years ago
Julian Lam
d7b44789fc
updating stati to use sibling classes
11 years ago
Baris Soner Usakli
63a3bfd51d
after drag focus input in chat, closes #924
11 years ago
Baris Soner Usakli
97e0e48b07
closes #714 , closes #824
11 years ago
Baris Soner Usakli
0f5b3ae859
added img-responsive to images in chat messages
11 years ago
Baris Soner Usakli
89e554b333
closes #906
11 years ago
Baris Soner Usakli
ed1c276739
only drag chat modal from header
11 years ago
Baris Soner Usakli
324bec41c4
chain
11 years ago
Julian Lam
bc48ba874d
fixed module.js callback format
11 years ago
Baris Soner Usakli
e061978bd5
more fixes
11 years ago
Baris Soner Usakli
67799eac95
removed api: from client side socket calls
11 years ago
Baris Soner Usakli
b303fdcfd7
removed inline css
11 years ago
MrWaffle
b78dc3eca8
Chat now supports markdown
11 years ago
Baris Soner Usakli
26274bd75a
closes #767
11 years ago
Julian Lam
2078fa25f8
added classname to chat dropdown if there are no chats
11 years ago
Julian Lam
b86ae3f7f0
fixed #756 - sequestering Notifications and Chat DOM functions in their module, and not in footer
11 years ago
Julian Lam
a150691b5e
that's the last of it!! :D
11 years ago
Baris Soner Usakli
92ca739002
center on load
11 years ago
Baris Soner Usakli
9c60182da4
closes #749
11 years ago
Baris Soner Usakli
2e575bb2d8
closes #524
11 years ago
Baris Soner Usakli
58580bd866
closes #716 , also moved chat to its own template
11 years ago
Baris Soner Usakli
a55fc364a0
closes #697
11 years ago
Baris Soner Usakli
ba2f47ead6
closes #690 , closes #691
11 years ago
Julian Lam
b52782deb8
removed use of strip_tags and using String library instead
11 years ago
Baris Soner Usakli
6aeca98cd4
closes #633
12 years ago
Baris Soner Usakli
34fc326a37
closes #618
12 years ago
Julian Lam
030ce95dea
closed #615 - added "active chats" dropdown to header
...
- some minor tweaks also, to make taskbar work a little better with chats
12 years ago
Julian Lam
fe4aee177d
lots of tweaks to chat and taskbar
12 years ago
Julian Lam
16e07d475f
pushing FA icon for chat taskbar title
12 years ago