gavin
8319363d61
Merge pull request #15542 from gavindsouza/frappeclient-redirect
fix: FrappeClient post_api request being redirected to GET request
3 jaren geleden
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
3 jaren geleden
mergify[bot]
ea5d99b0e9
Merge pull request #15484 from MochaTechnologies/migrate-new-column-index
fix(Migrate): add unique and index for new columns
3 jaren geleden
mergify[bot]
9c8a3003b9
Merge pull request #15468 from pateljannat/time-zone-info-in-web-form
fix: Time zone info in web form
3 jaren geleden
Summayya
eafb89f059
refactor: use border radius variable
3 jaren geleden
Suraj Shetty
a051f796cc
Merge branch 'develop' into multistep_webforms
3 jaren geleden
Suraj Shetty
1d11ff0375
Merge branch 'develop' into fix-datetime-filter
3 jaren geleden
Suraj Shetty
454a08aa18
test: Remove unnecessary code
3 jaren geleden
Suraj Shetty
30591720f8
test: Fix flaky grid flaky test
Simplified test case as bit
3 jaren geleden
Suraj Shetty
ed2e37eaf7
style: Fix sider issues
3 jaren geleden
Suraj Shetty
54fbd0b5e6
test: UI test cases for "First Day of the Week"
3 jaren geleden
barredterra
bf28199a6d
fix: awesomeplete line wrapping
3 jaren geleden
Gavin D'souza
984420363a
fix: Use params instead of data for client login
3 jaren geleden
Navdeep
d73428df91
feat(fixes): for frappeclient post_api(POST) request being redirected to GET request on calling server
4 jaren geleden
mergify[bot]
77fd08985a
Merge pull request #15533 from nextchamp-saqib/fix-frt-test
fix: set `first_response_time` only if communication is sent
3 jaren geleden
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
3 jaren geleden
Suraj Shetty
5d5ad78789
refactor: Rename `week_starts_on` to `first_day_of_the_week`
For consistency
3 jaren geleden
Saqib Ansari
ae5644c3e1
fix: set `first_response_time` only if communication is sent
3 jaren geleden
Gavin D'souza
73dc1b567d
test: Added test for deny_multiple_sessions
3 jaren geleden
Gavin D'souza
069bcec0aa
refactor: TestAuth
* Made it easier to run locally :')
* Moved content in setupclass rather than class init
3 jaren geleden
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`
3 jaren geleden
Ankush Menat
2d0bd8f34a
Merge pull request #15529 from ankush/fix/role_cache
fix: avoid cached results for `table_exists` during install
3 jaren geleden
Ankush Menat
80d456ef7e
fix: avoid cached results for `table_exists` during install
3 jaren geleden
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
3 jaren geleden
mergify[bot]
5ad5fd7c22
Merge pull request #15527 from gavindsouza/assignment-owner
fix: Revert breaking API change in Assign To
3 jaren geleden
Suraj Shetty
f6d0697309
test: Fix test_assign
3 jaren geleden
Gavin D'souza
6e4aa52e2e
fix: Show assignments correctly for Forms
3 jaren geleden
Gavin D'souza
1b57717058
fix: Return key name as owner for consistency
3 jaren geleden
Gavin D'souza
dc2a99b8d6
refactor(minor): Use pluck instead of re-iteration
3 jaren geleden
Faris Ansari
c1995226d7
Merge pull request #15526 from netchampfaris/blog-category-load-more
fix(blog): Load more with category filter
3 jaren geleden
mergify[bot]
22adb529d9
Merge pull request #15495 from ankush/postgres_rollbacks
fix(postgres)!: transactions implementation for PostgreSQL
3 jaren geleden
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
3 jaren geleden
gavin
7a0d787831
Merge pull request #14918 from gavindsouza/owner-unchange
fix: Constant fields for documents
3 jaren geleden
Shariq Ansari
8daa3e457a
fix: sider fix
3 jaren geleden
Shariq Ansari
4d3fb52944
Merge branch 'develop' into wspace-new-design
3 jaren geleden
Shariq Ansari
db3870151a
fix: Workspace Sidebar, Edit, New Page Fixes
Bugs:
- Clicking on + button multiple time opens multiple block list
- Resizing Onboarding block breaks design
- In edit mode links should not be clickable
- While creating new page we cannot revisit it from sidebar
- While adding multiple links in card getting error
Refactor:
- All Sidebar actions happens while you do it, no need to click Save Customization button
- Updating Sidebar, Creating New Page, Duplicating every action is much faster
- Most of the actions are happening in background while rending page using cached data
3 jaren geleden
Gavin D'souza
9ed95a2d75
chore: Update caniuse-lite package
3 jaren geleden
Gavin D'souza
4b9d8c0258
fix: Remove extra Document.validate_owner validation
3 jaren geleden
Suraj Shetty
65a28002c2
Merge branch 'develop' into fix-datetime-filter
3 jaren geleden
Gavin D'souza
6f2125fca6
Merge branch 'develop' of github.com:frappe/frappe into owner-unchange
3 jaren geleden
gavin
25196cb06d
Merge pull request #15521 from gavindsouza/owner-field-change
fix: Remove internal owner field used in existing tables
3 jaren geleden
Ankush Menat
ce27b740f1
Merge pull request #15523 from ankush/copy_link
feat(minor): copy link to clipboard
3 jaren geleden
Ankush Menat
06926cf123
feat(minor): copy link to clipboard
3 jaren geleden
Suraj Shetty
53b2c472a6
fix: Re-setup moment object whenever `week_starts_on` is changed
3 jaren geleden
Suraj Shetty
6b77ed68e9
fix: Revert unnecessary code
3 jaren geleden
Gavin D'souza
ff13b12be5
fix: Populate ToDo.allocate_to column
3 jaren geleden
Ankush Menat
da9d07474a
test: rollback tests that are aborting transactions
3 jaren geleden
Ankush Menat
08464553f3
fix: define check_transaction_status for postgres
To implement repeatable reads it has to respect transactions.
3 jaren geleden
Ankush Menat
5fac8bb965
test: don't hardcode test password
3 jaren geleden
Ankush Menat
43364cf89b
fix!: use repeatable read isolation level
RR isolation is default in MariaDB, for sake of consistency use same
isolation level in postgres
3 jaren geleden