Commit graph

36088 commits

Author SHA1 Message Date
Gavin D'souza
f319cb9380 Merge branch 'develop' into fix-workspace-boot-error 2021-08-17 17:47:33 +05:30
Ankush Menat
d41121643e
fix: broken template in password reset 2021-08-17 15:59:12 +05:30
Suraj Shetty
54a331a05e
Merge pull request #13952 from shariquerik/workspace2-fixes 2021-08-17 15:04:28 +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
Saqib Ansari
4a6b0e35df fix: dom element for sections breaks in form tours 2021-08-17 14:06:39 +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
Gavin D'souza
7f338edca1 feat: Command to trim tables
Maintenance command to get rid of extra columns in your DocType tables.
These columns are remnants of "deleted" fields through customizations or
upgrades
2021-08-17 12:50:11 +05:30
Gavin D'souza
f8826750d4 chore: Use DYNAMIC row_format instead of deprecated COMPRESSED
refs:
* MariaDB 10.6 gets rid of the COMPRESSED row_format
* https://dev.mysql.com/worklog/task/?id=8307
* https://stackoverflow.com/questions/24321896/mysql-row-format-compressed-vs-dynamic
2021-08-17 12:39:56 +05:30
Gavin D'souza
f0cc541a71 feat: Add util to convert compressed tables to DYNAMIC
NOTE: This shouldn't be considered as a finished command. Only run this
if you understand what you're doing
2021-08-17 12:36:54 +05:30
shariquerik
e401366cf9 test: Renamed changed values 2021-08-17 12:12:46 +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
shariquerik
013f1f471d fix: Switch Public-Private, Change Customize to Edit, Add Settings button to redirect to workspace document 2021-08-17 11:11:15 +05:30
shariquerik
0215bd06ec fix: Make Shortcut's & Card's default size col-4 2021-08-17 11:09:22 +05:30
shariquerik
9b15009e7a fix: Enable paragraph text styling (Bold, Italic, link) 2021-08-17 11:08:35 +05:30
gavin
fb5b474f3a
Merge pull request #13946 from scdanieli/fix-broken-link
fix: broken link
2021-08-17 10:37:55 +05:30
Suraj Shetty
475c3ec8b8 fix: import error 2021-08-17 10:24:12 +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
Gavin D'souza
87f05c2e6b ci: Handle payload elements as not set/None
alt motive: Re-trigger GHAs that have been showing waiting for too
long ;)
2021-08-17 09:57:32 +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
Samuel Danieli
1e38d5a281
fix: broken link 2021-08-16 18:55:09 +02:00
rohitwaghchaure
1ae57811b4
Merge pull request #13939 from rohitwaghchaure/perf-grid-rendering-debouned-refersh
perf: Grid rendering
2021-08-15 11:35:01 +05:30
Rohit Waghchaure
4312d15f57 perf: Grid rendering 2021-08-14 19:35:36 +05:30
Ankush Menat
ead26527b7
ci: ignore js only changes while running unittests (#13932)
* ci: ignore js only changes while running unittests

- IF PR only changes JS files then unittests / patch tests wont run.
- Change done to save resources / concurrent builds.

* ci: ignore md files in build
2021-08-13 18:14:47 +05:30
Suraj Shetty
b75691d7db
Merge pull request #13935 from frappe/mergify/surajshetty3416/config-update 2021-08-13 18:02:36 +05:30
Suraj Shetty
ccebece486 ci(Mergify): configuration update
Signed-off-by: Suraj Shetty <null>
2021-08-13 17:37:20 +05:30
Gavin D'souza
6feae59b20 fix: Hanlde Newsletter.get_email_groups & tests cleanup 2021-08-13 17:23:01 +05:30
Gavin D'souza
f2641c37f2 test: Delete newsletters and email docs created in test 2021-08-13 13:04:52 +05:30
Gavin D'souza
cefa75c8dc test: Setup email group at the start of testcase 2021-08-13 12:44:25 +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
Gavin D'souza
9a8e1413cb Merge branch 'develop' into compare-columns-db_query 2021-08-13 11:53:41 +05:30
Suraj Shetty
cab2cdd59b
Merge branch 'develop' into fix-inbox 2021-08-13 11:39:14 +05:30
mergify[bot]
c6f1f91668
Merge pull request #13926 from rohitwaghchaure/fixed-grid-performance-issue
perf: Grid rendering
2021-08-13 06:08:13 +00:00
mergify[bot]
b6945a374a
Merge pull request #13841 from gavindsouza/execute-query
feat: Execute queries directly in frappe.qb
2021-08-13 06:08:07 +00:00
Sagar Vora
4598b26c73 fix: multiple issues with Email Inbox 2021-08-13 11:11:19 +05:30
Rohit Waghchaure
e63222cc9a fix: grid frozen issue 2021-08-13 11:11:15 +05:30
Suraj Shetty
66924817ca
Merge pull request #13909 from frappe/dependabot/npm_and_yarn/path-parse-1.0.7
chore(deps): bump path-parse from 1.0.6 to 1.0.7
2021-08-13 09:45:20 +05:30
Suraj Shetty
4eb21aaeb2
Merge branch 'develop' into form-tab-break 2021-08-13 09:39:16 +05:30
shariquerik
bdad9e8751 test: focus and type error fix 2021-08-12 21:02:32 +05:30
shariquerik
d3e7f0ac36 test: minor fix 2021-08-12 20:30:15 +05:30
shariquerik
0ada551207 fix: Removed build.json, changed patch to v14 2021-08-12 19:52:28 +05:30
Gavin D'souza
bf14e1f2b1 test: Add test for patch_query_execute 2021-08-12 18:37:05 +05:30
Gavin D'souza
30cf8fd58d refactor: Use run instead of frappe.db.sql 2021-08-12 18:36:43 +05:30
mergify[bot]
29b222105b
Merge pull request #13850 from kevinpthorne/fix-inner-btn-menu-item
fix(deskUI): menu items reappear before inner page buttons disappear
2021-08-12 12:38:58 +00:00
Gavin D'souza
189f9f81ae fix(Newsletter): Remove "double" validations
Validations for checking recipients and statuses were being checked again later on, via validate_send. This gets rid of doing it twice
2021-08-12 17:47:38 +05:30