Ejaaz Khan
22a0d2f89a
Merge pull request #33664 from git-avc/fix-success-password-message
...
fix: valid password message
2025-08-19 10:57:10 +05:30
Ejaaz Khan
1cee81ceb1
Merge pull request #33665 from frappe/pot_develop_2025-08-17
...
chore: update POT file
2025-08-19 10:55:00 +05:30
Ejaaz Khan
fedd74d907
Merge pull request #33689 from rmehta/fix-list-dark-shadow
...
fix(minor): theme specific freeze column shadow
2025-08-19 10:39:36 +05:30
Ejaaz Khan
2b070888fd
Merge pull request #33688 from raizasafeel/docs-fix-google-settings-link
...
docs(google_settings): update documentation link
2025-08-18 23:00:53 +05:30
Rushabh Mehta
b43a3c41e7
fix(minor): theme specific freeze column shadow
2025-08-18 20:58:47 +05:30
Raizaaa
481c439dc2
docs(google_settings): update documentation link
2025-08-18 17:18:02 +03:00
Ejaaz Khan
62c9f89fbb
Merge pull request #33674 from MP-30/fix/phone-validation-address
...
fix(address): correct phone validation in address doctype
2025-08-18 17:27:40 +05:30
Soham Kulkarni
5c659e8029
Merge pull request #33637 from sokumon/dialog-focus
...
fix: bring focus back on control when dialog is opened
2025-08-18 14:41:18 +05:30
sokumon
6c560356c9
fix: bring focus back on control when dialog is opened
2025-08-18 14:30:59 +05:30
Bhushan Barbuddhe
70dc9b83ab
refactor(hook): Execute send_sms hooks before receiver_list validation ( #33649 )
...
* feat: add hook for custom SMS OTP sender (mobile_otp_sms_sender) in 2FA
* [ADD]: Hooks for send SMS
* [fix]: Hook changed to send token.
* chore: remove unnecessary comment
* refactor(hook): Execute send_sms hooks before receiver_list validation
2025-08-18 13:53:01 +05:30
mp-30
365fedc563
fix(address): correct phone validation in address.json for version-15
...
Phone number validation was not working as expected in version-15.
Updated regex pattern to align with the intended format.
Fixes #33520
2025-08-18 08:06:55 +00:00
Akhil Narang
cca37bc469
Merge pull request #33646 from the-bokya/bump-coverage
...
chore(deps): bump coverage
2025-08-18 11:44:24 +05:30
frappe-pr-bot
0c158f2dac
chore: update POT file
2025-08-17 09:34:48 +00:00
avc
95b637162e
Merge branch 'frappe:develop' into fix-success-password-message
2025-08-17 09:58:49 +02:00
git-avc
3e99b64293
fix: valid password msg
2025-08-17 09:56:42 +02:00
Ankush Menat
54c12b594d
feat: Show progress of long migration queries ( #33660 )
...
Often large databases take several minutes to alter a table, this gives
zero feedback right now and makes it hard to guess where the problem
is if things eventually fail. Was the query slow? Was it making adequate
progress? after how much time it failed?
All of these questions will now be easier to answer. This PR spawns a
new thread everytime we migrate database and...
1. Every 10 seconds check if any command has been running for >10
seconds from current DB connection.
2. Print details about ongoing command like state, progress, time take
and query.
The progress detail is often misleading but it's better than nothing.
2025-08-17 07:56:29 +00:00
Rahul Agrawal
f7733e78f7
fix: populate filters for number card of type report ( #33659 )
2025-08-17 13:07:45 +05:30
rohitwaghchaure
ba8678d240
Merge pull request #33654 from rohitwaghchaure/feat-week-support-qb
...
feat: group by week dates in qb
2025-08-15 19:18:56 +05:30
Rohit Waghchaure
3ec948239f
feat: group by week dates in qb
2025-08-15 15:37:36 +05:30
Ankush Menat
4c3c980bac
fix(UX): freeze screen while navigating ( #33652 )
...
Also works as giving some feedback while changing the page.
2025-08-15 03:44:22 +00:00
Ejaaz Khan
354960fc16
Merge pull request #33645 from frappe/l10n_develop
...
fix: sync translations from crowdin
2025-08-15 00:48:35 +05:30
Ayush Chaudhari
aeb8a3f0a7
fix: ignore 'test_*' directories
2025-08-14 18:16:41 +05:30
Ayush Chaudhari
04f5e420f2
fix: coveragerc wasn't being read 🌚
2025-08-14 18:12:28 +05:30
Soham Kulkarni
9aa265e9a2
Merge pull request #33648 from frappe/revert-33512-feat/sidebar-hover-expand
...
Revert "feat: auto-expand sidebar on hover"
2025-08-14 17:25:24 +05:30
Ayush Chaudhari
f20da79288
ci: ignore test doctypes generated during test runs
2025-08-14 16:52:49 +05:30
Elton Lobo
86e38ecade
fix: invitation user relation ( #33603 )
...
* fix(user-invitation): unlink user from invitations on delete
* fix(user-invitation): disallow inviting disabled users
* style(user-invitation): format code
* test(user-invitation): correct tests after invitation user relation fix
* test(user-invitation): add invite by email api's disabled user test
* docs(user-invitation): mention disabled users processing
* refactor(user-invitation): add `User invitation` doctype to `ignore_links_on_delete`
* Revert "refactor(user-invitation): add `User invitation` doctype to `ignore_links_on_delete`"
This reverts commit a70e4800c8182ea562b28a65239c82e1bed5e612.
2025-08-14 16:26:23 +05:30
Ayush Chaudhari
437483f612
chore(deps): bump coverage
2025-08-14 16:26:16 +05:30
MochaMind
ee54c98dfc
fix: Hungarian translations
2025-08-14 16:07:52 +05:30
Akhil Narang
c8418e174e
chore(deps): bump pypdf ( #33643 )
...
Resolves GHSA-7hfw-26vp-jp8m
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-08-14 09:46:03 +00:00
Akhil Narang
debd500cf3
fix: validate social login key JSON fields ( #33622 )
...
Any misconfiguration would break login page otherwise
Resolves #33579
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-08-14 12:56:12 +05:30
dependabot[bot]
4acd07eaa4
chore(deps): bump tmp from 0.2.1 to 0.2.4 ( #33566 )
...
Bumps [tmp](https://github.com/raszi/node-tmp ) from 0.2.1 to 0.2.4.
- [Changelog](https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md )
- [Commits](https://github.com/raszi/node-tmp/compare/v0.2.1...v0.2.4 )
---
updated-dependencies:
- dependency-name: tmp
dependency-version: 0.2.4
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-14 11:27:07 +05:30
Ejaaz Khan
e0b0d578f3
Merge pull request #33624 from frappe/l10n_develop
...
fix: sync translations from crowdin
2025-08-13 17:22:19 +05:30
Akhil Narang
91866a2348
Merge pull request #33610 from akhilnarang/fix-new-tree-doc-up
...
fix(nestedset): clear user permissions cache when a new doc is created, if applicable
2025-08-13 13:35:44 +05:30
Akhil Narang
c0c0cae78a
fix(nestedset): clear user permissions cache when a new doc is created, if applicable
...
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-08-13 12:54:00 +05:30
Akhil Narang
d5fcdff679
Merge pull request #33621 from akhilnarang/change-get-version-output
...
chore(commands/version)!: use `plain` output instead of `legacy` by default
2025-08-13 12:50:28 +05:30
Akhil Narang
b7c14fac29
Merge pull request #33627 from akhilnarang/fix-encrypted-backup-check
...
fix(restore): check for `AES` instead of `cipher` to detect encrypted backup
2025-08-13 12:50:24 +05:30
Akhil Narang
c22ff226aa
fix(restore): check for AES instead of cipher to detect encrypted backup
...
Seems more consistent, have seen the following outputs with `file`:
- GPG symmetrically encrypted data (AES256 cipher)
- PGP symmetric key encrypted data - AES with 256-bit key salted & iterated - SHA512 .
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-08-13 12:04:14 +05:30
MochaMind
cd373ac77b
fix: Serbian (Cyrillic) translations
2025-08-12 15:54:29 +05:30
MochaMind
f05f498049
fix: Serbian (Latin) translations
2025-08-12 15:54:26 +05:30
MochaMind
09ba4dbf03
fix: Bosnian translations
2025-08-12 15:54:23 +05:30
MochaMind
27a3ba4c3b
fix: Croatian translations
2025-08-12 15:54:20 +05:30
MochaMind
0645a5d42b
fix: Persian translations
2025-08-12 15:54:18 +05:30
Hussain Nagaria
9eda39ff61
chore: move docs link to documentation instead of description ( #33618 )
2025-08-12 09:49:30 +00:00
Akhil Narang
b40c1d292b
chore(commands/version)!: use plain output instead of legacy by default
...
This includes the commit hash in the output, which is useful
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-08-12 14:57:14 +05:30
Soham Kulkarni
0fef45a590
Merge pull request #33616 from sokumon/show-barcode-in-dialog
...
fix: show barcode icon in dialog
2025-08-12 12:11:40 +05:30
Samuel Helbling
ed0d3c9616
fix: remove unnecessary xss sanitization from login email input ( #33377 )
2025-08-12 11:51:33 +05:30
sokumon
7570d2cc0f
fix: show barcode icon in dialog
2025-08-12 11:47:40 +05:30
dependabot[bot]
c8835d7403
chore(deps): bump actions/checkout from 4 to 5 ( #33612 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-12 11:03:25 +05:30
dependabot[bot]
c5e382497a
chore(deps): bump actions/download-artifact from 4.3.0 to 5.0.0 ( #33613 )
...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact ) from 4.3.0 to 5.0.0.
- [Release notes](https://github.com/actions/download-artifact/releases )
- [Commits](https://github.com/actions/download-artifact/compare/v4.3.0...v5.0.0 )
---
updated-dependencies:
- dependency-name: actions/download-artifact
dependency-version: 5.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-12 11:03:15 +05:30
Soham Kulkarni
8f60a86b98
Merge pull request #33609 from sokumon/focus-management
...
fix: keyboard navigation via tab on forms
2025-08-12 10:47:30 +05:30