| .. |
|
__init__.py
|
build(deps): drop unused dependencies
|
2022-08-26 10:23:09 +05:30 |
|
background_jobs.py
|
refactor: simpler job queued checking (#18091)
|
2022-09-12 12:59:00 +05:30 |
|
backups.py
|
refactor: use separate config key for encryption (#17720)
|
2022-08-03 13:52:02 +05:30 |
|
bench_helper.py
|
refactor: bench_helper
|
2022-08-11 23:53:21 +05:30 |
|
boilerplate.py
|
chore: revert changes to github workflow template
|
2022-08-06 10:52:59 +01:00 |
|
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
|
feat(wip): Custom filters in db.query engine
|
2022-05-19 17:31:35 +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
|
refactor: directly map function over lambda call
|
2022-08-16 10:53:28 +05:30 |
|
dateutils.py
|
refactor: clean up code to py310 supported features (#17367)
|
2022-07-01 11:51:05 +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
|
style: format all python files using black (#16453)
|
2022-04-12 10:59:25 +05:30 |
|
file_manager.py
|
refactor: clean up code to py310 supported features (#17367)
|
2022-07-01 11:51:05 +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(sanitize-html): allow all data-* attrs
|
2022-08-08 18:36:54 +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
|
feat: review Custom and Build workspace, move background Job to Build Workspace (#17981)
|
2022-09-02 11:20:59 +05:30 |
|
jinja.py
|
refactor: clean up code to py310 supported features (#17367)
|
2022-07-01 11:51:05 +05:30 |
|
jinja_globals.py
|
perf: simpler/faster preload header computation
|
2022-08-21 18:46:58 +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
|
refactor: allow root deletion by default for nested set
|
2022-09-02 21:37:38 +05:30 |
|
oauth.py
|
refactor: clean up code to py310 supported features (#17367)
|
2022-07-01 11:51:05 +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
|
feat: RedisearchWrapper
|
2022-08-31 17:04:31 +05:30 |
|
response.py
|
fix: serialize function objects to their repr
|
2022-09-12 11:49:25 +05:30 |
|
safe_exec.py
|
chore: Add make_put_requests method for Server Scripts (#18128)
|
2022-09-14 15:54:15 +05:30 |
|
scheduler.py
|
feat: show scheduler status on RQ job page
|
2022-09-12 11:49:25 +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: clean up code to py310 supported features (#17367)
|
2022-07-01 11:51:05 +05:30 |
|
weasyprint.py
|
style: format all python files using black (#16453)
|
2022-04-12 10:59:25 +05:30 |
|
xlsxutils.py
|
refactor: Replace html2text with markdownify
|
2022-07-06 08:23:14 +05:30 |