Suraj Shetty
454a08aa18
test: Remove unnecessary code
3 years ago
Suraj Shetty
30591720f8
test: Fix flaky grid flaky test
Simplified test case as bit
3 years ago
Suraj Shetty
ed2e37eaf7
style: Fix sider issues
3 years ago
Suraj Shetty
54fbd0b5e6
test: UI test cases for "First Day of the Week"
3 years ago
barredterra
bf28199a6d
fix: awesomeplete line wrapping
3 years ago
Gavin D'souza
984420363a
fix: Use params instead of data for client login
3 years ago
Navdeep
d73428df91
feat(fixes): for frappeclient post_api(POST) request being redirected to GET request on calling server
4 years ago
mergify[bot]
77fd08985a
Merge pull request #15533 from nextchamp-saqib/fix-frt-test
fix: set `first_response_time` only if communication is sent
3 years ago
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 years ago
Suraj Shetty
5d5ad78789
refactor: Rename `week_starts_on` to `first_day_of_the_week`
For consistency
3 years ago
Saqib Ansari
ae5644c3e1
fix: set `first_response_time` only if communication is sent
3 years ago
Gavin D'souza
73dc1b567d
test: Added test for deny_multiple_sessions
3 years ago
Gavin D'souza
069bcec0aa
refactor: TestAuth
* Made it easier to run locally :')
* Moved content in setupclass rather than class init
3 years ago
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 years ago
Ankush Menat
2d0bd8f34a
Merge pull request #15529 from ankush/fix/role_cache
fix: avoid cached results for `table_exists` during install
3 years ago
Ankush Menat
80d456ef7e
fix: avoid cached results for `table_exists` during install
3 years ago
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 years ago
mergify[bot]
5ad5fd7c22
Merge pull request #15527 from gavindsouza/assignment-owner
fix: Revert breaking API change in Assign To
3 years ago
Suraj Shetty
f6d0697309
test: Fix test_assign
3 years ago
Gavin D'souza
6e4aa52e2e
fix: Show assignments correctly for Forms
3 years ago
Gavin D'souza
1b57717058
fix: Return key name as owner for consistency
3 years ago
Gavin D'souza
dc2a99b8d6
refactor(minor): Use pluck instead of re-iteration
3 years ago
Faris Ansari
c1995226d7
Merge pull request #15526 from netchampfaris/blog-category-load-more
fix(blog): Load more with category filter
3 years ago
mergify[bot]
22adb529d9
Merge pull request #15495 from ankush/postgres_rollbacks
fix(postgres)!: transactions implementation for PostgreSQL
3 years ago
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 years ago
gavin
7a0d787831
Merge pull request #14918 from gavindsouza/owner-unchange
fix: Constant fields for documents
3 years ago
Gavin D'souza
9ed95a2d75
chore: Update caniuse-lite package
3 years ago
Gavin D'souza
4b9d8c0258
fix: Remove extra Document.validate_owner validation
3 years ago
Suraj Shetty
65a28002c2
Merge branch 'develop' into fix-datetime-filter
3 years ago
Gavin D'souza
6f2125fca6
Merge branch 'develop' of github.com:frappe/frappe into owner-unchange
3 years ago
gavin
25196cb06d
Merge pull request #15521 from gavindsouza/owner-field-change
fix: Remove internal owner field used in existing tables
3 years ago
Ankush Menat
ce27b740f1
Merge pull request #15523 from ankush/copy_link
feat(minor): copy link to clipboard
3 years ago
Ankush Menat
06926cf123
feat(minor): copy link to clipboard
3 years ago
Suraj Shetty
53b2c472a6
fix: Re-setup moment object whenever `week_starts_on` is changed
3 years ago
Suraj Shetty
6b77ed68e9
fix: Revert unnecessary code
3 years ago
Gavin D'souza
ff13b12be5
fix: Populate ToDo.allocate_to column
3 years ago
Ankush Menat
da9d07474a
test: rollback tests that are aborting transactions
3 years ago
Ankush Menat
08464553f3
fix: define check_transaction_status for postgres
To implement repeatable reads it has to respect transactions.
3 years ago
Ankush Menat
5fac8bb965
test: don't hardcode test password
3 years ago
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 years ago
Ankush Menat
5ac79925ef
fix: postgres install that doesn't abort transactions
3 years ago
Suraj Shetty
ea2101d537
style: Fix formatting issues
3 years ago
Suraj Shetty
5821a7bc91
test: Fix dashboard chart tests
3 years ago
shadrak gurupnor
a4aad4dc7a
fix: failed test cases & sider issue
3 years ago
shadrak gurupnor
1832df06ad
fix: replace owner with allocated_to
3 years ago
shadrak gurupnor
6c6ff2c16d
fix: overriding of owner of doc
feat: Fixed the dilemma of owner field in ToDo document
3 years ago
Gavin D'souza
bb004fc33b
fix: Remove redundant `owner` fields in Email Template, Help Article
3 years ago
Suraj Shetty
ca9b2a953d
fix: Add patch to set week_starts_on as "Monday"
3 years ago
Summayya
b4f0bc72bb
fix: mobile view for reset password page
3 years ago
Suraj Shetty
4a5d9a02e3
test: Update date utils test cases
3 years ago