Rushabh Mehta
1a0d82f63c
Merge pull request #27876 from rmehta/fix-workspace-app
...
fix(minor): Set default app in Workspace and Module Def
2024-09-23 21:25:51 +05:30
Rushabh Mehta
5099041947
fix(minor): workspace/patches/update_app.py
2024-09-23 21:12:02 +05:30
Rushabh Mehta
384f4c9e21
fix(minor): don't set default app for custom modules
2024-09-23 21:03:21 +05:30
Rushabh Mehta
f24f327596
fix(minor): workspace/patches/update_app.py
2024-09-23 20:52:29 +05:30
Rushabh Mehta
dc21fbcb56
fix(minor): set default app as frappe in workspace if no app or module defined
2024-09-23 20:50:43 +05:30
Rushabh Mehta
7acf1fd346
fix(minor): set default app in module and workspace
2024-09-23 20:43:12 +05:30
Rushabh Mehta
5437e895de
fix(minor): set default app in module and workspace
2024-09-23 20:42:38 +05:30
Akhil Narang
895c589034
Merge pull request #27873 from barredterra/s3-error-logic
...
fix: don't catch S3 upload error prematurely
2024-09-23 18:41:44 +05:30
barredterra
8d52eeafe0
fix: don't catch S3 upload error prematurely
2024-09-23 14:59:24 +02:00
Akhil Narang
a04aba0408
Merge pull request #27868 from akhilnarang/fix-format_timedelta
...
fix: don't call `.total_seconds()` if the object isn't of type `datetime.timedelta`
2024-09-23 17:44:16 +05:30
Rushabh Mehta
4fd7840d28
Merge pull request #27778 from frappe/pot_develop_2024-09-15
...
chore: update POT file
2024-09-23 17:27:55 +05:30
Rushabh Mehta
72f236aa9f
Merge pull request #27819 from rmehta/fix-icons
...
fix(style): Update icons, new design for /me
2024-09-23 17:24:55 +05:30
Rushabh Mehta
d49340245e
fix(sidebar): set current app based on breadcrumb
2024-09-23 17:11:47 +05:30
Shariq Ansari
d965281c0d
Merge pull request #27866 from shariquerik/interaction-fix
...
fix: also assign if ToDo is created via interaction modal
2024-09-23 17:00:46 +05:30
Rushabh Mehta
70c98abc84
fix(minor): only select public workspaces by default
2024-09-23 16:53:31 +05:30
Akhil Narang
44447d27e0
fix(format_timedelta): don't try to call .total_seconds() if a string was passed in
...
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-09-23 16:15:24 +05:30
Akhil Narang
ce3b15c3e1
fix: update comment
...
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-09-23 16:14:12 +05:30
Rushabh Mehta
4da1f70eaf
fix(desktop): fixes to app switcher inside desk
2024-09-23 15:19:09 +05:30
Shariq Ansari
3588b41d16
fix: also assign if ToDo is created via interaction modal
2024-09-23 14:22:53 +05:30
Akhil Narang
b127948317
Merge pull request #27829 from Mutantpenguin/patch-1
...
LDAP: escape special characters in `entry_dn` to prevent `LDAPInvalidFilterError`
2024-09-23 12:57:10 +05:30
El-Shafei H.
6c210dc9d1
fix: Replace "<br>" with "\n" ( #27854 )
2024-09-23 11:59:20 +05:30
Raffael Meyer
d3248612cb
fix: money in words ( #27190 )
2024-09-21 16:24:39 +02:00
Raffael Meyer
b91cacdd18
feat!: enhance Language to become more of a Locale ( #27178 )
2024-09-21 16:02:58 +02:00
David Arnold
1feef4890c
Merge pull request #27852 from blaggacao/fix/parent-translation
...
fix: parent translation tests
2024-09-21 02:09:58 +02:00
David (aider)
8e80ae7980
fix: Implement parent-child language precedence in get_all_translations
2024-09-21 01:56:07 +02:00
David
9c902722fe
fix: parent translation tests
2024-09-21 01:56:06 +02:00
Corentin Forler
9a2ce010f9
fix(translate): Don't extract from gitignored files ( #27498 )
2024-09-20 12:18:28 +02:00
Akhil Narang
8d60342310
Merge pull request #27843 from aerele/report-chart-currency
...
fix: show chart tooltip in report currency
2024-09-20 13:22:29 +05:30
venkat102
85cbe32630
fix: update format
2024-09-20 12:25:40 +05:30
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
Markus Lobedann
691bef09aa
fix: 🐛 escape special characters in entry_dn
...
entry_dn can contain special characters like parenthesis (e.g. to surround nicknames), but these will be interpreted as part of the filter syntax when not escaped and lead to an LDAPInvalidFilterError
2024-09-19 09:44:10 +02:00
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
Rushabh Mehta
f88c508c23
fix(style): Update icons, new design for /me
2024-09-18 14:27:37 +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