Commit graph

42389 commits

Author SHA1 Message Date
Shariq Ansari
b099b6fdf8
Merge pull request #19574 from shariquerik/hide-workspace-fix 2023-01-12 16:07:24 +05:30
Shariq Ansari
771fb9fdb3
Merge branch 'develop' into hide-workspace-fix 2023-01-12 15:38:55 +05:30
Shariq Ansari
1552b70e95 fix: hide unhide workspace css not working in firefox
reverting css part for now
2023-01-12 15:36:00 +05:30
Shariq Ansari
9cdd4e835d feat: duplicate field 2023-01-11 23:14:10 +05:30
Shariq Ansari
c9d3449bd3 fix: cmd/ctrl+s to save the form 2023-01-11 22:50:58 +05:30
Shariq Ansari
597dd1f619 fix: show field documentation_url icon if set 2023-01-11 20:58:13 +05:30
Shariq Ansari
bae711cff2 fix: changing documentation_url docfields type from Small Text to Data(URL) 2023-01-11 20:57:11 +05:30
Shariq Ansari
737fec7c26
Merge branch 'develop' into form-builder-fixes-1 2023-01-11 20:52:03 +05:30
jiangying
0898ac2a0e
docs: fix docstring for get_list filters (#19569)
* chore: fix doc in frappe/__init__.py

should be filter as a list of dicts

* Update __init__.py

* doc: remove `filter as a list of dicts`
2023-01-11 17:16:19 +05:30
Ankush Menat
0855e1969a chore: editorconfig handle doctype.json files
[skip ci]
2023-01-11 17:08:48 +05:30
Ankush Menat
266b9a05e1
docs: clarify what s3 endpoint does (#19566)
Endpoint is used for calling non-AWS s3 compatible backends. You dont
need to fiddle with this for AWS S3.

[skip ci]
2023-01-11 15:43:24 +05:30
Ankush Menat
4443a0743d
fix(UX): Leaderboard company field validation (#19562)
[skip ci]
2023-01-11 14:22:08 +05:30
Gavin D'souza
19b728f514 fix(db_query): Parse distinct field usages 2023-01-11 14:05:10 +05:30
Ankush Menat
3f82839c53
fix: strength check on password control (#19561)
* fix: strength check on password control

* fix: no password strength verification on login
2023-01-11 13:13:17 +05:30
Gavin D'souza
9012b95a9a fix(postgres): group_by in reportview, tests
Add approporiate group_by, order_by clauses in reportview and tests for
featureset compatibility with postgres
2023-01-11 12:42:45 +05:30
Gavin D'souza
d1fb60edfb test: Remove auto_repeat custom field in cleanup 2023-01-11 11:47:30 +05:30
dependabot[bot]
be23576631
chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 (#19090)
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
- [Commits](https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2)

---
updated-dependencies:
- dependency-name: decode-uri-component
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-11 11:18:35 +05:30
Ankush Menat
327300b6c9
fix(UX): Better message for update after submit. (#19558)
[skip ci]
2023-01-10 19:35:45 +05:30
Ankush Menat
1b1e4de35e
chore!: dead code (#19551)
This was added for some very old patch code.

[skip ci]
2023-01-10 18:53:08 +05:30
Faris Ansari
76deeb531c fix: support list of str or int in filters 2023-01-10 18:22:05 +05:30
Faris Ansari
a0f6a5ff46 fix: move pluck to run 2023-01-10 18:21:50 +05:30
gavin
2b27652bd4
Merge branch 'develop' into permlevel-apis 2023-01-10 17:45:46 +05:30
Gavin D'souza
d2ad86d2fe test: Add tests for permlevel handing in get_list 2023-01-10 17:44:06 +05:30
Gavin D'souza
3ee510439b fix(db_query): Allow standalone functions, rename get_permitted_fields 2023-01-10 17:43:14 +05:30
Raffael Meyer
ed30a6d59f
refactor(minor): use DocStatus (#19545) 2023-01-10 17:38:11 +05:30
Ankush Menat
894f0affcc
fix(DX): Print alter query if it fails during migration (#19552) 2023-01-10 16:55:29 +05:30
Suraj Shetty
0d62cbb470
Update SECURITY.md 2023-01-10 16:49:44 +05:30
Faris Ansari
95d8a0f919 fix: allow Table instance 2023-01-10 16:48:38 +05:30
Faris Ansari
fe13108eec fix: refactor
- move operator map in separate file
- remove unnecessary code
- organize functions
2023-01-10 16:15:33 +05:30
Ankush Menat
49fd3a5372 ci: update codecov.yml flags 2023-01-10 13:19:12 +05:30
Ankush Menat
41f8fb1a68
fix: Log settings - Handle validation failures (#19549)
There's only one sane way to get past validations - remove the rows, so
just do it instead of asking users to do it.

[skip ci]
2023-01-10 12:30:01 +05:30
Ankush Menat
1eaca4e1d5
fix: RSS feed escaping (#19546)
if title contains reserved chars then malformed XML is generated.

Try title with ampersand in it.

[skip ci]
2023-01-10 11:45:31 +05:30
Ankush Menat
278a56417b fix: logging type annotations
closes https://github.com/frappe/frappe/issues/19521
2023-01-10 00:02:44 +05:30
Faris Ansari
49471922e4
Merge branch 'develop' into refactor-qb-engine 2023-01-09 23:01:26 +05:30
Shariq Ansari
2827167975
Merge pull request #19539 from shariquerik/hide-unhide-workspace 2023-01-09 21:01:46 +05:30
Shariq Ansari
f19e7281ae test: added UI test for hide/unhide workspace 2023-01-09 20:41:18 +05:30
Faris Ansari
08fc5b5c90 fix: allow list of dict in filters 2023-01-09 19:54:26 +05:30
Faris Ansari
60febc9799 fix: list filter
filters as list must always be list of list
2023-01-09 19:44:11 +05:30
Shariq Ansari
a6b56c36a9 fix: render drop-icon if hide/unhide parent workspace 2023-01-09 19:30:13 +05:30
Daizy Modi
d6c6df74db
fix: use doc.has_permission instead of frappe.has_permission (#19541) 2023-01-09 19:03:45 +05:30
Gavin D'souza
6aea25a6c1 test: Update tests to handle missing attributes based on permlevel 2023-01-09 18:48:48 +05:30
Shariq Ansari
9ca33d2946 chore: type check 2023-01-09 18:46:35 +05:30
Gavin D'souza
ae81cd2dd3 fix(doc): Maintain virtual df data in as_valid_dict 2023-01-09 18:44:42 +05:30
Shariq Ansari
b4da91cdfd
Merge branch 'develop' into hide-unhide-workspace 2023-01-09 18:32:35 +05:30
Ritwik Puri
fabe3906aa
chore: remove deprecated check_admin_or_system_manager function (#19540) 2023-01-09 18:32:09 +05:30
Shariq Ansari
29ff3be1cc style: hide drop-icon if child workspaces are hidden 2023-01-09 18:31:04 +05:30
Faris Ansari
9e9de7053c fix: set default order_by direction to desc 2023-01-09 18:19:31 +05:30
Gavin D'souza
bb9763def7 fix(db_query): Parse SQL function calls to check if field is accessible 2023-01-09 18:19:03 +05:30
Faris Ansari
6192a9285a fix: use Field objects as is in apply_filter 2023-01-09 17:51:55 +05:30
Shariq Ansari
97a57f7105 feat: hide/unhide workspace from sidebar 2023-01-09 17:51:25 +05:30