unrhodecode/rhodecode/lib
Marcin Kuzminski 981307fc4f landing-rev: fixes #4102, use branches instead of landing tip refs by default.
- also changed how readme is rendered based on landing commit to minimize locking for often changing repositories.
2019-08-16 09:55:36 +02:00
..
celerylib landing-rev: fixes #4102, use branches instead of landing tip refs by default. 2019-08-16 09:55:36 +02:00
dbmigrate core: added more accurate time measurement for called functions 2019-07-17 16:28:41 +02:00
index search: allow quick search for path globally 2019-03-06 17:49:26 +01:00
middleware logging: reduce info logs 2019-07-30 05:02:43 +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: updated cache decorators based on latest code from dogpile 2019-07-23 12:30:39 +02:00
rc_commands rc-upgrade-db: added option to force update a version. 2019-01-19 22:34:39 +01:00
vcs gists: fixed cache problems and updated ui 2019-07-24 11:29:06 +02:00
__init__.py docs: updated copyrights to 2019 2019-01-02 18:13:27 +01:00
action_parser.py docs: updated copyrights to 2019 2019-01-02 18:13:27 +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 core: added more accurate time measurement for called functions 2019-07-17 16:28:41 +02:00
base.py settings: reduce number of settings fetch since it uses locking for cache invalidation and is generally slow. 2019-07-18 00:02:51 +02: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: fixed case of bogus files diff rendering 2019-01-31 13:52:30 +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 docs: updated copyrights to 2019 2019-01-02 18:13:27 +01:00
exceptions.py docs: updated copyrights to 2019 2019-01-02 18:13:27 +01: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 file: new file editors 2019-06-24 16:59:00 +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 docs: updated copyrights to 2019 2019-01-02 18:13:27 +01: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 docs: updated copyrights to 2019 2019-01-02 18:13:27 +01: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
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 docs: updated copyrights to 2019 2019-01-02 18:13:27 +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 docs: updated copyrights to 2019 2019-01-02 18:13:27 +01: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 rcextensions: improved messaging on rcextensions load fail 2019-07-16 11:42:56 +02:00
utils2.py git: adjusted code for new libgit2 backend 2019-07-12 17:39:32 +02:00
view_utils.py docs: updated copyrights to 2019 2019-01-02 18:13:27 +01:00