mergify[bot]
a35763039c
Merge branch 'develop' into new-scrollable-list-view
2025-08-06 06:36:22 +00:00
Soham Kulkarni
64db88228f
refactor: seperate blogs into a seperate app ( #32737 )
...
* fix: remove doctypes,workspace blocks, files
* fix: minor python tests and UI tests
* fix: remove blog post from tests
* fix: remove blogger as role for tests
* fix: add check for if doctype exists
* fix: ui test
* fix: more cleanup
* fix: cleanup comments and fix test_query
* fix: resolve conflicts
* fix: add warning and handle comments
2025-07-28 14:35:02 +05:30
Niraj Gautam
aca2801897
Parse html to text in export_query ( #32794 )
...
* fix: Parse html to text in export_query
* chore: Use xlsx data for csv content
2025-07-23 18:19:52 +05:30
Akhil Narang
29d7a5b94d
fix(dashboard_chart): check for Group By chart type as well in permission query
...
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-07-16 13:16:01 +05:30
Diptanil Saha
ba298488c5
feat: include hidden columns in query report export file ( #33333 )
2025-07-16 11:22:07 +05:30
Logesh Periyasamy
8ef3868e57
fix: convert as float ( #33275 )
2025-07-11 10:37:35 +05:30
Soham Kulkarni
b834b33b56
Merge pull request #32839 from sokumon/values-over-chart
...
fix: configure to show values on top of bar and line graphs
2025-07-10 11:52:05 +05:30
Ankush Menat
1a7da4f025
fix: keep setup_complete in sync with rest ( #33215 )
...
For backward compatbility of whatever reads System Settings.
2025-07-03 18:19:23 +05:30
sokumon
6a2c400222
fix: configure to show values on top of bar and line graphs
2025-07-02 19:00:45 +05:30
Rohit Waghchaure
41c2f49bd1
fix: setup wizard issue
2025-07-01 18:05:36 +05:30
Akhil Narang
09060637fa
fix(tag): use db.set_value ( #33072 )
...
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-06-24 19:37:33 +05:30
mergify[bot]
11c429e5bf
Merge branch 'develop' into 36457-report-perm-perf-issue
2025-06-23 16:43:23 +00:00
Sagar Vora
d9f1fc9aee
perf: use __dict__ directly
2025-06-21 20:08:02 +05:30
Sagar Vora
326c57af07
chore: remove dead meta keys
2025-06-21 20:07:10 +05:30
Ankush Menat
f56c405e26
fix: Remove meta-bundle caching ( #33029 )
...
- This has never worked
- using `modified` isn't a good way to invalidate this cache because it
doesn't change with customization
2025-06-20 18:33:30 +05:30
Soham Kulkarni
aedd5c29c0
fix: dont allow Website User to write to public events ( #32966 )
2025-06-19 20:57:27 +05:30
Ejaaz Khan
c72a9351d4
refactor: change site to request cache
2025-06-18 11:04:56 +05:30
Ankush Menat
3bb70a905d
fix: restrict method types in few whitelisted funcs ( #32984 )
2025-06-18 11:02:57 +05:30
Sagar Vora
514a9a6e59
Merge pull request #32977 from sokumon/savedocs-field-issue
2025-06-17 18:29:04 +00:00
Ejaaz Khan
8734d45033
refactor: remove duplicate code
2025-06-17 20:44:20 +05:30
sokumon
b79c5476a7
fix: restrict fields according to permlevel after update as well
2025-06-17 20:17:50 +05:30
Sagar Vora
b3e1eda4c8
feat: global frappe.in_test flag ( #32960 )
...
* feat: global `frappe.in_test` flag
* feat: helper utility to toggle `frappe.in_test`
* fix: use `toggle_test_mode` util
* fix: use `frappe.in_test`
* chore: add comment explaining global `in_test`
* chore: ignore commit replacing flag usage
* test: temporarily disable `frappe.in_test`
this worked earlier because flag was set in werkzeug.local which was separate for API test client
* test: add comment explaining change
2025-06-17 19:19:31 +05:30
Ejaaz Khan
e6eb4a73d7
refactor: revert permssion changes
2025-06-17 15:40:59 +05:30
Ejaaz Khan
771d6fe9e1
refactor: instead of local use site cache
2025-06-17 15:39:30 +05:30
Ejaaz Khan
484a43736a
fix: query report read and if_owner permissions
2025-06-16 02:13:48 +05:30
Ankush Menat
7345b6b078
perf: Limit get_open_count to 1s for each count query ( #32920 )
...
If left unoptimized this wreaks havoc on database servers and has little
real value. If it's valuable people will complaint about "?" and it will
get fixed.
This constriant on runtime should always be present.
2025-06-12 21:17:58 +05:30
Ankush Menat
49f582ae57
perf: Use lazy doc in a lot more places
2025-06-11 09:55:45 +05:30
Ejaaz Khan
a73ddf41f2
Revert "fix: query report read permission issue"
2025-06-10 11:35:25 +05:30
Ankush Menat
8088bd3891
chore: Drop empty UnitTestCases ( #32867 )
...
Next to zero adoption after introduction, just noise in codebase.
I don't see any point in arguing about purity of test cases when
existence and quality of test cases is usually the bigger problem.
Dropped using semgrep
2025-06-10 05:28:53 +00:00
Aayush Dalal
ca5b4cea0b
fix: throw permission error ( #32860 )
2025-06-10 08:47:49 +05:30
Ejaaz Khan
cd6644d568
Revert "fix: exclude if owner from accessing all report"
2025-06-03 17:03:54 +05:30
Ejaaz Khan
7d4e703318
Merge pull request #32733 from iamejaaz/json-to-csv-prepared
...
feat: add download as csv option in prepared report
2025-06-03 14:45:11 +05:30
rohitwaghchaure
5c6b2b5bec
refactor: track completed app setup wizards and re-run the setup wizard upon new app installation. ( #32640 )
2025-06-03 12:36:22 +05:30
Ankush Menat
0e1388d90a
Revert "fix: single checkbox to track telemetry & allow recording" ( #32749 )
...
This reverts commit 8e7da4cd7e .
2025-06-02 14:05:05 +00:00
Ejaaz Khan
7d8c90dc41
refactor: remove unnecessay try catch
2025-05-30 21:14:11 +05:30
Ejaaz Khan
5982741233
refactor: send system notification instead of realtime
2025-05-30 20:20:18 +05:30
Ankush Menat
222095f243
fix!: change default permissions for system console
...
- Restrict to admin by default
- System manager can be re-enabled using role permission manager
2025-05-28 09:28:26 +05:30
Ejaaz Khan
b1b9efb158
Merge pull request #32688 from iamejaaz/36457-report-permission
...
fix: exclude if owner from accessing all report
2025-05-27 14:53:37 +05:30
Ejaaz Khan
9112ec2d97
fix: exclude if owner from accessing all report
2025-05-27 14:35:21 +05:30
Ankush Menat
ca6c57faac
chore: nudge for using better console ( #32656 )
2025-05-23 12:52:43 +00:00
Ankush Menat
9fa2edf461
fix: unexpected commits
2025-05-23 11:51:36 +05:30
Ankush Menat
d65f82db19
Merge pull request #32641 from ankush/auto_completions
...
fix(DX): autocompletions in system console
2025-05-22 22:28:17 +05:30
Ankush Menat
46041cfe71
fix: server script auto completions
...
ace do be like that, this isn't so important to figure out exact async
chain that makes it work 🤷
2025-05-22 22:16:34 +05:30
Ankush Menat
2300e6afba
feat: autocompletions in system console
2025-05-22 22:14:16 +05:30
Ankush Menat
aa03d51566
fix: notification header
2025-05-22 17:39:21 +05:30
UmakanthKaspa
868a019e4b
Merge branch 'develop' into feature/show-full-number-option
2025-05-22 11:43:18 +05:30
UmakanthKaspa
c16bdcd80c
feat(number-card): update description for 'Show Full Number' checkbox
...
Co-authored-by: Ejaaz Khan <67804911+iamejaaz@users.noreply.github.com>
2025-05-22 06:11:13 +00:00
Ejaaz Khan
f534411b6b
Merge pull request #32615 from ShreyasTheNewbie/bgcolor_in_number_card
...
feat: add background color to Number Card
2025-05-22 10:50:39 +05:30
Soham Kulkarni
f4edb51d30
Merge pull request #32228 from sokumon/note-issue
...
fix(Note): make note show up only on login
2025-05-21 19:52:49 +05:30
UmakanthKaspa
f1fdb50034
feat: add 'show full number' option to number card
2025-05-21 12:10:08 +00:00