Commit graph

46952 commits

Author SHA1 Message Date
Rushabh Mehta
4a602917a8 fix(test): fix workspace_blocks.js 2024-07-29 22:25:08 +05:30
Rushabh Mehta
e19dce1fe0 fix(ui): cleanup workspace edit buttons 2024-07-29 18:56:13 +05:30
Rushabh Mehta
5a2c2a3250 fix(tests): [Workspace] Fix tests for actions in footer 2024-07-29 08:25:38 +05:30
Rushabh Mehta
d545f30b22 fix(tests): [Workspace] Fix tests for actions in footer 2024-07-29 07:58:10 +05:30
Rushabh Mehta
da3698ba30 fix(tests): [Workspace] Fix tests for actions in footer 2024-07-28 19:13:54 +05:30
Rushabh Mehta
40557741b2 fix(tests): [Workspace] Fix tests for actions in footer 2024-07-28 11:54:40 +05:30
Rushabh Mehta
76da422081 fix(minor): move Create Workspace button to footer 2024-07-27 12:25:37 +05:30
Dany Robert
968800ce72
fix(babel): not a valid locale identifier (#26749) 2024-07-26 14:58:49 +02:00
P-Godfroid
67279d14a2
fix: get_token header typo (#27202)
Verfication changed into Verification
2024-07-26 14:43:15 +02:00
Akhil Narang
9978d61a32
Merge pull request #27200 from akhilnarang/fix-check-query-string-null
fix: check that query_string isn't null before trying to use it
2024-07-25 19:29:04 +05:30
Frappe PR Bot
95de3071b6
fix: sync translations from crowdin (#27142) 2024-07-24 10:02:07 +02:00
Akhil Narang
1d46f03dae
fix: check that query_string isn't null before trying to use it
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-07-24 12:46:25 +05:30
Frappe PR Bot
82979379f1
chore: update POT file (#27177) 2024-07-22 18:00:09 +05:30
Sumit Bhanushali
66eabd6738
Merge pull request #27101 from asharkinasuit/fix_check_field_list_filter
fix(list view): checkbox field list filter broken
2024-07-22 16:49:21 +05:30
ALB.Leach
dde466be3d
feat: Implement OAuth Backend App Flow for Email Accounts (#27167)
* feat: Implement OAuth Backend App Flow for Email Accounts

* chore: Reformat to satisfy linter

* chore: format

Signed-off-by: Akhil Narang <me@akhilnarang.dev>

---------

Signed-off-by: Akhil Narang <me@akhilnarang.dev>
Co-authored-by: Akhil Narang <me@akhilnarang.dev>
2024-07-22 16:47:18 +05:30
Suraj Shetty
82fd0f012a
Merge pull request #26519 from blaggacao/feat/notification-preview 2024-07-22 16:39:02 +05:30
Nihantra C. Patel
427fd6f420
fix: calculation according to the decimal digit (#26510)
* fix: calculation according to the decimal digit

* fix: calculation according to the decimal digit

* fix: calculation according to the decimal digit

* fix: calculation according to the decimal digit

* fix: calculation according to the decimal digit
2024-07-22 16:23:16 +05:30
Maxim Sysoev
f9c7d8c386
feat: Chart labels from title_field if use Group by Type (#27173)
* feat: Chart labels from title_field if use Group by Type

* formatting

* Formatting

* trim trailing whitespace

* trim trailing whitespace
2024-07-22 14:06:36 +05:30
Akhil Narang
357307ffde
Merge pull request #27000 from pgruener/bugfix/postgres_schema_support
fix: Fixed schema isolation/support for postgres connectivity.
2024-07-22 13:50:26 +05:30
Akhil Narang
5c41ea14b1
Merge pull request #27182 from akhilnarang/make-background-print-optional
feat: allow disabling background print for a smaller number of documents
2024-07-22 13:10:48 +05:30
Akhil Narang
c299c01503
feat: allow disabling background print for a smaller number of documents
- Saves some storage as the PDFs aren't created as files
- Some sites are facing issues with background print, this can still be used while that's investigated

Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-07-22 12:55:56 +05:30
Akhil Narang
372b96397c
Merge pull request #27170 from akhilnarang/fix-number-card-currency
fix: check df options for determining currency even if no doc is passed
2024-07-22 11:24:32 +05:30
Philipp Gruener
e2a1c506fe fix: Added adjustments 2024-07-20 13:30:35 +02:00
Akhil Narang
60e145ea12
fix: check df options for determining currency even if no doc is passed
We can get data like `Company` from user defaults

Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-07-19 15:42:17 +05:30
Raffael Meyer
284af156e0
fix: refresh fields after frm.set_read_only (#26998) 2024-07-18 21:17:14 +02:00
Raffael Meyer
053ad46280
fix: skip redundant fields in fixture export (#27048) 2024-07-18 20:12:18 +02:00
David
f3fce843c6
fix(notification): preview from standard notification 2024-07-18 18:55:29 +02:00
David
b2a3102345
feat(notifications): add preview 2024-07-18 18:55:25 +02:00
Akhil Narang
53b054e72e
Merge pull request #24725 from blaggacao/chore/generalize-notification-receiver-fields
feat: generalize receiver logic in notifications
2024-07-18 15:30:52 +05:30
David
4a4e25f988
style: format 2024-07-18 11:48:17 +02:00
Akhil Narang
01de5ad796
Merge pull request #26978 from blaggacao/fix/email-record-linking
fix: email record linking via rfc5233 & rfc5322
2024-07-18 15:14:55 +05:30
Akhil Narang
ae375f1b5e
Merge pull request #27162 from akhilnarang/fix-newsletter-read-failure-logging
fix(newsletter): prevent `UnboundLocalError` when `doc` is not associated with a value
2024-07-18 13:32:57 +05:30
Akhil Narang
3354fe9db4
fix(newsletter): prevent UnboundLocalError when doc is not associated with a value
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-07-18 11:36:15 +05:30
Akhil Narang
231ca0d240
Merge pull request #27096 from marination/user-type-perms
feat: Allow Setting email, share and print perms via User Type
2024-07-18 11:06:24 +05:30
Akhil Narang
8c9a756a88
Merge pull request #27141 from Poorvi-R-Bhat/user_disable_email
fix: disabling the email notifications when the user is disabled#18193
2024-07-18 10:27:40 +05:30
Arun Mathai S.K.
02c680e68d
fix: migrate-to now works (#27115)
* chore : migrat-to pre check url

* feat: migrate-to now works

* fix: unecessary context

* chore: remove commented code
2024-07-18 10:27:20 +05:30
Rushabh Mehta
f179a1286f
Merge pull request #26748 from blaggacao/perf/smaller-website-body
perf: significantly smaller website body
2024-07-18 07:33:56 +05:30
Jeroen Peperkamp
806d13dbb9
fix!: sort exported customizations by name for better diffs (#26927)
* fix: sort exported customizations by name for better diffs

* fix formatting

---------

Co-authored-by: barredterra <14891507+barredterra@users.noreply.github.com>
2024-07-17 21:14:58 +05:30
Akhil Narang
23539e3dc7
Merge pull request #27152 from barredterra/handle-errors-during-error-handling
fix(Email Account): handle errors during error handling
2024-07-17 19:13:35 +05:30
Akhil Narang
4b7683d044
fix: disabled users now have thread_notify disabled
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-07-17 19:11:52 +05:30
Poorvi-R-Bhat
029e6f7ddd fix: disabling the notifications when the user is disabled#18193 2024-07-17 17:43:50 +05:30
barredterra
eb28a7322b fix(Email Account): handle errors during error handling 2024-07-17 13:20:09 +02:00
Akhil Narang
cb90ce463d
Merge pull request #27149 from akhilnarang/pin-pydyf
chore(deps): pin pydyf to 0.10.0
2024-07-17 14:40:43 +05:30
Akhil Narang
7ffe82956d
chore(deps): pin pydyf to 0.10.0
weasyprint had a loose requirement of >=0.6.0 earlier
pydyf changed their constructor in 0.11.0

Later versions of weasyprint would work (they did pin their
dependencies, but there's still a conflict due to `bleach[css]`

The conflict is caused by:
    weasyprint 62.3 depends on tinycss2>=1.3.0
    bleach[css] 6.0.0 depends on tinycss2<1.2 and >=1.1.0; extra == "css"

For now, pinning this is the simplest solution until we upgrade other
packages as well

Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-07-17 14:14:05 +05:30
Philipp Gruener
ffcd6d1ff5 fix: Added missing newlines after merge (for pre-commit checks) 2024-07-16 22:52:31 +02:00
gruener
efc9bdd4f6
Merge branch 'develop' into bugfix/postgres_schema_support 2024-07-16 22:47:01 +02:00
Akhil Narang
c4760fc78a
Merge pull request #27139 from frappe/mergify/bp/develop/pr-27105
fix: not showing actions menu (backport #27105)
2024-07-16 21:26:33 +05:30
RJPvT
04e3f1d035 fix: makeup prettier
(cherry picked from commit 979a7659c9ee83139ff517802537cf6571e4ef4b)
2024-07-16 14:43:22 +00:00
RJPvT
f2904fb0db fix: not showing actions menu
should be .list-row-checkbox:checked (since three months ago)

(cherry picked from commit 77d31e04c4c0962163f54fd34b2e85105b98fe3c)
2024-07-16 14:43:22 +00:00
Akhil Narang
06c000822c
Merge pull request #27134 from akhilnarang/dont-notify-value-change-on-delete
fix: don't trigger `Value Change` notifications for deleted documents
2024-07-16 18:22:48 +05:30