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
barisusakli
04be0411e7
build search categories server side
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
ade9a44b11
closes #3590
10 years ago
barisusakli
f17a716055
closes #3619
10 years ago
barisusakli
11c70f3a28
closes #2330
10 years ago
Barış Soner Uşaklı
6d8134618f
fix chats
10 years ago
barisusakli
a5e9394d93
closes #3612
10 years ago
barisusakli
17a40b716e
fix topic move notification
10 years ago
barisusakli
b17feb3b6c
nested categories on search
10 years ago
barisusakli
22d6ceab59
closes #2427
10 years ago
barisusakli
0cac0692b6
closes #3532
10 years ago
barisusakli
af19bd8bd2
msgs on reset
10 years ago
barisusakli
30d087cbd3
closes #3607
10 years ago
barisusakli
896aadada7
closes #3597
10 years ago
Mega
b383c17df2
Resolve #3599
10 years ago
barisusakli
961efa3533
closes #3512
10 years ago
barisusakli
bb4984a9aa
closes #3428
10 years ago
barisusakli
e6755d0adc
closes #3458
10 years ago
barisusakli
a1c407acd0
closes #3530
10 years ago
barisusakli
af50ade066
closes #3560
10 years ago
Julian Lam
394fa87b39
on account deletion modal, focus on text input
10 years ago
barisusakli
0ffb81308e
closes #3538
10 years ago
barisusakli
f9575efaf0
disable fork button during fork #3535
10 years ago
barisusakli
f6c95456f2
fix password change notifs
10 years ago
barisusakli
09dacfd6a9
remove bookmark alert on scroll or after 10 secs
10 years ago
barisusakli
7689d54d42
closes #3518
10 years ago
barisusakli
6810b529c9
prevent infinite loop on topic scroll to bottom
10 years ago
psychobunny
63be875daa
header/userpicture, header/profilelink, header/username components
10 years ago
barisusakli
cf36f7bc79
closes #3468
10 years ago
Julian Lam
902d11c6af
Fix #3470
10 years ago
barisusakli
db90d19b45
fix password confirm
10 years ago
psychobunny
3d962822c6
#3322 properly, @barisusakli so no need to copy pasta everywhere timeago is used
10 years ago
psychobunny
5b1571ad1e
don't need to refresh to preview updated skin #3069
10 years ago
barisusakli
f4dd0c14ae
update title for new posts as well
10 years ago
barisusakli
1b9c443076
toggle browsing if all users are gone
10 years ago
Barış Soner Uşaklı
e34b30eeca
Merge pull request #3369 from pejuaxel/master
...
Add missing localizations
10 years ago
Barış Soner Uşaklı
2968dbb9ac
Merge pull request #3346 from bdharrington7/bookmark2
...
Saves user bookmarks on server if available
10 years ago
bdharrington7
bd26961fa6
Makes bookmark click scroll to last read instead of past it
10 years ago
bdharrington7
25203ee67e
changes bookmark storage to sortedset, gets uid from socket rather than being passed from client
10 years ago
barisusakli
d5128d0513
closes #3370
10 years ago
barisusakli
e592499d48
correctly hide/show user in browsing users
10 years ago
Axel
fc0871a79d
Merge branch 'master' of https://github.com/NodeBB/NodeBB
10 years ago
Axel
91e81065dc
Localize "Group Name:"
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
bdharrington7
54180acf9b
saves updated bookmark in callback
10 years ago
bdharrington7
4d99f60b3d
uses server-side bookmark if available
10 years ago