193 Commits (acee6777f6a5fe0b6bc93bb634ba1fe8d310f987)

Author SHA1 Message Date
Julian Lam 6c2f48f189 fix: #7366 6 years ago
Julian Lam 02a8ed9b11 feat: textcomplete over jquery-textcomplete, closes #7309 6 years ago
Barış Soner Uşaklı 95ace13599 add loading=false 7 years ago
Barış Soner Uşaklı ef55598822 filter messages that are already inserted to DOM 7 years ago
Julian Lam 609f711db0 added logic to handle Chats.switchChat being called with no arguments 7 years ago
Barış Soner Uşaklı b0dad9bd7f closes #6369 7 years ago
Julian Lam a08572b800 kick support for chats, #6479 7 years ago
Barış Soner Uşaklı 8b16a63cc2 closes #6419 7 years ago
Barış Soner Uşaklı 51bd30fe92 closes #6385 7 years ago
Julian Lam c20aca8933 decreased full chat height by 1px 7 years ago
Julian Lam d0a1eb61bc Updates to allow better chats integration
- Removed unused .createTagsInput method
- Firing action:chat.loaded client-side hook in all cases of chat now
  - New chat window (modal)
  - New chat page load
  - Chat switch event
7 years ago
Julian Lam 89383c261f fixed scrollToBottom detection in chats page 7 years ago
Julian Lam 8f5dccdfb5 Chat fixes
- Fixed issue where clicking into a chat didn't update unread state
- Fixed issue where receiving new messages in chat page didn't mark chat
  unread
- Fixed issue where chat title sets were broken in modal and page
- Removed chat leave toggle in chat list (is now in chat dropdown)
7 years ago
Julian Lam 19e53ab61b Lots o' chat changes
- Added chat room management (instead of tagsinput)
- Chat leave button in chat options dropdown
- Refreshing participants when user is added
- Updated autocomplete module so that it can be shown above a modal
  (z-index 100005 > 20000)
- Using cant-chat-with-yourself source string, which wasn't defined
  before, but was still used
7 years ago
Julian Lam 970c8b6f64 Merge branch 'develop' into chat-rewrite 7 years ago
Julian Lam d1ccd78ac2 Merge remote-tracking branch 'origin/master' into develop 7 years ago
Julian Lam b2b57d49bf WIP add user modal 7 years ago
Barış Soner Uşaklı 9922720dd3 closes #6209 7 years ago
Julian Lam cd4d0049e6 fixed broken UI in chat modal, send btn 7 years ago
Julian Lam 82bfd6edfd added a new component shortcut and updated title setting logic 7 years ago
Julian Lam eea124b312 room rename logic 7 years ago
Julian Lam e091568d17 closes #6191 7 years ago
Julian Lam 8cb914c15e more fixes to better handle transitioning from chat to chat and closing chats, etc.
also modals no longer used on mobile view at all
7 years ago
Julian Lam 3d74fc8220 some changes to fix class names used, character countdown support, etc. 7 years ago
Julian Lam d967201b2a drastically simplified main window resizing logic, some language changes 7 years ago
Julian Lam 82a95a03be Chat message soft deletion -- closes #6181
Squashed commit of the following:

commit f84c06bdcc45f24ef7ffde6a8f33b48d8f97fc36
Author: Julian Lam <[email protected]>
Date:   Mon Dec 18 14:42:47 2017 -0500

    added restore handler for chat messages

commit 725cd370c6ea1e8f4a28298350f3dc024d4e668e
Author: Julian Lam <[email protected]>
Date:   Mon Dec 18 14:23:52 2017 -0500

    backend logic and testing complete for deletion and restoration of chat messages

commit 072da758319cc93fa4c6f8bc0d672a1b716dc06e
Author: Julian Lam <[email protected]>
Date:   Mon Dec 18 13:52:35 2017 -0500

    changing message delete logic to not remove mids, but to filter when retrieving

commit 68bf373305ab82737658a7c31dc5549af4d6d69f
Author: Julian Lam <[email protected]>
Date:   Mon Dec 18 12:37:58 2017 -0500

    logic to handle deletion of a deleted chat message -- added some failing tests

commit 6899d0d234fa752e227188aa69cfcabd0d0500cc
Author: Julian Lam <[email protected]>
Date:   Mon Dec 18 11:35:36 2017 -0500

    chat message deletion logic
7 years ago
Barış Soner Uşaklı e4ff1dc61b closes #6174 7 years ago
Barış Soner Uşaklı 80ecd4ba6d closes #6036 8 years ago
Peter Jaszkowiak 71aab79a9a Switch client t.js usage to Benchpress 8 years ago
Baris Usakli 27a6b8a713 lint fixes 8 years ago
Julian Lam d9ad26c7c5 the meat of #5862, making chat loading not require an ajaxification 8 years ago
Julian Lam 902b823f4d adding mobile handling of chats' recent list links 8 years ago
Julian Lam bc9a125034 re: #5862, setting chat list height even if no message list is present 8 years ago
barisusakli fb3020f892 closes #5604 8 years ago
Peter Jaszkowiak 484a800327 Merge branch master into develop 8 years ago
Anil Mandepudi da183e196a Fixes #5572 (#5575)
* Fixes #5572

