hrwx
a3c5c08cff
chore: bump datatable version
hace 3 años
hrwx
c8c77437fa
feat: add translations to datatable
hace 3 años
Saqib Ansari
55178101e8
fix: catch exceptions while parsing json on request failure
hace 3 años
gavin
8319363d61
Merge pull request #15542 from gavindsouza/frappeclient-redirect
fix: FrappeClient post_api request being redirected to GET request
hace 3 años
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
hace 3 años
mergify[bot]
ea5d99b0e9
Merge pull request #15484 from MochaTechnologies/migrate-new-column-index
fix(Migrate): add unique and index for new columns
hace 3 años
mergify[bot]
9c8a3003b9
Merge pull request #15468 from pateljannat/time-zone-info-in-web-form
fix: Time zone info in web form
hace 3 años
Summayya
eafb89f059
refactor: use border radius variable
hace 3 años
Suraj Shetty
a051f796cc
Merge branch 'develop' into multistep_webforms
hace 3 años
Suraj Shetty
1d11ff0375
Merge branch 'develop' into fix-datetime-filter
hace 3 años
Suraj Shetty
454a08aa18
test: Remove unnecessary code
hace 3 años
Suraj Shetty
30591720f8
test: Fix flaky grid flaky test
Simplified test case as bit
hace 3 años
Suraj Shetty
ed2e37eaf7
style: Fix sider issues
hace 3 años
Suraj Shetty
54fbd0b5e6
test: UI test cases for "First Day of the Week"
hace 3 años
barredterra
bf28199a6d
fix: awesomeplete line wrapping
hace 3 años
Gavin D'souza
984420363a
fix: Use params instead of data for client login
hace 3 años
Navdeep
d73428df91
feat(fixes): for frappeclient post_api(POST) request being redirected to GET request on calling server
hace 4 años
mergify[bot]
77fd08985a
Merge pull request #15533 from nextchamp-saqib/fix-frt-test
fix: set `first_response_time` only if communication is sent
hace 3 años
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
hace 3 años
Suraj Shetty
5d5ad78789
refactor: Rename `week_starts_on` to `first_day_of_the_week`
For consistency
hace 3 años
Saqib Ansari
ae5644c3e1
fix: set `first_response_time` only if communication is sent
hace 3 años
Gavin D'souza
73dc1b567d
test: Added test for deny_multiple_sessions
hace 3 años
Gavin D'souza
069bcec0aa
refactor: TestAuth
* Made it easier to run locally :')
* Moved content in setupclass rather than class init
hace 3 años
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`
hace 3 años
Ankush Menat
2d0bd8f34a
Merge pull request #15529 from ankush/fix/role_cache
fix: avoid cached results for `table_exists` during install
hace 3 años
Ankush Menat
80d456ef7e
fix: avoid cached results for `table_exists` during install
hace 3 años
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
hace 3 años
mergify[bot]
5ad5fd7c22
Merge pull request #15527 from gavindsouza/assignment-owner
fix: Revert breaking API change in Assign To
hace 3 años
Suraj Shetty
f6d0697309
test: Fix test_assign
hace 3 años
Gavin D'souza
6e4aa52e2e
fix: Show assignments correctly for Forms
hace 3 años
Gavin D'souza
1b57717058
fix: Return key name as owner for consistency
hace 3 años
Gavin D'souza
dc2a99b8d6
refactor(minor): Use pluck instead of re-iteration
hace 3 años
Faris Ansari
c1995226d7
Merge pull request #15526 from netchampfaris/blog-category-load-more
fix(blog): Load more with category filter
hace 3 años
mergify[bot]
22adb529d9
Merge pull request #15495 from ankush/postgres_rollbacks
fix(postgres)!: transactions implementation for PostgreSQL
hace 3 años
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
hace 3 años
gavin
7a0d787831
Merge pull request #14918 from gavindsouza/owner-unchange
fix: Constant fields for documents
hace 3 años
Gavin D'souza
9ed95a2d75
chore: Update caniuse-lite package
hace 3 años
Gavin D'souza
4b9d8c0258
fix: Remove extra Document.validate_owner validation
hace 3 años
Suraj Shetty
65a28002c2
Merge branch 'develop' into fix-datetime-filter
hace 3 años
Gavin D'souza
6f2125fca6
Merge branch 'develop' of github.com:frappe/frappe into owner-unchange
hace 3 años
gavin
25196cb06d
Merge pull request #15521 from gavindsouza/owner-field-change
fix: Remove internal owner field used in existing tables
hace 3 años
Ankush Menat
ce27b740f1
Merge pull request #15523 from ankush/copy_link
feat(minor): copy link to clipboard
hace 3 años
Ankush Menat
06926cf123
feat(minor): copy link to clipboard
hace 3 años
Suraj Shetty
53b2c472a6
fix: Re-setup moment object whenever `week_starts_on` is changed
hace 3 años
Suraj Shetty
6b77ed68e9
fix: Revert unnecessary code
hace 3 años
Gavin D'souza
ff13b12be5
fix: Populate ToDo.allocate_to column
hace 3 años
Ankush Menat
da9d07474a
test: rollback tests that are aborting transactions
hace 3 años
Ankush Menat
08464553f3
fix: define check_transaction_status for postgres
To implement repeatable reads it has to respect transactions.
hace 3 años
Ankush Menat
5fac8bb965
test: don't hardcode test password
hace 3 años
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
hace 3 años