Sagar Vora
|
e2a3e0f53a
|
fix: return method if method is being passed
|
2021-03-30 20:00:05 +05:30 |
|
Sagar Vora
|
ada4ad7514
|
chore: add whitelist decorator to missed methods
|
2021-03-30 18:31:01 +05:30 |
|
Sagar Vora
|
6de2dfe2d9
|
test: remove unused import
|
2021-03-30 15:35:32 +05:30 |
|
Sagar Vora
|
3324f005b7
|
test: use frappe.local.attr instead of frappe.attr
|
2021-03-30 15:34:56 +05:30 |
|
Sagar Vora
|
528a7b0f30
|
test: add test to ensure run_doc_method works as expected
|
2021-03-30 15:08:05 +05:30 |
|
Sagar Vora
|
1a9a13e4c2
|
fix: better code quality for run_doc_method
|
2021-03-30 13:47:39 +05:30 |
|
Sagar Vora
|
81b65545b7
|
fix: improved docstring for run_doc_method
|
2021-03-30 13:37:14 +05:30 |
|
Sagar Vora
|
aed90126f3
|
fix: incorrect condition
|
2021-03-30 13:32:36 +05:30 |
|
Sagar Vora
|
f1ed50a64d
|
fix: add valid_http_method validation for methods
|
2021-03-30 13:28:55 +05:30 |
|
Sagar Vora
|
40fa9e277a
|
fix: remove deleted module from imports
|
2021-03-30 13:16:38 +05:30 |
|
Sagar Vora
|
08d88425d2
|
fix: sider issues
|
2021-03-30 13:14:16 +05:30 |
|
Sagar Vora
|
497ea861f4
|
feat: frappe.whitelist for class methods
|
2021-03-30 13:07:58 +05:30 |
|
mergify[bot]
|
f4655e648f
|
Merge pull request #12669 from prssanna/redesign-fixes
fix: Redesign fixes
|
2021-03-30 05:40:21 +00:00 |
|
Suraj Shetty
|
fdb94a5177
|
style: Remove unnecessary space
|
2021-03-30 10:52:57 +05:30 |
|
prssanna
|
a638618788
|
fix: translation syntax
|
2021-03-30 10:42:34 +05:30 |
|
dependabot-preview[bot]
|
58d2581002
|
chore(deps): [security] bump y18n from 4.0.0 to 4.0.1 (#12714)
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. **This update includes a security fix.**
- [Release notes](https://github.com/yargs/y18n/releases)
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yargs/y18n/commits)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
|
2021-03-30 09:39:20 +05:30 |
|
Suraj Shetty
|
9e954e286e
|
Merge pull request #12662 from surajshetty3416/redesign-fixes-24-mar-2021
|
2021-03-29 19:05:59 +05:30 |
|
mergify[bot]
|
0fb4c1800c
|
Merge pull request #12710 from zerodha/postgres_default_port
fix: updated PostgreSQL default port
|
2021-03-29 12:52:55 +00:00 |
|
Prssanna Desai
|
875056bb15
|
fix: pull modules from Module Def instead of desktop config file (#12631)
Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
|
2021-03-29 18:22:12 +05:30 |
|
Suraj Shetty
|
4297ebbfe4
|
Merge branch 'develop' into redesign-fixes-24-mar-2021
|
2021-03-29 18:18:13 +05:30 |
|
Suraj Shetty
|
f202953654
|
fix: Add version link to version content
|
2021-03-29 17:56:58 +05:30 |
|
Shridhar
|
5deec996b6
|
fix: updated postgres default port
|
2021-03-29 15:16:27 +05:30 |
|
mergify[bot]
|
66083cece1
|
Merge pull request #12679 from alyf-de/request_data
fix: Unhide email field in "Request Data" Web Form
|
2021-03-27 12:36:32 +00:00 |
|
Sagar Vora
|
bbeb241232
|
fix: Always validate file URLs (#12685)
* feat: validate file urls
* fix: validate file url while downloading content
* fix: cleaner validation
* fix: added separate validation for web URLs
Co-authored-by: Saurabh <saurabh6790@gmail.com>
Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
|
2021-03-27 12:22:00 +00:00 |
|
Sagar Vora
|
8cdb459895
|
chore: Remove unused code (#12703)
|
2021-03-27 17:46:15 +05:30 |
|
mergify[bot]
|
fb354003e7
|
Merge pull request #12692 from netchampfaris/typography-markdown
fix: Typography for markdown content
|
2021-03-26 12:57:04 +00:00 |
|
Suraj Shetty
|
0014fff24f
|
Merge branch 'develop' into typography-markdown
|
2021-03-26 18:09:39 +05:30 |
|
Walstan Baptista
|
a15e1a7d59
|
test: sort folders and files before running tests for consistency (#12689)
* fix: sorted folders list befor adding tests
* fix: sort files as well
Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
* fix: remove unnecessary cstr
* fix: minor code quality change
* test: use unique `user_email` in `TestAuth`
* test: Use unique username for auth test
* test: Delete DocType Doc A completely after test is done
* test: Fix permission issue & typo in test cases
Co-authored-by: Sagar Vora <sagar@resilient.tech>
Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
Co-authored-by: Suraj Shetty <surajshetty3416@gmail.com>
|
2021-03-26 12:33:46 +00:00 |
|
prssanna
|
8af1616656
|
fix: render map view in Views menu
|
2021-03-26 17:00:11 +05:30 |
|
Faris Ansari
|
3c33393084
|
fix: Search icon in search bar
|
2021-03-26 14:42:54 +05:30 |
|
Prssanna Desai
|
561e27cd59
|
Merge pull request #12657 from prssanna/help-links-fix
|
2021-03-26 14:37:20 +05:30 |
|
prssanna
|
7fe570c297
|
style: fix formatting
|
2021-03-26 14:30:46 +05:30 |
|
prssanna
|
e22542a2b1
|
feat: don't render filters, sort, add doc button for dashbaord view
|
2021-03-26 14:30:46 +05:30 |
|
prssanna
|
c0e949e809
|
fix: check if report result exists before formatting
|
2021-03-26 14:30:46 +05:30 |
|
prssanna
|
ab65f7a7f0
|
fix: don't show apply filter button if no filter button
|
2021-03-26 14:30:46 +05:30 |
|
prssanna
|
64d2d99ba8
|
fix: toggle modal scroll for field select in modal
|
2021-03-26 14:30:46 +05:30 |
|
prssanna
|
e286cbfc8b
|
fix: render info type comments on form timeline
|
2021-03-26 14:30:46 +05:30 |
|
prssanna
|
1c0e5c20c9
|
fix: awesomplete style in page form
|
2021-03-26 14:30:46 +05:30 |
|
Faris Ansari
|
9ffe8e91f7
|
fix: Styles for mobile
|
2021-03-26 11:55:05 +05:30 |
|
barredterra
|
308f19eb7b
|
fix: intro of Request to Delete Data
|
2021-03-25 11:10:37 +01:00 |
|
barredterra
|
de31f578df
|
fix: add into to Request to Delete Data
|
2021-03-25 11:06:45 +01:00 |
|
barredterra
|
c4b3507cf3
|
fix: unhide field, add intro
|
2021-03-25 10:53:07 +01:00 |
|
Prssanna Desai
|
6df534a333
|
Merge pull request #12635 from prssanna/prepared-reports-deletion
|
2021-03-25 15:11:48 +05:30 |
|
Prssanna Desai
|
fffb3ce1a8
|
Merge pull request #12217 from prssanna/permlevel-fix
|
2021-03-25 14:35:32 +05:30 |
|
prssanna
|
e4c9313715
|
fix: update description for prepared_report_expiry_period
- remove duplicate field
|
2021-03-25 14:34:49 +05:30 |
|
prssanna
|
6ae5c2442a
|
chore: update docstring for delete_doc
|
2021-03-25 14:34:10 +05:30 |
|
prssanna
|
428c729903
|
fix: auto delete prepared reports permanently
|
2021-03-25 14:34:10 +05:30 |
|
prssanna
|
b2e1e74b1f
|
fix: remove redundant code
|
2021-03-25 14:34:10 +05:30 |
|
prssanna
|
e40892fdb6
|
feat: flag to delete attached files permanently
|
2021-03-25 14:34:10 +05:30 |
|
prssanna
|
f97cc370cf
|
feat: flag to delete docs permanently
|
2021-03-25 14:34:10 +05:30 |
|