Aditya Hase
f3b959b1fe
frappe: refactor async to realtime ( #6015 )
* frappe: refactor async to realtime
* frappe: refactor async to is_async
преди 6 години
Faris Ansari
b3249fd23a
feat(build): Log build errors in browser console ( #5932 )
преди 6 години
Achilles Rasquinha
c269d433bd
[min] remove dead code
преди 7 години
Achilles Rasquinha
72e2aec148
Fixed Codacy
преди 7 години
Achilles Rasquinha
c480a86ac0
Fixed Codacy
преди 7 години
Achilles Rasquinha
5f522510d5
Functional Website Chat
преди 7 години
Achilles Rasquinha
0cff49c460
socketio.js cleanup
преди 7 години
Achilles Rasquinha
474e219e97
Raw commit
преди 7 години
Achilles Rasquinha
22a318a9ff
fixed throttling
преди 7 години
Rushabh Mehta
8f0465f57e
[fix] socketio.js for firefox
преди 7 години
Achilles Rasquinha
2d5d367298
chat-fixes
преди 7 години
Achilles Rasquinha
0e68b8b175
remove socketio logs
преди 7 години
Achilles Rasquinha
005cfe3dc8
🎉 NEW Frappe Chat ( #4612 )
* added doctypes, created frappe chat ui
* added component layout with state-like abilities, added apis
* updated user doctype, moved from state-like feature and component abstraction
* added room component
* fixed publish_realtime with after_commit = True
* created room component and searchbar
* minor fix
* functional message parsing
* update
* Added Chat Profile
* added chat message
* more changes into chat room
* fixed APIs, added client side scripting
* added chat message attachements, more doc updates
* Brand New UI with socket io room integration
* completed socketio integration. off to room subscription and publish
* realtime room update
* raw update
* initialized docs, added p2p connection for call tests
* updated docs
* added coverage, updated api for ease of use
* raw commit
* added test cases
* Chat Room updates and new room creation
* added chat group creation
* added collapsible plugin
* toggable room view
* updated
* [RAW]
* updated UI for chat
* Deleted Previous Chat Page
* moved from frappe.Chat.Widget to frappe.Chat
* modularized frappe-fab
* added more docstrings
* tried adding conversation tones
* Added conversation_tones and refurbished chat popper
* modified frappe.ui.Dialog, moved from AppBar to ActionBar, responsive for Mobile 💃
* moved RoomList item namespace
* Configurable Desktop update, moved profile updates to on_update
* added state change listeners
* removed AppBar to ActionBar customizable 💃
* added destroy method
* removed coverage, refactored group creation
* Successful Chat Rooms and Group creation
* sort rows based on last_message_timestamp or creation
* added frappe._.compare
* removed redundant less variables
* Chat Room back button with custom routing and destroy methods
* Added EmojiPicker
* fixed multiple dialog render
* setup quick access
* added chat chime, functional chat message list updates at room list
* deleted package-lock.json
* realtime date updates
* updated chat message list
* functional message render and updates
* added track seen
* added typing status
* updated typing status
* valid typing statuses and quick search
* Functional Quick Search
* reverted fix
* some more cleanup and promisifed
* fixed hints close on click
* updated fab boldness
* close popper on click panel
* close popper on click panel
* reverted octicon-lg, fixed popper heading click
* new frappe capture
* removed webcamjs
* added uploader and capture
* removed chat FAB, added as notification instead
* on message update
преди 7 години
Rushabh Mehta
630d30d89a
[fix] remove filter
преди 7 години
Rushabh Mehta
9b6ad9022c
[fix] smaller chunks, longer keep-alive ( #4196 )
преди 7 години
Rushabh Mehta
7acefeb228
[minor] handle timeouts, disconnects and errors
преди 7 години
Rushabh Mehta
1de26c939c
[enhance] use socket-io to upload files
преди 7 години
Rushabh Mehta
fd7e8eda62
[wip] file upload with socketio
преди 7 години
Faris Ansari
e1b243996a
Added files in .eslintignore, updated globals
преди 8 години
Rushabh Mehta
3da8267449
[temp] throttle socket io connection ( #3260 )
преди 8 години
Rushabh Mehta
3b2a1227fb
[minor] throttle doc_subscribed
преди 8 години
Faris Ansari
743f7ab0aa
New Build System using NodeJS ( #3117 )
* added build.js
* js babelify and concat, css concat working
* less wip
* live reload css working
* css reload on less change working
* added watch_js
* setup file watcher only in dev mode, don't compile variables.less
* Minify js files using babili
- Add --minify flag
* Set minify to false as default
* [minor] Remove redundant code
* Used subprocess instead of os.system
- Also added experimental flag
преди 8 години
Rushabh Mehta
e2649975d2
[fix] use currentsite.txt only if host is localhost
преди 8 години
Anand Doshi
c7e551809b
[fix] socketio request.query
преди 9 години
Rushabh Mehta
f97654a7c7
[grid] ux fixes and fixes for frappe/erpnext#5376
преди 9 години
Rushabh Mehta
4aa2f441d5
[fix] missing modules POS and Learn
преди 9 години
Rushabh Mehta
01e585482f
[fix] [config] for new bench installs
преди 9 години
Anand Doshi
a987e32f94
[fix] async and socketio
преди 9 години
Anand Doshi
3b5f10e87e
[fix] socketio - use ports defined in bench/config.json
преди 9 години
shreyas
8cbc991037
[Fix] Getting redis and socketio from config for multi-bench setup
преди 9 години
Luis Fernandes
9c929b8463
Add task_unsubscribe to socketio.js.
преди 9 години
Anand Doshi
d57a1b4b98
[fix] Who is viewing - compatibility issue with socket.io v1.3.7 and v1.4.4. Fixes frappe/erpnext#1519
преди 9 години
Nabin Hait
2181da8541
[fix] Error handling in socketio
преди 9 години
Anand Doshi
40f679322b
[enhancement] Show who is currently viewing a document
преди 9 години
Anand Doshi
6084775ed0
Added CSRF token verification for desk
преди 9 години
Anand Doshi
39826f2d72
[fix] Add communication into timeline in realtime
преди 9 години
Anand Doshi
6983fa72f9
[fix] Show messages in realtime in the messages page
преди 9 години
Rushabh Mehta
b39c9a5318
[fix] move socket init inside app init
преди 9 години
Anand Doshi
38ecee919e
[fix] set Communication status as Linked or Open during insert, deduplication in timeline, get_user_room in socketio
преди 9 години
Rushabh Mehta
a15af7882b
[realtime] clear doc locally if updated
преди 9 години
Pratik Vyas
d0dcb6110e
Fix site room
преди 10 години
Pratik Vyas
88f9281e3b
Namespace rooms to site
преди 10 години
Pratik Vyas
f8bc9877b6
SocketIO push messages
преди 10 години
Pratik Vyas
b0d333d85b
Join and leave doc room on form-load and form-unload
преди 10 години
Pratik Vyas
422668a67f
Async
преди 10 години