unrhodecode/rhodecode/lib
2020-07-24 09:51:14 +02:00
..
_vendor code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
celerylib emails: set References header for threading in mail user agents even with different subjects 2020-07-15 21:37:03 +02:00
dbmigrate comments: edit functionality added 2020-05-27 23:47:09 +02:00
feedgenerator code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
index code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
middleware core: fixed problem with headers passing, they should be always strings. 2020-05-25 07:41:13 +00:00
paster_commands code: update copyrights to 2020 2020-04-16 00:34:52 +02: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 license: add helpers to allow users hide license warnings. 2020-07-17 12:40:34 +02:00
rc_commands code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
vcs downloads: added more archive options that we support. Exposing this to users so they actually 2020-07-16 12:37:18 +02:00
__init__.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
action_parser.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
audit_logger.py comments: edit functionality added 2020-05-27 23:47:09 +02:00
auth.py permissions: fixed a case when a duplicate permission was making archive operation still display settings. 2020-06-25 09:41:32 +02:00
base.py license: add helpers to allow users hide license warnings. 2020-07-17 12:40:34 +02:00
bleach_whitelist.py markdown: support summary/details tags to allow setting https://developer.mozilla.org/en-US/docs/Web/HTML/Element/summary 2020-07-16 13:19:16 +02:00
caching_query.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
channelstream.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
codeblocks.py diffs: added diff navigation to improve UX when browisng the full context diffs. 2020-07-13 11:12:21 +02:00
colander_utils.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
colored_formatter.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
compat.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 code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
diff_match_patch.py py3: remove usage of basestring 2019-01-22 23:06:49 +01:00
diffs.py diffs: improve logging 2020-04-29 09:59:56 +02:00
encrypt.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
encrypt2.py encryption: added new backend using cryptography + Fernet encryption. 2019-02-26 13:18:24 +01:00
exc_tracking.py emails: set References header for threading in mail user agents even with different subjects 2020-07-15 21:37:03 +02:00
exceptions.py comment-history: fixes/ui changes 2020-06-23 17:43:06 +02:00
ext_json.py pylons: fixed code and test suite after removal of pylons. 2017-11-16 18:27:09 +01:00
ext_json_renderer.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
graphmod.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
helpers.py downloads: added more archive options that we support. Exposing this to users so they actually 2020-07-16 12:37:18 +02:00
hooks_base.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
hooks_daemon.py code: update copyrights to 2020 2020-04-16 00:34:52 +02: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 comments: edit functionality added 2020-05-27 23:47:09 +02:00
jsonalchemy.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
logging_formatter.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
markdown_ext.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
markup_renderer.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
memory_lru_dict.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
pagination.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
partial_renderer.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
pidlock.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
pyramid_utils.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
rc_beaker.py file-store: don't response with cookies on file-store download. 2020-02-18 16:04:34 +01:00
repo_maintenance.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
request.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
request_counter.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
system_info.py packages: updated package details with location info. 2020-05-19 12:24:38 +02:00
user_log_filter.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
user_sessions.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
utils.py notifications: properly inject the custom email headers into templates. 2020-07-24 09:51:14 +02:00
utils2.py urls: improve removal of credentials in repository header. 2020-06-22 21:15:44 +02:00
view_utils.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00