| .. |
|
automation
|
Merge branch 'develop' into fix-note-2
|
2023-05-16 07:53:15 +05:30 |
|
change_log
|
|
|
|
commands
|
fix: install cypress plugins in frappe namespace (#20459)
|
2023-03-28 14:34:45 +05:30 |
|
config
|
chore: dead code removal (#18410)
|
2022-10-13 15:55:40 +05:30 |
|
contacts
|
fix: get_default_address must accept 'Nonetype' name (#21022)
|
2023-05-17 11:11:57 +05:30 |
|
core
|
chore: add back prepared_report_name to url
|
2023-05-19 16:28:48 +05:30 |
|
custom
|
chore: Use Form Builder banner on fields sections on customize form
|
2023-05-15 16:06:41 +05:30 |
|
data
|
|
|
|
database
|
Merge pull request #20908 from netchampfaris/qb-getquery-child-fields-syntax-sugar
|
2023-05-11 12:02:30 +05:30 |
|
desk
|
fix: using 'Equals' and 'Is' on multiselect throws error
|
2023-05-18 16:48:19 +05:30 |
|
email
|
Merge branch 'develop' into custom_report_export_and_auto_email
|
2023-05-16 12:59:25 +05:30 |
|
geo
|
fix mapview display (#20187)
|
2023-03-01 15:37:46 +05:30 |
|
integrations
|
fix(ux): add description for jinja support
|
2023-05-21 15:44:03 +05:30 |
|
model
|
fix: sync workspace custom block doctype while installing
|
2023-05-17 18:16:11 +05:30 |
|
modules
|
chore: make skipped and traceback fields read_only in patch log & newline after traceback for better readability while skipping failing patches (#20961)
|
2023-05-10 19:36:58 +05:30 |
|
patches
|
fix(patch): only run disable_email_accounts_with_oauth if connected user is not set (#20799)
|
2023-04-20 22:03:11 +05:30 |
|
printing
|
fix(print): Language set in document should have higher precedence
|
2023-03-14 15:13:35 +05:30 |
|
public
|
Merge pull request #21042 from maharshivpatel/route-to-workspace
|
2023-05-18 12:08:10 +05:30 |
|
query_builder
|
fix: use dict syntax instead of string
|
2023-05-08 18:55:11 +05:30 |
|
search
|
refactor: Add a maxsplit limit to string splits
|
2023-01-24 19:22:51 +05:30 |
|
social
|
feat: UnixTimestamp QB function
|
2023-01-09 12:05:52 +05:30 |
|
templates
|
fix: removed canonical link
|
2023-05-18 15:31:01 +05:30 |
|
tests
|
Merge branch 'develop' into fix-note-2
|
2023-05-16 07:53:15 +05:30 |
|
translations
|
fix: remove wrong translations (#20917)
|
2023-05-06 02:00:36 +05:30 |
|
utils
|
fix: colwidth should be acceptable
|
2023-05-15 19:06:11 +05:30 |
|
website
|
fix: Pass URL for login cmd
|
2023-05-15 10:35:03 +05:30 |
|
workflow
|
chore: linter fix
|
2023-05-10 17:36:57 +05:30 |
|
www
|
fix: Consistent buttons on login / error pages (#21037)
|
2023-05-17 11:27:09 +05:30 |
|
__init__.py
|
Merge pull request #20810 from gavindsouza/fix-20689
|
2023-05-04 18:32:16 +05:30 |
|
api.py
|
fix: Apply field permlevel for doc GET via REST
|
2023-01-09 15:47:21 +05:30 |
|
app.py
|
fix: stale frappe.local (#20695)
|
2023-04-14 14:19:01 +05:30 |
|
auth.py
|
fix: login before check should be inclusive (#19974)
|
2023-02-10 20:04:54 +05:30 |
|
boot.py
|
fix(UX): workspace breadcrumbs based on history (#20529)
|
2023-04-12 10:56:05 +05:30 |
|
build.py
|
refactor: which > find_executable (#18872)
|
2022-11-14 18:15:38 +05:30 |
|
cache_manager.py
|
fix: clear contacts cache (#20397)
|
2023-03-20 21:15:53 +05:30 |
|
client.py
|
fix: Apply field permlevel for doc GET via REST
|
2023-01-09 15:47:21 +05:30 |
|
coverage.py
|
ci: dont fail silently and wait for coverage
|
2022-08-13 22:50:22 +05:30 |
|
defaults.py
|
fix: Consider global default in user perm
|
2023-04-07 11:32:49 +05:30 |
|
deferred_insert.py
|
refactor: clean up code to py310 supported features (#17367)
|
2022-07-01 11:51:05 +05:30 |
|
exceptions.py
|
feat: Allow specifying rounding method in flt
|
2023-03-08 10:59:02 +05:30 |
|
frappeclient.py
|
refactor: Add a maxsplit limit to string splits
|
2023-01-24 19:22:51 +05:30 |
|
handler.py
|
fix: content_type can be None during file upload (#20572)
|
2023-04-03 19:49:56 +05:30 |
|
hooks.py
|
Merge branch 'develop' into fix-note-2
|
2023-05-16 07:53:15 +05:30 |
|
installer.py
|
refactor: Add a maxsplit limit to string splits
|
2023-01-24 19:22:51 +05:30 |
|
middlewares.py
|
refactor: clean up code to py310 supported features (#17367)
|
2022-07-01 11:51:05 +05:30 |
|
migrate.py
|
fix: move filelock imports to functions (#19300)
|
2022-12-15 15:21:31 +05:30 |
|
modules.txt
|
chore: remove event streaming module
|
2022-08-26 00:39:41 +05:30 |
|
monitor.py
|
fix: log requests even if no response (#20638)
|
2023-04-11 07:29:14 +05:30 |
|
oauth.py
|
fix(oauth): add exp to idToken (#20694)
|
2023-05-05 01:19:03 +05:30 |
|
parallel_test_runner.py
|
fix: use monotonic clock for timing code (#19138)
|
2022-12-06 15:42:37 +05:30 |
|
patches.txt
|
Merge pull request #20730 from surajshetty3416/fix-misc-17-10
|
2023-04-17 12:47:10 +05:30 |
|
permissions.py
|
fix: incorrect caching of is_owner permissions (#21048)
|
2023-05-19 09:34:48 +05:30 |
|
rate_limiter.py
|
refactor: clean up code to py310 supported features (#17367)
|
2022-07-01 11:51:05 +05:30 |
|
realtime.py
|
fix: correctly return session usertype (#20787)
|
2023-04-19 23:56:33 +05:30 |
|
recorder.py
|
feat: finer frappe Recorder control with decorator (#19220)
|
2022-12-09 14:18:49 +05:30 |
|
sessions.py
|
chore!: drop device support from session (#18729)
|
2022-12-05 16:37:32 +05:30 |
|
share.py
|
fix(docshare): return None if share_name and value are None (#19187)
|
2022-12-08 12:49:23 +05:30 |
|
test_runner.py
|
fix: use monotonic clock for timing code (#19138)
|
2022-12-06 15:42:37 +05:30 |
|
translate.py
|
perf: dont cache intermediate translation files
|
2023-04-11 12:10:49 +05:30 |
|
twofactor.py
|
fix: allow reset_otp_secret only if Two Factor Auth is enabled (#20506)
|
2023-04-03 15:02:05 +05:30 |