unrhodecode/rhodecode/lib
Marcin Kuzminski 2b3b3aa5a7 observers: hide it for CE edition.
- This hide is simple, but real logic is in the validate function which would only work if EE edition is installed.
2020-10-08 22:28:51 +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 reviewers: added observers as another way to define reviewers. 2020-10-06 08:49:13 +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 artifacts: skip vcs detection for artifact downloads. 2020-08-24 11:24:05 +02: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 pull-requests: limit the ammount of data saved in default reviewers data for better memory usage 2020-10-07 11:26:24 +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 reviewers: added observers as another way to define reviewers. 2020-10-06 08:49:13 +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 observers: hide it for CE edition. 2020-10-08 22:28:51 +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 channelstream: cleanup, and re-organize code for posting comments/pr updated messages. 2020-10-06 11:54:29 +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 exc-tracking: fixed send-email bug when called from a source not attached to user session. 2020-09-29 10:04:58 +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 reviewers: added observers as another way to define reviewers. 2020-10-06 08:49:13 +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
string_renderer.py reviewers: added observers as another way to define reviewers. 2020-10-06 08:49:13 +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 user-sessions: fix cleanup with corrupted session data. 2020-09-03 22:44:48 +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