Suraj Shetty
bc234e9052
test: Add test case for extract_image_from_doc
2021-08-19 17:38:09 +05:30
Suraj Shetty
21e664b23b
test: Fix file_name assertion
2021-08-19 16:02:20 +05:30
Suraj Shetty
6b1955b34a
test: Add test image file
2021-08-19 15:27:48 +05:30
Suraj Shetty
a7fb1816aa
refactor: Remove unused and redundant code
2021-08-19 15:27:25 +05:30
Suraj Shetty
1427712c88
test: Add test cases for file
...
- file_url validations
- make_thumbnail
2021-08-19 14:41:25 +05:30
Suraj Shetty
c681b1af27
fix: Make thumbnail function
2021-08-19 14:40:20 +05:30
Suraj Shetty
b23713bf5d
Merge branch 'develop' of https://github.com/frappe/frappe into core-test-coverage-1
2021-08-18 13:39:34 +05:30
Shariq Ansari
3baa33d5da
fix: Use IP Address instead of Email field ( #13553 )
2021-08-18 13:21:10 +05:30
Suraj Shetty
fe15028df3
test: Fix reset password test
2021-08-18 10:20:08 +05:30
Suraj Shetty
093c72e963
test: Update role profile test case with more assertions
2021-08-18 09:04:01 +05:30
Suraj Shetty
7217277394
test: Fix flaky test
2021-08-18 09:03:03 +05:30
Suraj Shetty
d1c63a4b54
refactor: Move code to appropriate location
...
- update_roles had no use in user.py so moved it to role_profile.py where it is actually used
2021-08-18 08:22:48 +05:30
Suraj Shetty
604263929f
test: Add more assersions to test cases
...
- for better coverage
2021-08-18 08:20:22 +05:30
Suraj Shetty
ba369da61b
test: Add test case to validate user signup throttling
2021-08-17 14:33:34 +05:30
Suraj Shetty
ddf4bb80b8
fix: Signup throttling for postgres
2021-08-17 14:30:17 +05:30
Suraj Shetty
81a5937751
test: Add "password update" test
2021-08-17 13:47:58 +05:30
Suraj Shetty
d36d6055ae
refactor: Remove check demo and redundant code
2021-08-17 13:45:39 +05:30
Suraj Shetty
8924fd0716
test: Add signup test case
2021-08-17 11:22:04 +05:30
Suraj Shetty
7e72a0f304
fix: Disabled user check in signup
2021-08-17 11:21:31 +05:30
Suraj Shetty
3e7e35351b
refactor: Move set_email_password code to email_account.py
2021-08-17 11:20:05 +05:30
Suraj Shetty
f6a757be50
test: Add test case for user rename
2021-08-17 10:08:12 +05:30
Suraj Shetty
3f2a93201b
refactor: Move email account related code to email_account.py
2021-08-17 10:00:39 +05:30
Suraj Shetty
4c5959afd6
refactor: Move reset_otp_secret to twofactor.py
2021-08-17 09:54:19 +05:30
Suraj Shetty
82b4a1ebc6
refactor(user): Remove unused code
2021-08-17 09:29:17 +05:30
mergify[bot]
bd6ed2033f
Merge pull request #13152 from shariquerik/wiki-based-desk
...
feat: Workspace 2.0
2021-08-13 06:44:32 +00:00
mergify[bot]
579e73d7df
Merge pull request #13839 from ankush/report_source_url
...
fix(DX): sourceURL to debug report and page JS
2021-08-12 03:37:53 +00:00
shariquerik
5bed8031a2
fix: removed padding code from wspace json files & patch
2021-08-10 17:52:42 +05:30
Shariq Ansari
1ab70d2145
Merge branch 'frappe:develop' into wiki-based-desk
2021-08-10 12:20:08 +05:30
mergify[bot]
afd69729de
Merge pull request #13835 from MitulDavid/image-processing
...
feat: Image cropping and optimization
2021-08-10 05:16:08 +00:00
Leela vadlamudi
40362c0ac5
Merge pull request #13861 from leela/amended-doc-naming
...
refactor: set amended docname to original docname
2021-08-09 17:22:55 +05:30
leela
80d111baf2
refactor: set amended docname to original docname
...
Currently, whenever a document is amended it's name is set
to name-X(X is a counter) when amended again and so on. In this PR,
we have postfixed all cancelled document names with '-CAN' and new
cancelled documents gets a name as original_name-CANC-X.
so that amended docs can use the original name instead of name-X.
2021-08-09 14:59:07 +05:30
Mitul David
4f86cdb8f8
Merge branch 'develop' into image-processing
2021-08-06 18:45:59 +05:30
Ankush Menat
a85744be27
test: Python syntax validation "integration" test
2021-08-06 15:04:18 +05:30
shariquerik
bf4611e84b
fix: updated wspace json files & minor onboarding fix
2021-08-06 14:07:22 +05:30
Ankush
257723cb0a
feat: PythonExpression and Python option with syntax validation for Code field types ( #13707 )
...
* feat: `PythonExpression` and `Python` options for `Code` fields
* fix: check python expressions in assignment rule
* fix: replace server script syntax validation
* fix: validate condition in workflow transition
Add PythonExpression in Options.
2021-08-06 04:10:09 +00:00
mergify[bot]
e8770a6a6e
Merge pull request #13823 from deepeshgarg007/custom_internal_links
...
feat: Internal link support in custom document links
2021-08-05 15:35:07 +00:00
MitulDavid
313bde9ceb
feat: Enable optimization on attachment
2021-08-05 16:50:40 +05:30
Mitul David
fa6e26f5e1
Merge branch 'develop' into image-processing
2021-08-05 16:41:00 +05:30
mergify[bot]
85d0e44619
Merge pull request #13827 from shariquerik/image-error-message
...
fix: Better error message while uploading web image
2021-08-05 08:01:20 +00:00
Shariq Ansari
cec1de0389
Merge branch 'frappe:develop' into wiki-based-desk
2021-08-05 11:30:18 +05:30
Suraj Shetty
67a680f9f1
Merge branch 'develop' into icon-picker
2021-08-05 10:49:50 +05:30
Ankush Menat
a6d3962b80
fix(DX): sourceURL to debug report and page JS
2021-08-04 20:40:31 +05:30
Deepesh Garg
4c400bd6c9
test: Custom internal links addition
2021-08-04 17:10:33 +05:30
MitulDavid
baf7920fff
feat: Optimize saved image
2021-08-04 15:18:33 +05:30
Suraj Shetty
5066cd8345
Merge branch 'develop' into fetch-from-ux
2021-08-04 13:39:36 +05:30
Mohammad Hasnain Mohsin Rajan
e9076a1e33
fix: Get title only when necessary ( #13831 )
...
* fix: query only if necessary
* fix: titile not found
* chore: linting
* chore: use `not in`
* chore: translate title
* chore: quotes
* chore: quotes
2021-08-04 07:54:56 +00:00
Deepesh Garg
2197e82107
Merge branch 'develop' of https://github.com/frappe/frappe into custom_internal_links
2021-08-03 21:23:28 +05:30
shariquerik
84f195ca19
fix: Resolved Conflicts
2021-08-03 17:53:14 +05:30
Shariq Ansari
fd99f4bb61
Merge branch 'frappe:develop' into icon-picker
2021-08-03 12:47:44 +05:30
Suraj Shetty
421fc3c4ed
Merge branch 'develop' into fetch-from-ux
2021-08-03 12:46:18 +05:30