* Adding trailing commas but in protest
8 years ago
barisusakli 1301fb1f34 on chat leave close the modal 8 years ago
Peter Jaszkowiak c18808fdeb ESlint no-useless-concat, no-mixed-spaces-and-tabs 8 years ago
Peter Jaszkowiak 144fa8698c Eslint no-lonely-if 8 years ago
Peter Jaszkowiak 896c8c7343 ESlint object-curly-spacing 8 years ago
Peter Jaszkowiak 3b0dd2d1ef ESlint padded-blocks 8 years ago
Peter Jaszkowiak a038c66549 ESlint quotes 8 years ago
Peter Jaszkowiak 604358ecc4 ESlint keyword-spacing, no-multi-spaces 8 years ago
Peter Jaszkowiak a5a3f3089a ESlint no-mixed-operators 8 years ago
Peter Jaszkowiak b1b486f729 ESlint quote-props 8 years ago
Peter Jaszkowiak 52f2028206 ESlint no-multiple-empty-lines 8 years ago
Peter Jaszkowiak b09b3aef7f ESlint no-undef, remove global comments 8 years ago
Peter Jaszkowiak 2ba46808a1 ESlint one-var, fix comma-dangle 8 years ago
Peter Jaszkowiak bc1d70c126 ESlint comma-dangle 8 years ago
Julian Lam 83a0fff887 lint :rage2: @Psychobunny 9 years ago
psychobunny ad52d1a1aa latest chats design 9 years ago
HeeL 4a3c31b2dc Fix space-before-function-paren linter rule 9 years ago
HeeL 3fa1c1f927 Fix space-infix-ops linter rule 9 years ago
barisusakli 0da9bf2698 remove since in chat 9 years ago
barisusakli fe50c8d124 closes #5078 9 years ago
barisusakli a93ee97926 closes #5073 9 years ago
barisusakli 053906b76d revert chat fix 9 years ago
barisusakli c8e5f52d9f fix chat route on mobile 9 years ago
Anil Mandepudi eb61c4e267 redirect main window to correct url on chat pop out 9 years ago
Anil Mandepudi 9c646ce39c redirect to correct route on Chats.leave 9 years ago
barisusakli 55396ca442 inf scroll in chat-content 9 years ago
barisusakli 202edfa47e chat history access 9 years ago
barisusakli 7365b9cc73 more chat refactors 9 years ago
barisusakli ab70220499 fix indent 9 years ago
barisusakli f67f408b2c some chats refactor 9 years ago
pichalite b5d798077f remove log
:fail:
9 years ago
pichalite 30ce17ef73 mark room unread on new message 9 years ago
Julian Lam f91f705f90 Merge branch 'master' into fix-vendors 9 years ago
Barış Soner Uşaklı 6828d4c239 closes #4306 9 years ago
barisusakli a67f3d2a15 closes #4299 9 years ago
Julian Lam 44aae7daa5 removed hammer, updated semver, added mousetrap 9 years ago
barisusakli 8bc80abde6 removed notify typing code, not even working 9 years ago
barisusakli 78bb4776df fix crazy indents 9 years ago
pichalite 991d85cae2 account for search input when calculating recent list height on expanded chats 9 years ago
pichalite ca3fa023e8 fixes #4159 9 years ago
pichalite f637521105 chat edit fixes 9 years ago
Barış Soner Uşaklı d2df63f9a5 Merge pull request #4165 from pichalite/initiate-chat
Initiate chat from chat page
9 years ago
pichalite 44d4c2bc7c hopefully I got everything right this time!! 9 years ago
barisusakli d7df6c0b06 remove more from config 9 years ago
pichalite 2723800628 indentation 9 years ago
pichalite 971c3eb0e1 indentation 9 years ago
pichalite 4b5d5b4bd9 search user and initiate chat from expanded chat page 9 years ago
Barış Soner Uşaklı 303ac90dc5 Merge pull request #4155 from pichalite/master
use component
9 years ago
pichalite 776c60dc00 use component 9 years ago
barisusakli 5e86d9f804 closes #4131 9 years ago
barisusakli da338a1341 fix typo 9 years ago
barisusakli 222ef14d7f added chat:autocomplete:init 9 years ago
barisusakli 18013c5518 closes #3977 9 years ago
barisusakli ab0797a6d8 chat fixes
update bootstrap tags input
dont allow adding self to chat room
9 years ago
barisusakli df605babff closes #3983 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 5a26eb1c76 IS fix, timeago fix 9 years ago
barisusakli 3d79e0750b fix edit delete for rooms 9 years ago
barisusakli f71fd0a3ec only allow users in the room to get raw message content 9 years ago
barisusakli 832a20e59e markRead fixes 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 2ac34ba391 fix recepientUid 9 years ago
barisusakli 29d8b9c181 more room changes app.openChat 9 years ago