Ankush Menat
3d474b5927
fix: drop py3.7 support for v14
pirms 3 gadiem
Suraj Shetty
b64cab6867
Merge pull request #15543 from alyf-de/white-space-unset
pirms 3 gadiem
mergify[bot]
7f74a3164d
Merge pull request #15551 from hrwX/custom_translations
feat: add translations to datatable
pirms 3 gadiem
Suraj Shetty
d52f12424a
Merge branch 'develop' into custom_translations
pirms 3 gadiem
mergify[bot]
2aa062720a
Merge pull request #14978 from hrwX/multistep_webforms
feat: Multistep webforms
pirms 3 gadiem
barredterra
ea5695700c
feat: add german translations for datatable menu
pirms 3 gadiem
Raffael Meyer
f04be3f876
fix: sider
pirms 3 gadiem
barredterra
24ac11c98f
fix: update yarn.lock
pirms 3 gadiem
mergify[bot]
7a6ddb15be
Merge pull request #15554 from shariquerik/single-card-form-fix
fix: Single card form css fix in dark mode
pirms 3 gadiem
Suraj Shetty
f930fd0fe1
Merge branch 'develop' into multistep_webforms
pirms 3 gadiem
Suraj Shetty
335eafe0ba
Merge branch 'develop' into single-card-form-fix
pirms 3 gadiem
Suraj Shetty
2c6f8f04c3
Merge pull request #15502 from surajshetty3416/fix-datetime-filter
pirms 3 gadiem
Shariq Ansari
3f476fc17c
Merge branch 'develop' into single-card-form-fix
pirms 3 gadiem
Shariq Ansari
080b3b889f
fix: border color fix in dark mode
pirms 3 gadiem
Suraj Shetty
0a8b5fe785
test: Fix get_field command for select fields
pirms 3 gadiem
hrwx
a3c5c08cff
chore: bump datatable version
pirms 3 gadiem
hrwx
c8c77437fa
feat: add translations to datatable
pirms 3 gadiem
gavin
8319363d61
Merge pull request #15542 from gavindsouza/frappeclient-redirect
fix: FrappeClient post_api request being redirected to GET request
pirms 3 gadiem
harshpwctech
997c0e25cb
Updating the get_payment_gateway_url method ( #15423 )
This change is proposed as on_payment_authorized method defined in any doctype for which the payment is made isn't getting triggered.
https://github.com/frappe/frappe/pull/12756
pirms 3 gadiem
mergify[bot]
ea5d99b0e9
Merge pull request #15484 from MochaTechnologies/migrate-new-column-index
fix(Migrate): add unique and index for new columns
pirms 3 gadiem
mergify[bot]
9c8a3003b9
Merge pull request #15468 from pateljannat/time-zone-info-in-web-form
fix: Time zone info in web form
pirms 3 gadiem
Suraj Shetty
a051f796cc
Merge branch 'develop' into multistep_webforms
pirms 3 gadiem
Suraj Shetty
1d11ff0375
Merge branch 'develop' into fix-datetime-filter
pirms 3 gadiem
Suraj Shetty
454a08aa18
test: Remove unnecessary code
pirms 3 gadiem
Suraj Shetty
30591720f8
test: Fix flaky grid flaky test
Simplified test case as bit
pirms 3 gadiem
Suraj Shetty
ed2e37eaf7
style: Fix sider issues
pirms 3 gadiem
Suraj Shetty
54fbd0b5e6
test: UI test cases for "First Day of the Week"
pirms 3 gadiem
barredterra
bf28199a6d
fix: awesomeplete line wrapping
pirms 3 gadiem
Gavin D'souza
984420363a
fix: Use params instead of data for client login
pirms 3 gadiem
Navdeep
d73428df91
feat(fixes): for frappeclient post_api(POST) request being redirected to GET request on calling server
pirms 4 gadiem
mergify[bot]
77fd08985a
Merge pull request #15533 from nextchamp-saqib/fix-frt-test
fix: set `first_response_time` only if communication is sent
pirms 3 gadiem
mergify[bot]
50adb122b2
Merge pull request #15517 from supergicko/fix/ldap-settings-tls-protocol
fix(ldap): Auto-negotiate the highest TLS protocol version supported by client & server
pirms 3 gadiem
Suraj Shetty
5d5ad78789
refactor: Rename `week_starts_on` to `first_day_of_the_week`
For consistency
pirms 3 gadiem
Saqib Ansari
ae5644c3e1
fix: set `first_response_time` only if communication is sent
pirms 3 gadiem
mergify[bot]
96a45473ab
Merge pull request #15492 from resilient-tech/fix-clear-cache-in-set-value
fix: clear cache for all docs matched with the filters passed as `dn` param in `set_value`
pirms 3 gadiem
Ankush Menat
2d0bd8f34a
Merge pull request #15529 from ankush/fix/role_cache
fix: avoid cached results for `table_exists` during install
pirms 3 gadiem
Ankush Menat
80d456ef7e
fix: avoid cached results for `table_exists` during install
pirms 3 gadiem
Christoph Kappel
c99e576e1b
fix: offer all (also modern) supported tls versions (PROTOCOL_TLS_CLIENT [1]) to LDAP endpoints instead of only (deprecated) PROTOCOL_TLSv1 [2]
Background: Currently, when connecting to a ldap backend, ssl.PROTOCOL_TLSv1 [2] is offered as only option to the backend.
This leads to following issues:
- LDAP Backends that do not support TLSv1.0 (because of security reasons [3]) cannot be used in ERPNext
- erpnext can ONLY connect to LDAP Backends offering the insecure [3] TLSv1.0 protocol (see ldap_settings.py ln: 61, 63)
With this change to ssl.PROTOCOL_TLS_CLIENT we allow erpnext customers to configure LDAP Backends that also support more modern/secure (TLSv1.2 and up) transport
while still ensure backwards compatibility and allowing TLSv1.0,
since ssl.PROTOCOL_TLS "Auto-negotiates the highest protocol version that both the client and server support" [1]
[1]: https://docs.python.org/3/library/ssl.html#ssl.PROTOCOL_TLS_CLIENT
[2]: https://docs.python.org/3/library/ssl.html#ssl.PROTOCOL_TLSv1
[3]: https://tools.ietf.org/id/draft-ietf-tls-oldversions-deprecate-02.html
pirms 3 gadiem
mergify[bot]
5ad5fd7c22
Merge pull request #15527 from gavindsouza/assignment-owner
fix: Revert breaking API change in Assign To
pirms 3 gadiem
Suraj Shetty
f6d0697309
test: Fix test_assign
pirms 3 gadiem
Gavin D'souza
6e4aa52e2e
fix: Show assignments correctly for Forms
pirms 3 gadiem
Gavin D'souza
1b57717058
fix: Return key name as owner for consistency
pirms 3 gadiem
Gavin D'souza
dc2a99b8d6
refactor(minor): Use pluck instead of re-iteration
pirms 3 gadiem
Faris Ansari
c1995226d7
Merge pull request #15526 from netchampfaris/blog-category-load-more
fix(blog): Load more with category filter
pirms 3 gadiem
mergify[bot]
22adb529d9
Merge pull request #15495 from ankush/postgres_rollbacks
fix(postgres)!: transactions implementation for PostgreSQL
pirms 3 gadiem
Faris Ansari
22dd06101b
fix(blog): Load more with category filter
When you click "Load more" on a blog category page, it will now fetch blog posts for that category
pirms 3 gadiem
gavin
7a0d787831
Merge pull request #14918 from gavindsouza/owner-unchange
fix: Constant fields for documents
pirms 3 gadiem
Gavin D'souza
9ed95a2d75
chore: Update caniuse-lite package
pirms 3 gadiem
Gavin D'souza
4b9d8c0258
fix: Remove extra Document.validate_owner validation
pirms 3 gadiem
Suraj Shetty
65a28002c2
Merge branch 'develop' into fix-datetime-filter
pirms 3 gadiem