unrhodecode/rhodecode/lib
2018-01-16 16:23:16 +01:00
..
celerylib celery: register EE tasks if we have EE enabled 2017-12-19 15:32:52 +01:00
dbmigrate default-reviewers: changes for source/target branch distinction and new rule name. 2017-12-05 00:09:44 +01:00
index pylons: fixed code and test suite after removal of pylons. 2017-11-16 18:27:09 +01:00
middleware auth, performance: use cache_ttl for anonymous access taken from the rhodecode plugin. 2017-12-04 14:20:53 +01:00
paster_commands paster: further deprecated certain commands from paster. 2017-11-17 11:38:54 +01:00
plugins license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
pyramid_shell core: expose pshell as ipython with RhodeCode imports. 2017-08-04 15:15:43 +02:00
rc_commands core: ported setup-app to pyramid command. 2017-11-10 16:08:48 +01:00
rcmail emails: make bad headers error show what headers we investigated. 2017-05-03 18:28:54 +02:00
vcs git: fix diff rendering with branches with '/'. 2018-01-16 16:23:16 +01:00
__init__.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
action_parser.py pylons: remove pylons as dependency 2017-11-15 13:42:54 +01:00
audit_logger.py audit-logs: added user.register audit log entry. 2017-11-20 17:31:56 +01:00
auth.py feed-token, user, performance: lazy load the feed_token. We only need it for 2017-12-04 12:14:01 +01:00
base.py vcs-ops: store user_id inside the extras for vcs context operations. 2017-11-30 17:41:05 +01:00
bleach_whitelist.py markdown: use bleach to cleanup html from markdown. This also enabled strict 2017-12-06 22:56:27 +01:00
caches.py caches: configure defaults for all defined regions. 2017-11-16 22:02:32 +01:00
caching_query.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
channelstream.py channelstream: log debug should be lazily evaulated. 2017-07-26 20:22:06 +02:00
codeblocks.py diffs: fixed problem with rendering no newline at the end of file markers. 2017-11-19 15:23:38 +01:00
colander_utils.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
colored_formatter.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
compat.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
datelib.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
db_manage.py python3: fix compatibility call on print function. 2017-11-26 22:19:46 +01:00
diff_match_patch.py diffs: replace compare controller with new html based diffs: 2016-10-19 14:29:51 +03:00
diffs.py diffs: fixed problem with rendering no newline at the end of file markers. 2017-11-19 15:23:38 +01:00
encrypt.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
exceptions.py license: updated copyright year to 2017 2017-01-02 09:30:39 +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 core: added ext_json as custom renderer using our ext_json lib for pyramid. 2017-04-19 14:27:17 +02:00
fakemod.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
graphmod.py changelog: added dynamic loaders to extend number of commits inside changelog. 2017-01-31 22:05:36 +01:00
helpers.py issue-trackers: cache the fetched issue tracker patterns in changelog page before loop iteration 2017-12-07 12:33:11 +01:00
hooks_base.py audit-logs: use stricter limit on how much data the commits key can hold. 2017-07-26 09:55:51 +02:00
hooks_daemon.py hooks: decrease pool interval to 10ms. For SVN operations and lots of requests 2017-12-04 12:55:05 +01:00
hooks_utils.py pylons: remove pylons as dependency 2017-11-15 13:42:54 +01:00
jsonalchemy.py jsonalchemy: add de_coerce to reverse serialization of list and dict elements from Mutation objects back to original state. 2017-11-26 17:18:28 +01:00
logging_formatter.py core: removed pyro4 from Enterprise code. Fixes #5198 2017-02-07 15:58:49 +01:00
markdown_ext.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
markup_renderer.py markdown: use bleach to cleanup html from markdown. This also enabled strict 2017-12-06 22:56:27 +01:00
memory_lru_debug.py pep8: cleanup code of lru_debug 2017-09-08 12:40:29 +02:00
partial_renderer.py partial-renderer: use package resource format for templates. 2017-11-07 22:28:14 +01:00
pidlock.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
pyramid_utils.py celery: celery 4.X support. Fixes #4169 2017-11-16 19:26:53 +01:00
repo_maintenance.py maintenance: added svn verify command to tasks to be able to verify 2017-05-26 13:02:12 +02:00
system_info.py compat: use py3 compatible configparser in all places. 2017-11-15 20:35:22 +01:00
user_log_filter.py audit-logs: added *basic* support for NOT query term in audit logs. 2017-06-20 16:35:40 +02:00
user_sessions.py user sessions: get ability to count memcached sessions 2017-09-29 12:59:44 +02:00
utils.py caches: configure defaults for all defined regions. 2017-11-16 22:02:32 +01:00
utils2.py celery: celery 4.X support. Fixes #4169 2017-11-16 19:26:53 +01:00