Commit graph

196 commits

Author SHA1 Message Date
Suraj Shetty
5e57a9004d fix: Set value as string for property setter 2022-02-15 10:21:40 +05:30
Saqib Ansari
e2c968e255 fix: customized doctypes to show_title_field_in_link 2022-02-09 11:54:44 +05:30
Saqib Ansari
b42cc400b9 Merge branch 'develop' of https://github.com/frappe/frappe into link_title_refactor 2022-02-01 15:08:57 +05:30
phot0n
e716a55932 refactor(minor): move frequently_visited_links from (now deleted) post to route_history 2022-01-28 20:55:24 +05:30
Shariq Ansari
2efc917087
Merge branch 'develop' into wspace-new-design 2022-01-14 18:17:45 +05:30
Saqib Ansari
30ba577c0a Merge branch 'develop' of https://github.com/frappe/frappe into link_title_refactor 2022-01-14 15:20:56 +05:30
Saqib Ansari
b4212ad05f refactor: setting input value for link fields 2022-01-13 18:34:41 +05:30
Rushabh Mehta
853287f49d fix: load user_info on-demand 2022-01-13 16:39:24 +05:30
Shariq Ansari
b85d5bd483 chore: renamed wspace to workspace 2022-01-12 16:21:14 +05:30
Suraj Shetty
2bde93f1a1
Merge branch 'develop' into link_title_refactor 2021-12-20 11:07:10 +05:30
Saqib Ansari
ab9700d947 Merge branch 'develop' of https://github.com/frappe/frappe into link_title_refactor 2021-12-15 19:32:16 +05:30
hrwx
1f70c27e9f chore: rename timezone keys 2021-11-15 14:33:28 +00:00
hrwx
87b1e9af00 Merge branch 'develop' of github.com:frappe/frappe into multi_timezone_support 2021-11-15 14:24:59 +00:00
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.
2021-09-03 12:02:59 +05:30
hrwx
d056beb0ef feat: show title links in Link Fields 2021-08-03 15:55:32 +05:30
shariquerik
4a05697cfe fix: Role based access to workspace 2021-07-19 11:04:12 +05:30
shariquerik
afe1dbe0f8 fix: Workspace 2.0 2021-07-06 22:05:37 +05:30
hrwx
1952920add feat: Convert datetime field values to system timezone
Co-authored-by: Sahil Khan <sahilkhan28297@gmail.com>
2021-06-15 23:28:24 +05:30
Gavin D'souza
e407b78506 chore: Drop dead and deprecated code
* Remove six for PY2 compatability since our dependencies are not, PY2
  is legacy.
* Removed usages of utils from future/past libraries since they are
  deprecated. This includes 'from __future__ ...' and 'from past...'
  statements.
* Removed compatibility imports for PY2, switched from six imports to
  standard library imports.
* Removed utils code blocks that handle operations depending on PY2/3
  versions.
* Removed 'from __future__ ...' lines from templates/code generators
* Used PY3 syntaxes in place of PY2 compatible blocks. eg: metaclass
2021-05-26 15:31:29 +05:30
Suraj Shetty
d8c777e98c refactor: Remove unnecessary code 2021-04-30 10:43:07 +05:30
Suraj Shetty
a1190a0c4a feat: Add option to mention a group of users 2021-04-12 16:35:11 +05:30
Suraj Shetty
603018ef53
perf: Load workspace faster (#12364) 2021-02-12 19:10:44 +05:30
Rushabh Mehta
1341988530 fix(minor): homepage and tests 2021-01-01 16:54:06 +05:30
Rushabh Mehta
b2686e0623 fix(routing): removed /space from routing 2021-01-01 12:30:35 +05:30
Suraj Shetty
768586a5d6 fix: Only show system users in mentions 2020-12-18 19:06:21 +05:30
Shivam Mishra
583b506461 feat: rename workspace to space 2020-12-16 14:28:24 +05:30
Shivam Mishra
8b77346066 Merge branch 'rebrand-ui' of https://github.com/frappe/frappe into desk-enhancements 2020-12-16 13:18:48 +05:30
Rushabh Mehta
b460de8202 fix(various): route cleanups, added debounce to frappe.call and dont validate links when they are default 2020-12-10 15:15:08 +05:30
Rushabh Mehta
87cdf5334c fix(routing): even cleaner routing 2020-12-10 15:15:03 +05:30
Shivam Mishra
bd7690a9fa feat: rename desk page to workspace 2020-12-04 14:16:26 +05:30
Shivam Mishra
9d57eb4f4b chore: remove moduleview code 2020-12-04 14:16:26 +05:30
Rushabh Mehta
742860f56e
Merge pull request #11917 from rmehta/unified-desk
feat(routing): New routing style, not using hashes, also /desk -> /app
2020-11-11 17:48:55 +05:30
Rushabh Mehta
d38d9ac98e fix(patch): patch existing roles with desk_settings 2020-11-11 17:44:14 +05:30
Suraj Shetty
f608fc9516 feat: Enable desk for Website User 2020-11-11 08:50:54 +05:30
prssanna
cfceef6a5e feat: new redesign print style 2020-11-10 14:10:48 +05:30
Suraj Shetty
cdcfe844cb feat: Init unified desk [WIP] 2020-11-05 12:32:51 +05:30
prssanna
7841dd9461 refactor: refactor contextual print setting implementation 2020-10-29 14:19:00 +05:30
prssanna
285a0b5da5 feat: separate route for print view
- use sidebar layout with settings

- hook to fetch contextual print settings

- change default font to Inter
2020-10-22 15:29:37 +05:30
Suraj Shetty
027ec6d5ff refactor: User info
- Return admin data for admin's email as well
- Use ORM to get data
2020-08-27 11:42:06 +05:30
Deepesh Garg
a7f3956740 fix: Pass entire navbar settings 2020-08-11 23:04:05 +05:30
Deepesh Garg
2e3e9bf283 fix: Add navbar items in boot 2020-08-06 20:27:12 +05:30
Shivam Mishra
1cce4f9bed
feat: hide sidebar if user has no permissions for any items (#10840)
Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
2020-07-08 14:32:38 +05:30
prssanna
f7f2be5926 fix: rename function 2020-06-01 10:51:38 +05:30
prssanna
4b2d730a8c fix: variable naming 2020-06-01 10:51:38 +05:30
prssanna
4c16b2a608 feat: api to get additional filters 2020-06-01 10:51:38 +05:30
Shivam Mishra
71442033c4 fix: breadcrumb routing bug for desk pages 2020-05-29 15:14:18 +05:30
Shivam Mishra
a905f34c2d
fix: use get-all instead of get-list (#10444) 2020-05-21 17:06:45 +05:30
Shivam Mishra
77a333086c
feat: make dashboards searchable in awesomebar (#10385) 2020-05-18 20:41:16 +05:30
Shivam Mishra
977e6c23f2
perf(desk): Even faster desk (#9930)
* feat (perf): even faster desk

* fix: user not found bug

* feat: store db counts

* feat: use cached db.get_value

* style (sider): comparison to None should be 'if cond is None:'

* feat: add keys to user_cache_keys

* refactor: cache blocked modules and roles

Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
2020-05-13 15:12:19 +00:00
Prssanna Desai
f9e898eea4
Merge pull request #9959 from scmmishra/tracking
feat: web page tracking
2020-04-21 14:08:41 +05:30