| .. |
|
__init__.py
|
fix: handle isatty correctly (#18277)
|
2022-10-03 12:05:55 +05:30 |
|
background_jobs.py
|
chore: typo
|
2022-11-25 13:10:43 +05:30 |
|
backups.py
|
fix: throw exception if backup failed (#18230)
|
2022-09-28 14:29:38 +05:30 |
|
bench_helper.py
|
refactor: bench_helper
|
2022-08-11 23:53:21 +05:30 |
|
boilerplate.py
|
chore: dead code removal (#18410)
|
2022-10-13 15:55:40 +05:30 |
|
caching.py
|
refactor: clean up code to py310 supported features (#17367)
|
2022-07-01 11:51:05 +05:30 |
|
change_log.py
|
refactor: clean up code to py310 supported features (#17367)
|
2022-07-01 11:51:05 +05:30 |
|
commands.py
|
fix: correct stacklevel for warnings (#18633)
|
2022-10-28 12:22:24 +05:30 |
|
connections.py
|
refactor: clean up code to py310 supported features (#17367)
|
2022-07-01 11:51:05 +05:30 |
|
csvutils.py
|
refactor: clean up code to py310 supported features (#17367)
|
2022-07-01 11:51:05 +05:30 |
|
dashboard.py
|
Merge branch 'develop' into sync-dashboard
|
2022-09-12 16:19:19 +05:30 |
|
data.py
|
feat(util): add is_last_day_of_the_month (#18835)
|
2022-11-10 15:18:49 +05:30 |
|
dateutils.py
|
refactor: clean up code to py310 supported features (#17367)
|
2022-07-01 11:51:05 +05:30 |
|
deprecations.py
|
refactor(db): deprecated unused functions
|
2022-11-09 16:10:09 +05:30 |
|
diff.py
|
refactor: clean up code to py310 supported features (#17367)
|
2022-07-01 11:51:05 +05:30 |
|
doctor.py
|
refactor: clean up code to py310 supported features (#17367)
|
2022-07-01 11:51:05 +05:30 |
|
error.py
|
fix: pop pwd from form dict, disable auth loggin
|
2022-08-18 15:32:42 +05:30 |
|
file_lock.py
|
feat: inter-process file locks (#19133)
|
2022-12-06 16:31:51 +05:30 |
|
file_manager.py
|
fix: support symlinked and /files directory
|
2022-11-01 13:25:21 +05:30 |
|
fixtures.py
|
fix: commit after app install
|
2022-09-12 12:23:14 +05:30 |
|
formatters.py
|
refactor: clean up code to py310 supported features (#17367)
|
2022-07-01 11:51:05 +05:30 |
|
global_search.py
|
fix(global_search): Trigger rebuilding on Custom Field's property change
|
2022-08-02 14:49:04 +05:30 |
|
goal.py
|
Merge branch 'develop' into get-all-mod
|
2022-07-01 13:25:32 +05:30 |
|
html_utils.py
|
fix: allow mark tag in texteditor (#18871)
|
2022-11-14 17:33:28 +05:30 |
|
identicon.py
|
refactor: Itenticon
|
2022-08-11 23:53:21 +05:30 |
|
image.py
|
refactor: clean up code to py310 supported features (#17367)
|
2022-07-01 11:51:05 +05:30 |
|
install.py
|
fix: disable signups by default (#19114)
|
2022-12-05 16:40:51 +05:30 |
|
jinja.py
|
fix: improve condition to init context
|
2022-12-07 13:46:34 +05:30 |
|
jinja_globals.py
|
refactor: remove txt param from generate_hash use
|
2022-11-10 11:56:48 +05:30 |
|
lazy_loader.py
|
style: format all python files using black (#16453)
|
2022-04-12 10:59:25 +05:30 |
|
logger.py
|
refactor: clean up code to py310 supported features (#17367)
|
2022-07-01 11:51:05 +05:30 |
|
make_random.py
|
refactor: make_random
|
2022-08-11 23:53:21 +05:30 |
|
momentjs.py
|
style: format all python files using black (#16453)
|
2022-04-12 10:59:25 +05:30 |
|
nestedset.py
|
chore: typo in validate_loop msg (#19091)
|
2022-12-03 12:08:41 +05:30 |
|
oauth.py
|
refactor: remove txt param from generate_hash use
|
2022-11-10 11:56:48 +05:30 |
|
password.py
|
refactor: clean up code to py310 supported features (#17367)
|
2022-07-01 11:51:05 +05:30 |
|
password_strength.py
|
perf: Pre-compile and re-use regexp pattern
|
2022-06-08 14:07:38 +05:30 |
|
pdf.py
|
refactor: clean up code to py310 supported features (#17367)
|
2022-07-01 11:51:05 +05:30 |
|
print_format.py
|
refactor: clean up code to py310 supported features (#17367)
|
2022-07-01 11:51:05 +05:30 |
|
redis_queue.py
|
style: format all python files using black (#16453)
|
2022-04-12 10:59:25 +05:30 |
|
redis_wrapper.py
|
fix: only execute generator if value is not found in redis cache (#18472)
|
2022-10-20 16:48:03 +05:30 |
|
response.py
|
fix: serialize function objects to their repr
|
2022-09-12 11:49:25 +05:30 |
|
safe_exec.py
|
chore: reorder pylint disable
|
2022-12-07 13:50:59 +05:30 |
|
scheduler.py
|
refactor!: scheduler without external libraries (#18331)
|
2022-10-10 13:09:34 +05:30 |
|
subscription.py
|
feat: Added Subscription Banner for remotely logging into FrappeCloud dashboard from site (backport #18263) (#18281)
|
2022-10-03 16:41:12 +05:30 |
|
synchronization.py
|
feat: inter-process file locks (#19133)
|
2022-12-06 16:31:51 +05:30 |
|
testutils.py
|
style: format all python files using black (#16453)
|
2022-04-12 10:59:25 +05:30 |
|
user.py
|
perf: dont order by for uniq searches
|
2022-08-21 17:37:40 +05:30 |
|
verified_command.py
|
refactor: hmac generation
|
2022-11-12 13:05:57 +05:30 |
|
weasyprint.py
|
fix: handle "No Letterhead" in new print format builder (#18990)
|
2022-11-24 10:54:46 +05:30 |
|
xlsxutils.py
|
refactor: use provide_binary_file
|
2022-11-26 20:08:50 +01:00 |