seitime-frappe/frappe
Akhil Narang 2b51d4f4d7
Revert "fix: permission error when permission docname is none"
This reverts commit f1d0419fa8.

Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-06-24 11:18:23 +05:30
..
api fix: typing and error handling 2025-06-23 13:30:05 +05:30
automation feat: global frappe.in_test flag (#32960) 2025-06-17 19:19:31 +05:30
change_log
commands Merge pull request #33003 from ruthra-kumar/lightmode_on_parallel_test_runner 2025-06-23 16:05:57 +05:30
contacts chore: Drop empty UnitTestCases (#32867) 2025-06-10 05:28:53 +00:00
core Merge pull request #33052 from iamejaaz/37997-fix-linking-document 2025-06-23 13:58:50 +05:30
custom chore: Drop empty UnitTestCases (#32867) 2025-06-10 05:28:53 +00:00
data
database Merge pull request #32381 from netchampfaris/api-v2-fixes 2025-06-23 15:50:25 +05:30
desk Merge branch 'develop' into 36457-report-perm-perf-issue 2025-06-23 16:43:23 +00:00
email fix: add flag for initial email sync (#33006) 2025-06-19 18:13:32 +05:30
geo fix: add Serbian (Latin) language (#32931) 2025-06-13 18:38:04 +02:00
gettext fix: translatable string extraction (#32142) (#32148) 2025-04-15 17:43:52 +00:00
integrations Merge pull request #32351 from sokumon/offsite-backups-removal 2025-06-17 23:30:51 +05:30
locale fix: sync translations from crowdin (#32999) 2025-06-23 18:55:47 +02:00
model Merge pull request #32381 from netchampfaris/api-v2-fixes 2025-06-23 15:50:25 +05:30
modules refactor: pass app as an argument to avoid duplicte function call 2025-04-25 14:55:07 +05:30
patches fix: add warning for module seperation 2025-06-15 00:00:22 +05:30
printing feat: global frappe.in_test flag (#32960) 2025-06-17 19:19:31 +05:30
public fix: table multiselect fieldname_remove not reflecting removed row (#33025) 2025-06-23 11:46:42 +05:30
query_builder perf: minor improvements to execute_query 2025-05-30 11:24:52 +05:30
search refactor: change filter from tuple to dict 2024-11-26 11:38:15 +05:30
templates fix: Fix link in delete data confirmation email template (#32544) 2025-05-16 10:00:20 +05:30
testing feat: global frappe.in_test flag (#32960) 2025-06-17 19:19:31 +05:30
tests fix: revert get_all change 2025-06-18 16:15:25 +05:30
types Revert: DocRef (#32866) 2025-06-10 05:20:56 +00:00
utils Merge pull request #32381 from netchampfaris/api-v2-fixes 2025-06-23 15:50:25 +05:30
website feat: global frappe.in_test flag (#32960) 2025-06-17 19:19:31 +05:30
workflow feat: global frappe.in_test flag (#32960) 2025-06-17 19:19:31 +05:30
www Merge pull request #32988 from iamejaaz/41272-rate-limit-issue 2025-06-18 12:17:18 +05:30
__init__.py feat: global frappe.in_test flag (#32960) 2025-06-17 19:19:31 +05:30
_optimizations.py Revert "fix: Pin web workers by default (#31739)" (#32852) 2025-06-09 09:52:23 +00:00
app.py perf: chain db transactions (#33004) 2025-06-19 12:37:39 +05:30
apps.py 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
auth.py fix: show request ip for easier debugging 2025-05-23 14:55:16 +05:30
boot.py fix(boot): Don't register app as "required" multiple times (#32773) 2025-06-04 20:11:03 +05:30
build.py chore: use frappe._dev_server instead of local.dev_server 2025-06-17 12:03:08 +05:30
cache_manager.py refactor: avoid code duplication 2025-06-11 09:55:36 +05:30
client.py perf: Use lazy doc in a lot more places 2025-06-11 09:55:45 +05:30
config.py feat: init sqlite 2025-04-15 13:59:16 +05:30
coverage.py ci: make gh actions functions (#28299) 2024-10-27 02:09:02 +00:00
defaults.py perf: client-cache for defaults 2025-01-07 12:51:10 +05:30
deferred_insert.py fix: Commit frequently in deferred_insert 2025-06-13 11:34:18 +05:30
deprecation_dumpster.py perf: faster gzip compression (#33014) 2025-06-19 12:52:58 +00:00
exceptions.py fix: Implement backpressure for background jobs 2025-03-05 10:59:00 +05:30
frappeclient.py fix: only show tracebacks to system users (#31629) 2025-03-13 14:48:20 +05:30
handler.py perf: Use lazy doc in a lot more places 2025-06-11 09:55:45 +05:30
hooks.py fix: seperate backup options into app 2025-06-14 23:59:22 +05:30
installer.py fix: invalidate persistent caches 2025-06-11 00:28:38 +05:30
locale.py feat: cache documents in client cache 2025-01-14 14:33:10 +05:30
middlewares.py
migrate.py fix: made it a patch instead of running every migrate 2025-03-27 15:23:38 +05:30
modules.txt fix: remove energy points / social module 2025-04-17 00:26:57 +05:30
monitor.py fix: avoid flushing to monitor logs concurrently (#32552) 2025-05-16 12:20:40 +00:00
oauth.py perf: Skip link checking on internal deletes 2025-01-06 11:48:19 +05:30
onboarding.py fix: added get_onboarding_status api 2025-03-18 18:06:30 +05:30
parallel_test_runner.py refactor: introduce lightmode in parallel test runner 2025-06-19 11:40:09 +05:30
patches.txt fix: add warning for module seperation 2025-06-15 00:00:22 +05:30
permissions.py Revert "fix: permission error when permission docname is none" 2025-06-24 11:18:23 +05:30
push_notification.py fix(push_notification): use cstr to convert a None body to empty string (#32056) 2025-04-10 12:47:30 +05:30
rate_limiter.py fix: Round of rate limit to seconds (#31674) 2025-03-12 10:52:42 +00:00
realtime.py fix(realtime): fetch user_type if not available in session data (#31865) 2025-03-24 10:14:48 +05:30
recorder.py feat: global frappe.in_test flag (#32960) 2025-06-17 19:19:31 +05:30
sessions.py perf: use chain flag (#33007) 2025-06-19 11:32:25 +00:00
share.py perf: Use lazy doc in a lot more places 2025-06-11 09:55:45 +05:30
test_runner.py refactor: organize test contextmanagers (#28041) 2024-10-09 02:09:19 +02:00
translate.py fix: remove utils file and typo 2025-06-17 18:39:21 +05:30
twofactor.py chore(twofactor): specify key to display during decryption failures 2024-09-16 13:00:38 +05:30