Rohit Waghchaure
41c2f49bd1
fix: setup wizard issue
2025-07-01 18:05:36 +05:30
Soham Kulkarni
e1aa789acf
Merge pull request #32971 from sokumon/newsletter-removal
...
refactor: seperate newsletter into app
2025-06-27 11:59:02 +05:30
sokumon
3e227b4cc4
fix: move patch to post model sync
2025-06-26 22:00:44 +05:30
Rohit Waghchaure
0af31ed7ed
fix: installed application patch
2025-06-25 18:05:03 +05:30
Rohit Waghchaure
4fce595a73
fix: re-run patch
2025-06-25 16:26:36 +05:30
sokumon
a9b9ddde3a
fix: add warning for module seperation
2025-06-15 00:00:22 +05:30
rohitwaghchaure
5c6b2b5bec
refactor: track completed app setup wizards and re-run the setup wizard upon new app installation. ( #32640 )
2025-06-03 12:36:22 +05:30
Corentin Forler
4eb8f91a85
fix: Fix patch not being executed ( #32524 )
2025-05-15 09:28:02 +05:30
sokumon
4039a3b31c
fix: resolve conflicts
2025-05-12 23:18:33 +05:30
sokumon
56d19ed6fa
fix: add deprecation warning for social module energy points
...
(cherry picked from commit 6764a9ed49314ba03a0a6705a124e1e25069f794)
# Conflicts:
# frappe/patches.txt
# frappe/social/doctype/energy_point_log/energy_point_log.js
# frappe/social/doctype/energy_point_rule/energy_point_rule.js
# frappe/social/doctype/energy_point_settings/energy_point_settings.js
2025-05-12 17:41:01 +00:00
Akhil Narang
8d42b4d3d6
Merge pull request #32268 from akhilnarang/drop-example-email-address-creation
...
fix: don't create example email domains and email accounts
2025-04-29 12:50:29 +05:30
Akhil Narang
e5487e7403
chore: drop email linking patch
...
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-04-23 17:07:11 +05:30
sokumon
b55c8d29fe
fix(revert): remove patch to remove ep fields in Notification Settings
2025-04-23 16:58:03 +05:30
Soham Kulkarni
f841f77534
Merge branch 'develop' into eps-removal
2025-04-23 01:21:07 +05:30
sokumon
9735aed5b0
fix(patch): remove ep related fields from notifcation settings
2025-04-23 01:17:49 +05:30
Ankush Menat
acea1aedbf
perf: handle clearing large oauth token table
2025-04-17 18:05:37 +05:30
sokumon
f311021307
fix: made it a patch instead of running every migrate
2025-03-27 15:23:38 +05:30
Akhil Narang
4a04b0a17f
Merge pull request #31523 from akhilnarang/set-mariadb-collation
...
fix(mariadb): set collation in connection
2025-03-17 11:06:27 +00:00
Maharshi Patel
e818ef22f7
fix: make pdf_generator select field
...
As per review, renamed chrome_pdf_generator to pdf_generator and made it a select field.
- default option available for select is wkhtmltopdf.
- default for new print formats is wkhtmltopdf.
- print designer on install adds a new option ( chrome ) to the select field.
- added patch to update existing print format to wkhtmltopdf.
2025-02-14 16:27:10 +05:30
Akhil Narang
8a758365eb
Revert "Merge pull request #28363 from frappe/expr-series" ( #31202 )
...
This reverts commit 91d553c9cf , reversing
changes made to d17136cd04 .
2025-02-10 06:46:45 +00:00
Sumit Bhanushali
c32703549f
chore: added patch to create missing keys and update counter
2024-12-09 11:32:50 +05:30
Akhil Narang
c4b7401882
chore: add in a patch to migrate desk settings from role to user [untested]
...
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-09-24 10:46:52 +05:30
Rushabh Mehta
5437e895de
fix(minor): set default app in module and workspace
2024-09-23 20:42:38 +05:30
David
5c12091385
fix: migration to utm
2024-09-17 11:41:51 +02:00
Shariq Ansari
d7b217b384
Merge branch 'develop' into app-switcher
2024-08-08 18:27:19 +05:30
Rushabh Mehta
057d32a02d
fix(test): complete workspace setup before running UI tests
2024-08-07 18:16:52 +05:30
Rushabh Mehta
774d86f642
feat: Workspace Settings - allow enabling and disabling of workspaces during setup
2024-08-04 13:41:08 +05:30
Shariq Ansari
138fc02c3c
fix: patch to add apps navbar item in default navbar items in navbar settings
2024-08-02 20:21:49 +05:30
Ankush Menat
ae4eb87458
feat: Limit OAuth Client by roles
2024-04-29 14:18:49 +05:30
Ankush Menat
432c8cf48c
Merge pull request #25624 from ankush/creation
...
fix!: Switch to `creation` as default sort order
2024-03-27 13:25:53 +05:30
Ankush Menat
0212d9362d
fix: patch for migrating default sort order
2024-03-27 11:18:28 +05:30
barredterra
9fe11241ee
chore: remove old patch
...
No longer needed, has been there since v8. Removed so we don't have to maintain it.
2024-03-26 23:53:25 +01:00
Ankush Menat
4f4a387b7e
fix(patch): Remove obviously invalid fetch from expressions ( #25284 )
2024-03-10 07:36:12 +00:00
Ankush Menat
7a854efc03
refactor: Use JSON for session data ( #25207 )
...
JSON is proper format compared to using safe_eval which is a hack to convert
string repr of dict object back into python object.
2024-03-04 06:47:48 +00:00
Ankush Menat
9a0fc2e9d9
fix: remove patch for hashing existing tokens
2024-02-19 18:38:21 +05:30
Ankush Menat
4c925e0325
refactor: Reset password flow
...
- Hash one time reset tokens instead of storing them as is
- Up the perm level
- Use better source of randomness for generating token
- minor code cleanup here and there
2024-02-11 14:25:26 +05:30
14987
7ccba9f9ca
fix(patch): Update patch file
2024-02-01 14:27:38 +05:30
Sagar Vora
9c91f79170
fix: sanitize html instead of escaping when creating/updating workspace ( #24284 )
2024-01-12 21:07:31 +05:30
barredterra
a81b8f4ba4
fix: add patch to unsubscribe invalid recipients
...
Unsubscribe any Email Group Member with an invalid email address.
This is required to ensure that all Newsletter recipients are valid.
By only unsubscribing, the Newsletter Manager can still correct typos.
2023-11-25 17:10:09 +01:00
Ankush Menat
47c3151662
fix: remove data import legacy leftover fields ( #23113 )
...
* fix: clear last message if ignoring DNE
* fix: attempt to delete data import legacy leftover fields
2023-11-06 19:18:39 +05:30
Ankush Menat
c189b7e622
revert: syncing of report and pages
2023-09-15 16:22:06 +05:30
Ankush Menat
662b07170c
test: orpahned doctype check after patch test
2023-09-15 16:18:25 +05:30
Ankush Menat
b6d65fea06
ci: update patch workflow
...
- start with v13 DB, drop py3.7
- New flow v13DB -> V14 -> V15 (when released) -> PR commit
- Restart bench before final migrate
2023-09-15 16:18:25 +05:30
Sagar Vora
7e9b08a040
fix: convert value column to longtext for Singles
2023-09-06 16:23:01 +05:30
Ankush Menat
730e906dfd
refactor!: remove implicit primary key from logs ( #22209 )
2023-08-26 16:01:47 +05:30
Suraj Shetty
77e5ad26fe
Merge pull request #21819 from marination/attachments-access
2023-08-17 09:46:30 +05:30
Ankush Menat
de932b464f
refactor: delete old recorder and rename new one
2023-08-10 12:23:41 +05:30
marination
fa241580d9
feat: Sidebar Attachments accessibility
...
- Issue: With a large volume of attachments, the "Attach File" button is pushed to the bottom
- "Attach File" stays at the top of the pile
- Small explore files button added so that users can use the File View to navigate/filter through files
- Expanded Explore Files button when attach file action is hidden
- Added `file_type` to Files, this is useful for filtering and visibility
- Added "Type" to File List View
- Patch to set File Type in all files
2023-07-26 20:12:21 +05:30
Corentin Flr
3229e2869c
fix(event)!: Move "Cancelled" to status instead of event_type ( #21471 )
2023-07-11 18:56:57 +05:30
Deepesh Garg
3a74b38e8c
Revert "fix: Update country names ( #21545 )"
...
This reverts commit e0f35fb85f .
2023-07-02 12:08:43 +05:30