Commit graph

49515 commits

Author SHA1 Message Date
Suhail
f7f408bfd2
fix: selection of timezone after changing the language (#32211)
It works without changing language because the timezone was auto-filled on country selection.
2025-04-19 12:09:14 +00:00
Rushabh Mehta
2988dba2c7
Merge pull request #32205 from rmehta/fix-sidebar-width
fix(minor): sidebar width
2025-04-19 08:18:04 +05:30
Rushabh Mehta
d67afee189
Merge pull request #32209 from iamejaaz/extra-height-of-grid
fix: remove extra height on grid form when open
2025-04-19 08:17:24 +05:30
Ejaaz Khan
902ba9016d fix: remove extra height on grid form when open 2025-04-19 00:54:59 +05:30
Rushabh Mehta
b541495da7 fix(minor): grid form height back to auto 2025-04-19 00:18:20 +05:30
Rushabh Mehta
19d4f65da7 fix(minor): sidebar width 2025-04-18 22:27:43 +05:30
Ejaaz Khan
c43619079c
Merge pull request #32178 from shashankshirke/develop
fix: redundant comment in form timeline
2025-04-18 21:47:28 +05:30
Raffael Meyer
eeac9832b5
Merge pull request #32043 from barredterra/mapview 2025-04-18 16:11:18 +02:00
Sagar Vora
3e78cd5c2c
Merge pull request #32201 from sagarvora/use-cache 2025-04-18 17:56:04 +05:30
Sagar Vora
e08efc8a64 perf: use cached user and compile regex 2025-04-18 17:41:42 +05:30
ruthra kumar
d4ca8c3c6c
Merge pull request #32200 from ruthra-kumar/remove_custom_fonts
fix: remove custom font
2025-04-18 16:41:09 +05:30
ruthra kumar
41feed83be fix: remove custom font 2025-04-18 16:04:28 +05:30
Ejaaz Khan
811c030420
Merge pull request #32196 from diptanilsaha/fix-setup-wiz-lang
fix: language change on setup wizard doesnt load options
2025-04-18 15:13:18 +05:30
Ejaaz Khan
501cda4b1f
Merge pull request #32194 from ljain112/fix-set-route
fix: return after setting value in set_route_filters
2025-04-18 15:00:35 +05:30
diptanilsaha
79a24c895e fix: language change on setup wizard doesnt load options 2025-04-18 14:43:56 +05:30
ljain112
b9998bbcb2 fix: return after setting value in set_route_filters 2025-04-18 12:14:55 +05:30
Ankush Menat
33e28e0b28
Merge pull request #31989 from revant/clear-expired-tokens
fix: add clear_old_logs OAuth Bearer Token
2025-04-17 18:25:38 +05:30
Ankush Menat
acea1aedbf perf: handle clearing large oauth token table 2025-04-17 18:05:37 +05:30
Suhail
331c89c505
fix(setup-wizard): create system user on initialising setup data (#32181) 2025-04-17 10:08:20 +00:00
Frappe PR Bot
c7e1abc920
fix: sync translations from crowdin (#32092) 2025-04-17 11:42:05 +02:00
Revant Nandgaonkar
2a5506ebc3 fix: add OAuth Bearer Token to clearing doctype hook 2025-04-17 07:56:10 +00:00
Shashank Shirke
df8ae332b9
fix: redundant comment in form timeline
When adding and removing attachments, the comments in the timeline show redundant messages like:

When adding: You attached Added file.csv
When removing: You removed attachment Removed file.csv

Removed the "Added" and "Removed" prefix from the filenames and show correct comments as below:

When adding: You attached file.csv
When removing: You removed attachment file.csv
2025-04-16 19:51:52 -07:00
Ejaaz Khan
3c8a879f37
Merge pull request #32170 from iamejaaz/fix-grid-open-width
fix(minor): shrinking of width of grid row when open
2025-04-16 21:35:28 +05:30
Ankush Menat
9356f5d2e8
build: Bump RQ (#32169) 2025-04-16 17:31:26 +05:30
gavin
3498d35ff8
Merge pull request #31906 from frappe/mergify/bp/develop/pr-31904
refactor(minor): Backups Page (backport #31904)
2025-04-16 13:52:56 +02:00
Ejaaz Khan
340980402e fix: replace fill-width with 100%(firfox issue) 2025-04-16 17:22:36 +05:30
Ejaaz Khan
dfb8a19c53 fix(minor): shrinking of width of grid 2025-04-16 17:13:47 +05:30
gavin
792f1c237f
Merge pull request #32167 from gavindsouza/bp-pr-32074
perf(events): get_events performance & Google Calendar Integration fixes
2025-04-16 13:33:33 +02:00
Gavin D'souza
2a91be3158
chore: Resolve conflicts 2025-04-16 13:32:38 +02:00
Gavin D'souza
98a807af89
fix(ux): Scroll to respective field in system settings via action
(cherry picked from commit 4b597571b4322358aa5f1e35c5feb8465634a448)
2025-04-16 13:32:38 +02:00
Gavin D'souza
3e0a526f70
fix(health_report): Pass _dict to backups context
(cherry picked from commit 26f04ac3138e34a681d913cf228679ec93ec5c24)
2025-04-16 13:32:38 +02:00
Gavin D'souza
eccf26e05f
refactor(minor): Backups Page
- Don't cache page as it shows outdated backups in the list
 - Check for backups to retain properly by bundling them by "backup"
   rather than individual files
 - Use cached system settings & new Path library to de-noise
 - Optimize hourly job that deletes > limit_backup num of files

(cherry picked from commit c3b544389654263e3ebc7e14936ba230feef342b)
2025-04-16 13:32:35 +02:00
Ejaaz Khan
bdfcf92093
Merge pull request #32140 from rehanrehman389/illegal-character-fix
fix: illegal characters in Excel export
2025-04-16 16:46:13 +05:30
petnd
38f112f4ac
fix: Apply permlevel for update_doc endpoint in v2 API (#32135)
* fix: Only Return Allowed Fields in API Response

Apply Read Permission to the returned fields of API v2
2025-04-16 13:02:14 +02:00
Gavin D'souza
43626e2f4a
fix(Event): Capture days within the weekly repeat
Start from the starting date of the range, no need for code gymnastics
to clear it till here.
2025-04-16 12:56:15 +02:00
rehansari26
8dc96658cf chore: format code using pre-commit 2025-04-16 15:22:43 +05:30
rehansari26
a0991b62a3 fix: illegal characters in excel export 2025-04-16 15:17:35 +05:30
ruthra kumar
7d5e338e55
Merge pull request #32106 from ruthra-kumar/allow_custom_fonts_in_wkhtmltopdf
fix: allow custom fonts in wkhtmltopdf
2025-04-16 15:14:48 +05:30
Ankush Menat
599c3a9b77
perf: cache link previews for 10 minutes (#32161)
Often used for masters and often never change
2025-04-16 09:11:33 +00:00
Soham Kulkarni
e038da5129
Merge pull request #32160 from sokumon/boilerplate-ci
fix(boilerplate): update mariadb in ci
2025-04-16 14:11:32 +05:30
sokumon
3ae2baeaf1 fix(boilerplate): update mariadb in ci 2025-04-16 13:58:24 +05:30
Soham Kulkarni
9adec086d6
Merge pull request #32158 from sokumon/search-dialog
fix(ui): search dialog
2025-04-16 13:46:28 +05:30
sokumon
8f6527d13e fix(ui): search dialog 2025-04-16 12:49:33 +05:30
Soham Kulkarni
f395814a36
Merge pull request #32156 from sokumon/address-rendering
fix(minor): address rendering should look same
2025-04-16 11:44:47 +05:30
sokumon
1d723ded80 fix(minor): address rendering should look same 2025-04-16 11:15:26 +05:30
Ankush Menat
31e672f985
perf: 10000s of times faster global search (#32147)
In a new installment of *"how did it ever work"* - global search wasn't
filtering by the matched filter, just ranking. I have no idea why this
is being done here but it's far from a good idea from performance POV.

Not adding `MATCH` in where clause makes the fulltext index worthless.
2025-04-16 09:06:00 +05:30
Akhil Narang
9e6a73f7c2
Merge pull request #31156 from akhilnarang/sqlite
feat: sqlite support
2025-04-16 08:56:52 +05:30
meike289
31f534cade
fix: dont send mail to assignee again if assignee was sender (#32014)
* fix: dont send mail to assignee again if assignee was sender

* fix: pre-commit changes

* fix: simplify check, remove sender from assignees

Co-authored-by: Akhil Narang <me@akhilnarang.dev>

* fix: remove duplicate check

---------

Co-authored-by: Akhil Narang <me@akhilnarang.dev>
2025-04-16 08:23:22 +05:30
Gavin D'souza
75b47411a5
test: Add tests for repeatable events 2025-04-15 22:12:45 +02:00
Gavin D'souza
3dd23e07ec
fix(event): Better calculation of next recurring event
Previous method was confusing and had gaps
2025-04-15 22:11:41 +02:00