unrhodecode/rhodecode/lib
Marcin Kuzminski 41cafab139 core: always attach pyramid context into request
- this will be the default way of replacing tempalte_context globals from pylons
- helps remove of old style PartialRenderer
2017-07-08 15:25:54 +02:00
..
celerylib audit-logs: implemented full audit logs across application. 2017-06-21 12:03:14 +02:00
celerypylons license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
dbmigrate review-rules: extend code to support the forbid commit authors. 2017-06-08 13:39:54 +02:00
index search: added basic example query block. 2017-04-21 13:34:40 +02:00
middleware gists: migrated gists controller to pyramid view. 2017-07-07 12:05:30 +02:00
paster_commands license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
plugins license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
rcmail emails: make bad headers error show what headers we investigated. 2017-05-03 18:28:54 +02:00
vcs security: escape flash messaged VCS errors to prevent XSS atacks. 2017-06-26 14:48:15 +02:00
__init__.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
action_parser.py audit-logs: don't use old style parser for new audit logs. 2017-06-23 12:22:39 +02:00
app_globals.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
audit_logger.py audit-logs: implemented full audit logs across application. 2017-06-21 12:03:14 +02:00
auth.py security: use 404 instead of 403 code on permission decorator to prevent resource discovery attacks. 2017-06-19 18:15:57 +02:00
base.py core: always attach pyramid context into request 2017-07-08 15:25:54 +02:00
caches.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
caching_query.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
channelstream.py security: use new safe escaped user attributes across the application. 2017-06-19 15:14:02 +02:00
codeblocks.py diffs: simplified the datastructure of fillediff. Hopefully this 2017-06-28 14:03:57 +02: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 hooks: expose refs on push. 2017-05-17 22:17:09 +02:00
diff_match_patch.py diffs: replace compare controller with new html based diffs: 2016-10-19 14:29:51 +03:00
diffs.py license: updated copyright year to 2017 2017-01-02 09:30:39 +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 project: added all source files and assets 2016-05-24 15:56:53 +02: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 audit-logs: added *basic* support for NOT query term in audit logs. 2017-06-20 16:35:40 +02:00
hooks_base.py audit-logs: implemented full audit logs across application. 2017-06-21 12:03:14 +02:00
hooks_daemon.py exception-handling: propagate hooks tracebacks to vcsserver for easier debugging. 2017-02-23 12:53:24 +01:00
hooks_utils.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
jsonalchemy.py license: updated copyright year to 2017 2017-01-02 09:30:39 +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 markup-renderer: use safe fetching of attributes to prevent from errors on malformed html. 2017-06-27 15:44:49 +02:00
memory_lru_debug.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
partial_renderer.py core: expose pyraid specific partialRenderer request attribute. 2017-07-08 15:21:58 +02:00
pidlock.py license: updated copyright year to 2017 2017-01-02 09:30:39 +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 system-info: expose the common certificate file path. 2017-05-04 12:30:42 +02: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: added an API call to cleanup sessions. 2017-01-30 11:17:42 +01:00
utils.py audit-logs: implemented pull request and comment events. 2017-06-17 15:22:50 +02:00
utils2.py home: moved home and repo group views into pyramid. 2017-06-05 15:16:04 +02:00