unrhodecode/rhodecode/lib
2023-07-18 11:45:33 +02:00
..
_vendor vendor: python3 fixes 2023-07-17 15:03:28 +02:00
celerylib core: multiple fixes to unicode vs str usage 2023-07-18 11:17:17 +02:00
dbmigrate dbmigrate: python3 changes 2023-07-18 09:40:40 +02:00
feedgenerator libs: major refactor for python3 2023-07-18 11:45:33 +02:00
index libs: major refactor for python3 2023-07-18 11:45:33 +02:00
middleware middlewares: all porting for python3 2023-07-18 11:44:32 +02:00
paster_commands core: multiple fixes to unicode vs str usage 2023-07-18 11:17:17 +02:00
plugins libs: removed utf8 markers 2023-07-18 10:57:59 +02:00
pyramid_shell libs: removed utf8 markers 2023-07-18 10:57:59 +02:00
rc_cache caches: new updated rc_cache with archive cache module and python3 changes 2023-07-18 11:27:55 +02:00
rc_commands rc-commands: python3 port 2023-07-18 11:43:31 +02:00
vcs vcs-support: bulk of changes for python3 2023-07-18 11:42:17 +02:00
__init__.py libs: removed utf8 markers 2023-07-18 10:57:59 +02:00
action_parser.py libs: removed utf8 markers 2023-07-18 10:57:59 +02:00
audit_logger.py core: multiple fixes to unicode vs str usage 2023-07-18 11:17:17 +02:00
auth.py auth: auth code changes for python3 2023-07-18 11:44:01 +02:00
base.py libs: major refactor for python3 2023-07-18 11:45:33 +02: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 libs: major refactor for python3 2023-07-18 11:45:33 +02:00
channelstream.py libs: major refactor for python3 2023-07-18 11:45:33 +02:00
codeblocks.py libs: major refactor for python3 2023-07-18 11:45:33 +02:00
colander_utils.py libs: removed utf8 markers 2023-07-18 10:57:59 +02:00
colored_formatter.py libs: removed utf8 markers 2023-07-18 10:57:59 +02:00
datelib.py core: multiple fixes to unicode vs str usage 2023-07-18 11:17:17 +02:00
db_manage.py libs: major refactor for python3 2023-07-18 11:45:33 +02:00
diff_match_patch.py diffs: python3 port 2023-07-18 11:44:44 +02:00
diffs.py diffs: python3 port 2023-07-18 11:44:44 +02:00
enc_utils.py libs: removed utf8 markers 2023-07-18 10:57:59 +02:00
encrypt.py libs: removed utf8 markers 2023-07-18 10:57:59 +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 libs: removed utf8 markers 2023-07-18 10:57:59 +02:00
exceptions.py libs: major refactor for python3 2023-07-18 11:45:33 +02:00
ext_json.py libs: ext_json improvements for orjson support 2023-07-18 11:40:47 +02:00
ext_json_renderer.py libs: removed utf8 markers 2023-07-18 10:57:59 +02:00
graphmod.py libs: removed utf8 markers 2023-07-18 10:57:59 +02:00
hash_utils.py libs: removed utf8 markers 2023-07-18 10:57:59 +02:00
helpers.py helpers: python3 port 2023-07-18 11:45:18 +02:00
hooks_base.py hooks: new hook support for python3 2023-07-18 11:44:17 +02:00
hooks_daemon.py hooks: new hook support for python3 2023-07-18 11:44:17 +02:00
hooks_utils.py libs: removed utf8 markers 2023-07-18 10:57:59 +02:00
html_filters.py core: multiple fixes to unicode vs str usage 2023-07-18 11:17:17 +02:00
jsonalchemy.py libs: major refactor for python3 2023-07-18 11:45:33 +02:00
logging_formatter.py libs: removed utf8 markers 2023-07-18 10:57:59 +02:00
markdown_ext.py libs: new markdown rendereres for python3 2023-07-18 11:43:49 +02:00
markup_renderer.py libs: new markdown rendereres for python3 2023-07-18 11:43:49 +02:00
memory_lru_dict.py libs: removed utf8 markers 2023-07-18 10:57:59 +02:00
pagination.py core: multiple fixes to unicode vs str usage 2023-07-18 11:17:17 +02:00
partial_renderer.py libs: removed utf8 markers 2023-07-18 10:57:59 +02:00
pidlock.py libs: removed utf8 markers 2023-07-18 10:57:59 +02:00
pyramid_utils.py libs: removed utf8 markers 2023-07-18 10:57:59 +02: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 libs: removed utf8 markers 2023-07-18 10:57:59 +02:00
request.py lib-request: ported to python3 2023-07-18 11:43:09 +02:00
request_counter.py libs: removed utf8 markers 2023-07-18 10:57:59 +02: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 core: multiple fixes to unicode vs str usage 2023-07-18 11:17:17 +02:00
string_renderer.py libs: removed utf8 markers 2023-07-18 10:57:59 +02:00
system_info.py core: multiple fixes to unicode vs str usage 2023-07-18 11:17:17 +02:00
type_utils.py core: multiple fixes to unicode vs str usage 2023-07-18 11:17:17 +02:00
user_log_filter.py core: multiple fixes to unicode vs str usage 2023-07-18 11:17:17 +02:00
user_sessions.py core: multiple fixes to unicode vs str usage 2023-07-18 11:17:17 +02:00
utils.py utils: ported to python3 and new app 2023-07-18 11:42:39 +02:00
utils2.py utils: ported to python3 and new app 2023-07-18 11:42:39 +02:00
view_utils.py libs: removed utf8 markers 2023-07-18 10:57:59 +02:00