Gavin D'souza
3446026555
chore: Update header: license.txt => LICENSE
The license.txt file has been replaced with LICENSE for quite a while
now. INAL but it didn't seem accurate to say "hey, checkout license.txt
although there's no such file". Apart from this, there were
inconsistencies in the headers altogether...this change brings
consistency.
3 年前
Gavin D'souza
393696fa4a
chore: Drop dead code
* Don't create task-logs folder during site creation
* Remove old unused async code for tracking tasks
4 年前
Sagar Vora
c1911a0858
refactor: remove unused parameter, minor cleanup
4 年前
Walstan Baptista
06f69accca
refactor: Removed unused parameter ( #12400 )
4 年前
Aditya Hase
f3b959b1fe
frappe: refactor async to realtime ( #6015 )
* frappe: refactor async to realtime
* frappe: refactor async to is_async
6 年前
Achilles Rasquinha
7011faf728
fix site room broadcast
7 年前
Suraj Shetty
1202ff1fdb
List view bulk edit option ( #5107 )
* added actions button for bulk operations
also included bulk edit option
* page html refactor and added show/hide action option
* copy field object to avoid mutation
* commonify update method and other refactor
* fixed bug with progress bar level and minor fix with 'value' field display
* fixed frappe/erpnext#13063
* commonify field control method and removed unwanted code
* separate method for submit and cancel
* [minor] msgprint change
* refresh list on complete
* requested changes and refactor
* codacy fix
* code formatting, changed var name
* conflict fix
* description option for progress dialog
* extracted bulk operations to a separate file
* Refactor
commonified redundant method
get_json -> parse_json
* rename change_df -> replace_field
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 年前
Aditya Hase
a3070690fd
FileAndRedisStream inherits io.FileIO instead of file ( #3826 )
io.FileIO is available in both Python 2 and 3, file is removed in
python 3.
7 年前
Rushabh Mehta
9f97ce568a
[tests] allow test anywhere in app and add boilderplate _test_controller.js ( #3724 )
* [tests] allow test anywhere in app and add boilderplate _test_controller.js
* [fix] test_number_format.js
* [minor] dont run test_runner.js
* [test] _test_module_menu.js
* [test] why is browser crashing?
8 年前
Rushabh Mehta
72569d1313
[fix] file .zip upload;
8 年前
Rushabh Mehta
22c3f7966d
[enhance] run actions in background doc.queue_action("submit")
9 年前
Rushabh Mehta
db9ba845e5
[enhancement] bulk update tool!
9 年前
Anand Doshi
a48dd50381
[fix] with frappe.init_site, worker and schedule commands, cleanup and fixes to rq code
9 年前
Valmik Jangla
a2ad631754
Removed / Replaced Celery related code
9 年前
Rushabh Mehta
01e585482f
[fix] [config] for new bench installs
9 年前
Anand Doshi
a987e32f94
[fix] async and socketio
9 年前
Rushabh Mehta
6caf6fb6f1
[enhancement] prompt user to reload on migration
9 年前
Anand Doshi
357e61f9d5
[fix] injection
9 年前
Pratik Vyas
62b32807a2
[minor] Add hijack_std option to async handler
9 年前
Pratik Vyas
3dbb988792
bench changes
9 年前
Rushabh Mehta
9fe2c15356
[fixes] [session] expiry, session async
9 年前
Anand Doshi
6983fa72f9
[fix] Show messages in realtime in the messages page
9 年前
Rushabh Mehta
4cec51e65d
[celery] cleanup and made monitor optional and real time in data import
9 年前
Rushabh Mehta
eb4e622067
[enhancement] add celery task to Async Task for logs, tracking
9 年前
Rushabh Mehta
c600a302bb
[enhancement] Added progress bar in data import tool
async.py: in `publish_realtime`, `event` is now optional, if called from within task
importer.py: send record count being updated using `frappe.publish_realtime`
ui/messages.js: added new tool `frappe.get_progress(title, count, total)` that will show progress bar realtime
9 年前
Anand Doshi
7cde7fa507
[minor] Use from_async
9 年前
Anand Doshi
09ebb908ad
[fix] use frappe.as_json in emit_via_redis
9 年前
Rushabh Mehta
780afa4cb1
[fix] session for async
9 年前
Rushabh Mehta
acc4252ce7
[fix] task via async
9 年前
Anand Doshi
65bc63f031
[fix] document refresh notification for same user in different tabs/sessions
9 年前
Anand Doshi
c87befc876
[fix] realtime comments
9 年前
Rushabh Mehta
a15af7882b
[realtime] clear doc locally if updated
9 年前
Rushabh Mehta
6d08f862b0
[cleanup] realtime
9 年前
Anand Doshi
915bd7f17c
[minor] changed no_async to disable_async for consistency
9 年前
Rushabh Mehta
74bc524416
[test] fix test_async
9 年前
Rushabh Mehta
e41bfe3003
[minor] [ux] refresh button primary in reportview
10 年前
Pratik Vyas
a675566337
Ignore ConnectionError in emit_via_redis
10 年前
Pratik Vyas
88f9281e3b
Namespace rooms to site
10 年前
Pratik Vyas
bd8b0e9686
Add no_async
10 年前
Pratik Vyas
a2cba96938
Fix write
10 年前
Pratik Vyas
43360c54d5
Expire task logs in one hour
10 年前
Pratik Vyas
f8bc9877b6
SocketIO push messages
10 年前
Pratik Vyas
dc3f3b7f08
Async comments WIP
10 年前
Pratik Vyas
422668a67f
Async
10 年前