seitime-frappe/frappe/desk
Shreya Shah acdbb97ba5 Moved feed from Communication to Activity Log (#4435)
* Removed comment_type 'updated'

* New doctype activity log

* Moved feed.py to activity_log

* Updated feed gets stored in activity_log

* Activity page fetches feed from activity_log

* feed match condition change

* modified

* modified hooks.py

* modified sessions.py

* patch added

* naming in patch

* moved login, logout feed to activity_log

* changes in auth.py, hooks.py

* deleted doctype authentication_log and added test cases

* added utils.py in core

* moved some methods from communication.py to utils.py
2017-11-21 15:46:51 +05:30
..
doctype add the read permission for all (#4487) 2017-11-14 15:28:12 +05:30
form [fix] comment paging and count (#4459) 2017-11-10 18:42:07 +05:30
page Moved feed from Communication to Activity Log (#4435) 2017-11-21 15:46:51 +05:30
report [minor] move todo report to correct module, desk 2017-06-22 18:21:48 +05:30
__init__.py Web Notes to Frappe, better alerts, css fixes, fixed splash 2015-03-03 15:09:34 +05:30
calendar.py Add Calendar View Doctype 2017-10-23 17:49:14 +05:30
desk_page.py Change raise syntax to python 3 compatible style (#3497) 2017-06-19 09:07:19 +05:30
gantt.py [gantt] fix multiple task updates (#2655) 2017-02-02 11:00:39 +05:30
like.py Except and raise statement python 3 compatible style (#3216) 2017-05-11 10:51:59 +05:30
moduleview.py [feature] domainification for frappe (#3227) 2017-06-13 14:36:01 +05:30
notifications.py cover NoneType use case (#4375) 2017-10-25 12:28:03 +05:30
query_builder.py Pure Python MySQL instead mysqlclient (with Python C API) (#4280) 2017-11-06 16:42:01 +05:30
query_report.py Replaced all instances of basestring with six.string_types 2017-08-11 00:10:11 +05:30
report_dump.py xrange to range (#3237) 2017-05-11 10:55:34 +05:30
reportview.py Pure Python MySQL instead mysqlclient (with Python C API) (#4280) 2017-11-06 16:42:01 +05:30
search.py Replaced all instances of basestring with six.string_types 2017-08-11 00:10:11 +05:30
tags.py Added tag search (#3759) 2017-07-25 11:19:22 +05:30
treeview.py [fix] treeview fixes, adding title field (#4463) 2017-11-10 18:52:17 +05:30
user_progress.py [user-progress] route post setup route 2017-08-29 10:20:30 +05:30