unrhodecode/rhodecode/lib
2020-04-06 18:23:10 +02:00
..
_vendor packages: vendor authomatic to provide bitbucket oath2 capabilities. 2019-09-02 17:42:26 +02:00
celerylib emails: added premailer for inline style formatting to make emails render nicer on all email clients. 2020-03-26 12:40:21 +01:00
dbmigrate webhelpers: port most of the items from webhelpers to webhelpers2 2019-11-21 15:48:12 +01:00
feedgenerator feedgenerator: fixed missing utc definition. 2020-03-25 15:18:50 +01:00
index search: added per-backend sorting fields. 2019-10-02 17:23:34 +02:00
middleware Authentication: cache plugins for auth and their settings in the auth_registry. 2020-01-23 12:41:51 +01:00
paster_commands upgrade: fixed old style rc upgrade sometimes used with a very old installer. 2019-02-27 17:02:48 +01:00
plugins docs: updated copyrights to 2019 2019-01-02 18:13:27 +01:00
pyramid_shell docs: updated copyrights to 2019 2019-01-02 18:13:27 +01:00
rc_cache files: fixed the repo switcher at flag beeing nor persistens 2020-04-03 22:54:42 +02:00
rc_commands artifacts: added CLI script for adding really big artifacts. 2019-10-23 00:30:34 +02:00
vcs api: exposed modified added/modified/deleted functions of commit to return only paths. 2020-03-16 15:09:45 +01:00
__init__.py docs: updated copyrights to 2019 2019-01-02 18:13:27 +01:00
action_parser.py webhelpers: port most of the items from webhelpers to webhelpers2 2019-11-21 15:48:12 +01:00
audit_logger.py audit-logger: use copy of params we later modify to prevent from modification by the store function of parameters that we only use for reading. 2020-01-14 16:15:54 +01:00
auth.py core: fixed cython compat inspect that caused some API calls to not work correctly. 2020-01-10 08:54:49 +01:00
base.py exc-tracker: make context attribute behave like in API case 2020-03-30 11:08:33 +02:00
bleach_whitelist.py mentions: markdown renderer now wraps username in hovercard logic allowing checking the mentioned user. 2020-01-27 09:24:08 +01:00
caching_query.py docs: updated copyrights to 2019 2019-01-02 18:13:27 +01:00
channelstream.py docs: updated copyrights to 2019 2019-01-02 18:13:27 +01:00
codeblocks.py diffs: handle very odd case of binary, corrupted diffs which crashed the diff parser. 2019-10-28 09:21:25 +01:00
colander_utils.py py3: remove usage of basestring 2019-01-22 23:06:49 +01:00
colored_formatter.py docs: updated copyrights to 2019 2019-01-02 18:13:27 +01:00
compat.py docs: updated copyrights to 2019 2019-01-02 18:13:27 +01:00
datelib.py docs: updated copyrights to 2019 2019-01-02 18:13:27 +01:00
db_manage.py installation: add few extra defaults that makes RhodeCode nicer out of the box. 2020-01-10 14:32:41 +01:00
diff_match_patch.py py3: remove usage of basestring 2019-01-22 23:06:49 +01:00
diffs.py diffs: switched bz2 into gzip since it can be 10x faster in some cases with only slight size penalty 2019-07-17 23:37:51 +02:00
encrypt.py encryption: added new backend using cryptography + Fernet encryption. 2019-02-26 13:18:24 +01:00
encrypt2.py encryption: added new backend using cryptography + Fernet encryption. 2019-02-26 13:18:24 +01:00
exc_tracking.py exc_tracker: disable send-email if mail server is not configured. 2020-04-06 18:23:10 +02:00
exceptions.py artifacts: handle detach/delete of artifacts for users who own them and are to be deleted. 2019-10-24 17:05:07 +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 docs: updated copyrights to 2019 2019-01-02 18:13:27 +01:00
graphmod.py docs: updated copyrights to 2019 2019-01-02 18:13:27 +01:00
helpers.py files: changed the copy path label to indicate we're actually copying only the path. 2020-03-30 11:14:24 +02:00
hooks_base.py hooks: fixed again unicode problems with new pull-request link generator 2019-02-26 09:25:00 +01:00
hooks_daemon.py logging: updated hooks deamon logs 2019-09-22 17:49:01 +02:00
hooks_utils.py pull-requests: updated metadata information for failed merges with multiple heads. 2019-04-09 13:12:26 +02:00
jsonalchemy.py db: enforce unicode on unicode columns to prevent warnings. 2019-09-30 12:33:54 +02:00
logging_formatter.py docs: updated copyrights to 2019 2019-01-02 18:13:27 +01:00
markdown_ext.py markup: fix styling for check-lists, ref #5513 2019-05-17 03:16:20 +02:00
markup_renderer.py mentions: markdown renderer now wraps username in hovercard logic allowing checking the mentioned user. 2020-01-27 09:24:08 +01:00
memory_lru_dict.py docs: updated copyrights to 2019 2019-01-02 18:13:27 +01:00
pagination.py pagination: handle empty sets of data in sqlPaginator for backward compat. 2019-12-26 19:05:36 +01:00
partial_renderer.py docs: updated copyrights to 2019 2019-01-02 18:13:27 +01:00
pidlock.py docs: updated copyrights to 2019 2019-01-02 18:13:27 +01:00
pyramid_utils.py docs: updated copyrights to 2019 2019-01-02 18:13:27 +01: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 maintainance: run rebuildfncache for Mercurial. 2020-01-21 10:19:29 +01:00
request.py docs: updated copyrights to 2019 2019-01-02 18:13:27 +01:00
request_counter.py request-wrapper: add request counters 2019-07-29 14:43:00 +02:00
system_info.py system-info: expose data about vcsserver. 2019-09-26 11:20:03 +02:00
user_log_filter.py audit-logs: fixed search cases with special chars such as -. 2019-12-12 21:40:34 +01:00
user_sessions.py user-sessions: added option to cleanup redis based sessions in user session interface. 2019-03-06 12:22:09 +01:00
utils.py webhelpers: port most of the items from webhelpers to webhelpers2 2019-11-21 15:48:12 +01:00
utils2.py core: add dedicated flag to debug sql queries instead of rely of debug flag which is for something else. 2019-12-19 18:00:00 +01:00
view_utils.py docs: updated copyrights to 2019 2019-01-02 18:13:27 +01:00