Commit graph

42919 commits

Author SHA1 Message Date
Ankush Menat
20c2ce8d29 fix: disable activity log global search
has millions of record that don't need to be searched
"globally"

[skip ci]
2023-08-09 15:18:50 +05:30
Ankush Menat
59e1db7bb5 fix: barcode scanner library path 2023-08-08 12:57:44 +05:30
Ankush Menat
9b52718afc
Merge pull request #21895 from cogk/fix-clear-bootinfo-cache-on-workspace-creation
fix(Workspace): Clear bootinfo cache when creating a new workspace
2023-08-08 12:37:35 +05:30
Ankush Menat
76c69249ff
Merge pull request #21903 from barredterra/print-report-filters
feat(Report Builder): print all filters
2023-08-08 11:08:32 +05:30
Raffael Meyer
c3aaab3447
fix(Web Form): translation of forwarding message (#21948) 2023-08-08 11:05:42 +05:30
Ernesto Ruiz
f6171008f6
chore: Translate repeat frecuency on sidebar (#21956)
[skip ci]
2023-08-08 09:48:39 +05:30
Shariq Ansari
eebbcd02b5
Merge pull request #21846 from RitvikSardana/develop-ritvik-better-set-password-page 2023-08-07 20:49:39 +05:30
Shariq Ansari
6ed6a3f762
chore: minor fix 2023-08-07 20:47:58 +05:30
Jannat Patel
49a9f53d24
feat: text editor and mentions for discussions (#21886) 2023-08-07 20:23:53 +05:30
Ankush Menat
f6326b6145
fix: check before deleting prepared report (#21950) 2023-08-07 14:00:34 +05:30
Sagar Vora
b385fae2dc test: use unique IP to prevent future conflict with other tests 2023-08-07 13:49:52 +05:30
Sagar Vora
e877d926eb
test: set request_ip when testing reset_password (#21937)
* test: set `request_ip` when testing `reset_password`

* test: increase rate limit temporarily while testing `reset_password`
2023-08-07 11:37:23 +05:30
RitvikSardana
3f971f37c1
feat: Added Re-run in Console Button in Console Log Doctype (#21825)
* feat: Added Reload in Console Button in Console Log Doctype

* refactor: simpler doc mapping

* fix: added type of script

* fix: renamed button name

* fix: new solution for Re-run in console

* refactor: use set_route

[skip ci]

---------

Co-authored-by: Ritvik Sardana <ritviksardana@Ritviks-MacBook-Air.local>
Co-authored-by: Ankush Menat <ankush@frappe.io>
2023-08-07 11:33:41 +05:30
Ankush Menat
dbc61cc137 fix: workflow help
closes https://github.com/frappe/frappe/issues/21923
2023-08-07 10:22:59 +05:30
Ritvik Sardana
27426f7ceb chore: code cleanup 2023-08-07 00:34:08 +05:30
Ankush Menat
a2b2998684
fix(DX): Wrap print format errors (#21944)
[skip ci]
2023-08-06 18:55:16 +05:30
Raffael Meyer
5fce1a57c0
fix: validate fieldname in get_group_by_count (#21932)
* fix: validate fieldname in get_group_by_count

* test: call get_group_by_count with invalid field

* test: is_default_field
2023-08-06 17:33:34 +05:30
Raffael Meyer
4fae798ad1
fix: check file permission before zipping (#21934) 2023-08-06 17:21:22 +05:30
Sagar Vora
e588f2d70b
Merge pull request #21928 from resilient-tech/fix-rate-limiter 2023-08-05 17:38:08 +00:00
Sagar Vora
2b96324c31
fix: rate limit for all HTTP methods (#21929) 2023-08-05 22:32:55 +05:30
Michelle Alva
fd2efdb0e1
chore: whitelisted typo (#21930) 2023-08-05 20:15:55 +05:30
Sagar Vora
7aed89ae4d test: set request before verifying 2023-08-05 14:43:45 +05:30
Sagar Vora
773cefea69 test: specify args or kwargs instead of frappe.form_dict 2023-08-05 14:14:03 +05:30
Sagar Vora
3f3821befb fix: dont use form_dict & frappe.call 2023-08-05 13:02:50 +05:30
Sagar Vora
4931c7379c fix: only rate limit if frappe.request is set 2023-08-05 12:54:34 +05:30
Sagar Vora
0cced74766 fix: add rate limiting and type hints for add_feedback 2023-08-05 12:46:31 +05:30
Sagar Vora
1f5480bf0f chore: move permission check earlier 2023-08-05 12:37:34 +05:30
Ankush Menat
cc85d39b50 fix: only allow system manager to start backups 2023-08-05 11:22:49 +05:30
Ankush Menat
201be85d88 chore: remove dead code
https://sourcegraph.com/search?q=context:global+get_badge_info+repo:%5Egithub%5C.com/frappe/.*&patternType=standard&sm=0&groupBy=repo
2023-08-05 11:20:27 +05:30
Ankush Menat
2ed85ca9f2 refactor: check license names before sending text
File might not exist.
2023-08-05 11:15:58 +05:30
Raffael Meyer
011d21b4a3
refactor: docshare get_users (#21924) 2023-08-05 09:41:22 +05:30
Corentin Forler
881240e214 fix(Workspace): Clear bootinfo cache when creating a new workspace 2023-08-04 17:48:22 +02:00
Ankush Menat
8817c228a2 fix: filter schema name on mariadb 2023-08-04 14:33:17 +05:30
Ankush Menat
fd15ab5329 fix: revert pg incompatible change 2023-08-04 14:13:36 +05:30
Ankush Menat
c4230f8760
fix: autoincr status per doctype (#21918)
* fix: autoincr status per doctype

closes https://github.com/frappe/frappe/issues/21386

* chore: Check autoincremented on the database currently being used.

* refactor: Styling and space fix

---------

Co-authored-by: Athul Cyriac Ajay <athul8720@gmail.com>
2023-08-04 13:59:39 +05:30
Ritvik Sardana
1cd6c4effc fix: fixed on click function 2023-08-03 16:08:58 +05:30
Raffael Meyer
dc0a8c5ccb
fix: keep privacy setting of attachments on amend (#21911) 2023-08-03 15:33:39 +05:30
Ritvik Sardana
bd3be6675c refactor: one keyup event for all inputs 2023-08-03 14:00:33 +05:30
Raffael Meyer
fa73d5ea03
perf(dx): let developers know that they need to enable index on links (#21745)
* perf: enable indexing for dashboard links

* style: format with black

* fix: nudge index, don't enable

Many edge cases which can't be checked on-the-fly. Best to just notify
developer that they should enable indexing.

---------

Co-authored-by: Ankush Menat <ankush@frappe.io>
2023-08-03 11:39:59 +05:30
Ankush Menat
d1c3877044
fix: debounce form refresh from realtime events (#21905)
refer https://github.com/frappe/hrms/issues/755
2023-08-02 21:02:25 +05:30
Raffael Meyer
0b509b8e57
fix: add invalid filters for fieldtype "Float" (#21904) 2023-08-02 19:56:03 +05:30
barredterra
b9cdee844e feat: german translations for printed filters 2023-08-02 12:25:37 +02:00
barredterra
d41d8a5779 feat: print all filters in report builder 2023-08-02 12:25:25 +02:00
Suraj Shetty
975c4845cd
Merge pull request #21892 from barredterra/center-upload-notes 2023-08-02 14:35:50 +05:30
Ritvik Sardana
2b565207be fix: added debounce for checking old and new password same or not 2023-08-02 13:27:11 +05:30
Suraj Shetty
0b5a24b2ec
Merge pull request #21899 from surajshetty3416/fix-image-compression 2023-08-02 11:20:29 +05:30
Suraj Shetty
67a32bd054 fix: Set minimum resolution of image 2023-08-02 10:54:36 +05:30
Suraj Shetty
672835d7a9 fix: Show "View File" in the sidebar of file doc 2023-08-02 10:20:25 +05:30
Suraj Shetty
a7be8ccff2 Merge remote-tracking branch 'upstream' into fix-image-compression 2023-08-02 10:13:52 +05:30
Suraj Shetty
5ebe28b454 feat: Add formatter for "File Size" 2023-08-02 10:13:27 +05:30