Commit graph

47446 commits

Author SHA1 Message Date
venkat102
fc0e37d52c fix: show chart tooltip in report currency 2024-09-20 11:41:38 +05:30
Akhil Narang
28c73fac8e
Merge pull request #27831 from cogk/fix-db-restore-strip-mariadb-sandbox-mode-comment
fix(restore): Remove sandbox mode comment
2024-09-20 11:18:49 +05:30
Akhil Narang
ce613e2454
Merge pull request #27689 from pa1narendra/social-login-key-keycloak
feat(auth): Added keycloak as a social login provider
2024-09-19 18:14:28 +05:30
Corentin Forler
1195260c92
chore: Add type hints 2024-09-19 14:05:25 +02:00
Corentin Forler
2818c745b6
fix(restore): Remove sandbox mode comment
d20518168a
2024-09-19 14:05:25 +02:00
Akhil Narang
71b869a975
refactor(keycloak): set API endpoint while getting list of oauth providers
urljoin() just adds the base URL to the relative path, here our base URL has an extra route in the path which isn't added in.

Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-09-19 15:31:32 +05:30
Frappe PR Bot
3f65938ac1
fix: sync translations from crowdin (#27679) 2024-09-19 01:13:02 +02:00
Raffael Meyer
09fc6ee531
feat: better filter labels (#27808) 2024-09-19 01:11:28 +02:00
gavin
e8153fc2b6
Merge pull request #27798 from gavindsouza/run-tests_verbosity
ci: Show which test record creation failed
2024-09-18 20:02:01 +05:30
Akhil Narang
10a35c2623
Merge pull request #27825 from akhilnarang/add-back-describe-cmd
chore: add back describe-database-table command
2024-09-18 18:24:21 +05:30
Akhil Narang
b7fcafcaf1
chore: add back describe-database-table command
Partial revert of b169f8780a

Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-09-18 16:48:49 +05:30
David Arnold
fdd39b6a18
Merge pull request #27801 from frappe/fix/migration-patch-marketing-campaign
fix: migration to utm
2024-09-17 12:26:41 +02:00
David
5c12091385
fix: migration to utm 2024-09-17 11:41:51 +02:00
Akhil Narang
578c9c1864
Merge pull request #27799 from ruthra-kumar/renumber_idx_on_remove
fix: re-number idx on child table row removal
2024-09-17 14:32:39 +05:30
ruthra kumar
2b8df89d55 fix: re-number idx on child table row removal 2024-09-17 14:19:57 +05:30
Gavin D'souza
4c8a0e2a36
ci: Show which test record creation failed 2024-09-16 19:57:53 +02:00
Sumit Bhanushali
4f8452c7aa
Merge pull request #27795 from frappe/cust_mod_wf
fix: dont fetch context for custom doctype based on custom module
2024-09-16 21:36:25 +05:30
Sumit Bhanushali
984b2d8b23 fix: dont fetch context for custom doctype based on custom module 2024-09-16 20:41:37 +05:30
Akhil Narang
5fb247c4e1
Merge pull request #26693 from cogk/fix-attachment-name-with-percent
fix: Fix file/email attachment name containing percent sign
2024-09-16 18:23:37 +05:30
Corentin Forler
772df163cf
fix(file): Remove illegal chars in file_name
- / and \ cannot work as file names
- % is not allowed verbatim in URLs
- ? and # are not allowed because confused with query/hash separators
2024-09-16 13:47:27 +02:00
Corentin Flr
6b7c0007fe
test(File): Add test for attachments with percent-encoded file names 2024-09-16 13:47:27 +02:00
Corentin Flr
71f111e267
fix(InboundEmail): Unquote percent-encoded file names 2024-09-16 13:47:27 +02:00
Corentin Flr
b23f24a4fc
fix(File): Disallow percent sign in file_name 2024-09-16 13:47:27 +02:00
Corentin Flr
aa9f0d365c
fix(File): Unquote file_url only once 2024-09-16 13:47:27 +02:00
Akhil Narang
64ec68ff00
Merge pull request #27746 from Lyes7/fix/fix-workflow-typos
fix: workflow typos
2024-09-16 16:22:10 +05:30
Akhil Narang
fc8259a2a5
Merge pull request #27772 from gavindsouza/delete_doc-check_if_submittable
fix(delete_doc): Check if submittable before docstatus validation
2024-09-16 15:41:30 +05:30
Akhil Narang
817c5fff9e
Merge pull request #27786 from akhilnarang/improve-decryption-failed-message
chore(decrypt): mention the key in error if specificed
2024-09-16 13:13:17 +05:30
Akhil Narang
9098538023
chore(twofactor): specify key to display during decryption failures
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-09-16 13:00:38 +05:30
Akhil Narang
c2001919a5
chore(decrypt): mention the key in error if specificed
This would allow the user to know which key is failing, and just update that if required

Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-09-16 12:51:49 +05:30
Akhil Narang
dda20b6577
Merge pull request #27782 from akhilnarang/update-password-message
fix(setup_wizard): update wording for password field for non-admins
2024-09-16 11:55:33 +05:30
Akhil Narang
69179e8e94
fix(setup_wizard): update wording for password field for non-admins
It's an optional field because the user already exists, clarify that
that this can just update their password, otherwise the original
password will still work.

Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-09-16 11:40:06 +05:30
David Arnold
8ef064b14a
Merge pull request #27776 from frappe/perf/count-on-db-exists
fix: align signature with backend; use count for perf on filters
2024-09-14 13:02:25 +02:00
David
89d4e6670b
fix: align signature with backend; use count for perf on filters 2024-09-14 12:49:20 +02:00
Gavin D'souza
15f6fcdf3e
fix(delete_doc): Check if submittable before docstatus validation 2024-09-13 18:50:50 +02:00
David Arnold
203dd95ebe
Merge pull request #27765 from frappe/refactor/cli-context-lsp-support
refactor: type hint cli context
2024-09-13 17:37:49 +02:00
David
202cce8a0d
refactor: type hint cli context 2024-09-13 17:25:43 +02:00
David Arnold
a46b94527b
Merge pull request #27753 from frappe/feat/add-friedly-error-handler-on-cli
feat: friendly error wrapper on cli
2024-09-13 17:20:29 +02:00
David
f2b42b6d5c
chore: also improve the pdb test mode 2024-09-13 17:07:04 +02:00
David (aider)
0e92dc3a97
feat: friendly error wrapper on cli 2024-09-13 17:07:04 +02:00
David Arnold
40f2387780
Merge pull request #27763 from frappe/fix/correct-execute-command
fix!: execute command
2024-09-13 17:05:07 +02:00
David
6a95540bf5
fix: nicer error message on bench execute 2024-09-13 16:52:16 +02:00
David
0c6fffa348
fix!: execute command
BREAKING: return values of bench execute are not quoted anymore
For example, `bech execute frappe.bold --arg 'hi'`
- now returns: `<strong>hi</strong>`
- instead of: `"<strong>hi</strong>"`
2024-09-13 16:52:15 +02:00
Akhil Narang
d42e5be4da
Merge pull request #27723 from s-aga-r/fix-system-manager-emails
fix: prevent sending emails to System Manager when email notifications are disabled
2024-09-13 18:27:53 +05:30
Akhil Narang
346082643b
chore: format
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-09-13 18:23:00 +05:30
Akhil Narang
c044680c3f
Merge pull request #27505 from dj12djdjs/fix-link-title-href
fix: show link title in generated form hrefs
2024-09-13 18:17:15 +05:30
David Arnold
ee71bee135
Merge pull request #27766 from frappe/refactor/frappe-init-call-pre-pr
chore: fix all invocation of init for singledispatch -> min 1 positional arg
2024-09-13 12:06:50 +02:00
David
d87b786687
chore: fix all invocation of init for singledispatch -> min 1 positional arg 2024-09-13 11:53:52 +02:00
David Arnold
29d61588c8
Merge pull request #26753 from blaggacao/perf/more-critical-requests-cachable
perf: make more resources in the critical path cacheable
2024-09-13 10:42:19 +02:00
David
2fccd18dd1
feat: make more resources in the critical path cacheable 2024-09-13 10:29:19 +02:00
David Arnold
c224a171c2
Merge pull request #27759 from frappe/fix/json-serializer
fix: improve serializer
2024-09-13 10:22:28 +02:00