Commit graph

50636 commits

Author SHA1 Message Date
Maxim Sysoev
a93e7d5271 feat: Improve readability of preview pop-up
show link title instead of its name
2025-08-17 09:54:19 +03:00
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
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
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
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
sokumon
c6c13265aa fix: make shift tab work 2025-08-11 19:46:47 +05:30
sokumon
226eef58c3 fix: keyboard navigation via tab on forms 2025-08-11 17:31:20 +05:30
Hussain Nagaria
6e880bdcfe
fix: version diff for empty datetime fields (#33605)
* fix: version diff for empty datetime fields

* fix: remove debug print
2025-08-11 11:49:21 +00:00
Ejaaz Khan
acb7f82732
Merge pull request #33601 from frappe/l10n_develop
fix: sync translations from crowdin
2025-08-11 16:46:37 +05:30
MochaMind
18e400e90a fix: Indonesian translations 2025-08-11 15:43:02 +05:30
MochaMind
7729481448 fix: Esperanto translations 2025-08-11 15:42:59 +05:30
MochaMind
523df98a86 fix: Serbian (Cyrillic) translations 2025-08-11 15:42:56 +05:30
MochaMind
a583c45452 fix: Italian translations 2025-08-11 15:42:54 +05:30
MochaMind
ae9e6e15da fix: Vietnamese translations 2025-08-11 15:42:51 +05:30
MochaMind
92463519b9 fix: Dutch translations 2025-08-11 15:42:49 +05:30
MochaMind
410d52b56b fix: Czech translations 2025-08-11 15:42:47 +05:30
MochaMind
be1faeed5e fix: Serbian (Latin) translations 2025-08-11 15:42:45 +05:30
MochaMind
07d11ef08c fix: Bosnian translations 2025-08-11 15:42:42 +05:30
MochaMind
c461a4c9bb fix: Croatian translations 2025-08-11 15:42:40 +05:30
MochaMind
d6cea77b77 fix: Thai translations 2025-08-11 15:42:37 +05:30
MochaMind
cf247817b3 fix: Persian translations 2025-08-11 15:42:35 +05:30
MochaMind
779fb50483 fix: Portuguese, Brazilian translations 2025-08-11 15:42:32 +05:30
MochaMind
04c733b4ed fix: Chinese Simplified translations 2025-08-11 15:42:30 +05:30
MochaMind
ed1e79e79f fix: Turkish translations 2025-08-11 15:42:27 +05:30
MochaMind
6759d64559 fix: Swedish translations 2025-08-11 15:42:25 +05:30