mergify[bot]
eb4c4fb7b2
fix: encode docname when routing (backport #17092 ) ( #17374 )
...
(cherry picked from commit c8777c59cf665ab54218cd7bf9accd1d8e22ddf9)
Co-authored-by: phot0n <ritwikpuri5678@gmail.com>
2022-09-07 21:25:51 +05:30
Kitti U. @ Ecosoft
a35880a089
docs: misleading docstring #18051
...
Wrong instruction for Redirect URL
2022-09-07 18:03:19 +05:30
Ankush Menat
77d8c9bd29
Merge pull request #18044 from phot0n/fix-email-queue-recipient-status
...
refactor(minor): get_success_recipients -> get_queued_recipients
2022-09-07 15:39:51 +05:30
Ankush Menat
3e92bab1d0
perf: duplicate database initialization ( #18049 )
2022-09-07 11:32:00 +05:30
Ritwik Puri
e7e8ee1d6d
Merge branch 'develop' into fix-email-queue-recipient-status
2022-09-06 22:45:52 +05:30
phot0n
94795aa571
test: fix test_retry_partially_sent_newsletter and add stricter assertions
2022-09-06 22:11:08 +05:30
phot0n
d49a35ce5e
refactor(minor): get_success_recipients -> get_queued_recipients
...
* chore: remove status filter from get_queued_recipients (previously
get_success_recipients)
* chore: removed not used statuses from Email Queue Recipient
2022-09-06 22:11:08 +05:30
Ankush Menat
b47205ff01
chore: use PAT instead of GH token
...
[skip ci]
2022-09-06 19:00:43 +05:30
Ankush Menat
441fcc5159
ci: auto raise release PRs ( #18048 )
2022-09-06 18:47:34 +05:30
Ankush Menat
5699eadcad
fix: show user/pass fields when LDAP is active ( #18043 )
2022-09-06 14:03:52 +05:30
Nikhil Kothari
89b2e5133f
feat: option to disable user pass based login ( #18000 )
...
* Added checkbox to disable pass login in settings
* Added user_pass disable option in Login page context
* Hide user-pass fields when option disabled
* Added check for social login key and LDAP
* feat: Disable API based usr-pwd login
* style: format with black
* refactor: simpify auth validation
No need for else clause
* refactor: fixup sys setting json and move field
* refactor: sys settings validation
* refactor: simpler imports
* chore: undo unintional changes
* test: add test for disabled user pass
Co-authored-by: Ankush Menat <ankush@frappe.io>
2022-09-06 13:48:00 +05:30
Ankush Menat
f6d886eb56
Merge pull request #18030 from resilient-tech/better-cors
...
refactor: improved CORS support and caching
2022-09-06 12:20:57 +05:30
Sagar Vora
5db5396b49
test: ensure that Vary header is specified
2022-09-05 15:51:41 +05:30
Sagar Vora
48196915f6
fix: set Vary header to tell browser that response differs based on origin
2022-09-05 15:42:08 +05:30
Sagar Vora
51a39bd693
fix: only set allowed headers if required
2022-09-05 02:10:58 +05:30
Sagar Vora
5cb440c27f
test: use OPTIONS method for CORS tests
2022-09-04 20:20:08 +00:00
Sagar Vora
23e8924a05
refactor: improved CORS support and caching
2022-09-04 20:20:08 +00:00
Ankush Menat
0a6433bf5d
fix(DX): reduce retry count for esbuild-redis
...
closes https://github.com/frappe/frappe/issues/17976
2022-09-04 11:30:03 +05:30
Shariq Ansari
344fdadeae
Merge pull request #18025 from shariquerik/show-unique-workspaces
2022-09-03 17:41:20 +05:30
Shariq Ansari
be2d29815b
Merge branch 'develop' into show-unique-workspaces
2022-09-03 15:11:52 +05:30
Shariq Ansari
cab95e12f4
fix: do not remove workspaces while app is uninstalled
2022-09-03 15:08:57 +05:30
Shariq Ansari
7331e3a7be
fix: show unique workspaces in sidebar
2022-09-03 15:07:24 +05:30
Ritwik Puri
0f3a1fde44
Merge pull request #17777 from dpk404/frappe
...
fix!: Allow Root deletion for Tree DocTypes
2022-09-02 23:40:03 +05:30
phot0n
9a897620fc
test: test for root deletion with/out allow_root_deletion
2022-09-02 23:32:00 +05:30
phot0n
42fcf61cae
refactor: allow root deletion by default for nested set
...
* deprecate allow_root_deletion param in on_trash nestedset hook
* allowed to turn root deletion off by allow_root_deletion class variable
in doctype controller
2022-09-02 21:37:38 +05:30
Deepak
9c4318028a
feat: Allow Root deletion for tree doctypes
2022-09-02 19:47:13 +05:30
Ankush Menat
a5ab0c21cc
ci: lock old PR and issues
2022-09-02 19:08:22 +05:30
Sagar Vora
82a91b2dc1
chore: remove unused function qrcode_as_png
2022-09-02 18:59:33 +05:30
Ankush Menat
e397b27d29
test: upgrade cypress from v6 to v10
...
chore: run cypress migrator
fix: specPattern should be an array
test: correct intercept URL
This is breaking change in cypress 7.0
test: make list view test rerunnable
test: redo undo tests and add compare doc
test: scroll to action button
chore: drop flaky tests
fix: remove scroll behaviour
fix: clear filters before running count test
test: input delay causes flake
2022-09-02 17:47:30 +05:30
Ankush Menat
236ab8dbed
ci: separate cache for UI jobs and selective test
...
This is reusing normal cache which doesn't contain half the things
2022-09-02 17:47:30 +05:30
Ankush Menat
8541fa4cd3
refactor: dont fetch whole doc for 1 value.
2022-09-02 17:47:30 +05:30
HENRY Florian
df9e8c62dd
feat: review Custom and Build workspace, move background Job to Build Workspace ( #17981 )
...
* feat: review link for Custom, build and NavBar
* feat: review link for Custom, build and NavBar
* feat: review link for Custom, build and NavBar
* feat: review link for Custom, build and NavBar
* feat: review link for Custom, build and NavBar
* feat: review link for Custom, build and NavBar
* chore: linter json
* fix: replace Block Module By Module Profile
* chore: cypress test
* chore: reset package.json to develop
* refactor: workspace link, system logs section
- removed workspace listview link, visiting list view isn't required for
practically all the tasks
- Frappe Logs -> System Logs
[skip ci]
Co-authored-by: Ankush Menat <ankush@frappe.io>
2022-09-02 11:20:59 +05:30
Shariq Ansari
7b646ccec5
fix: comma looks like a decimal in report summary widget ( #18014 )
...
[skip ci]
2022-09-02 11:11:59 +05:30
Ritwik Puri
b9b016cfe1
Merge pull request #18011 from barredterra/jinja_lang
...
feat: add lang to safe globals
2022-09-01 22:51:42 +05:30
barredterra
d0b753a25d
refactor: move lang into frappe namespace
2022-09-01 17:12:58 +02:00
barredterra
836fd6ef78
feat: add lang to safe globals
2022-09-01 16:53:20 +02:00
Ankush Menat
48425c1636
chore: typo
...
[skip ci]
2022-09-01 16:25:17 +05:30
Ritwik Puri
fa51f2dfa8
Merge pull request #17537 from Aradhya-Tripathi/get-all-mod
...
feat: moving all get_all queries to frappe.qb.engine
2022-09-01 10:21:10 +05:30
Ritwik Puri
b6d46360bf
Merge branch 'develop' into get-all-mod
2022-09-01 10:04:42 +05:30
Ankush Menat
1f089f44f6
feat: RedisearchWrapper
...
Like rediswrapper but for redisearch to allow multitenancy.
2022-08-31 17:04:31 +05:30
Ankush Menat
168fcf0975
build(deps): bump redis to latest version
2022-08-31 17:04:31 +05:30
Aradhya Tripathi
befc1b9db8
Merge branch 'develop' into get-all-mod
2022-08-31 15:45:50 +05:30
Aradhya
e576d16855
refactor: using refactored TABLE_PATTERN for finding fields
2022-08-31 15:44:43 +05:30
dependabot[bot]
bfdc5da2cd
build(deps): bump moment-timezone from 0.5.28 to 0.5.35 ( #17999 )
...
Bumps [moment-timezone](https://github.com/moment/moment-timezone ) from 0.5.28 to 0.5.35.
- [Release notes](https://github.com/moment/moment-timezone/releases )
- [Changelog](https://github.com/moment/moment-timezone/blob/develop/changelog.md )
- [Commits](https://github.com/moment/moment-timezone/compare/0.5.28...0.5.35 )
---
updated-dependencies:
- dependency-name: moment-timezone
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-31 13:47:32 +05:30
Ankush Menat
ff3b763a84
Merge pull request #18001 from nikkothari22/#17955-scroll-to-field-broken-when-field-is-in-collapsed-section
...
fix(form): jump to field opens section
2022-08-31 12:35:18 +05:30
Ankush Menat
7cca7ca0e7
refactor: move section assignment and add test
2022-08-31 12:24:56 +05:30
Nikhil Kothari
e8b0b991ab
feat: add button to collapse all in tree view ( #17992 )
...
* Added button to collapse tree root node
* Removed unneccessary space
* Collapse all expanded nodes
* style: prettier
* refactor: load first level root nodes by default
Co-authored-by: Ankush Menat <ankush@frappe.io>
2022-08-31 11:56:41 +05:30
Nikhil Kothari
c8e0b7b0ab
fix(form): jump to field opens section
2022-08-31 10:37:51 +05:30
Ankush Menat
4944246a0d
test: allow passing arbitrary args to cypress ( #17997 )
2022-08-30 21:27:25 +05:30
Ankush Menat
5e6fbc4d99
chore: dont rerun patch
...
Rerunning this isn't required and might cause unexepcted behaviour
[skip ci]
2022-08-30 18:21:26 +05:30