Ankush Menat
5d6b24f0b1
style: format JS files with prettier
(cherry picked from commit 40f27f908a
)
2年前
Ankush Menat
734bc7681b
fix(realtime): "X is viewing" doc broken
2年前
Suraj Shetty
2ea0b58873
fix: Allow all origins with credentials
2年前
Suraj Shetty
05f416e448
refactor: Removed vendored socketio library
- Removed vendored socketio library
- Add socket.io-client library
- Removed unnecessary code in socketio server
- Remove chat related code
2年前
mergify[bot]
edea08718c
fix: publish realtime to work with localhost (backport #14174 ) ( #14196 )
Co-authored-by: leela <leela.vadlamudi@gmail.com>
3年前
Faris Ansari
adc236e35d
feat: Notify build events to browser
- Update assets_json directly from node
- Show error overlay or success message
- Open file in editor from error overlay
4年前
Sagar Vora
8cdb459895
chore: Remove unused code ( #12703 )
4年前
mergify[bot]
74fef045f3
chore: Remove unused code (bp #12671 ) ( #12675 )
(cherry picked from commit c4b0f54943
)
Co-authored-by: Sagar Vora <sagar@resilient.tech>
4年前
Sagar Vora
c4b0f54943
chore: Remove unused code ( #12671 )
4年前
Sagar Vora
c1911a0858
refactor: remove unused parameter, minor cleanup
4年前
Sun Howwrongbum
31dee5d7d4
fix: send unique users during notify
4年前
prssanna
fa3c6096c5
style: missing semicolons
5年前
prssanna
1afdc6b992
feat: show users that are currently typing on the form
5年前
Suraj Shetty
b1cadbf018
fix: Limit retries
5年前
Suraj Shetty
033c183e53
style: Fix formatting and eslint issues
5年前
Suraj Shetty
5c8effe7a1
fix: Retry to join chat room till server starts
5年前
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年前