Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] develop from frappe:develop #719

Open
wants to merge 10,000 commits into
base: develop
Choose a base branch
from
Open

[pull] develop from frappe:develop #719

wants to merge 10,000 commits into from

Conversation

pull[bot]
Copy link

@pull pull bot commented Feb 15, 2021

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

@pull pull bot added the ⤵️ pull label Feb 15, 2021
@ankush ankush force-pushed the develop branch 2 times, most recently from 70429de to 2866069 Compare September 12, 2022 08:23
@ankush ankush force-pushed the develop branch 4 times, most recently from 58ed3b2 to 6c01d1d Compare November 12, 2022 07:36
@ankush ankush force-pushed the develop branch 2 times, most recently from 93dd785 to 0e6e260 Compare January 23, 2023 09:18
@ankush ankush force-pushed the develop branch 2 times, most recently from af0c5d0 to cad9228 Compare March 17, 2023 09:09
@ankush ankush force-pushed the develop branch 2 times, most recently from e6d8912 to ae0edd8 Compare June 17, 2023 15:38
@ankush ankush force-pushed the develop branch 2 times, most recently from caad677 to 6dda420 Compare July 19, 2023 06:46
frappe-pr-bot and others added 30 commits February 7, 2025 14:51
* fix: Turkish translations

* fix: Bosnian translations

* fix: French translations

* fix: Spanish translations

* fix: Arabic translations

* fix: German translations

* fix: Swedish translations

* fix: Turkish translations

* fix: Persian translations

* fix: Bosnian translations

* fix: Hungarian translations

* fix: Chinese Simplified translations

* fix: Polish translations

* fix: Russian translations

* fix: Esperanto translations

* fix: Turkish translations

* fix: Bosnian translations
Prints traceback on req timeout for easier debugging
This reverts commit 91d553c, reversing
changes made to d17136c.
fix: check if doc name is string
Showing title in n Global Search result, if title field set in doctype settings
…31216)

Applying something basic like `order id like xyz` filter can result in
full table scan on years of data. This isn't necessary most of the time.

Interactive queries are usually done on recent data, so add this filter
to ensure only recent data is checked first.

Users can remove this filter if they want to.
#31188)

* fix: Prevent HTML injection in Button attributes

* fix: Prevent HTML injection in documentation_url
…g-initialization" (#31225)

This reverts commit 60aa2f9, reversing
changes made to d54f5e5.
…1079)

* fix: support display currency in number card

* fix: support multi currency for display in dashboard chart

* fix: add python files
This can become super slow on child tables, so first check if it's worth "checking" data.
fix: prefill values in the query report's multi select
* fix(rq): Replace ":" in job ID

Required since python-rq >= 2.1

* fix: only check custom job IDs

---------

Co-authored-by: Ankush Menat <ankushmenat@gmail.com>
…a list

Users might not have access to all the possible linked doctypes - they should still be able to access the others

Signed-off-by: Akhil Narang <me@akhilnarang.dev>
This resolves GHSA-79v4-65xg-pq4g

Signed-off-by: Akhil Narang <me@akhilnarang.dev>
fix(get_linked_docs): check if user can read doctype before fetching a list
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
fix(auto email report): add get_data function to multiselectlist filters
refactor: add validation and refactor code of auto repeat
chore(deps): bump cryptography to 44.0.1
…n-html

Revert "fix(_get_communications): clean email content before returning"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.