unrhodecode/rhodecode/lib
2019-11-22 10:20:27 +01:00
..
_vendor packages: vendor authomatic to provide bitbucket oath2 capabilities. 2019-09-02 17:42:26 +02:00
celerylib forks: fixed forking with new landing rev. 2019-10-03 09:34:02 +02:00
dbmigrate webhelpers: port most of the items from webhelpers to webhelpers2 2019-11-21 15:48:12 +01:00
feedgenerator webhelpers: extracted django feedgenerator as standalone package to replace webhelpers feedgenerator 2019-11-22 10:20:27 +01:00
index search: added per-backend sorting fields. 2019-10-02 17:23:34 +02:00
middleware commits: disable shadow repo callback daemon 2019-09-22 17:51:13 +02: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 cache: bump file-tree caches to next iteration 2019-11-04 23:05:07 +01:00
rc_commands artifacts: added CLI script for adding really big artifacts. 2019-10-23 00:30:34 +02:00
vcs pull-requests: added nicer formatting for merge conflicting files 2019-11-19 16:38:56 +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 artifacts: added reading of metadata and define basic audit-log entries for add/delete artifact 2019-05-15 17:23:35 +02:00
auth.py webhelpers: port most of the items from webhelpers to webhelpers2 2019-11-21 15:48:12 +01:00
base.py hovercards: enable hovercards on parsed commits references. 2019-11-07 14:10:03 +01:00
bleach_whitelist.py markdown: fixed sanitization of checkbox extensions that removed "checked" attribute. 2019-03-01 10:02:46 +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 db-migration: we run cleanup of cache keys AFTER upgrade. 2019-07-16 13:12:38 +02: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 cache exc store, and use glob.glob for scaning exc store 2019-10-08 11:34:33 +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 webhelpers: replaced paginate library with custom lib 2019-11-21 20:37:17 +01: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 styling: use sandboxed style for ipython so it doesn't affect style of application anymore. 2019-07-03 14:40:18 +02:00
memory_lru_dict.py docs: updated copyrights to 2019 2019-01-02 18:13:27 +01:00
pagination.py webhelpers: replaced paginate library with custom lib 2019-11-21 20:37:17 +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 session: moved pyramid_beaker internally to apply some patches required for better session handling 2019-06-14 12:43:09 +02:00
repo_maintenance.py maintainance: added update caches to mercurial. 2019-09-11 12:02:03 +02: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 docs: updated copyrights to 2019 2019-01-02 18:13:27 +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 hovercards: allow hovercards on parsed !PR patterns. 2019-11-07 13:58:59 +01:00
view_utils.py docs: updated copyrights to 2019 2019-01-02 18:13:27 +01:00