Faris Ansari
bbcead50c1
feat: frappe.ui.Scanner
- Uses https://github.com/mebjas/html5-qrcode
- Supports a number of different formats including barcodes and qrcodes
- Simple and generic API
3 years ago
gavin
7908fb1284
Merge pull request #13820 from gavindsouza/lang-resolution-loggedin
refactor(frappe.lang): frappe.translate.get_language
3 years ago
Gavin D'souza
e8f099c7bf
Merge branch 'develop' of github.com:frappe/frappe into lang-resolution-loggedin
3 years ago
mergify[bot]
e8c1a27a7a
Merge pull request #13775 from shariquerik/list-checkbox-area-fix
fix: Clicking area around list row checkbox opens doc
3 years ago
mergify[bot]
757a07251a
Merge pull request #13805 from shariquerik/grid-header-rebuild-fix
fix: grid header missing when new column added through code
3 years ago
Suraj Shetty
d5a29996ca
Merge branch 'develop' into grid-header-rebuild-fix
3 years ago
Suraj Shetty
91aaf9107b
Merge branch 'develop' into list-checkbox-area-fix
3 years ago
Suraj Shetty
36fb05cfde
fix(routing): Check if href exists for a link ( #13843 )
3 years ago
gavin
4d38093f6c
Merge pull request #13694 from deepeshgarg007/api_update
fix: Error on updating docs via API
3 years ago
mergify[bot]
750eaf8395
Merge pull request #13813 from ankush/recorder_ui_fixes
fix: multiple recorder ui fixes
3 years ago
mergify[bot]
eb924e994c
Merge pull request #13830 from shariquerik/activity-render-fix
fix: some activities not rendering correctly
3 years ago
mergify[bot]
7bfc894779
Merge pull request #13788 from shariquerik/inbox-view-fix
fix: Inbox View & Kanban View not loading
3 years ago
Mohammad Hasnain Mohsin Rajan
e87d22b244
perf: strain html before passing to bs4 ( #13785 )
3 years ago
shariquerik
317c228cbd
chore: correcting comments
3 years ago
shariquerik
11cdb9f030
fix: some activities not rendering correctly
3 years ago
shariquerik
ba6aeaa658
fix: convert arguments to Array in set_route
3 years ago
Gavin D'souza
29706e5d14
test: Update tests as per new lang resolution
3 years ago
Gavin D'souza
450d4e489b
refactor(lang): frappe.translate.get_language
User.language should be given higher priority in terms of
authenticated user since they chose it. Even higher than the
browser they're using...even if the system locales aren't set
properly and browser isn't configured properly
3 years ago
shariquerik
a2b9bafdd3
fix: created class to avoid inline styles
3 years ago
gavin
5f678a0d40
Merge pull request #13705 from saxenabhishek/aks-orm
feat: Frappe Query Builder
3 years ago
Leela vadlamudi
d4be603cfa
Merge pull request #13816 from leela/fix-incoming-email-receivers
fix: incoming emails are not sending to the task owners
3 years ago
Gavin D'souza
f7b8f86666
Merge branch 'develop' of github.com:frappe/frappe into aks-orm
3 years ago
Gavin D'souza
b1c6ccffe1
style: Remove redundant brackets
3 years ago
gavin
373c0c6ea7
Merge pull request #13815 from gavindsouza/rm-dt-data-imp-legacu
chore: Patch to drop Data Import Legacy
3 years ago
leela
07d192f95a
fix: incoming emails are not sending to the task owners
3 years ago
Gavin D'souza
5350210ad5
fix: Add patch to remove Data Import Legacy
This patch removes the document record from DocType list/table and adds
a message directing how existing data should be handled.
3 years ago
Gavin D'souza
43cde90109
fix(backups): Allow individual backups of all tables
Due to previous logic, only tables under DocType table were allowed to
take partial backups. This change allows backup to be taken for
deprecated doctypes too.
3 years ago
Gavin D'souza
94701fdb7d
feat(utils): frappe.utils.get_table_name
Fetch table name from doctype/__ table name passed
3 years ago
mergify[bot]
8dfbc14852
Merge pull request #13786 from hasnain2808/optimize-bench-migrate
perf: optimize recollecting routes for bench migrate
3 years ago
saxenabhishek
42dc8a180f
refactor: get_table_name, run_only_if
3 years ago
hasnain2808
025d2e65d8
Merge branch 'optimize-bench-migrate' of https://github.com/hasnain2808/frappe into optimize-bench-migrate
3 years ago
hasnain2808
a017c89afc
fix: validation for website search field
3 years ago
saxenabhishek
7671e78487
style: minor fixes and improvements
3 years ago
saxenabhishek
9423861c34
test: for db rename, change_column_type, describe
3 years ago
saxenabhishek
639b666a0d
test: for qb builder classes
3 years ago
saxenabhishek
681d0ab995
test: for qb Match and GroupConcat
3 years ago
saxenabhishek
ce10e36725
refactor: move all pypika functions to a module
3 years ago
saxenabhishek
45d1afe739
refactor: move rename, change_column_type, DESC to db
3 years ago
saxenabhishek
ee3c84beef
style: typecast to string inside db.sql
3 years ago
saxenabhishek
dd36b2a528
refactor: move to get_query_builder
3 years ago
saxenabhishek
c05a032811
refactor: qb in global_search.search
3 years ago
saxenabhishek
3f081a55e5
refactor: qb in Website_analytics.get_data
3 years ago
saxenabhishek
2f7c78b266
refactor: qb in patch v12 set_correct_assign_value_in_docs
3 years ago
saxenabhishek
90cd4f708c
refactor: qb in patch v13 increase_password_length
3 years ago
saxenabhishek
43b0d31cf8
refactor: qb in delete_fields
3 years ago
saxenabhishek
a8222126e8
refactor: qb in after_rename
3 years ago
saxenabhishek
8b82815ba6
refactor: qb in get_all_empty_tables_by_module
3 years ago
saxenabhishek
49105ad08a
refactor: qb in build_table_count_cache
3 years ago
saxenabhishek
eb9d2bcd64
feat: Query builder
3 years ago
Leela vadlamudi
2c659e1bce
Merge pull request #13746 from leela/rq-auth
feat: Redis Authentication and namespaces for Redis queue instance
3 years ago