unrhodecode/rhodecode/lib
2023-05-11 12:32:19 +02:00
..
_vendor python3: fixed various code issues 2023-03-20 20:51:25 +01:00
celerylib celery: use just one instance of UNSET() object 2023-05-11 12:05:22 +02:00
dbmigrate encrypt: fixed bad imports on older schema models 2023-03-28 10:24:39 +02:00
feedgenerator python3: fixed various code issues 2023-03-20 20:51:25 +01:00
index rhodecode_tools: don't fail on missing package. It's optional 2023-03-06 23:20:35 +01:00
middleware PATH_INFO: use new method to consistently extract proper PATH_INFO data 2023-05-11 12:32:19 +02:00
paster_commands celery: improve errors handling and logging 2023-01-31 10:07:10 +01:00
plugins code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
pyramid_shell code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
rc_cache caches: dbm backend needs to use bytes to list keys 2023-05-11 12:11:16 +02:00
rc_commands setup: added optional parameters to apply a default license, or skip re-creation of database at install. 2021-01-06 13:40:50 +01:00
vcs python3: fixed various code issues 2023-03-20 20:51:25 +01:00
__init__.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
action_parser.py action-parser: fixed filter call 2023-03-20 19:49:34 +01:00
audit_logger.py python3: fixed various code issues 2023-03-20 20:51:25 +01:00
auth.py FOLD: into unicode changes 2023-03-10 10:09:29 +01:00
base.py FOLD: into unicode changes 2023-03-10 10:09:29 +01:00
bleach_whitelist.py markdown: improved styling, and fixed nl2br extensions to only do br on new elements not inline. 2020-10-18 10:10:20 +02:00
caching_query.py caches: use new sqlalchemy 1.4 caching query approach 2023-03-28 10:20:08 +02:00
channelstream.py channelstream: python3 fixes 2023-03-28 10:22:23 +02:00
codeblocks.py python3: fixed various code issues 2023-03-20 20:51:25 +01:00
colander_utils.py py3: remove use of pyramid.compat 2023-03-06 15:52:51 +01:00
colored_formatter.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
datelib.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
db_manage.py python3: fixed various code issues 2023-03-20 20:51:25 +01:00
diff_match_patch.py python3: fixed various code issues 2023-03-20 20:51:25 +01:00
diffs.py python3: fixed various code issues 2023-03-20 20:51:25 +01:00
enc_utils.py encryption: unified and rewrote encryption modules to be consistent no matter what algo is used. 2023-03-27 21:44:36 +02:00
encrypt.py encryption: unified and rewrote encryption modules to be consistent no matter what algo is used. 2023-03-27 21:44:36 +02:00
encrypt2.py encryption: unified and rewrote encryption modules to be consistent no matter what algo is used. 2023-03-27 21:44:36 +02:00
exc_tracking.py exceptions: store exception about failed exc email sending 2022-10-26 11:13:39 +02:00
exceptions.py comment-history: fixes/ui changes 2020-06-23 17:43:06 +02:00
ext_json.py ext-json: fixed tests and made the lib more consistent with orjson vs simplejson 2023-03-31 13:17:33 +02:00
ext_json_renderer.py json: fixed calls to json after orjson implementation 2023-03-20 20:58:57 +01:00
graphmod.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
hash_utils.py hash-utils: added method to make it return str instead of bytes 2023-05-11 12:26:53 +02:00
helpers.py json: fixed calls to json after orjson implementation 2023-03-20 20:58:57 +01:00
hooks_base.py python3: fixed various code issues 2023-03-20 20:51:25 +01:00
hooks_daemon.py python3: removed more unicode usage 2023-03-10 10:05:54 +01:00
hooks_utils.py comments: added rcextensions hoooks for comment editing, and renamed methods to remove odd log_ prefix which 2020-07-14 11:24:40 +02:00
html_filters.py html-filters: fix base64 filter bytes/str operation mode 2023-05-11 12:19:56 +02:00
jsonalchemy.py requirements: fixed pycrypto backport and sqlalchemy <2.0 2023-03-06 23:01:05 +01:00
logging_formatter.py python3: fixed various code issues 2023-03-20 20:51:25 +01:00
markdown_ext.py markdown: remove smart_strong as it's a default behaviour now 2023-03-06 23:20:12 +01:00
markup_renderer.py python3: fixed various code issues 2023-03-20 20:51:25 +01:00
memory_lru_dict.py lru-cache: fixed iterators on python3 2023-03-28 10:27:10 +02:00
pagination.py paginator: small fixes to code 2023-03-20 21:16:03 +01:00
partial_renderer.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
pidlock.py pidlock: use fstring where aplicable 2023-05-11 12:09:09 +02:00
pyramid_utils.py python3: fix import configparser 2023-03-06 23:30:53 +01:00
rc_beaker.py sessions: improve the code so it doesn't access cookies/sessions when not needed, e.g for API calls 2023-05-11 12:21:05 +02:00
repo_maintenance.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
request.py requests: cleaned / unified way of handling requests generation from non-web scope. 2023-01-31 20:31:36 +01:00
request_counter.py requests: cleaned / unified way of handling requests generation from non-web scope. 2023-01-31 20:31:36 +01:00
statsd_client.py metrics: added new statsd client and enabled new metrics on app 2022-10-14 12:47:01 +02:00
str_utils.py str_utils: added common non-ascii replacer 2023-03-24 09:43:27 +01:00
string_renderer.py reviewers: added observers as another way to define reviewers. 2020-10-06 08:49:13 +02:00
system_info.py system-info: drop safe_unicode usage 2023-05-11 12:22:00 +02:00
type_utils.py core: break down some utils for better imports 2023-03-06 22:19:44 +01:00
user_log_filter.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
user_sessions.py python3: fixed various code issues 2023-03-20 20:51:25 +01:00
utils.py python3: fixed various code issues 2023-03-20 20:51:25 +01:00
utils2.py python3: fixed various code issues 2023-03-20 20:51:25 +01:00
view_utils.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00