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
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
prssanna
685df9b1f1
fix: remove doctype from link_preview_doctypes if custom value is 0
2020-04-19 14:47:14 +05:30
prssanna
c424c7e263
feat: Add show preview popup to Customize Form
2020-04-19 14:47:14 +05:30
Shivam Mishra
33c6089049
feat: rename doctype to Web Page View
2020-04-16 18:25:36 +05:30
Shivam Mishra
9ad1cf94f2
feat: add tracking enabled info to boot
2020-04-16 00:01:55 +05:30
Shivam Mishra
dd8fe18656
feat: add allowed sidebar items to bootinfo
2020-04-07 15:47:58 +05:30
Shivam Mishra
29276a8954
feat: add workspace page as default home page
2020-03-02 18:49:56 +05:30
Aditya Hase
ea2c971d58
perf(boot): Query all report_types at once
2019-10-23 23:00:03 +05:30
Himanshu Warekar
db3656afb7
fix: codacy fixes
2019-08-12 09:46:51 +05:30
Himanshu Warekar
4e52c6ffa2
fix: indentation
2019-08-09 22:18:00 +05:30
Himanshu Warekar
a23dc0a749
feat: google drive initial bringup
2019-08-09 22:13:39 +05:30
Suraj Shetty
b23fea9d17
fix(link-preview): Get preview fields on server side
...
- Show a fallback image if image URL is invalid
- Fixes unexpected "Unknown column" errors
2019-08-03 21:57:18 +05:30
Aditya Hase
7b3304d7d7
fix(error-report): Use error_report_email from config instead of hooks
2019-06-06 00:00:59 +05:30